/*
    Theme Name: Rosewood
    Theme URI: https://www.underlinedesigns.com/
    Description: A responsive and HTML5 theme built for the Genesis Framework.
    Author: Underline Designs
    Author URI: https://www.underlinedesigns.com/

    Version: 1.1.1

    Template: genesis

    License: GPL-2.0+
    License URI: http://www.gnu.org/licenses/gpl-2.0.html

    Text Domain: underline-designs-rosewood
*/

/* # Table of Contents
- HTML5 Reset
- Defaults
    - Typographical Elements
    - Headings
    - Objects
    - Gallery
    - Forms
    - Tables
    - Screen Reader Text
- Structure and Layout
    - Site Containers
    - Column Widths and Positions
    - Column Classes
- Common Classes
    - Avatar
    - Genesis
    - Titles
    - WordPress
- Widgets
    - Share Buttons
    - Featured Content
    - Featured Images
    - Video
    - Footer Credits
    - Shop Widget
    - Slider
    - About Widget
    - Related Posts
    - Search Form
    - Pinterest
    - Social Media Icons
- Plugins
    - Mailchimp for WordPress
    - Jetpack
    - Instagram
    - Contact 7
    - Popular Posts
- Skip Links
- Site Header
    - Title Area
- Site Navigation
    - Accessible Menu
    - Footer Navigation
- Content Area
    - Entries
    - Left/Right
    - One Column
    - Center
    - Two Columns
    - Three/Four Columns
    - Masonry
    - Entry Content
    - Entry Meta
    - Pagination
    - Comments
- Sidebars
- Site Footer
    - Full width Footer Widgets
    - Footer Widgets
- Media Queries
    - Max-width: 1023px
    - Max-width: 860px
    - Max-width: 780px
    - Max-width: 680px
    - Max-width: 600px
    - Max-width: 450px
- Print Styles
*/

/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* normalize.css v4.1.1 | MIT License | http://necolas.github.io/normalize.css/ */

