/*
        Theme Name: Clover
        Theme URI: https://17thavenuedesigns.com/shop/clover-wordpress-theme/
        Description: A stylish & feminine mobile responsive theme for the Genesis framework.
        Author: 17th Avenue Designs
        Author URI: https://17thavenuedesigns.com
        Version: 1.2.5
 
        Tags: block-styles, custom-colors, custom-logo, custom-menu, e-commerce, editor-style, footer-widgets, full-width-template, one-column, responsive-layout, theme-options, threaded-comments, two-columns, wide-blocks

        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
        - Tables
    - Structure and Layout
        - Site Containers
    - Common Classes
        - Avatar
        - Genesis
        - Search Form
        - Titles
        - WordPress
    - Widgets
    - Plugins
        - Genesis eNews Extended
        - Jetpack
        - Ninja Forms
        - Cookie Bar
    - Site Header
        - Title Area
    - Site Navigation
        - Primary Navigation
        - Secondary Navigation
        - Header Right Navigation
        - Split Navigation
    - Content Area
        - 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
    - Page Templates
        - 404 page
        - Category Archive Page
        - Landing Page
        - Instagram Page
        - Portfolio Page
    - Fadeup Effect
    - Back to Top Button
    - 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%;
}
@media screen and (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}
body {
    margin: 0
}
body {
    overflow-x: hidden
}
a {
    background: transparent
}
a:active,
a:hover,
a:focus {
    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
}
/* 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
--------------------------------------------- */

/* Script Font */
@font-face {
    font-family: 'Clover Script';
    src: url('lib/type/missconfidential.woff2') format('woff2'),
         url('lib/type/missconfidential.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: fallback;

}
html {
    font-size: 62.5%;
}
body {
    background-color: #fff;
    color: #3d4341;
    font: normal 16px Nunito Sans, sans-serif;
    letter-spacing: .5px;
    line-height: 2.9rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
a,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.nf-form-content input[type="button"],
.woocommerce .content-sidebar-wrap button,
.woocommerce .widget_product_categories li,
.clover-home .woocommerce .product_list_widget .product-title,
.wprm-recipe-link,
.social i,
.nav-mobile .widget-area .social,
.clover-insta .social,
.sidebar .social,
.footer-widgets .social,
.clover-social-widget.plain .fa-tiktok-svg svg,
.clover-social-widget.plain .ltk-svg svg,
.post-navigation-title h3:hover {
    -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,
.clover-home .woocommerce .product_list_widget .product-title:hover,
.clover-home .featuredpage .widget-title a:hover {
    color: #ddac94;
    text-decoration: none;
}
a:hover,
.entry-categories a:hover {
    color: #6d7975;
}
.entry-content a:not(.button):not(.wp-block-button__link):not(.more-link) {
    color: #ddac94;
    font-weight: normal;
}
.entry-content a:not(.button):not(.wp-block-button__link):not(.more-link):hover {
    color: #6d7975;
}
::selection {
    background-color: #e6e6e6;
}
::-moz-selection {
    background-color: #e6e6e6;
}
p {
    margin: 0 0 22px;
    padding: 0;
}
ol,
ul {
    margin: 0;
    padding: 0;
    color: #3d4341;
}
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 Gilda Display, serif;
    line-height: 3.4rem;
    background: #f9f6f4;
    padding: 30px;
    color: #3d4341;
    letter-spacing: 0;
}
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: 'Gilda Display', Didot, serif;
    font-weight: normal;
    line-height: 1.3;
    margin: 0 0 24px;
    color: #6d7975;
    letter-spacing: 0;
}
h1 {
    font-size: 40px;
}
h2 {
    font-size: 36px;
}
h3 {
    font-size: 32px;
}
h4 {
    font-size: 32px;
}
h5 {
    font-size: 28px;
}
h6 {
    font-size: 24px;
}
.entry-content h4 {
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font: normal 20px Roboto Condensed, sans-serif;
    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,
.gallery img {
    width: auto;
}
p img {
    margin-bottom: 0 !important;
}
.widget-customizer-highlighted-widget {
    position: inherit !important;
    z-index: 999;
}

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

input,
select,
textarea {
    background-color: #fff;
    border: 1px solid #eeeae8;
    border-radius: 0;
    box-shadow: none;
    color: #3d4341;
    padding: 14px 15px 11px;
    width: 100%;
    font-size: 15px;
    line-height: 2.7rem;
    letter-spacing: .5px;
}
input:focus,
textarea:focus {
    border: 1px solid #3d4341 !important;
    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,
.comment-reply a,
.gb-block-button a {
    background-color: #ddac94;
    color: #fff;
    border: 0;
    cursor: pointer;
    font: normal 15px Roboto Condensed, sans-serif;
    letter-spacing: 1px;
    padding: 16px 26px 15px;
    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,
.comment-reply a:hover {
    background-color: #aaa99b;
    color: #ffffff;
}
.nf-form-content input[type="button"] {
    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"],
#mc_embed_signup .button,
.entry-content .wp-block-button.opposite-hover .wp-block-button__link:hover {
    background-color: #ddac94 !important;
    color: #ffffff !important;
}
.entry-content .wp-block-button .wp-block-button__link:hover,
.nf-form-content input[type="button"]:hover,
#mc_embed_signup .button:hover,
.gb-block-button a:hover {
    background-color: #aaa99b !important;
    color: #fff !important;
}
.button {
    display: inline-block;
}
a.more-link {
    color: #fff;
    background: #aaa99b;
    padding: 16px 22px;
    font: normal 14px Roboto Condensed, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    display: inline-block;
    margin-top: 2px;
}
a.more-link:hover {
    background: #ddac94;
    color: #ffffff;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
    display: none;
}

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

.screen-reader-text {
    display: none;
}
.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
    background-color: #fff;
    border: 0;
    clip: rect(0, 0, 0, 0);
    color: #9f9f9f;
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
}

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

table {
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 2;
    margin-bottom: 40px;
    width: 100%;
}
tbody {
    border-bottom: 1px solid #eeeae8;
}
th,
td {
    text-align: left;
}
th {
    font-weight: 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;
    background: #f9f6f4;
}
.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-top: 0 !important;
    padding: 60px 0 40px;
}
.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: 1.5px;
    font-size: 15px;
    font-family: Roboto Condensed;
}

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

.breadcrumb {
    border-bottom: 1px solid #eeeae8;
    margin-bottom: 30px;
    padding-bottom: 7px;
    font-size: 15px;
}
.archive-description,
.author-box {
    margin-bottom: 1%;
}
.author-box {
    background: #f9f6f4;
    padding: 35px 38px;
}
.full-width-content .author-box {
    max-width: 950px;
    margin: 0 auto;
}
.author-box-title {
    font-size: 32px;
    margin-bottom: 8px;
}
.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;
    -webkit-appearance: none !important;
}
.search-form input[type="submit"] {
  content: '\f002';
    font-size: 80% !important;
    width: 20px;
    height: 30px;
    background: transparent;
    color: #6d7975;
    bottom: 9px;
    right: 2px;
    position: absolute;
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 700;
}
.search-form input[type="submit"]:hover {
    color: #ddac94;
    background: transparent !important;
}
input[type="submit"]:focus {
    border: 0 !important;
}

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

.archive-title {
    font: normal 36px Gilda Display, Didot, serif;
    margin: 0 0 40px;
}
.search-results .archive-title,
.search-no-results .archive-title {
    font: normal 22px Roboto Condensed, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}
.search-results .content .post-image {
    width: 50%;
    margin-right: 32px;
    margin-bottom: 0;
}
.search-results .content .post.has-post-thumbnail .entry-title {
    padding-top: 6%;
}
.entry-title {
    font-size: 34px;
    margin-bottom: 15px;
    line-height: 1.3;
}
.single-post.full-width-content .entry-title {
    max-width: 950px;
}
.entry-title a {
    color: #6d7975;
}
.entry-title a:hover {
    color: #ddac94;
}
.page h1.entry-title {
    text-align: center;
    font-size: 36px;
    margin-bottom: 40px
}
.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;
}
.home .content .post p,
.blog .content .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;
}
.home-area .aligncenter {
    padding: 0 !important;
    margin: 0 !important;
}
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;
}

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

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

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