@font-face {
    font-family: 'Jost';
    src: url('fonts/jost-400-book-webfont.woff') format('woff2'), url('fonts/jost-400-book-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Jost';
    src: url('fonts/jost-600-semi-webfont.woff') format('woff2'), url('fonts/jost-600-semi-webfont.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

progress {
    vertical-align: baseline
}

template, [hidden] {
    display: none
}

a {
    text-decoration: underline;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:active, a:hover {
    outline-width: 0
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

mark {
    background-color: #ff0;
    color: #000000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

button, input, optgroup, select, textarea {
    font: inherit;
    margin: 0
}

optgroup {
    font-weight: bold
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    table-layout: fixed;
    white-space: normal
}

textarea {
    overflow: auto
}

[type="checkbox"], [type="radio"] {
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 1
}

::-moz-placeholder {
    color: inherit;
    opacity: 1;
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

html, input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*, *::before, *::after {
    box-sizing: inherit;
}

.posts-container::before, .author-box::before, .clearfix::before, .entry::before, .entry-content::before, .footer-widgets::before, .nav-primary::before, .nav-secondary::before, .pagination::before, .site-container::before, .site-footer::before, .site-header::before, .site-inner::before, .widget::before, .wrap::before, .pin-feed::before {
    content: " ";
    display: table;
}

.posts-container::after, .author-box::after, .clearfix::after, .entry::after, .entry-content::after, .footer-widgets::after, .nav-primary::after, .nav-secondary::after, .pagination::after, .site-container::after, .site-footer::after, .site-header::after, .site-inner::after, .widget::after, .wrap::after, .pin-feed::after {
    clear: both;
    content: " ";
    display: table;
}

/* # Defaults
---------------------------------------------------------------------------------------------------- */

/* ## Typographical Elements
--------------------------------------------- */

html {
    font-size: 62.5%;
}

body>div {
    font-size: 16px;
    font-size: 1.6rem;
    overflow: hidden;
}

body {
    background-color: #f9f4ef;
    color: #000000;
    font-family: 'Cormorant Garamond', serif;
    font-size: 16px;
    font-size: 1.6rem;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    line-height: 1.8;
    margin: 0;
}

a, button, input:focus, input[type="button"], input[type="reset"], input[type="submit"], textarea:focus, .button, .gallery img, .read-more span, .grid-img, .grid-img-outer, .ud-ytplay, .owl-prev, .owl-next, .post-grid .entry-title, .featuredpost .entry a:first-child img, .popular-posts li a:first-child img, .woocommerce ul.products li.product a img, .ud-slider a .item-img, .slider-inner {
    transition: all .26s ease-out;
    -o-transition: all .26s ease-out;
    -ms-transition: all 0.26s ease-out;
    -moz-transition: all .26s ease-out;
    -webkit-transition: all .26s ease-out;
}

a {
    color: #000000;
    text-decoration: none;
}

a:focus, a:hover {
    color: #6d6d6d;
    text-decoration: none;
}

.entry-content a {
    color: #6d6d6d;
    text-decoration: underline;
}

.entry-content a:not(.wp-block-button__link):focus, .entry-content a:not(.wp-block-button__link):hover {
    color: #000000;
}

p {
    margin: 0 0 28px;
    padding: 0;
}

ol, ul {
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
}

hr {
    border: 0;
    border-collapse: collapse;
    border-top: 1px solid #000000;
    clear: both;
    margin: 2em auto;
    max-width: 300px;
}

b, strong {
    font-weight: 700;
}

blockquote, cite, em, i {
    font-style: italic;
}

blockquote {
    margin: 40px;
}

blockquote, blockquote p {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 400;
    font-style: italic;
    letter-spacing: 0;
}

blockquote::before {
    content: "\201C";
    display: block;
    font-size: 30px;
    font-size: 3rem;
    height: 0;
    left: -20px;
    position: relative;
    top: -10px;
}

.wp-block-pullquote cite {
    font-size: 1.3px;
    font-size: 1.3rem;
    font-style: normal;
    letter-spacing: 0;
}

.wp-block-pullquote {
    padding: 0 !important;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
}

.wp-block-pullquote blockquote {
    padding: 10px 0;
}

.wp-block-pullquote blockquote::before {
    left: 0;
}

p.has-drop-cap:not(:focus):first-letter {
    font-size: 4.4em !important;
}

.wp-block-group.has-background {
    padding: 40px;
}

.full-width-content .entry-content>.alignfull {
    margin-left: calc(-100vw / 2 + 100% / 2);
    margin-right: calc(-100vw / 2 + 100% / 2);
    max-width: 100vw;
}

.full-width-content .entry-content>.alignwide {
    margin-left: -180px;
    margin-right: -180px;
    max-width: calc(100% + 360px);
    width: auto;
}

.wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
    padding-top: 0 !important;
}

.full-width-content .site-container>.wp-block-table.alignwide {
    width: calc(100% + 360px);
}

.full-width-content .site-container>.wp-block-table.alignfull {
    margin-left: calc(-100vw / 2 + 100% / 2);
    margin-right: calc(-100vw / 2 + 100% / 2);
    width: 100vw;
}

.site-container .blocks-gallery-grid, .site-container .wp-block-gallery, .site-container .wp-block-social-links {
    margin-left: auto;
}

.full-width-content .entry-content>.wp-block-cover.alignfull {
    width: 100vw;
}

.entry-content .wp-block-buttons .wp-block-button {
    display: inline;
}

/* ## Headings
--------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
    font-size: 33px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5;
    margin: 0 0 10px;
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
    font-weight: 400;
    font-style: normal;
    margin: 5px auto 10px auto;
}

h1, .entry-content h1 {
    font-size: 36px;
    font-size: 3.6rem;
}

h2, .entry-content h2 {
    font-size: 30px;
    font-size: 3rem;
}

h3, .entry-content h3 {
    font-size: 24px;
    font-size: 2.4rem;
}

h4, .entry-content h4 {
    font-size: 20px;
    font-size: 2rem;
}

h5 {
    font-size: 18px;
    font-size: 1.8rem;
}

.entry-content h5 {
    font-size: 24px;
    font-size: 2.4rem;
    font-family: 'Jost', sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 3px;
}

h6, .entry-content h6 {
    font-size: 16px;
    font-size: 1.6rem;
}

/* ## Objects
--------------------------------------------- */

embed, iframe, img, object, video, .wp-caption {
    max-width: 100%;
}

img {
    height: auto;
}

figure {
    margin: 0;
}

/* ## Gallery
--------------------------------------------- */

.gallery {
    overflow: hidden;
}

.gallery-item {
    float: left;
    margin: 0 auto;
    text-align: center;
}

.gallery-icon {
    display: block;
    line-height: 0;
}

.gallery-columns-1 .gallery-item {
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    width: 50%;
}

.gallery-columns-3 .gallery-item {
    width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    width: 25%;
}

.gallery-columns-5 .gallery-item {
    width: 20%;
}

.gallery-columns-6 .gallery-item {
    width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
    width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
    width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1), .gallery-columns-3 .gallery-item:nth-child(3n+1), .gallery-columns-4 .gallery-item:nth-child(4n+1), .gallery-columns-5 .gallery-item:nth-child(5n+1), .gallery-columns-6 .gallery-item:nth-child(6n+1), .gallery-columns-7 .gallery-item:nth-child(7n+1), .gallery-columns-8 .gallery-item:nth-child(8n+1), .gallery-columns-9 .gallery-item:nth-child(9n+1) {
    clear: left;
}

.gallery img {
    border: 0;
    height: auto;
    padding: 0 2px 4px 2px;
}

.gallery img:focus, .gallery img:hover {
    border: 0;
}

/* ## Forms
--------------------------------------------- */

label {
    letter-spacing: 0;
    font-size: 11px;
    font-size: 1.1rem;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Jost', sans-serif;
    display: block;
}

input, select, textarea {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    font-weight: 600;
    padding: 5px 10px;
    width: 100%;
    font-style: normal;
    font-family: 'Jost', sans-serif;
    text-align: left;
    text-transform: uppercase;
    font-size: 10px;
    font-size: 1rem;
    letter-spacing: 1px;
    line-height: 1.8;
}

textarea {
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 400;
    text-transform: initial;
    letter-spacing: .5px;
}

input:focus, textarea:focus, select:focus {
    outline: none;
    background: #ffffff;
}

input[type="checkbox"], input[type="image"], input[type="radio"] {
    width: auto;
}

button, input[type="button"], input[type="reset"], input[type="submit"], .button, .comment-reply a, .user-profile p .pagelink, .archive-pagination a, .more-from-category a, button, input[type="button"], input[type="reset"], input[type="submit"], .button, .comment-reply a, .user-profile p .pagelink, .read-more a, .read-more span, a.more-link {
    background: #ffffff;
    border: 0;
    color: #000000;
    cursor: pointer;
    font-family: 'Jost', sans-serif;
    font-size: 10px;
    font-size: 1rem;
    font-weight: 400;
    font-style: normal;
    padding: 5px 30px;
    text-decoration: none;
    white-space: normal;
    width: auto;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-align: center;
    margin: .1%;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
}

.wp-block-button__link, .entry-content .wp-block-button__link, .entry-content .wp-block-button__link:focus, .entry-content .wp-block-button__link:hover {
    cursor: pointer;
    font-family: 'Jost', sans-serif;
    font-size: 10px;
    font-size: 1rem;
    font-weight: 400;
    font-style: normal;
    padding: 5px 30px;
    text-decoration: none;
    white-space: normal;
    width: auto;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-align: center;
    margin: .1%;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
}

.wp-block-button__link, .entry-content .wp-block-button__link, .wp-block-button__link:hover, .entry-content .wp-block-button__link:hover {
    border: none;
}

.is-style-outline .wp-block-button__link, .entry-content .is-style-outline .wp-block-button__link {
    border: 2px solid;
}

.more-from-category a:focus, .more-from-category a:hover, button:focus, button:hover, input[type="button"]:focus, input[type="button"]:hover, input[type="reset"]:focus, input[type="reset"]:hover, input[type="submit"]:focus, input[type="submit"]:hover, .button:focus, .button:hover, .comment-reply a:hover, .comment-reply a:focus, .user-profile p .pagelink:hover, .user-profile p .pagelink:focus, .read-more a:hover, .read-more span:hover, .shop-info .read-more span:hover {
    background-color: #6d6d6d;
    border-color: #6d6d6d;
    color: #ffffff;
}

.more-from-category a {
    display: inline-block;
}

.sidebar .more-from-category a {
    display: block;
}

.more-link, .user-profile p .pagelink {
    position: relative;
    display: block;
    text-align: center;
    margin: 10px auto;
}

.after-entry.widget-area .user-profile p .pagelink {
    margin: 15px auto 0 auto;
}

.entry-content .button:focus, .entry-content .button:hover {
    color: #ffffff;
}

.button {
    display: inline-block;
}

a.button.small, button.small, input[type="button"].small, input[type="reset"].small, input[type="submit"].small {
    padding: 8px 16px;
}

.site-container button:disabled, .site-container button:disabled:hover, .site-container input:disabled, .site-container input:disabled:hover, .site-container input[type="button"]:disabled, .site-container input[type="button"]:disabled:hover, .site-container input[type="reset"]:disabled, .site-container input[type="reset"]:disabled:hover, .site-container input[type="submit"]:disabled, .site-container input[type="submit"]:disabled:hover {
    background-color: #aaaaaa;
    color: #777;
    cursor: not-allowed;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button {
    display: none;
}

/* ## Tables
--------------------------------------------- */

table {
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 2;
    margin-bottom: 40px;
    width: 100%;
    word-break: break-all;
}

tbody {
    border-bottom: 1px solid #000000;
}

td, th {
    text-align: left;
}

td {
    border-top: 1px solid #000000;
    padding: 6px;
}

th {
    font-weight: 400;
    padding: 0 6px;
}

td:first-child, th:first-child {
    padding-left: 0;
}

.table-a {
    display: table;
    width: 100%;
    height: 100%;
    table-layout: fixed;
}

.table-b {
    display: table-cell;
    vertical-align: middle;
}

/* ## Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut, .screen-reader-text, .screen-reader-text span {
    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 {
    background: #ffffff;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    clip: auto !important;
    color: #000000;
    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. */
}

/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */

.home.content-sidebar .site-inner, .home.content-sidebar .site-inner>.wrap, .blog-page.content-sidebar .site-inner, .blog-page.content-sidebar .site-inner>.wrap, .page.blog-page.content-sidebar .content-sidebar-wrap, .site-inner, .wrap, .single .footer-widgets .wrap, .posts-container, .blog-page .site-inner, .blog-page.page .content-sidebar-wrap, .sidebar-content.home .site-inner, .sidebar-content.home .site-inner>.wrap, .sidebar-content.blog-page .site-inner, .sidebar-content.blog-page .site-inner>.wrap, .sidebar-content.page.blog-page .content-sidebar-wrap {
    margin: 0 auto;
    max-width: 1100px;
}

.homepage-two .widget {
    margin: 20px auto;
}

.site-inner {
    clear: both;
    padding: 40px 20px 20px 20px;
    word-wrap: break-word;
}

.home .site-inner, .home .site-inner>.wrap, .blog-page .site-inner, .blog-page .site-inner>.wrap, .page.blog-page .content-sidebar-wrap {
    max-width: 100%;
    padding: 0;
}

.sidebar-content.home .site-inner, .content-sidebar.home .site-inner {
    padding: 40px 20px 20px 20px;
}

.sidebar-content.home .posts-outer .posts-container, .content-sidebar.home .posts-outer .posts-container {
    padding: 0;
}

.homepage-widgets {
    text-align: center;
}

.homepage-two.homepage-widgets #sb_instagram #sbi_images, .homepage-two.homepage-widgets .pin-feed {
    margin-left: -5%;
    margin-right: -5%;
    width: auto;
    float: none;
}

/* ## Column Widths and Positions
--------------------------------------------- */

.content-sidebar-sidebar .content-sidebar-wrap, .sidebar-content-sidebar .content-sidebar-wrap, .sidebar-sidebar-content .content-sidebar-wrap {
    width: 80%;
}

.content-sidebar-sidebar .content-sidebar-wrap {
    float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap, .sidebar-sidebar-content .content-sidebar-wrap {
    float: right;
}

.content {
    width: 68%;
    float: right;
}

.full-width-content .content {
    width: 100%;
    float: none;
}

.content-sidebar .content, .content-sidebar-sidebar .content, .sidebar-content-sidebar .content {
    float: left;
}

.content-sidebar .content, .content-sidebar-sidebar .content, .sidebar-content-sidebar .content, .sidebar-sidebar-content .content {
    width: 68%;
}

.sidebar-primary {
    float: right;
    width: 31%;
    padding: 0;
}

.sidebar-content .sidebar-primary, .sidebar-sidebar-content .sidebar-primary {
    float: left;
}

.sidebar-secondary {
    float: left;
    width: 20%;
}

.content-sidebar-sidebar .sidebar-secondary {
    float: right;
}

/* ## Column Classes
--------------------------------------------- */

/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths, .four-sixths, .one-fourth, .one-half, .one-fifth, .one-sixth, .one-third, .half, .three-fourths, .three-sixths, .two-fourths, .two-sixths, .two-thirds {
    float: left;
    margin-left: 3%;
    margin-bottom: 3%;
}

.one-half, .three-sixths, .two-fourths {
    width: 48.5%;
}

.one-third, .two-sixths {
    width: 31.3%;
}

.four-sixths, .two-thirds {
    width: 65.7%;
}

.one-fourth {
    width: 22.75%;
}

.three-fourths {
    width: 74.2%;
}

.one-fifth {
    width: 17.6%;
}

.one-sixth {
    width: 14.1222%;
}

.five-sixths {
    width: 82.88%;
}

.first {
    clear: both;
    margin-left: 0;
    margin-bottom: 3%;
}

/* # Common Classes
---------------------------------------------------------------------------------------------------- */

/* ## Avatar
--------------------------------------------- */

.avatar {
    border-radius: 0%;
    display: block;
    float: none;
    margin: 0 auto;
}

.author-box .avatar, .alignleft .avatar {
    margin-right: 10px;
}

.alignright .avatar {
    margin-left: 10px;
}

.comment .avatar {
    margin: 0 16px 24px 0;
    float: left;
    display: none;
}

.user-profile p {
    text-align: justify;
}

.widget_categories li, .widget_archive li {
    text-transform: uppercase;
    text-align: left;
    letter-spacing: 1px;
    font-size: 10px;
    font-size: 1rem;
    margin-bottom: 0 !important;
}

/* ## Genesis
--------------------------------------------- */

.breadcrumb {
    margin-bottom: 1px;
    padding: 12px 30px;
    font-family: 'Jost', sans-serif;
    font-size: 10px;
    font-size: 1rem;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.after-entry, .archive-description, .author-box {
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: 40px;
    padding: 10px;
}

.archive-description {
    padding: 0;
    margin: 15px auto;
    text-align: center;
}

.archive-description p:last-child, .author-box p:last-child {
    margin-bottom: 0;
}

.archive-description p:last-child {
    text-transform: initial;
    letter-spacing: .5px;
    font-style: italic;
}

/* ## Titles
--------------------------------------------- */

.entry-title, .woocommerce-products-header__title.page-title, .woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    margin: 20px auto;
    display: block;
    padding: 0;
    text-align: center;
    font-weight: 400;
    text-transform: uppercase;
}

.grid-meta {
    text-align: center;
}

.grid-meta span {
    margin: 0 auto;
}

.grid-meta, .entry-header .entry-meta {
    padding: 0;
    font-size: 10px;
    font-size: 1rem;
    color: #000000;
}

.grid-meta a, .entry-time {
    display: block;
    padding: 0;
    text-align: center;
}

.entry-title a, .sidebar .widget-title a {
    text-decoration: none;
}

.sidebar .widget-title {
    margin: 0 auto 20px auto;
    text-align: left;
    background: transparent;
    display: block;
    padding: 0 0 15px 0;
}

/* ## WordPress
--------------------------------------------- */

a.aligncenter img {
    display: block;
    margin: 0 auto;
}

a.alignnone {
    display: inline-block;
}

.alignleft {
    float: left;
    text-align: left;
}

.alignright {
    float: right;
    text-align: right;
}

a.alignleft, a.alignnone, a.alignright {
    max-width: 100%;
}

img.centered, .aligncenter {
    display: block;
    margin: 0 auto 5px;
}

img.alignnone, .alignnone {
    margin-bottom: 12px;
}

a.alignleft, img.alignleft, .wp-caption.alignleft {
    margin: 0 14px 5px 0;
}

a.alignright, img.alignright, .wp-caption.alignright {
    margin: 0 0 5px 14px;
}

.gallery-caption, .wp-caption-text {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    margin: 0;
    text-align: center;
    padding: 10px;
}

.entry-content p.wp-caption-text {
    margin-bottom: 0;
}

.entry-content .wp-audio-shortcode, .entry-content .wp-playlist, .entry-content .wp-video {
    margin: 0 0 28px;
}

/* # Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
    margin-bottom: 40px;
    word-wrap: break-word;
}

.site-header .widget {
    margin: 0 auto;
}

.widget p:last-child, .widget ul>li:last-of-type, .widget-area .widget:last-of-type {
    margin-bottom: 0;
}

.widget ul>li {
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.widget_nav_menu ul li {
    margin-bottom: 0;
    padding: 0;
    display: block;
}

.widget_nav_menu ul li a {
    padding: 5px 5px;
    display: block;
}

.widget ul>li:last-of-type {
    padding-bottom: 0;
}

.widget ol>li {
    list-style-position: inside;
    list-style-type: decimal;
    padding-left: 20px;
    text-indent: -20px;
}

.widget li li {
    border: 0;
    margin: 0 0 0 30px;
    padding: 0;
}

.widget_calendar table {
    width: 100%;
}

.widget_calendar td, .widget_calendar th {
    text-align: center;
}

.cross-sells>h2, .up-sells.upsells.products>h2, .related.products>h2, .container-title, .widget-title, .archive-description .archive-title, .entry-comments h3, .comment-reply-title {
    margin: 10px auto;
    position: relative;
    display: block;
    padding: 15px 20px;
    color: #000000;
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-family: 'Jost', sans-serif;
    font-weight: 600;
}

/* ## Share Buttons
--------------------------------------------- */

.share-wrap {
    position: relative;
}

.share-buttons a {
    padding: 10px 20px;
    display: inline-block;
}

.share-buttons {
    text-align: center;
    padding: 10px 30px;
}

/* ## Featured Content
--------------------------------------------- */

.featuredpost .entry-content p {
    margin: 10px auto;
}

.featured-content .entry, .single .featured-content .entry {
    background: none;
    padding: 0;
}

.featured-content .entry {
    width: 24.22%;
    margin: 1% 1% 1% 0;
    float: left !important;
    clear: initial !important;
}

.featured-content .entry:last-child, .featured-content .entry:nth-of-type(4n+4) {
    margin-right: 0;
}

.sidebar .featured-content .entry {
    display: block;
    width: 100%;
    margin: 0 auto;
}

.featured-content .entry:last-of-type {
    margin-bottom: 0;
}

.featured-content .entry .entry-content {
    padding: 0;
    background: transparent;
}

.more-from-category {
    display: block;
    text-align: center;
}

.more-from-category:before {
    content: "";
    display: block;
    clear: both;
}

.homepage-widgets .wrap {
    padding: 0 20px;
}

.sub-pop-widget .subscribe-title h2, .sub-pop-overlay.popup-style-four .sub-pop-widget .subscribe-title h2 {
    text-transform: uppercase;
    font-size: 34px;
    font-size: 3.4rem;
    font-weight: 400;
}

.subscribe-subtitle {
    font-family: 'Jost', sans-serif;
}

.between-posts-container {
    margin: 3% auto 5% auto;
}

.between-posts-container.post-grid.masonry {
    background: transparent;
    margin: 0 auto;
}

.read-more {
    margin: 20px auto;
}

/* ## Featured Images
--------------------------------------------- */

.featured-img-single {
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 0 0 auto;
    height: 500px;
}

.featured-img-single.sticky {
    background-attachment: fixed;
}

.entry-featured-header {
    margin: 20px auto 0 auto;
    max-width: 1100px;
    position: relative;
}

.entry-featured-header.full-width {
    margin: 0 auto;
    max-width: 100%;
}

.entry-featured-header .entry-header {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    width: 40%;
}

.entry-header-content {
    padding: 30px;
}

.entry-header-a {
    display: table;
    width: 100%;
    height: 100%;
    max-width: 1000px;
    margin: 0 auto;
    table-layout: fixed;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
}

.entry-header-b {
    display: table-cell;
    vertical-align: middle;
}

.style-two.entry-featured-header .entry-header {
    width: 100%;
}

.style-two .entry-header-a {
    max-width: 100%;
    background-color: rgba(255, 255, 255, 0.49);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.style-two .entry-header-a .entry-title, .style-two .entry-header-a .entry-header-content, .single .style-two .entry-header-a .entry-time, .style-two .entry-header-a .post-cat-single {
    text-align: center;
    color: #000000;
}

.style-two .entry-header-a .entry-title {
    font-size: 46px;
    font-size: 4.6rem;
}

/* ## Video
--------------------------------------------- */

.ud-image img {
    width: 100%;
    height: auto;
}

.ud-image {
    background-position: 50%;
    background-size: cover;
    position: relative;
    height: 171px !important;
}

.ud-ytplay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    background: transparent !important;
}

.ud-video a:hover .ud-ytplay {
    background: rgba(255, 255, 255, 0.49) !important;
}

.info-a {
    text-align: center;
    display: table;
    width: 100%;
    height: 100%;
    table-layout: fixed;
}

.info-b {
    display: table-cell;
    vertical-align: middle;
}

.ud-video a {
    color: #000000;
    font-size: 70px;
    display: block;
    line-height: 0;
}

.ud-video {
    margin-bottom: 20px;
    margin-right: 1.5%;
    width: 32.2%;
    float: left;
}

.ud-video:last-child, .ud-video:nth-of-type(3n+3) {
    margin-right: 0;
}

.sidebar .ud-video {
    margin-right: auto;
    display: block;
    width: 100%;
    float: none;
}

/* ## Footer Credits
--------------------------------------------- */

.footer-credits {
    font-size: 10px;
    font-size: 1rem;
    text-align: left;
    font-family: 'Jost', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0 10px;
}

.footer-credits .wrap {
    padding: 5px 0 0 0;
}

.credits-right {
    text-align: right;
}

.footer-credits .one-half {
    margin-bottom: 0;
}

/* ## Shop Widget
--------------------------------------------- */

.site-container .shop-box .shop-title {
    font-size: 10px;
    font-size: 1rem;
    font-family: 'Jost', sans-serif;
    letter-spacing: 1px;
    position: absolute;
    top: -6px;
    left: 0;
    right: 0;
    text-align: center;
}

.shop-box .shop-box-inner {
    border: 1px solid #e0e0e0;
    position: relative;
    background: #ffffff;
}

.shop-title-inner {
    color: #000000;
    background: #ffffff;
    padding: 0 20px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 400;
}

.popup-shop {
    background: #ffffff;
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    padding: 10px;
    opacity: 0;
    visibility: hidden;
    z-index: 2;
}

.post-grid.active .popup-shop {
    opacity: 1;
    visibility: visible;
}

.popup-shop .shop-box {
    margin: 0 auto;
    padding: 0;
}

.shop-close, .shop-close:before, .shop-close:after {
    cursor: pointer;
    border-radius: 2px;
    height: 1px;
    width: 20px;
    content: '';
    position: absolute;
    right: 8px;
    top: 13px;
}

.shop-close {
    display: inline-block;
    padding: 11px 20px;
    z-index: 500;
}

.shop-close:before {
    transform: rotate(45deg);
    background: #000000;
}

.shop-close:after {
    transform: rotate(-45deg);
    background: #000000;
}

.shop-box {
    padding: 5px;
    background: #ffffff;
}

.shop-box .shop-box-inner {
    padding: 10px;
}

.shop-products .shop {
    float: left;
}

.shop-products .ud-menu-a, .shop-info .shop-a {
    background: rgba(255, 255, 255, 0.49);
}

.shop-products .shop-info h2, .shop-products .shop-info a, .shop-info .grid-meta span, .shop-products .shop .shop-a .entry-title {
    color: #000000;
}

.shop-products .shop-info .read-more span {
    color: #000000;
}

.shop-products .read-more {
    margin: 20px auto 0 auto;
}

.shop-products .shop-info .read-more span:hover {
    color: #ffffff;
}

.shop-products .grid-meta span {
    margin: 0 auto;
}

.shop-products .grid-meta {
    margin: 0 auto;
}

.shop-products .ud-menu-c {
    padding: 15px 25px;
}

.site-inner .shop-c {
    padding: 15px 15px;
}

.shop-menu .selection, .site-inner .shop-header {
    display: none;
}

.site-inner .shop-menu #ud-shop-menu {
    margin: 20px auto;
}

.sidebar .slider-button .button {
    display: block;
}

.shop-slider-item .shop-slider-info {
    background: rgba(255, 255, 255, 0.49);
}

.shop-slider-item .shop-slider-info .entry-title {
    font-family: 'Jost', sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    color: #000000;
}

.shop-slider-item .shop-slider-info .slider-amount {
    color: #000000;
}

.widget .shop-slider {
    max-width: 100%;
}

.widget .shop-slider .flickity-prev-next-button.previous {
    left: 0;
}

.widget .shop-slider .flickity-prev-next-button.next {
    right: 0;
}

.widget .slider-button {
    margin: 6px auto 30px auto;
}

/* ## Slider
--------------------------------------------- */

.slider-widget {
    margin: 40px auto;
    position: relative;
    padding: 20px 0;
}

.slider-widget .wrap {
    padding: 0 20px;
    position: relative;
}

.slider-widget.full-width .wrap {
    max-width: 100%;
    padding: 0;
}

.item {
    position: relative;
    margin: 0 auto;
    padding: 0;
}

.ud-slider {
    max-width: 100%;
    margin: 0 auto;
    display: none;
}

.ud-slider .item-img {
    background-size: cover;
    background-position: 50%;
    height: 500px;
}

.owl-prev, .owl-next {
    border: 1px solid #000000;
    background: #000000;
    color: #ffffff;
    text-align: center;
    z-index: 9;
    cursor: pointer;
    font-family: inherit;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: absolute;
    top: 50%;
    right: 1%;
    padding: 2px 7px;
    line-height: 1;
}

.owl-prev {
    left: 1%;
    right: auto;
}

.owl-prev:hover, .owl-next:hover {
    background: #ffffff;
    color: #000000;
}

.slick-slide img {
    display: block;
    max-width: 100%;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    -ms-interpolation-mode: nearest-neighbor;
    transform: scale(0.999);
    width: 100%;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.slider-widget .read-more {
    margin-top: 20px;
    margin-bottom: 0;
}

.ud-slider .item-img {
    overflow: hidden;
}

.slider-item {
    position: relative;
    text-align: center;
}

.slider-inner {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    text-align: center;
    z-index: 3;
    padding: 0 10px;
}

.slider-inner .grid-body {
    max-width: 700px;
    margin: 0 auto;
}

.slider-inner .post-title {
    font-size: 50px;
    font-size: 5rem;
    line-height: 1;
}

.slider-style-one .slider-inner {
    background-color: rgba(255, 255, 255, 0.49);
}

.slider-style-one .slider-inner .post-title {
    text-transform: uppercase;
}

.slider-widget.slider-style-two:before {
    content: "";
    display: block;
    background: #ffffff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 15%;
}

.slider-style-two .slider-inner .grid-body {
    max-width: 100%;
}

.slider-style-two .slider-img, .slider-style-two .slider-inner {
    display: inline-block;
    vertical-align: middle;
    width: 60%;
}

.slider-style-two .slider-inner {
    position: relative;
    width: 39%;
    padding: 30px;
    margin: 0 auto;
    text-align: left;
    background: transparent;
}

.slider-style-two .slider-inner .post-title {
    font-size: 27px;
    font-size: 2.7rem;
    font-weight: 400;
    text-transform: uppercase;
}

.slider-style-two .owl-prev, .slider-style-two .owl-next {
    top: 10px;
    left: 40px;
    right: auto;
    transform: none;
}

.slider-style-two .owl-prev {
    left: 10px;
}

.slider-style-three .slider-inner {
    max-width: 400px;
    margin: 0 auto;
    bottom: initial;
    padding: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.slider-style-three .slider-inner .table-a {
    background: #ffffff;
    padding: 30px;
}

.slider-style-three .slider-inner .post-title {
    font-family: 'Jost', sans-serif;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 600;
    vertical-align: middle;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 1.5;
    margin-top: 10px;
}

/* ## About Widget
--------------------------------------------- */

.about-widget {
    margin: 30px auto 40px auto;
    background: #ffffff;
    padding: 30px 0;
}

.about-widget>.wrap {
    position: relative;
    text-align: center;
    padding: 0 20px;
}

.section-img {
    width: 59%;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    line-height: 0;
}

#section-img2 {
    z-index: 51;
    max-width: 37%;
    margin-left: 10px;
}

.section-imgs {
    display: inline-block;
    vertical-align: middle;
    width: 59%;
}

.section-text {
    width: 35%;
    margin: 0 auto;
    display: inline-block;
    vertical-align: middle;
}

.section-text .section-text-inner {
    padding: 30px;
    margin: 0 auto;
    text-align: left;
}

#about-info {
    padding: 15px 0;
    font-size: 10px;
    font-size: 1rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.section-text h2 {
    margin: 0 auto;
    font-size: 12px;
    font-size: 1.2rem;
    font-family: 'Jost', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.section-text h2 i {
    display: block;
    text-transform: capitalize;
    letter-spacing: 0;
    font-style: italic;
    font-size: 37px;
    font-size: 3.7rem;
    font-weight: 400;
    font-family: 'Cormorant Garamond', serif;
}

.section-text .section-content {
    margin: 0 auto;
    margin-top: 20px;
}

/* ## Related Posts
--------------------------------------------- */

.related-posts {
    padding: 0;
    margin: 20px auto;
}

.related-posts a, .related-posts h4 {
    text-decoration: none;
}

/* ## Search Form
--------------------------------------------- */

.entry-content .search-form {
    margin-bottom: 40px;
    width: 50%;
}

.post-password-form input[type="submit"] {
    margin-top: 10px;
}

.error404 .entry-content .search-form {
    margin: 20px auto;
}

.search-form {
    text-align: center;
    z-index: 1;
    position: relative;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 0;
    border-bottom: 1px solid #e0e0e0;
    margin: 0 auto;
    background: transparent;
}

.footer-widgets .search-form {
    max-width: 220px;
    margin: 0 0 0 auto;
}

.search-form input {
    margin: .2%;
    border: 0;
    background: transparent;
}

.search-form input:focus {
    background: transparent;
}

.search-form input[type="submit"] {
    text-align: center;
    padding: 5px;
    font-style: normal;
    vertical-align: middle;
    background: transparent;
    color: #000000;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.search-form input[type="submit"]:hover {
    color: #6d6d6d;
    background: transparent;
}

.error404 .entry-content {
    text-align: center;
}

.search-form input[type="submit"] {
    font-family: FontAwesome;
}

/* ## Pinterest
--------------------------------------------- */

.insta-footer .pin-feed, .pin-feed-outer {
    position: relative;
}

.pin-feed li {
    float: left;
    width: 12.5%;
    margin: 0 auto;
}

.pin-feed-outer.pins-3 .pin-feed li {
    width: 33.33%;
}

.pin-feed-outer.pins-4 .pin-feed li {
    width: 25%;
}

.pin-feed-outer.pins-5 .pin-feed li {
    width: 20%;
}

.pin-feed-outer.pins-6 .pin-feed li, .pin-feed-outer.pins-12 .pin-feed li {
    width: 16.66%;
}

.pin-feed-outer.pins-7 .pin-feed li, .pin-feed-outer.pins-14 .pin-feed li {
    width: 14.285%;
}

.pin-feed-outer.pins-9 .pin-feed li, .pin-feed-outer.pins-18 .pin-feed li {
    width: 11.11%;
}

.pin-feed-outer.pins-10 .pin-feed li, .pin-feed-outer.pins-20 .pin-feed li {
    width: 10%;
}

.pin-feed-outer.pins-2 .pin-feed li {
    width: 50%;
}

.sidebar .pin-feed li {
    width: 50% !important;
}

.pin-feed-outer.pins-1 .pin-feed li, .sidebar .pin-feed-outer.pins-1 .pin-feed li {
    width: 100% !important;
}

.pin-feed li a {
    display: block;
    background-position: 50%;
    background-size: cover;
    line-height: 0;
    padding-top: 100%;
}

.pin-feed .pin-button a {
    display: inline-block;
    padding: 10px 20px;
    line-height: normal !important;
}

.pin-feed .pin-button {
    margin-top: 2%;
    text-align: left;
}

.pin-feed-outer.pins-1 .pin-feed .pin-button {
    text-align: center;
}

.sidebar .pin-button a {
    display: block;
}

/* ## Social Media Icons
--------------------------------------------- */

.ud-social-media-icons {
    overflow: hidden;
    text-align: inherit;
}

.ud-social-media-icons ul {
    margin: 0 auto;
    padding: 0;
}

.ud-social-media-icons ul li {
    display: inline-block;
    vertical-align: top;
    margin: 0 auto;
    padding: 0;
}

.ud-social-media-icons ul li a {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: block;
    padding: 10px;
    line-height: 1;
}

.ud-social-media-icons .screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.ud-social-media-icons ul li span {
    display: none;
}

.ud-social-media-icons .show-name li span {
    display: block;
    font-size: 10px;
    font-size: 1rem;
    font-weight: 400;
    font-family: 'Jost', sans-serif;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-top: 5px;
}

.ud-social-media-icons .fa, .share-buttons a .fa {
    font-family: FontAwesome;
    font-weight: 400;
}

/* # Plugins
---------------------------------------------------------------------------------------------------- */

/* ## Mailchimp for WordPress
--------------------------------------------- */

.mc4wp-form-fields p {
    display: inline-block;
    vertical-align: middle;
    margin: 20px auto !important;
}

.sidebar .mc4wp-form-fields p {
    display: block;
    width: 100%;
    margin: 10px auto !important;
}

.sidebar .mc4wp-form-fields p {
    padding: 0 15px;
}

/* ## Jetpack
--------------------------------------------- */

#wpstats {
    display: none;
}

/* ## Genesis eNews Extended
--------------------------------------------- */

.sidebar .enews-widget form {
    display: block;
}

.enews {
    text-align: center;
    padding: 40px 0;
    position: relative;
}

.sidebar .enews-widget input {
    margin-right: auto;
    margin-bottom: 5px;
}

.homepage-two .enews p, .homepage-three .enews p {
    left: 3%;
    padding: 0 30px;
    width: 100%;
    text-align: left;
    position: absolute;
    margin: 0 auto;
}

.homepage-two .enews form+p, .homepage-three .enews form+p {
    position: relative;
    text-align: center;
    margin-top: 30px;
}

.enews-widget form {
    z-index: 1;
    position: relative;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.enews-widget input[type="submit"] {
    width: 30%;
}

.sidebar .enews-widget input[type="submit"] {
    width: 100%;
    margin-top: 5px;
}

.enews form+p {
    margin-top: 30px;
    text-align: center;
}

.enews-widget form input {
    display: inline-block;
    vertical-align: middle;
    margin: .2%;
}

/* ## Instagram
--------------------------------------------- */

.insta-header .widget {
    margin: 0 auto;
}

.insta-footer #sb_instagram #sbi_images {
    width: initial;
    float: none;
}

#sb_instagram .sbi_photo {
    transition: none;
    -o-transition: none;
    -ms-transition: none;
    -moz-transition: none;
    -webkit-transition: none;
}

#sb_instagram #sbi_images .sbi_item {
    transition: all .26s ease-out !important;
    -o-transition: all .26s ease-out !important;
    -ms-transition: all 0.26s ease-out !important;
    -moz-transition: all .26s ease-out !important;
    -webkit-transition: all .26s ease-out !important;
}

#sb_instagram, .pin-feed-outer {
    position: relative;
    padding: 0 !important;
}

#sb_instagram #sbi_load .sbi_follow_btn, .pin-button {
    bottom: 20px;
    -webkit-transform: translateX(-50%) translateZ(0);
    -ms-transform: translateX(-50%) translateZ(0);
    transform: translateX(-50%) translateZ(0);
    position: absolute;
    left: 50%;
    text-align: center;
}

#sb_instagram #sbi_load {
    padding: 0 !important;
}

.sidebar #sb_instagram #sbi_load .sbi_follow_btn, .sidebar .pin-button {
    bottom: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    position: relative;
    left: 0;
    margin-top: 10px;
}

#sb_instagram #sbi_load .sbi_follow_btn {
    margin-left: auto !important;
}

.pin-button a, #sb_instagram .sbi_follow_btn a {
    border: 0;
    color: #000000;
    background: #ffffff;
    padding: 5px 30px;
    font-size: 10px;
    font-size: 1rem;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-family: 'Jost', sans-serif;
    display: inline-block;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
}

.sidebar .pin-button a, .sidebar #sb_instagram .sbi_follow_btn a {
    display: block;
    margin-top: 10px;
}

.pin-button a:hover, #sb_instagram .sbi_follow_btn a:focus, #sb_instagram .sbi_follow_btn a:hover {
    background-color: #6d6d6d;
    border-color: #6d6d6d;
    color: #ffffff;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
}

#sb_instagram .sbi_follow_btn svg {
    display: none !important;
}

#sb_instagram .sbi_follow_btn a {
    border-radius: 0 !important;
    margin: 0 auto !important;
    line-height: 1.6 !important;
    transition: all .26s ease-out !important;
    -o-transition: all .26s ease-out !important;
    -ms-transition: all 0.26s ease-out !important;
    -moz-transition: all .26s ease-out !important;
    -webkit-transition: all .26s ease-out !important;
}

.insta-footer {
    margin-top: 10px;
    padding: 30px 0;
    position: relative;
}