#wpstats {
    display: none;
}

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

.nf-form-layout {
    background: #f9f6f4;
    color: #3d4341 !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: #3d4341 !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 15px Roboto Condensed, sans-serif !important;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #6d7975;
    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;
}

/* Cookie Bar
--------------------------------------------- */
#cn-notice-text {
    font: normal 15px Nunito Sans, sans-serif;
    letter-spacing: .3px;
}
#cookie-notice .cookie-notice-container {
    border-top: 1px solid #eeeae8;
}
.cn-button.bootstrap,
#cookie-notice .cn-button:not(.cn-button-custom) {
    font: normal 13px Roboto Condensed, sans-serif !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    border-radius: 0 !important;
    background: #ddac94 !important;
    color: #ffffff !important;
}
.cn-button.bootstrap:hover,
#cookie-notice .cn-button:not(.cn-button-custom):hover {
    background: #aaa99b !important;
    color: #ffffff !important;
}
.cn-close-icon:before,
.cn-close-icon:after {
    background: #b8bcb3 !important;
}
.cn-close-icon {
    opacity: 1 !important;
}
.cn-text-container .fa-comment-dots {
    font-size: 24px;
    padding-right: 8px;
    position: relative;
    top: 3px;
    color: #b8bcb3;
}
.cn-text-container a {
    font-weight: bold;
}
.cookie-notice-container {
    padding: 20px 30px 18px;
}

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

.site-header .wrap {
    width: 100%;
    max-width: 1430px;
    padding: 0 70px;
}
.split-nav-active .site-header .wrap {
    max-width: 100%;
    padding: 0 40px;
}
.site-header {
    margin: 0 auto;
    width: 100%;
    background: #f9f6f4;
    margin: 0 auto;
}

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

.custom-logo-link {
    display: block;
    margin-bottom: -10px;
}
.wp-custom-logo .site-title,
.wp-custom-logo .site-description {
    display: none;
}
.wp-custom-logo .title-area {
    width: 100%;
    float: none;
    margin: 0 auto;
}
.title-area {
    float: left;
    overflow: hidden;
    text-align: center;
}
.site-title {
    font: normal 55px Gilda Display, serif;
    line-height: 1.2;
    margin-bottom: 0;
    letter-spacing: inherit;
}
.site-header {
    margin: 46px 0 46px;
    margin-left: 5px;
    z-index: 9997;
    top: 0;
}
.split-right-nav-active .site-header {
    margin: 44px 0 43px;
}
.wp-custom-logo .site-header {
    margin: 14px 0;
}
.site-title a,
.site-title a:hover,
.site-title a:focus {
    color: #6d7975;
    text-decoration: none;
}
.site-description {
    font: normal 13px Roboto Condensed, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #6d7975;
    display: none;
}
.split-right-nav-active .title-area,
.split-right-nav-active .site-title {
    text-align: left;
    float: left;
}
.title-area,
.site-title,
.split-nav-active .title-area,
.split-nav-active .site-title {
    text-align: center;
    float: none;
}

/* Logo position - right nav only
--------------------------------------------- */

.wp-custom-logo.split-right-nav-active .site-header .header-right {
    margin-top: 36px;
}

/* Logo position - split nav
--------------------------------------------- */

.wp-custom-logo .site-header .header-left,
.wp-custom-logo.split-nav-active .site-header .header-right {
    margin-top: -89px;
}

/*
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: #6d7975;
    display: block;
    font: normal 15px Roboto Condensed, sans-serif;
    letter-spacing: 1px;
    padding: 20px 15px 11px;
    text-transform: uppercase;
    margin-bottom: 1px;
    outline: 0;
}
.nav-primary a {
    padding: 18px 15px 11px;
    font-size: 13px;
}
.genesis-nav-menu a:hover {
    color: #ddac94;
}
.genesis-nav-menu > li > a {
    border-bottom: 5px solid transparent;
}
@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,
.header-menu.genesis-nav-menu .sub-menu a {
    background-color: #fff;
    color: #6d7975;
    padding: 12px 14px;
    line-height: 1.5em;
    position: relative;
    word-wrap: break-word;
    border: 1px solid #eeeae8;
    border-top: 0;
    pointer: cursor;
    z-index: 9999;
    width: 180px;
    display: block;
    margin-bottom: 0;
    font: normal 15px Nunito Sans, sans-serif;
    text-transform: none;
    letter-spacing: .5px;
}
.genesis-nav-menu .sub-menu a:hover {
    color: #ddac94;
}
.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;
}

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

.nav-primary a {
    color: #ffffff;
}
.nav-primary a:hover {
    color: #6d7975;
}
.nav-primary {
    text-transform: uppercase;
    z-index: 999;
    background: #b8bcb3;
    width: 100%;
    padding-left: 12px;
}
.nav-icon a:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding-right: 7px;
    font-size: 11px;
    position: relative;
    top: -1px; 
}
.nav-icon.shop a:before {
    content: "\f290";
}
.nav-icon.basket a:before {
    content: "\f07a";
}
.nav-icon.account a:before {
    content: "\f007";
}

/* Primary Nav Widgets
--------------------------------------------- */

.nav-primary .widget-wrap a {
    padding: 0;
    display: inline;
    z-index: 1;
}