.sbi_follow_btn {
    display: block !important;
}

.b-close span {
    background: transparent !important;
}

/* ## Contact 7
--------------------------------------------- */

.wpcf7-form label {
    margin-bottom: 20px;
    display: block;
}

/* ## Popular Posts
--------------------------------------------- */

.wpp-list li {
    width: 24.22%;
    margin: 1% 1% 1% 0;
    float: left !important;
    clear: initial !important;
}

.wpp-list li:last-child, .wpp-list li:nth-of-type(4n+4) {
    margin-right: 0;
}

.wpp-list li:nth-of-type(4n+1) {
    clear: left !important;
}

.sidebar .wpp-list li, .sidebar .featuredpost .entry {
    width: 100%;
    margin: 1% auto;
    float: none !important;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    padding: 0;
    overflow: visible;
}

.sidebar .featuredpost .entry .entry-header {
    margin: 0 auto;
}

.sidebar .popular-posts li a:first-child, .sidebar .featuredpost .entry a:first-child {
    position: relative;
    width: 95px;
    flex-shrink: 0;
    z-index: 1;
}

.sidebar .wpp-post-title, .sidebar .featured-content .entry-title {
    margin: 0 auto;
    text-align: left;
    font-size: 14px;
    font-size: 1.4rem;
    flex-grow: 1;
    letter-spacing: 1px;
}

.sidebar .wpp-list li .wpp-excerpt {
    display: none;
}

.sidebar .wpp-list li .popular-posts a, .sidebar .featuredpost .entry a {
    margin: 0 auto;
}

.popular-posts .wpp-thumbnail {
    display: block;
    float: none;
    margin: 0 auto;
}

.popular-posts a {
    cursor: pointer;
}

.wpp-excerpt, .featuredpost .entry-content p {
    text-align: center;
    display: block;
    padding: 0 25px;
}

.popular-posts .wpp-meta, .popular-posts .post-stats {
    font-style: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 30px;
    font-weight: 400;
    font-size: 10px;
    font-size: 1rem;
}

.related-posts h4, .wpp-post-title, .featured-content .entry-title {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
    text-align: center;
    padding: 20px;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0 0 10px;
    display: block;
}

/* # Skip Links
---------------------------------------------------------------------------------------------------- */

.genesis-skip-link {
    margin: 0;
}

.genesis-skip-link li {
    height: 0;
    list-style: none;
    width: 0;
}

:focus {
    outline: none;
}

/* # Site Header
---------------------------------------------------------------------------------------------------- */

/* ## Title Area
--------------------------------------------- */

.site-header {
    padding: 40px 10px;
}

.title-area {
    padding: 0;
    margin: 0 auto;
    display: block;
    position: relative;
}

.header-image .title-area {
    max-width: 450px;
    width: 100%;
    margin: 0 auto;
}

.header-image .title-area img {
    max-width: 450px;
    width: 100%;
    margin: 0 auto;
}

.header-image .title-area a {
    display: block;
    position: relative;
    line-height: 0;
}

.header-image .title-area a:focus, .genesis-nav-menu a:focus {
    outline: 0;
}

.site-title {
    margin: 0 auto;
    line-height: 1;
    font-family: 'Cormorant Garamond', serif;
    font-size: 57px;
    font-size: 5.7rem;
    font-weight: 400;
    text-transform: uppercase;
}

.header-outer.fixed .site-title {
    font-size: 37px;
    font-size: 3.7rem;
}

.header-outer {
    padding: 50px 0;
    text-align: center;
    min-height: 131px;
}