@media only screen and (min-width: 1021px) {
.nav-primary .widget-wrap {
    position: absolute;
    margin-top: -57px;
    right: 54px;
    padding: 0;
    height: 64px;
    background: transparent;
}
.nav-primary .social {
    position: relative;
    top: 25px;
}
.nav-primary .genesis-nav-menu > .search {
    float: right;
}
li a.icon-search:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-style: normal;
    text-decoration: inherit;
    content: "\f002";
    font-size: 12px;
    z-index: 9999;
}
li a.icon-search {
    color: #ffffff;
    padding-top: 18px;
    padding-right: 27px;
}
li a.icon-search:hover {
   color: #6d7975; 
}
.nav-social li a.icon-search {
    margin-top: -32px;
    padding-top: 0;
}
.search-div {
    display: none;
    position: absolute;
    right: 0;
    width: 300px;
    padding: 18px;
    background: #f6ede9;
    margin-top: 1px;
    z-index: 9999;
}
.search-div .search-form {
    position: relative;
}
.search-div .search-form input[type="search"] {
    width: 100%;
    padding: 14px;
}
.search-div .search-form input[type="submit"] {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 14px;
    height: 44px;
    margin-bottom: 0;
}
.nav-primary .search-form {
    background: #fff;
}
.nav-primary .search-form input[type="search"] {
    padding: 14px 14px 12px;
    border: 0 !important;
}
.nav-primary .search-form input[type="submit"] {
    right: 14px;
    bottom: 5px;
    font-size: 12px !important;
    background: transparent !important;
}
}
input:focus::-webkit-input-placeholder {
    color: transparent;
}
input:focus:-moz-placeholder {
    color: transparent;
}
input:focus::-moz-placeholder {
    color: transparent;
}
input:focus:-ms-input-placeholder {
    color: transparent;
}

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

.header-menu.genesis-nav-menu a {
    padding: 20px 25px 11px
}
.site-header .header-left {
    width: 35%;
    float: left;
    margin-right: 1.5%;
    text-align: left;
    margin-top: -62px;
}
.split-right-nav-active .site-header .header-right {
    width: auto;
    margin-left: 1.5%;
    float: right !important;
    text-align: right;
    margin-top: 6px;
}
.split-nav-active .site-header .header-right {
    width: 35%;
    margin-left: 1.5%;
    float: right !important;
    margin-top: -62px;
    text-align: right;
}

/* Sticky Navigation
--------------------------------------------- */
.admin-bar .headhesive {
    top: 32px;
}
.headhesive {
    position: fixed;
    top: 0;
    width: 100%;
    display: block;
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    z-index: 9999;
}
.site-header.headhesive--stick,
.site-header.headhesive {
    padding: 0;
    margin: 0;
}
.headhesive--stick {
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    border-bottom: 1px solid #eeeae8;
}
/* Right nav only */
.split-right-nav-active .headhesive.site-header .header-right {
    margin-top: 0;
}
.wp-custom-logo.split-right-nav-active .headhesive.site-header .header-right {
    margin-top: 13px;
}
/* End right nav only */
.headhesive.site-header .header-left,
.split-nav-active .headhesive.site-header .header-right {
    margin-top: -55px;
}
.split-right-nav-active .headhesive.site-header .wrap {
    padding: 23px 70px;
}
.headhesive.site-header .wrap,
.split-nav-active .headhesive.site-header .wrap {
    padding: 23px 30px;
}
.headhesive--stick .site-title,
.headhesive .site-title {
    font-size: 44px;
    margin-top: 2px;
}
.headhesive--stick.site-header  {
    margin-top: 0 !important;
}
.headhesive--stick:before {
    position: relative;
}
.headhesive--unstick {
    visibility: hidden;
}
.headhesive--unstick .custom-logo {
    display: none;
}
@media only screen and (max-width: 1021px) {
    .headhesive {
       display: none;
    }
}
/* Logo active */
.wp-custom-logo .headhesive.site-header .wrap {
    max-width: 100%;
    padding: 10px 30px;
}
.wp-custom-logo.split-right-nav-active .headhesive.site-header .wrap {
    max-width: 1430px;
}
.wp-custom-logo .headhesive .title-area img {
    height: 80px;
    object-fit: contain;
}
.wp-custom-logo .headhesive.site-header .header-left,
.wp-custom-logo.split-nav-active .headhesive.site-header .header-right {
    margin-top: -68px;
}


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

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

.content-sidebar .content {
    max-width: 68%;
    float: left;
}
.sidebar-content .content {
    max-width: 68%;
    float: right;
}
.content-sidebar .content-sidebar-wrap,
.sidebar-content .content-sidebar-wrap {
    max-width: 1200px;
    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: 1200px;
    margin: 0 auto;
}
.single-post.full-width-content .post {
    max-width: 950px !important;
    margin: 0 auto 4%;
}
.single-post.full-width-content .entry-title,
.single-post.full-width-content .entry-meta {
    text-align: center;
}
.singular-image {
    width: 100%;
    margin: 0 auto 24px;
}
.clover-portfolio .singular-image {
    width: auto;
}

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

.entry {
    margin-bottom: 5%;
}
.widget .entry {
    margin-bottom: 40px;
}
.sidebar .featured-content .entry {
    width: 100% !important;
    padding: 0 !important;
    margin-bottom: 20px;
}
.sidebar .featured-content .entry:last-child {
    margin-bottom: 0;
}
.sidebar .featured-content .entry-title {
    font: normal 16px Nunito Sans, sans-serif;
    max-width: 85%;
    margin: -5px auto 5px !important;
    letter-spacing: .5px;
    text-align: center;
}
.sidebar .featured-content .entry-meta {
    text-align: center;
    margin-bottom: 12px;
    margin-top: -6px;
    font-size: 12px;
}
.entry-content ol,
.entry-content ul {
    margin-bottom: 30px;
    margin-left: 40px;
}
.entry-content ol > li {
    list-style-type: decimal;
    padding-bottom: 6px;
}
.entry-content ul > li:not(.blocks-gallery-item) {
    list-style-type: disc;
    padding-bottom: 6px;
}
.entry-content ol ol,
.entry-content ul ul {
    margin-bottom: 0;
}
.entry-content code {
    background-color: #777676;
    color: #fffffe;
}
img.entry-image.attachment-post,
.woocommerce ul.product_list_widget li img,
.clover-portfolio img,
.cat-archive-featured-image img,
.related img,
.opacity,
.entry-image,
.previous-entry 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,
.clover-portfolio img:hover,
.cat-archive-featured-image img:hover,
.related img:hover,
.opacity:hover,
.entry-image:hover,
.previous-entry 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 13px Roboto Condensed, sans-serif;
    color: #6d7975;
    -webkit-font-smoothing: subpixel-antialiased;
    line-height: 2;
}
.entry-header,
.entry-footer {
    text-align: center;
}
.entry-header p.entry-meta {
    margin-bottom: 15px;
}
.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-meta {
    padding: 10px 3px 9px;
    border-top: 1px solid #eeeae8;
    border-bottom: 1px solid #eeeae8;
    text-align: left;
}
.entry-footer p {
    margin-bottom: 0;
}

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

.after-entry {
    margin-top: 40px;
}
.single-post.full-width-content .after-entry {
    max-width: 950px;
    margin: 40px auto 0;
}
.after-entry .enews-widget .widget-title {
    font-size: 36px;
    text-align: center;
    margin-bottom: 0;
}
.after-entry .enews-widget {
    background: #f6ede9;
    padding: 40px 38px 45px 38px;
}
.after-entry .enews input {
    float: left;
    margin-bottom: 0;
    margin-left: 1.5%;
    border: 1px solid #eeeae8;
}
.after-entry .enews input:first-child {
    margin-left: 0;
}
.after-entry .enews-widget input[type="submit"] {
    margin-left: 1.5%;
    padding: 17px 15px 16px;
    cursor: pointer;
}
.after-entry .enews.enews-2-fields input {
    width: 38.5%;
}
.after-entry .enews.enews-2-fields input[type="submit"] {
    width: 19.5%
}
.after-entry .enews.enews-1-field input {
    width: 77.5%;
}
.after-entry .enews.enews-1-field input[type="submit"] {
    width: 21%
}
.after-entry .enews-widget p {
    margin-bottom: 0;
    margin-top: 15px;
}
.after-entry .enews form {
    margin-top: 22px;
}

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

.related {
    border: 1px solid #eeeae8;
    padding: 35px 20px 40px;
    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: normal 52px Clover Script, serif;
}
.related-post a.related-post-title {
    text-align: center;
    display: block;
    line-height: 1.5;
    padding: 5px 12px;
    color: #6d7975;
}
.related-post a.related-post-title:hover {
    color: #ddac94;
}
.related-post:hover .related-post-title {
    opacity: 1; 
}
.related-post {
    width: 33.333333%;
    float: left;
    padding: 1.7% 8px 0 8px;
}

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

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

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

.next-post {
    font-family: Roboto Condensed;
    color: #3d4341 !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: #f9f6f4;
    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: 17px;
    padding-right: 15px;
    margin-bottom: 0;
    font-family: Nunito Sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: .5px;
    text-transform: none;
}
.post-navigation-title h3:hover {
    color: #ddac94;
}
.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: Nunito Sans;
        text-transform: none;
        letter-spacing: .5px;
    }
}

/* 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: normal 15px Roboto Condensed;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 8px 0 10px;
}
.comment-reply a {
    padding: 10px 12px;
    font-size: 12px;
}
.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: #3d4341;
}
.ping-list .reply {
    display: none;
}
#reply-title,
.entry-comments h3 {
    text-align: center;
}
.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: 14px;
    letter-spacing: inherit;
    margin-left: 3px;
}
p.comment-notes {
    text-align: center;
}

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

.sidebar {
    float: right;
    margin-bottom: 25px;
    width: 27%;
}
.sidebar-content .sidebar {
    float: left;
}
.sidebar .widget {
    padding: 26px;
    border: 1px solid #eeeae8;
    margin-bottom: 30px;
}
.sidebar .widget-title {
    text-align: center;
    font: normal 15px Roboto Condensed, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 25px;
}
.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 .enews-widget {
    background: #f9f6f4;
    padding: 30px 26px 20px;
    border: 0;
}
.sidebar .enews-widget .widget-title {
    font-family: Clover Script;
    font-size: 40px;
    font-weight: normal;
    text-transform: none;
    letter-spacing: 0;
    margin-bottom: 20px;
    margin-top: 0;
    line-height: 1.1;
    color: #6d7975;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.sidebar .enews-privacy {
    text-align: center;
    display: block;
}
.sidebar .widget_categories li.cat-item a,
.sidebar .widget_nav_menu a {
    background: #f9f6f4;
    font-family: Roboto Condensed;
    text-transform: uppercase;
    font-size: 13px;
    color: #3d4341;
    text-align: center;
    padding: 13px 14px;
    margin: 0 auto 10px;
    width: 100%;
    display: block;
    letter-spacing: 1.5px;
}
.sidebar .widget_categories li.cat-item a:hover,
.sidebar .widget_nav_menu a:hover {
    background: #aaa99b;
    color: #fff;
}
.sidebar .button {
    width: 100%;
    text-align: center;
}
.woocommerce .sidebar li {
    margin-bottom: 6px;
}
.woocommerce .widget_product_categories li a {
    color: #3d4341;
    font-size: 17px;
}
.woocommerce .widget_product_categories li a:hover {
    color: #ddac94;
}
.woocommerce .widget_product_categories li {
    text-align: left;
}

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

.social i {
    color: #6d7975;
    margin: 0 8px;
}
.social i:hover {
    color: #ddac94;
}
.nav-primary .social i {
    color: #ffffff;
}
.nav-primary .social i:hover {
    color: #6d7975;
}
.sidebar .clover-social-inner,
.footer-widgets .clover-social-inner {
    text-align: center;
}
.nav-primary .clover-social-widget.plain .fa-tiktok-svg svg,
.footer-social .clover-social-widget.plain .fa-tiktok-svg svg,
.nav-primary .clover-social-widget.plain .ltk-svg svg,
.footer-social .clover-social-widget.plain .ltk-svg svg{
    fill: #fff;
}
.nav-primary .clover-social-widget.plain .fa-tiktok-svg:hover svg,
.footer-social .clover-social-widget.plain .fa-tiktok-svg:hover svg,
.nav-primary .clover-social-widget.plain .ltk-svg:hover svg,
.footer-social .clover-social-widget.plain .ltk-svg:hover svg {
    fill: #6d7975;
}
.clover-social-widget.plain .fa-tiktok-svg svg,
.clover-social-widget.plain .ltk-svg svg {
    fill: #6d7975
}
.clover-social-widget.plain .fa-tiktok-svg:hover svg,
.clover-social-widget.plain .ltk-svg:hover svg {
    fill: #ddac94
}
.clover-social-widget.plain.large .fa-tiktok-svg svg {
    width: 14px;
    transform: translate(0px, 1px)
}
.clover-social-widget.plain.large ltk-svg svg {
    width: 16px;
}
.fa-tiktok-svg svg {
    fill: #ffffff;
    width: 12px;
    transform: translate(0px, 1px)
}
.nav-primary .fa-tiktok-svg svg,
.nav-primary .ltk-svg svg {
    transform: translate(0px, 1px)
}
.ltk-svg svg {
    fill: #ffffff;
    width: 14px;
    transform: translate(0px, 2px)
}
.fa-youtube,
.fa-instagram {
    font-size: 15px;
}
.fa-envelope,
.fa-facebook-f,
.fa-etsy,
.fa-pinterest-p {
    font-size: 14px;
}
.fa-heart,
.fa-twitter,
.fa-shopping-cart,
.fa-linkedin-in {
    font-size: 13px;
}
.clover-social-widget.filled i {
    margin: 0;
    color: #fff;
}
.clover-social-widget.filled .social {
    background: #aaa99b;
    color: #fff;
    width: 38px;
    height: 38px;
    border-radius: 38px;
    line-height: 38px;
    display: inline-block;
    text-align: center;
    padding-bottom: 30px;
    margin: 3px;
}
.clover-social-widget.filled.square .social {
    border-radius: 0;
}
.clover-social-widget.filled .social:hover {
    background: #ddac94
}
.clover-social-widget.filled .social:hover i {
    color: #fff;
}
.clover-social-widget.large .social i {
    font-size: 110%;
}

/* About Photo Widget
----------------------------------------------- */
.clover-about-widget.circle .about-image img,
.clover-about-widget.none .about-image img {
    border-radius: 350px;
    width: 100%;
    max-width: 350px;
}
.clover-about-widget-text h5 {
    text-align: center;
    font-family: Clover Script;
    letter-spacing: 0;
    margin: -46px 0 -10px;
    font-size: 60px;
}
.clover-about-widget-text p {
    margin: 10px auto 20px;
    width: 90%;
    text-align: center;
}
.clover-about-widget-button .button {
    width: auto;
    margin: 12px auto 0;
    display: table;
    padding: 12px 18px;
    font-size: 12px;
}


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

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

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