.site-title a {
    text-decoration: none;
}

.site-title a:focus, .site-title a:hover {
    text-decoration: none;
    outline: 0;
}

.site-description {
    margin-top: 10px;
    font-size: 10px;
    font-size: 1rem;
    font-weight: 400;
    font-family: 'Jost', sans-serif;
    letter-spacing: 3px;
}

.site-description, .site-title {
    margin-bottom: 0;
}

.header-image .site-description, .header-image .site-title {
    font-size: 0;
    text-indent: -9999px;
}

/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

.nav-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
    top: -70px;
    transition: all .26s ease-out;
    -o-transition: all .26s ease-out;
    -ms-transition: all 0.26s ease-out;
    -moz-transition: all .26s ease-out;
    -webkit-transition: all .26s ease-out;
}

.nav-outer.fixed .nav-inner {
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    position: fixed;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
}

.genesis-nav-menu {
    clear: both;
    font-size: 10px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    width: 100%;
}

.genesis-nav-menu .menu-item {
    display: inline-block;
    margin-bottom: 0;
    padding-bottom: 0;
    text-align: left;
}

.nav-outer {
    padding: 0;
    min-height: 57px;
    text-align: center;
    position: relative;
}

.nav-inner {
    z-index: 99;
    background: #ffffff;
}

.menu-left-widget section, .menu-right-widget section {
    margin: 0 auto;
}

.genesis-nav-menu a, .widget_nav_menu a {
    text-decoration: none;
    display: inline-block;
    padding: 16px 20px;
    font-family: 'Jost', sans-serif;
    font-size: 10px;
    font-size: 1rem;
    font-weight: 400;
    vertical-align: middle;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.genesis-nav-menu .menu-item:last-child:after, .tab-links li:last-child:after, .genesis-nav-menu .sub-menu .menu-item:after {
    display: none;
}

.nav-primary .genesis-nav-menu a {
    color: #000000;
}

.nav-primary .genesis-nav-menu a:focus, .nav-primary .genesis-nav-menu a:hover, .nav-primary .genesis-nav-menu .sub-menu .current-menu-item>a:focus, .nav-primary .genesis-nav-menu .sub-menu .current-menu-item>a:hover {
    color: #6d6d6d;
    text-decoration: none;
}

.genesis-nav-menu .sub-menu {
    border-top: 0;
    left: -9999px;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -ms-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
    width: 200px;
    z-index: 99;
}

.genesis-nav-menu .sub-menu a {
    background-color: #ffffff;
    border: 0;
    border-top: 0;
    padding: 15px 15px;
    position: relative;
    width: 200px;
    word-wrap: break-word;
}

.genesis-nav-menu .sub-menu .sub-menu {
    margin: -40px 0 0 200px;
}

.genesis-nav-menu .menu-item:hover {
    position: static;
}

.genesis-nav-menu .menu-item:hover>.sub-menu {
    left: auto;
    opacity: 1;
}

.genesis-nav-menu>.first>a {
    padding-left: 0;
}

.genesis-nav-menu>.last>a {
    padding-right: 0;
}

.genesis-nav-menu>.right {
    float: right;
}

.nav-left {
    text-align: left;
    padding-left: 20px;
}

.nav-right {
    text-align: right;
    padding-right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* ## 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;
}

.menu-toggle, .sub-menu-toggle {
    display: none;
    visibility: hidden;
}

.menu-toggle span {
    display: inline-block;
    vertical-align: middle;
}

/* ## Footer Navigation
--------------------------------------------- */

.site-footer .genesis-nav-menu {
    padding-bottom: 20px;
}

.site-footer .genesis-nav-menu a {
    padding: 20px 10px;
}

/* # Content Area
---------------------------------------------------------------------------------------------------- */

/* ## Entries
--------------------------------------------- */

.grid-img-outer {
    position: relative;
}

.grid-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    position: relative;
    line-height: 0;
}

.grid-img-outer a:hover .grid-img, .pin-feed li a:hover, .featuredpost .entry a:first-child:hover img, .popular-posts li a:first-child:hover img, .woocommerce ul.products li.product a:hover img, .ud-slider a:hover .item-img {
    opacity: .8;
}

.grid-img img {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.landscape .grid-img, .related-post .grid-img.landscape {
    padding-top: 66.25%;
}

.portrait .grid-img, .related-post .grid-img.portrait {
    padding-top: 133%;
}

.square .grid-img, .related-post .grid-img.square {
    padding-top: 100%;
}

.grid-body p {
    margin: 20px auto;
}

.post-grid .entry-title {
    position: relative;
    font-size: 33px;
    font-size: 3.3rem;
    margin-bottom: 20px;
    text-transform: uppercase;
    line-height: 1;
    margin: 10px auto;
}

.entry-title i, .post-title i, .related-posts h4 i, .wpp-post-title i, .adjacent-entry-pagination i {
    text-transform: lowercase !important;
}

.grid-meta {
    margin: 10px auto;
}

.grid-info {
    padding: 40px;
    text-align: center;
}

.posts-outer .posts-container {
    padding: 0 20px;
}

.posts-outer.masonry, .posts-outer.masonry .posts-container {
    padding: 0;
}

.posts-outer.masonry .post-grid {
    width: 50%;
    display: inline-block;
    padding: 20px 30px 20px 20px;
}

.masonry .grid-info {
    margin: 0 auto;
    z-index: 2;
    position: relative;
    background: #ffffff;
    max-width: 90%;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
}

.masonry .has-post-thumbnail .grid-info {
    margin: -70px auto 0 auto;
}

.masonry .post-grid.center .grid-info, .masonry .post-grid .format-video .grid-info {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}

/* ## Left/Right
--------------------------------------------- */

.left-right .grid-img-outer, .left-right .grid-info {
    display: inline-block;
    vertical-align: top;
    width: 45%;
    margin: 0 auto;
    position: relative;
    opacity: 1;
    background: transparent;
    text-align: left;
}

.left-right .grid-info .entry-title {
    text-align: left;
}

.post-grid.two.left-right .grid-img-outer, .post-grid.two.left-right .grid-info, .post-grid.two.left-right .grid-info .entry-title, .post-grid.two.left-right {
    text-align: right;
}

.post-grid.left-right.center .grid-img-outer, .post-grid.two.left-right.center .grid-info, .post-grid.left-right.center .grid-info, .post-grid.two.left-right.center .grid-info .entry-title, .post-grid.left-right.center .grid-info .entry-title, .post-grid.two.left-right.center {
    text-align: center;
}

.post-grid.two.left-right .grid-header li {
    padding: 0 0 0 10px;
}

.post-grid.one.left-right .grid-header li, .slider-widget .grid-header li {
    padding: 0 10px 0 0;
}

.left-right .grid-info {
    width: 54%;
    margin-top: 0;
}

.post-grid.left-right:first-child .grid-img-outer {
    margin-top: 0;
}

.post-grid.left-right:first-child .grid-info {
    margin-top: 8%;
}

.left-right .grid-img-outer {
    margin-top: -8%;
}

.post-grid.left-right {
    margin-bottom: 30px;
}

.post-grid.two .grid-img-outer {
    right: -54%;
}

.post-grid.two .grid-info {
    left: -45%;
}

.post-grid.left-right .grid-info .read-more, .post-grid.center .read-more {
    position: relative;
    bottom: 0;
}

.post-grid.left-right.center .grid-img-outer {
    margin: 0 auto;
}

.post-grid.left-right.center {
    margin: 4% auto 8% auto;
}

.post-grid.left-right.center .grid-img-outer, .post-grid.left-right.center .grid-info {
    right: 0;
    left: 0;
}

.post-grid.left-right.center, .post-grid.left-right.center .entry-title, .one-column, .one-column .entry-title {
    text-align: center;
}

.post-grid.left-right.center .grid-img-outer, .post-grid.left-right.center .grid-info {
    display: block;
    width: 100%;
}

.grid-img-outer, .related-posts .grid-img {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
}

/* ## One Column
--------------------------------------------- */

.one-column .grid-info {
    position: relative;
    opacity: 1;
    background: transparent;
    max-width: 800px;
    margin: 0 auto;
}

/* ## Two/Three/Four Columns
--------------------------------------------- */

.four-column .grid-info .entry-title, .three-column .grid-info .entry-title {
    font-size: 20px;
    font-size: 2rem;
}

.four-column .grid-info {
    padding: 20px;
}

/* ## Entry Content
--------------------------------------------- */

.entry, .page.page-template-page_blog .entry {
    margin-bottom: 0;
    padding: 0;
    position: relative;
    background: transparent;
}

.single .entry, .page .entry {
    padding: 0;
}

.entry-content ol, .entry-content ul {
    margin-bottom: 28px;
    margin-left: 40px;
}

.entry-content .wp-block-gallery {
    margin: 0 -8px;
}

.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: #000000;
    color: #ffffff;
}

.entry-content {
    display: block;
    text-align: left;
    padding: 30px;
    background: #ffffff;
}

.home .entry-content, .search-results .entry-content {
    padding: 0 40px 15px 40px;
}

.entry-content p {
    margin: 10px auto 30px auto;
}

.pagination-post-title {
    font-size: 13px;
    font-size: 1.3rem;
}