#mc_embed_signup label {
    font-family: Gilda Display;
    font-weight: normal !important;
    color: #6d7975;
    font-size: 32px !important;
    margin-bottom: 15px;
    letter-spacing: 0;
}

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

#mc_embed_signup .button {
    padding: 4px 20px 4px!important;
    height: 50px !important;
    letter-spacing: 1.5px !important;
    font-size: 14px !important;
    margin-left: 4px !important;
}

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

.clover-cta-widget p {
    white-space: pre-wrap;
}
.clover-footer-cta {
    background: #f6ede9;
}
.clover-footer-cta .clover-cta-widget h4,
.clover-home .clover-cta-widget h4 {
    font: normal 20px Roboto Condensed, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1.5px
}
.clover-footer-cta .clover-cta-widget p {
    font-size: 18px;
}
.clover-footer-cta .clover-cta-widget h2 {
    font-size: 42px;
    margin-top: 0;
}
.clover-footer-cta .clover-cta-widget h3 {
    font: normal 52px Clover Script, serif;
    letter-spacing: 0;
    margin-bottom: 20px;
}
.clover-footer-cta .enews .widget-title {
    font: normal 58px Clover Script, serif;
    text-transform: none;
    margin-bottom: 10px;
    text-align: center;
    color: #6d7975;
    margin-top: -15px;
}
.clover-footer-cta .enews.enews-1-field .widget-title {
    margin-top: 0px;
}
.clover-footer-cta .enews-widget p {
    margin: 20px auto 10px;
    font: normal 15px Roboto Condensed, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    line-height: 1.7;
    padding: 0 20px;
}
.clover-footer-cta .wrap {
    max-width: 100%; 
}
.clover-footer-cta .enews input {
    margin: 0 1.5%;
}
.clover-footer-cta .enews.enews-3-fields input#subbox1 {
    width: 47%;
    float: left;
    margin-top: 3%;
}
.clover-footer-cta .enews.enews-3-fields input#subbox2 {
    width: 47%;
    float: right;
    margin-top: 3%;
}
.clover-footer-cta .enews.enews-2-fields input#subbox1,
.clover-footer-cta .enews input#subbox[type="email"] {
    width: 97%;
    margin-top: 3%
}
.clover-footer-cta .enews-widget input[type="submit"] {
    width: 97%;
    margin: 3% 1.5% 0;
}
.clover-footer-cta .widget {
    width: unset;
}
.clover-footer-cta .widget_media_image {
    width: 40%;
    float: right;
    margin-bottom: -10px;
}
.clover-footer-cta .widget_media_image img {
    min-height: 550px;
    max-height: 550px;
    object-fit: cover;
    object-position: 0 40%;
}
.clover-footer-cta .enews-widget {
    text-align: center;
}
.clover-footer-cta .enews-widget,
.clover-footer-cta .clover_cta_widget {
    margin-top: 55px;
    float: left;
    padding: 40px 120px;
    width: 60%;
}
.clover-footer-cta .clover-cta-widget .button {
    font-size: 14px;
    padding: 18px 32px 17px;
    margin: 10px 5px;
}

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

.custom-footer {
    background: #aaa99b;
    overflow: auto;
    color: #fff;
    text-transform: uppercase;
    font: normal 13px Roboto Condensed, sans-serif;
    letter-spacing: 1.5px;
    text-align: right;
    padding: 28px 0px 23px;
    padding-right: 70px;
}
.footer-social {
    float: left;
    padding-left: 30px;
    padding-top: 20px;
    padding-bottom: 17px;
    text-align: left;
    background: #aaa99b;
}
.custom-footer a,
.footer-social i {
    color: #fff;
}
.custom-footer a:hover,
.footer-social i:hover {
    color: #6d7975;
}
p:empty {
    display: none;
}
.footer-widgets {
    clear: both;
    background: #fff;
    padding: 60px 0;
}
.footer-widgets .wrap {
    max-width: 1150px;
}
.footer-widgets li {
    margin-bottom: 10px;
    font: normal 16px Nunito Sans, sans-serif;
    text-align: left;
}
.footer-widgets .widget {
    margin-bottom: 0;
}
.footer-widgets li a {
    color: #3d4341;
}
.footer-widgets li a:hover {
    color: #ddac94;
}
.footer-widgets .widget-title {
    font: normal 22px Gilda Display, serif;
    text-transform: none;
    margin-bottom: 22px;
    text-align: left;
    -webkit-font-smoothing: subpixel-antialiased;
}
.footer-widgets .enews-widget p {
    text-align: left;
    margin-top: -5px;
}
.footer-widgets .enews-widget .widget-title {
    font: normal 42px Clover Script;
    text-transform: none;
    letter-spacing: 0;
    padding-left: 6px;
    margin-bottom: 15px;
    margin-top: 3px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.footer-widgets .enews-widget input {
    float: left;
    margin-bottom: 0;
    width: 76%;
    border: 1px solid #eeeae8
}
.footer-widgets .enews.enews-2-fields input {
    width: 37%;
}
.footer-widgets .enews.enews-2-fields input#subbox {
    margin-left: 1.5%
}
.footer-widgets .enews-widget input[type="submit"] {
    margin: 0;
    margin-left: 1.5%;
    padding: 19px 5px 17px;
    width: 22%;
    border: 0;
    cursor: pointer;
    letter-spacing: 1.5px;
}
.footer-widgets .enews-privacy {
    float: right;
}
.footer-widgets-1,
.footer-widgets-3 {
    width: 25%;
}
.footer-widgets-3 {
    width: 50%;
}
.footer-widgets-1 {
    float: left;
    display: inline-block;
}
.footer-widgets-1 .widget {
    margin-bottom: 0;
}
.footer-widgets-2 {
    float: left;
}
.footer-widgets-3 {
    float: right;
}
.footer-widgets .search-form input[type="search"] {
    border: 1px solid #eeeae8;
    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;
}

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

.clover-instagram {
    background: #f9f6f4;
    padding: 80px 0 95px;
}
.clover-instagram .wrap {
    max-width: 1150px;
}
.clover-instagram .widget {
    text-align: center;
}
.clover-instagram #sb_instagram {
    position: relative;
    border: 1px solid #eeeae8;
}
.clover-instagram .widget-title {
    text-align: center;
    font-size: 40px;
    margin-bottom: 15px;
}
.clover-instagram .textwidget p,
.clover-instagram .textwidget a {
    color: #aaa99b;
    font: normal 15px Roboto Condensed, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-bottom: 8px;
}
.clover-instagram #sb_instagram {
    background: #fff;
}
#sb_instagram .sbi_follow_btn a {
    background: #fff !important;
    color: #3d4341 !important;
    margin-top: 15px !important;
}
#sb_instagram {
    padding: 0 !important;
}
.clover-instagram .widget {
    margin: 0 auto;
}
#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;
}

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

/* 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: #f9f6f4;
    padding: 30px 30px 35px;
    margin-bottom: 30px;
    margin-top: 30px;
}
.error404 .entry-content .search-form:before {
    content: "Search";
    font: normal 22px Roboto Condensed, sans-serif;
    text-align: center;
    display: block;
    text-transform: uppercase;
    margin-bottom: 25px;
    letter-spacing: 1.5px;
}
.error404 .entry-content .search-form input[type="submit"] {
    right: 38px;
    bottom: 45px;
    font-size: 80% !important;
}
.error404 .entry-content h4 {
    font: normal 26px Gilda Display, 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: #3d4341 !important;
}
.error404 .entry-content li a:hover {
    color: #d3d0d0 !important;
}

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

.clover-category-archive .one-third {
    float: left;
    margin-left: 1.5%;
}
.clover-category-archive .one-third {
    width: 32.33333333333%;
}
.clover-category-archive .first {
    clear: both;
    margin-left: 0;
}
.clover-category-archive .entry {
    margin-bottom: 1%;
}
.clover-category-archive .entry-title {
    text-align: center;
    padding: 10px 15px;
    font-size: 22px;
    line-height: 1.4;
}
.clover-category-archive .filter-menu {
    text-align: center;
    padding: 0 0 25px;
    margin-top: -20px;
}
.clover-category-archive.cat-sort .filter-menu {
    display: block;
}
.clover-category-archive .archive-description {
    margin-bottom: 10px;
}
.clover-category-archive .archive-description p {
    margin-bottom: 30px;
}
.clover-category-archive .archive-title {
    text-align: center;
}
.clover-category-archive .entry-header .entry-meta {
    clear: both;
    text-align: center;
    margin-bottom: 0;
}
.clover-category-archive .sort-by {
    content: 'Sort by:';
    text-transform: uppercase;
    font: normal 13px Roboto Condensed, sans-serif;
    letter-spacing: 1.5px;
    padding-right: 10px;
    color: #3d4341;
}
.clover-category-archive .cat-item {
    text-transform: uppercase;
    font: normal 13px Roboto Condensed, sans-serif;
    letter-spacing: 1.5px;
    display: inline-block;
    padding: 0 12px;
    line-height: 2;
}
.clover-category-archive .cat-item:last-child {
    padding-right: 0;
}
.clover-category-archive .cat-item-none {
    display: none;
}
.clover-category-archive .pagination {
    padding-top: 30px;
    margin-bottom: 15px;
}
.clover-category-archive span.entry-comments-link,
.clover-category-archive span.entry-comments-link:before {
    display: none;
}
.archive-description {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}
.archive-description p,
.clover-category-archive.cat-sort .archive-description p  {
    margin-bottom: 40px;
    margin-top: -15px;
}

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

.clover-landing,
.clover-landing .site-container,
.clover-landing .site-inner,
.clover-landing .entry {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.clover-landing .site-container {
    background: #fff;
}
.clover-landing .entry-title,
.clover-landing .clover-backtotop,
.clover-landing a.post-edit-link {
    display: none;
}
@media only screen and (max-width: 500px) {
.clover-landing .wp-block-cover p {
    font-size: 40px !important;
}
.clover-landing .wp-block-cover p.has-background {
    font-size: 30px !important;
}
.clover-landing .wp-block-spacer {
    display: none
} }

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

.clover-portfolio .archive-description {
    margin: 0 auto 25px;
}
.clover-portfolio .archive-title {
    margin-bottom: 15px;
    padding-bottom: 5px;
}
.clover-portfolio .one-third {
    float: left;
    margin-left: 1.5%;
}
.clover-portfolio .one-third {
    width: 32.33333333333%;
}
.clover-portfolio .first {
    clear: both;
    margin-left: 0;
}
.clover-portfolio .entry {
    margin-bottom: 1%;
}
.clover-portfolio .entry-title {
    margin-top: 10px;
    font: normal 24px Gilda Display, Didot, serif;
    text-align: center;
    display: block;
    margin-bottom: 24px;
}
.single-portfolio .entry-title {
    text-align: center;
    margin-bottom: 25px;
}

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

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

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

    #wpadminbar {
        display: none;
    }

    /* Site Header */
    .site-container {
        background: #fff !important;
    }
    .site-inner,
    .home.blog .site-inner {
        padding-top: 30px;
    }
    .split-nav-active .site-header .wrap {
        padding: 0 !important;
    }
    .site-header {
        margin: 0 auto;
        height:  84px;
    }
    .site-header,
    .split-nav-active .site-header,
    .split-right-nav-active .site-header {
        padding: 15px 20px 22px;
        margin: 0;
        position: fixed;
        border-bottom: 1px solid #eeeae8;
    }
    .clover-front-page-1,
    .site-inner,
    .home.paged .site-inner {
        margin-top: 84px !important;
    }
    .admin-bar .clover-front-page-1,
    .admin-bar .site-inner,
    .admin-bar .home.paged .site-inner {
        margin-top: 38px !important;
    }
    .home .site-inner,
    .clover-landing .site-inner {
        margin-top: 0 !important;
    }
    .sticky-start {
        display: none;
    }
    .wp-custom-logo .site-header {
        padding: 15px;
        margin: 0;
    }
    .custom-logo-link {
        margin-bottom: 0;
    }
    .wp-custom-logo .title-area img {
        width: 150px;
        object-fit: contain;
        max-height: 60px;
    }
    .wp-custom-logo .title-area {
        text-align: left;
        float: left;
    }
    .custom-logo-link,
    .wp-custom-logo .title-area {
        float: left;
        text-align: left;
    }
    .title-area,
    .site-title,
    .split-nav-active .title-area,
    .split-nav-active .site-title {
        float: left;
        font-size: 30px;
        padding: 0;
    }
    .site-header .wrap {
        padding: 0;
        max-width: unset;
    }
    .title-area {
        float: none;
        text-align: center;
        margin: 0 auto;
        margin-top: 10px;
    }
    li a.icon-search { 
        display: none; 
    }

    /* Toggles */
    .menu-toggle,
    .sub-menu-toggle {
        overflow: hidden;
        visibility: visible;
    }
    button.menu-toggle {
        background-color: transparent !important;
        display: inline-block;
        margin: 0 auto;
        border: 0;
        padding: 0;
        text-align: center;
        position: fixed;
        width: auto;
        right: 0;
        top: 0;
        z-index: 9999;
        padding: 17px 22px;
    }
    button.menu-toggle:hover {
        background-color: transparent !important;
    }
    button.sub-menu-toggle,
    button.sub-menu-toggle:hover,
    button .sub-menu-toggle,
    button .sub-menu-toggle:hover {
        background: transparent !important;
        display: block;
        color: #6d7975 !important;
        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;
    }
    
    /* 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: #3d4341;
      margin: 5px 0;
      display: block;
    }

    /* Nav */
    .nav-primary.nav-mobile {
        float: left;
        padding: 2px 0 0 !important;
        position: fixed;
        margin-top: 84px;
        height: 100%;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }
    .admin-bar .nav-primary.nav-mobile {
        margin-top: 38px;
    }
    .wp-custom-logo .nav-primary.nav-mobile {
        margin-top: 84px;
        padding-top: 4px !important;
    }
    .nav-primary {
        background: #fff !important;
    }
    .nav-primary li a,
    .genesis-nav-menu li a {
        padding: 12px 20px;
        letter-spacing: 1.5px;
        background: #fff !important;
        color: #6d7975;
        border-bottom: 1px solid #eeeae8;
    }
    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;
    }
    .genesis-nav-menu .sub-menu a {
        border-left: 0;
        position: relative;
    }
    .genesis-nav-menu .sub-menu .sub-menu {
        margin: 0;
        border-top: 0;
    }
    .genesis-nav-menu .sub-menu .sub-menu .sub-menu a {
        padding-left: 65px !important;
    }
    .genesis-nav-menu > li:hover .sub-menu a,
    .genesis-nav-menu .sub-menu a {
        width: 100%;
        background: #fff !important;
        padding-left: 35px !important;
    }
    .genesis-nav-menu .sub-menu .sub-menu .menu-item a {
        padding-left: 55px !important;
    }
    .genesis-nav-menu a,
    .genesis-nav-menu > .first > a,
    .genesis-nav-menu > .last > a {
        padding: 20px 16px;
        padding: 2rem 1.6rem;
    }
    
    /* Mobile Widgets */
    .nav-mobile .widget-area {
        padding: 40px 20px;
        overflow: visible;
        height: 70vh;
    }
    .clover-social-widget {
        text-align: center;
    }
    .nav-mobile .widget {
        margin-bottom: 30px;
    }
    .nav-mobile .widget-title {
        text-transform: none;
        font-size: 22px;
        margin-bottom: 12px;
        text-align: center;
    }
    .clover-home .home-area .featuredpost .entry .entry-title {
        padding: 0 0 12px;
        line-height: 1.3;
    }
    .clover-home .home-area:not(.clover-front-page-1) {
        padding: 0 !important;
    }
}