.pagination-post-anchor {
    font-size: 10px;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 3px;
    font-family: 'Jost', sans-serif;
}

a.more-link {
    display: block;
}

/* ## Entry Meta
--------------------------------------------- */

.grid-header li {
    display: inline-block;
    padding: 0 10px;
}

.grid-header a, .grid-header .entry-time, .post-categories, .shop-products .grid-meta span, .single .entry-time {
    text-align: center;
    display: block;
    margin: 0 auto;
    line-height: 1;
    font-size: 10px;
    font-size: 1rem;
    font-family: 'Jost', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.entry-header {
    text-align: center;
}

.post-categories, .single .entry-meta {
    display: inline-block;
    margin: 0 auto;
    padding: 0 5px;
}

.post-categories {
    text-align: center;
}

.post-cat-single {
    display: inline-block;
    padding: 0 5px;
}

.share-buttons, .entry-footer, .comment-respond, .entry-comments {
    max-width: 1040px;
    margin: 0 auto;
}

.entry-footer {
    padding: 0 0 20px 0;
    text-align: center;
}

.entry-header .entry-meta {
    margin-top: 20px;
    margin-bottom: 24px;
    text-align: center;
}

.entry-footer .entry-meta, .share-buttons h3 {
    font-size: 10px;
    font-size: 1rem;
    font-weight: 400;
    font-family: 'Jost', sans-serif;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.entry-comments-link::before {
    content: "\2014";
    margin: 0 6px 0 2px;
}

/* ## Pagination
--------------------------------------------- */

.pagination {
    clear: both;
    margin: 0 0 40px 0;
    text-align: center;
}

.adjacent-entry-pagination {
    margin-bottom: 0;
}

.adjacent-entry-pagination .pagination-previous, .adjacent-entry-pagination .pagination-next {
    width: 50%;
    text-transform: uppercase;
}

.archive-pagination li {
    display: inline;
}

.archive-pagination a {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Jost', sans-serif;
    padding: 3px 10px;
}

.archive-pagination a:hover, .archive-pagination a:focus, .archive-pagination .active a {
    background: #6d6d6d;
    color: #ffffff;
    border-color: #6d6d6d;
}

.pagination-next-popup {
    margin-bottom: 0;
    position: fixed;
    z-index: 9;
    right: 30px;
    bottom: 30px;
    opacity: 0;
    visibility: hidden;
    transition: all .26s ease-out;
    -o-transition: all .26s ease-out;
    -ms-transition: all 0.26s ease-out;
    -moz-transition: all .26s ease-out;
    -webkit-transition: all .26s ease-out;
    overflow: hidden;
    max-width: 300px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
}

.pagination-next-popup.visible {
    opacity: 1;
    visibility: visible;
}

.pagination-inner {
    background: #ffffff;
    padding: 10px;
}

.pagination-inner>a {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
}

.next-img {
    background-position: 50%;
    background-size: cover;
    width: 40%;
    line-height: 0;
}

.next-title {
    width: 60%;
    padding: 0 10px;
    text-align: left;
    font-family: 'Jost', sans-serif;
    font-size: 10px;
    font-size: 1rem;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    white-space: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.next-title span {
    font-size: 10px;
    font-size: 1rem;
    display: block;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 600;
}

.pagination-inner .b-close {
    position: absolute;
    top: 0;
    right: 0;
}

.site-container .b-close span, .site-container .b-close span:before, .site-container .b-close span:after, .sub-pop-widget .b-close span, .sub-pop-widget .b-close span:before, .sub-pop-widget .b-close span:after {
    height: 1px;
}

/* ## Comments
--------------------------------------------- */

.form-submit {
    margin: 0 auto;
}

.comment-respond, .entry-comments, .entry-pings {
    background-color: #ffffff;
    margin-bottom: 30px;
}

.comment-respond, .entry-comments, .entry-pings, .entry-content, .shop-products .shop .grid-img, .wp-block-cover {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
}

.landing-page .entry-content {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: transparent;
}

.comment-form-author, .comment-form-email, .comment-form-url {
    vertical-align: top;
    margin: 0 1% 15px auto;
    width: 32.66%;
    float: left;
}

.comment-form-url {
    margin: 0 auto 15px auto;
}

.comment-respond, .entry-pings {
    padding: 20px;
    margin: 30px auto;
}

.comment-notes, .logged-in-as {
    text-align: center;
}

.entry-comments {
    padding: 20px;
    margin-top: 30px;
}

.comment-header {
    margin-bottom: 10px;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: 600;
    font-family: 'Jost', sans-serif;
}

.comment-list li {
    padding: 40px 0 0 20px;
}

.comment-list .depth-1 {
    padding-left: 0;
}

.comment-content {
    clear: both;
    text-align: left;
    padding: 10px;
    margin-bottom: 10px;
}

.comment-content p {
    margin: 10px auto;
}

.comment-content ul>li {
    list-style-type: disc;
}

.comment-respond input[type="email"], .comment-respond input[type="text"], .comment-respond input[type="url"] {
    width: 100%;
}

.comment-respond label {
    display: block;
    margin-right: 12px;
    text-align: left;
    margin-bottom: 5px;
}

.comment-header p {
    margin-bottom: 0;
    display: inline-block;
    margin-right: 20px;
}

.entry-pings .reply {
    display: none;
}

.comment-reply a {
    display: inline-block;
}

.comment-reply {
    text-align: left;
}

/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
    margin-bottom: 40px;
    text-align: center;
}

.content-sidebar-wrap .sidebar {
    padding-left: 30px;
}

.sidebar-content .content-sidebar-wrap .sidebar {
    padding-left: 0;
    padding-right: 30px;
}

.content-sidebar .sidebar .widget, .sidebar-content .sidebar .widget {
    margin: 0 auto 20px auto;
    padding: 0 0 20px 0;
}

.content-sidebar-wrap:after {
    content: "";
    display: block;
    clear: both;
}

.single-post .content-sidebar-wrap, .page .content-sidebar-wrap {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
}

.page.blog-page .content-sidebar-wrap {
    padding: 0;
}

/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.insta-footer .widget {
    margin-bottom: 0;
}

.posts-footer, .site-footer, .wide-footer-two, .homepage-four {
    padding: 15px 0;
    background: transparent;
    text-align: center;
}

.site-footer p {
    margin-bottom: 0;
}

/* ## Full Width Footer Widgets
--------------------------------------------- */

.wide-footer-one {
    margin-bottom: 30px;
}

.wide-footer-one .wrap, .wide-footer-two .wrap, .posts-footer .wrap {
    padding: 0 20px;
    text-align: center;
}

/* ## Footer Widgets
--------------------------------------------- */

.footer-widgets .wrap, .wide-footer-two .wrap {
    z-index: 1;
    position: relative;
    padding: 0 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #ffffff;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
    text-align: center;
}

.footer-widgets .wrap {
    padding: 0;
}

.footer-widgets {
    clear: both;
    padding: 0;
}

.wide-footer-two .widget_nav_menu, .wide-footer-two .widget_nav_menu .widget-title {
    text-align: left;
}

.wide-footer-two .widget_nav_menu .widget-title {
    padding: 15px 0;
}

.footer-widgets-1, .footer-widgets-2 {
    vertical-align: middle;
    width: 50%;
    padding: 0;
    text-align: left;
}

.footer-widgets-2 {
    text-align: right;
}

.footer-widgets #sb_instagram .sb_instagram_header {
    display: none;
}

.footer-widgets-2 .widget_nav_menu {
    margin-bottom: 0px;
}

.footer-widgets-1, .footer-widgets-2 {
    padding: 20px;
    margin: 0 auto;
}

.footer-widgets-1 .widget_media_image, .footer-widgets-1 .widget_text {
    display: inline-block;
    vertical-align: middle;
    width: 39%;
    text-align: left;
    margin: 0 auto;
}

.footer-widgets-1 .widget_text {
    width: 59%;
    text-align: left;
    padding: 10px;
}

.footer-widgets-1 .widget-title, .footer-widgets-2 .widget-title {
    margin: 0 auto;
    padding: 0 0 15px 0;
    text-align: left;
}

.footer-widgets-2 .widget-title {
    text-align: right;
}

/* # Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1023px) {
    .nav-center {
        padding-left: 20px;
    }
    .nav-right {
        margin-left: auto;
    }
    .nav-inner {
        justify-content: flex-start;
    }
    .slider-inner .post-title {
        font-size: 30px;
        font-size: 3rem;
    }
    .slider-widget.slider-style-two:before {
        bottom: 0;
    }
    .title-area img {
        position: relative;
        max-width: 100%;
    }
    .genesis-responsive-menu {
        display: none;
        left: 0;
        right: 0;
        width: 100%;
        background: #ffffff;
        position: absolute;
        left: 0;
        right: 0;
        z-index: 999;
        padding-top: 20px;
    }
    .genesis-skip-link .skip-link-hidden {
        display: none;
        visibility: hidden;
    }
    .sub-menu-toggle {
        background-color: transparent;
        border-width: 0;
        color: #000000;
        display: block;
        margin: 0 auto;
        overflow: hidden;
        text-align: left;
        visibility: visible;
        float: right;
        padding: 10px 15px 10px 10px;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 100;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    .menu-toggle {
        background-color: transparent;
        color: #000000;
        border-width: 0;
        position: relative;
        width: auto;
        z-index: 1000;
        display: inline-block;
        visibility: visible;
        vertical-align: middle;
        padding: 10px 0;
        margin: 0 auto;
        overflow: hidden;
        text-align: left;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    .menu-toggle::before {
        font-size: 15px;
        font-size: 1.5em;
        margin-right: 10px;
        text-rendering: auto;
        vertical-align: middle !important;
        transition: none !important;
    }
    .menu-toggle:focus, .menu-toggle:hover, .sub-menu-toggle:focus, .sub-menu-toggle:hover {
        background-color: transparent;
        border-width: 0;
        color: #000000;
    }
    .sub-menu .sub-menu-toggle {
        padding: 12px 10px;
    }
    .sub-menu-toggle::before {
        display: inline-block;
        text-rendering: auto;
        -webkit-transform: rotate( 0);
        -ms-transform: rotate( 0);
        transform: rotate( 0);
        -webkit-transition: transform .25s ease-in-out;
        -ms-transition: transform .25s ease-in-out;
        transition: transform .25s ease-in-out;
    }
    .sub-menu-toggle.activated::before {
        -webkit-transform: rotate( 180deg);
        -ms-transform: rotate( 180deg);
        transform: rotate( 180deg);
    }
    .dashicons-menu.activated:before {
        content: "\f00d";
        font: normal normal normal 14px/1 FontAwesome;
        line-height: 20px;
    }
    .genesis-responsive-menu .genesis-nav-menu .menu-item {
        display: block;
        float: none;
        position: relative;
        text-align: left;
    }
    .genesis-responsive-menu .genesis-nav-menu .menu-item:focus, .genesis-responsive-menu .genesis-nav-menu .menu-item:hover {
        position: relative;
    }
    .genesis-responsive-menu .genesis-nav-menu .menu-item a {
        border: none;
        padding: 15px 20px;
        width: 100%;
    }
    .genesis-responsive-menu .genesis-nav-menu .sub-menu {
        border: none;
    }
    .genesis-responsive-menu .genesis-nav-menu .menu-item>a:focus ul.sub-menu, .genesis-responsive-menu .genesis-nav-menu .menu-item>a:focus ul.sub-menu .sub-menu {
        left: 0;
        margin-left: 0;
    }
    .genesis-responsive-menu .genesis-nav-menu>.menu-item-has-children>a::after {
        content: none;
    }
    .genesis-responsive-menu .genesis-nav-menu .sub-menu {
        clear: both;
        display: none;
        margin: 0;
        opacity: 1;
        padding-left: 15px;
        position: static;
        width: 100%;
    }
    .genesis-responsive-menu .genesis-nav-menu .sub-menu .sub-menu {
        margin: 0;
    }
    .enews-widget form, .enews-widget input[type="submit"] {
        display: block;
        width: 100%;
        text-align: center;
    }
    .wpp-list li, .featured-content .entry {
        width: 49.5%;
    }
    .wpp-list li:last-child, .wpp-list li:nth-of-type(2n+2), .featured-content .entry:last-child, .featured-content .entry:nth-of-type(2n+2) {
        margin-right: 0;
    }
    .wpp-list li:nth-of-type(2n+1), .featured-content .entry:nth-of-type(2n+1) {
        clear: left !important;
    }
    .related-posts h4 {
        display: none;
    }
}

@media only screen and (max-width: 860px) {
    .grid-info .entry-title {
        font-size: 20px;
        font-size: 2rem;
        margin: 10px auto;
    }
    .sidebar-primary, .content-sidebar .content, .sidebar-content .content, .content-sidebar-sidebar .content, .sidebar-content-sidebar .content, .sidebar-sidebar-content .content {
        width: 100%;
    }
    .sidebar-primary {
        display: none;
    }
    .content-sidebar .sidebar .widget {
        margin: 0 10px 40px 10px;
    }
    .insta-footer #sbi_images .sbi_item {
        width: 25% !important;
    }
    .posts-outer.masonry .posts-container {
        height: auto !important;
    }
    .posts-outer.masonry .post-grid {
        width: 100%;
        padding: 0;
        position: relative !important;
        top: initial !important;
        left: initial !important;
        right: initial !important;
        transition: initial !important;
        transform: initial !important;
        margin-bottom: 20px;
    }
    .featured-img-single.sticky {
        background-attachment: initial;
    }
    .style-one.entry-featured-header .entry-header {
        position: relative;
        width: 100%;
    }
    .mc4wp-form-fields p {
        display: block;
        width: 100%;
        padding: 0 20px;
    }
    .style-two .entry-header-a .entry-title {
        font-size: 26px;
        font-size: 2.6rem;
    }
}

@media only screen and (max-width: 780px) {
    .related-posts .one-half, .related-posts .one-third, .related-posts .one-fourth, .related-posts .one-fifth {
        margin-left: 3%;
        margin-bottom: .5%;
    }
    .related-posts .one-half, .footer-credits .one-half {
        width: 50%;
    }
    .related-posts .one-third {
        width: 31.3%;
    }
    .related-posts .one-fourth {
        width: 22.75%;
    }
    .related-posts .one-fifth {
        width: 17.6%;
    }
    .related-posts .first, .footer-credits .first {
        margin-left: 0;
        margin-bottom: .5%;
    }
    .five-sixths, .four-sixths, .one-fourth, .one-half, .one-sixth, .one-third, .half, .three-fourths, .three-sixths, .two-fourths, .two-sixths, .two-thirds {
        margin: 0;
        width: 100%;
        margin: 5px auto;
    }
    .footer-widgets .wrap {
        display: block;
    }
    .footer-widgets-1, .footer-widgets-2, .footer-widgets-1 .widget_text {
        text-align: center;
        width: 100%;
    }
    .footer-widgets-2 .widget-title, .footer-widgets-1 .widget_media_image, .footer-widgets-1 .widget_text, .footer-widgets-1 .widget-title, .footer-widgets-2 .widget-title {
        text-align: center;
    }
    .footer-widgets .search-form {
        margin: 0 auto;
    }
    .slider-style-two .slider-img, .slider-style-two .slider-inner, .slider-style-two .slider-inner {
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    .pin-feed-outer.pins-10 .pin-feed li, .pin-feed-outer.pins-20 .pin-feed li {
        width: 20%;
    }
    .pin-button {
        display: none;
    }
}

@media only screen and (max-width: 680px) {
    .section-text, .section-imgs {
        display: block;
        width: 100%;
    }
    .left-right .grid-img-outer, .left-right .grid-info {
        text-align: center;
        display: block;
        width: 100%;
    }
    .left-right .grid-img-outer {
        margin-top: 0;
    }
    .left-right .grid-info .entry-title, .post-grid.two.left-right .grid-img-outer, .post-grid.two.left-right .grid-info, .post-grid.two.left-right .grid-info .entry-title, .post-grid.two.left-right, .wide-footer-two .widget_nav_menu, .wide-footer-two .widget_nav_menu .widget-title {
        text-align: center;
    }
    .post-grid.two .grid-img-outer {
        right: 0;
    }
    .post-grid.two .grid-info {
        left: 0;
    }
    .menu-right-widget {
        display: none;
    }
    #section-img1, #section-img2 {
        width: 100%;
        max-width: 100%;
        margin: 10px auto;
        display: block;
        text-align: center;
    }
    .footer-widgets .wrap, .wide-footer-two .wrap {
        display: block;
    }
}

@media only screen and (max-width: 600px) {
    .ud-video {
        display: block;
        width: 100%;
        float: none;
    }
}

/* # Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {
    *, *::before, *::after {
        background: transparent !important;
        box-shadow: none !important;
        color: #000000 !important;
        text-shadow: none !important;
    }
    a, a:visited {
        text-decoration: underline;
    }
    a[href]::after {
        content: " (" attr(href) ")";
    }
    abbr[title]::after {
        content: " (" attr(title) ")";
    }
    a[href^="javascript:"]::after, a[href^="#"]::after, .site-title>a::after {
        content: "";
    }
    thead {
        display: table-header-group;
    }
    img, tr {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 2cm 0.5cm;
    }
    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }
    blockquote, pre {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    .content, .content-sidebar {
        width: 100%;
    }
    button, input, select, textarea, .breadcrumb, .comment-edit-link, .comment-form, .comment-list .reply a, .comment-reply-title, .edit-link, .entry-comments-link, .entry-footer, .genesis-box, .header-widget-area, .hidden-print, .home-top, .nav-primary, .nav-secondary, .post-edit-link, .sidebar {
        display: none !important;
    }
    .title-area {
        text-align: center;
        width: 100%;
    }
    .site-title>a {
        margin: 0;
        text-decoration: none;
        text-indent: 0;
    }
    .site-inner {
        padding-top: 0;
        position: relative;
        top: -100px;
    }
    .author-box {
        margin-bottom: 0;
    }
    h1, h2, h3, h4, h5, h6 {
        orphans: 3;
        page-break-after: avoid;
        page-break-inside: avoid;
        widows: 3;
    }
    img {
        page-break-after: avoid;
        page-break-inside: avoid;
    }
    blockquote, pre, table {
        page-break-inside: avoid;
    }
    dl, ol, ul {
        page-break-before: avoid;
    }
}