/*
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) {
    .content-sidebar .content-sidebar-wrap,
    .sidebar-content .content-sidebar-wrap {
        padding: 0 3%
    }
    .header-menu.genesis-nav-menu a {
        padding: 20px 15px 11px
    }
    .split-nav-active .site-header .wrap {
        padding: 0 30px;
    }
    .split-nav-active .headhesive.site-header .wrap {
        padding: 23px 30px;
    }
}

@media only screen and (max-width: 1200px) {
    .clover-footer-cta .enews-widget,
    .clover-footer-cta .clover_cta_widget {
        margin-top: 25px !important;
    }
    .footer-widgets .wrap,
    .clover-instagram {
        padding-left: 22px;
        padding-right: 22px;
    }
}
@media only screen and (max-width: 1151px) {
    .clover-footer-cta .enews-widget,
    .clover-footer-cta .clover_cta_widget {
        padding: 40px 30px;
    }
    .clover-footer-cta .clover-cta-widget h2 {
        font-size: 32px;
    }
    .clover-footer-cta .clover-cta-widget h3 {
        line-height: 1.2;
        font-size: 48px;
    }
    .content-sidebar .content,
    .sidebar-content .content {
        max-width: 68%;
    }
    .content-sidebar .sidebar,
    .sidebar-content .sidebar {
        max-width: 28%;
    }
    .content-sidebar-wrap {
        padding: 0 22px;
    }
    .footer-widgets {
        padding: 30px 0 45px;
    }
    .clover-footer-cta .enews-widget {
        padding: 30px 40px;
    }
}

@media only screen and (max-width: 1000px) {
    .wpmtst-testimonial {
        font-size: 30px;
    }
    .archive-description p {
        width: 100%;
    }
    .clover-home .content-sidebar-wrap .content .entry-header .entry-meta,
    .home.paged .content-sidebar-wrap .content .entry-header .entry-meta {
        padding-top: 0;
    }
    .clover-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: 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,
    .flexible-widgets.widget-fourths .clover_service_widget,
    .clover-front-page-5 .flexible-widgets.widget-halves .widget.widget-first,
    .clover-front-page-5 .flexible-widgets.widget-halves .widget.widget-last,
    .clover-home .clover-front-page-1 .featuredpage.widget,
    .clover-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,
    .clover-home .clover-cta-widget .overlay {
        width: 100%;
        max-width: 100%;
        float: none;
    }
    .content-sidebar .content-sidebar-wrap,
    .sidebar-content .content-sidebar-wrap {
        padding: 0 22px;
    }
    .five-sixths,
    .four-sixths,
    .one-fourth,
    .one-half,
    .one-sixth,
    .one-third,
    .three-fourths,
    .three-sixths,
    .two-fourths,
    .two-sixths,
    .two-thirds,
    .clover-portfolio .portfolio,
    .woocommerce ul.cart_list li,
    .woocommerce ul.product_list_widget li,
    .woocommerce-page ul.cart_list li,
    .woocommerce-page ul.product_list_widget li,
    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3,
    .single-post.full-width-content .site-inner {
        margin: 0;
        width: 100% !important;
        max-width: 100% !important;
    }
    .clover-home .clover-front-page-1 .clover-cta-widget p,
    .clover-home .home-area:not(.clover-front-page-1) .clover-cta-widget p,
    .clover-footer-cta .clover-cta-widget p {
        font-size: 17px;
    }
    .woocommerce ul.product_list_widget li,
    .woocommerce-page ul.cart_list li,
    .woocommerce-page ul.product_list_widget li {
        margin-bottom: 30px;
    }
    .clover-footer-cta .widget_media_image {
        display: none;
    }
    .wpmtst-testimonial-content p {
        font-size: 24px;
    }
    .clover-footer-cta .enews-widget,
    .clover-footer-cta .clover_cta_widget {
        width: 100%;
        margin-top: 0 !important;
    }
    .clover-footer-cta .enews .widget-title {
        font-size: 48px;
    }
    .clover-footer-cta .enews-widget p,
    .clover-footer-cta .enews .widget-title {
        max-width: 95%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0;
    }
    .clover-footer-cta .enews-widget {
        padding: 22px;
    }
    .after-entry .enews-widget .widget-title,
    #reply-title,
    .entry-comments h3  {
        font-size: 30px;
    }
    .search-results .content .post-image {
        width: 100%;
        margin-right: 0;
    }
    .search-results .content .post.has-post-thumbnail .entry-title {
        padding-top: 0;
    }
    .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 36px;
    }
    .clover-instagram {
        padding: 42px 22px 24px;
    }
    .clover-category-archive .one-third {
        margin: 0 auto 15px;
    }
    .clover-category-archive .site-inner img {
        margin: 0 auto 10px;
        text-align: center;
        float: none;
        display: block;
    }
    .related-post {
        width: 50%;
    }
    .adjacent-entry-pagination .next-entry {
        margin-top: 15px;
    }
    .clover-instagram .widget-title {
        font-size: 32px;
        padding: 0 20px 6px;
    }
    .clover-home .home-area .enews-widget input[type="submit"] {
        margin: 10px 0 0;
        width: 100%;
    }
    .clover-home .home-area .enews-widget input#subbox,
    .clover-home .home-area .enews-widget input#subbox1,
    .clover-home .home-area .enews-widget input#subbox2,
    .clover-home .home-area .enews-widget input[type="submit"],
    .clover-home .home-area .enews.enews-3-fields input[type="submit"],
    .clover-home .home-area .enews.enews-2-fields input,
    .clover-home .home-area .enews.enews-2-fields input[type="submit"],
    .clover-home .home-area .enews.enews-1-field input,
    .clover-home .home-area .enews.enews-1-field 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"],
    .after-entry .enews.enews-2-fields input,
    .after-entry .enews.enews-2-fields input[type="submit"],
    .after-entry .enews.enews-1-field input,
    .after-entry .enews.enews-1-field input[type="submit"],
    .footer-widgets .enews-widget input[type="submit"],
    .footer-widgets .enews.enews-2-fields input,
    .footer-widgets .enews.enews-2-fields input#subbox {
        display: inline-block;
        width: 100%;
        margin-left: 0;
        margin-bottom: 10px;
    }
    .clover-category-archive .cat-item {
        padding: 0 8px;
    }
    .clover-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 {
        padding: 30px 0 10px;
    }
    .footer-widgets-1 .widget,
    .footer-widgets-2 .widget,
    .footer-widgets-3 .widget {
        padding: 0;
        margin: 0 auto 20px;
    }
    .footer-social,
    .custom-footer {
        text-align: center;
        float: none;
        padding: 20px 20px 0;
    }
    .custom-footer {
        margin-top: -5px;
        padding-bottom: 20px;
    }
}

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

    .clover-home .content-sidebar-wrap .content .entry .post-image.alignleft,
    .home.paged .content-sidebar-wrap .content .entry .post-image.alignleft {
        width: 100%;
        margin: 0;
    }
    .clover-home .content-sidebar-wrap .content .entry-header .entry-meta,
    .home.paged .content-sidebar-wrap .content .entry-header .entry-meta {
        padding-top: 22px;
        clear: both;
    }
    .clover-home.clover-blog-full .content .entry-header .entry-meta,
    .home.paged.clover-blog-full .content .entry-header .entry-meta {
        padding-top: 0;
    }
    .clover-home .content-sidebar-wrap .content .entry .entry-title,
    .home.paged .content-sidebar-wrap .content .entry .entry-title {
        clear: both;
        width: 100%;
        font-size: 28px;
    }
    .clover-home .home-area .widget-title,
    .clover-instagram .widget-title {
        text-align: center;
    }
    .entry-footer .entry-meta {
        line-height: 1.8;
        text-align: center !important;
    }
    .clover-instagram .textwidget p {
        float: none;
        margin-top: -10px;
        text-align: center;
        margin-bottom: 15px;
    }
    .clover-landing, .clover-landing .site-container { 
        margin-top: 0;
        padding-top: 0; 
    }
    .clover-backtotop { 
        display: none; 
    }
    .archive-pagination {
        margin-bottom: 30px;
    }
    .sidebar .featuredpost .entry  {
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .clover-footer-cta .widget_media_image {
        display: none;
    }
    .clover-footer-cta .enews-widget {
        width: 100%;
        margin-top: 0;
        padding: 25px 15px 36px;
    }
    .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;
    }
    .single-post.full-width-content .entry-header {
        padding: 20px 15px;
    }
    .clover-home .clover-front-page-1 .featuredpost .entry-title,
    .entry-title,
    .single-post .entry-title,
    .single-post .entry-header,
    .single-portfolio .entry-title {
        font-size: 26px;
    }
    .page h1.entry-title {
        font-size: 28px;
        margin-bottom: 18px;
    }
    .archive-title {
        font-size: 28px;
    }
    .clover-category-archive .entry-title {
        font-size: 18px;
    }
    .clover-home .clover-front-page-1 .featuredpost .entry-header .entry-meta,
    .entry-header p.entry-meta {
        font-size: 11px;
    }
    .archive-pagination li a { 
        margin-bottom: 10px; 
    }
    .archive-description,
    .author-box {
        margin-bottom: 25px;
    }
    .sidebar .featured-content,
    .clover-category-archive .entry {
        text-align: center;
        width: 100%;
    }
    .portfolio-featured-image {
        margin: 0;
    }
    .post-navigation-title {
        padding-top: 0;
    }
    .footer-widgets {
        padding-bottom: 12px;
    }
}

/* Add Custom CSS Below This Line */