/*
    Theme Name: Diana - Underline Designs
    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: 2.0.2

    Template: genesis

    License: GPL-2.0+
    License URI: http://www.gnu.org/licenses/gpl-2.0.html

    Text Domain: underline-designs-diana
*/

/* # 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 Posts
    - Genesis Featured Post
    - Footer Credits
    - Shop Widget
    - Graphics
    - Featured Photo
    - Slider
    - Related Posts
    - Search Form
    - Video
    - Banner
- Plugins
    - Shop Page WP
    - MailChimp for WordPress
    - Jetpack
    - Instagram Widget
    - Contact Form 7
    - WordPress Popular Posts
- Templates
    - columns template
- Skip Links
- Site Header
- Site Navigation
    - Uber Menu
    - Accessible Menu
    - Footer Navigation
- Content Area
    - Signature
    - Entries
    - Entry Meta
    - Pagination
    - Comments
    - Categories
- Sidebars
- Site Footer
- Footer Widgets
- Media Queries
    - Max-width: 1023px
    - Max-width: 980px
    - Max-width: 860px
    - Max-width: 780px
    - Max-width: 600px
    - Max-width: 580px
- Print Styles
*/

/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* normalize.css v4.1.1 | MIT License | http://necolas.github.io/normalize.css/ */

@font-face {
    font-family: 'hk_groteskbold';
    src: url('fonts/hkgrotesk-bold-webfont.woff2') format('woff2'), url('fonts/hkgrotesk-bold-webfont.woff') format('woff'), url('fonts/hkgrotesk-bold-webfont.svg#hk_groteskbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'didonesque-roman';
    src: url('fonts/didonesque-roman-webfont.woff2') format('woff2'), url('fonts/didonesque-roman-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

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
}

b, strong {
    font-weight: inherit
}

b, strong {
    font-weight: bolder
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

mark {
    background-color: #ff0;
    color: #231f20
}

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

.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, .first-post-sidebar::before {
    content: " ";
    display: table;
}

.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, .first-post-sidebar::after {
    clear: both;
    content: " ";
    display: table;
}

/* # Defaults
---------------------------------------------------------------------------------------------------- */

/* ## Typographical Elements
--------------------------------------------- */

html {
    font-size: 62.5%;
}

body>div {
    font-size: 19px;
    font-size: 1.9rem;
}

body {
    background-color: #ffffff;
    color: #4d4d4d;
    font-size: 19px;
    font-size: 1.9rem;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    margin: 0;
    font-family: 'Cormorant Garamond', serif;
    line-height: 2;
    text-align: justify;
}

a, button, input:focus, input[type="button"], input[type="reset"], input[type="submit"], textarea:focus, .button, .gallery img, .read-more span, .featured-info, .featured-item-img, .grid-img, .popular-posts li a img, .ud-ytplay, .related-img img {
    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;
}

input:focus, textarea:focus, select:focus {
    color: #231f20;
    border: 1px solid #efdddc;
    outline: none;
    background: #efdddc;
}

a {
    color: #231f20;
    text-decoration: none;
}

a:focus, a:hover {
    color: #d8a5a4;
    text-decoration: none;
}

.entry-content a, .columns-template-right a {
    color: #231f20;
    text-decoration: underline;
}

.entry-content a:focus, .entry-content a:hover, .columns-template-right a:hover, .columns-template-right a:focus {
    color: #231f20;
}

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 #231f20;
    clear: both;
    margin: 2em auto;
    max-width: 300px;
}

b, strong {
    font-weight: 700;
}

blockquote, cite, em, i {
    font-style: italic;
}

mark {
    background: #ddd;
    color: #231f20;
}

blockquote {
    margin: 40px;
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: 400;
    line-height: 2;
    color: #4d4d4d;
    font-family: 'Cormorant Garamond', serif;
    font-style: normal;
}

blockquote p {
    text-align: center;
}

blockquote::before {
    content: "\201C";
    display: block;
    font-size: 50px;
    font-size: 5rem;
    height: 0;
    left: -30px;
    position: relative;
    top: -15px;
    color: #231f20;
}

.page .alignfull {
    position: relative;
    width: 100vw !important;
    left: calc(-50vw + 50%);
    left: -webkit-calc(-50vw + 50%);
    left: -moz-calc(-50vw + 50%);
    max-width: initial !important;
}

.entry-content .alignwide {
    position: relative;
    width: 60vw;
    left: calc(-30vw + 50%);
    left: -webkit-calc(-30vw + 50%);
    left: -moz-calc(-30vw + 50%);
}

.wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
    padding-top: 0 !important;
}

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

h1, h2, h3, h4, h5, h6 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 33px;
    font-weight: 400;
    font-style: normal;
    line-height: 2;
    margin: 0 0 10px;
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
    font-family: 'Cormorant Garamond', serif;
    margin: 0 auto;
}

h1 {
    font-size: 36px;
    font-size: 3.6rem;
}

h2 {
    font-size: 30px;
    font-size: 3rem;
}

.column-element h2 {
    font-size: 30px !important;
    font-size: 3rem !important;
}

h3 {
    font-size: 24px;
    font-size: 2.4rem;
}

h4 {
    font-size: 20px;
    font-size: 2rem;
}

h5, .entry-content h5 {
    font-size: 18px;
    font-size: 1.8rem;
    font-family: 'hk_groteskbold', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #d8a5a4;
}

h6, .entry-content h6 {
    font-size: 16px;
    font-size: 1.6rem;
    font-family: 'hk_groteskbold', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.related-posts h4, .wpp-post-title, .featured-content .entry-title {
    text-align: center;
    padding: 20px;
    font-size: 16px;
    font-size: 1.6rem;
    font-family: 'didonesque-roman', 'Cormorant Garamond', serif;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.3;
    text-transform: uppercase;
}

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

input, select, textarea {
    background-color: #ffffff;
    border: 1px solid #231f20;
    margin: .1%;
    color: #231f20;
    padding: 5px 10px;
    width: 100%;
    font-family: 'hk_groteskbold', sans-serif;
    font-size: 10px;
    font-size: 1rem;
    font-weight: 400;
}

textarea {
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 400;
    font-family: 'Cormorant Garamond', serif;
}

input, select {
    letter-spacing: 1px;
    text-transform: uppercase;
}

input[type="checkbox"], input[type="image"], input[type="radio"] {
    width: auto;
}

.shop-page-wp-link a, button, input[type="button"], input[type="reset"], input[type="submit"], .button, .comment-reply a, a.more-link, .user-profile p .pagelink, .read-more a, .read-more span, .archive-pagination a {
    font-family: 'hk_groteskbold', sans-serif;
    font-size: 10px;
    font-size: 1rem;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
}

button, input[type="button"], input[type="reset"], input[type="submit"], .button, .comment-reply a, a.more-link, .user-profile p .pagelink, .shop-page-wp-link a {
    background-color: #231f20;
    border: 0;
    color: #ffffff;
    border: 1px solid #231f20;
    margin: .1%;
    font-weight: 300;
    padding: 5px 40px;
    text-decoration: none;
    white-space: normal;
    width: auto;
}

.shop-page-wp-grid .shop-page-wp-item:hover .shop-page-wp-link a, .shop-page-wp-grid .shop-page-wp-item:focus .shop-page-wp-link a, 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, a.more-link:hover, a.more-link:focus, .user-profile p .pagelink:hover, .user-profile p .pagelink:focus {
    background-color: #d8a5a4;
    border: 1px solid #d8a5a4;
    color: #ffffff;
}

.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: #efdddc;
    border-width: 0;
    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 #eee;
}

td, th {
    text-align: left;
}

td {
    border-top: 1px solid #eee;
    padding: 6px;
}

th {
    font-weight: 400;
    padding: 0 6px;
}

td:first-child, th:first-child {
    padding-left: 0;
}

/* ## 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, .genesis-nav-menu .search input[type="submit"]:focus, .widget_search input[type="submit"]:focus {
    background: #ffffff;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    clip: auto !important;
    color: #231f20;
    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
--------------------------------------------- */

.post-grid, .first-post-sidebar, .site-inner, .wrap, .single .footer-widgets .wrap, .slider-widget, .related-posts, .home-divider-one {
    margin: 0 auto;
    max-width: 1240px;
}

.home .site-inner, .home .site-inner>.wrap, .page-template-page_blog .site-inner, .page-template-page_blog .site-inner>.wrap {
    margin: 0 auto;
    max-width: 100%;
}

.site-inner {
    clear: both;
    padding: 20px 20px 40px 20px;
    word-wrap: break-word;
}

.single-post .site-inner {
    background: #fafafa;
    max-width: 100%;
    padding: 20px 0;
}

.single-post .site-inner>.wrap {
    max-width: 100%;
}

.home.page-template-default .entry-header {
    display: none;
}

.home.page-template-default .entry {
    padding: 0;
    margin: 0 auto;
}

.home.page-template-default .site-inner {
    padding: 0 20px;
}

/* ## 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: 70%;
}

.single-post .content {
    max-width: 840px;
    margin: 0 auto;
}

nav.navigation.post-navigation {
    opacity: 0;
    visibility: hidden;
}

.first-post-sidebar {
    text-align: center;
    margin-bottom: 40px;
}

.first-post-sidebar .post-grid {
    width: 50%;
    display: inline-block;
    max-width: 100%;
    vertical-align: middle;
}

.sidebar-primary {
    float: right;
    width: 24%;
}

.first-post-sidebar .sidebar-primary {
    display: inline-block;
    float: none;
    vertical-align: top;
    margin-left: 4%;
}

.sidebar-content .sidebar-primary, .sidebar-sidebar-content .sidebar-primary {
    float: left;
}

.sidebar-secondary {
    float: left;
    width: 20%;
}

.content-sidebar-sidebar .sidebar-secondary {
    float: right;
}

.sidebar .widget-title span {
    background: #ecedea;
}

.sidebar .widget {
    background: #ecedea;
    padding: 20px;
    -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 .widget:nth-of-type(2n+2), .sidebar .widget:nth-of-type(2n+2) .widget-title span {
    background: #ffffff;
}

.sidebar .widget_archive .widget-title {
    display: none;
}

.sidebar .widget_custom_html {
    background: transparent !important;
    padding: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

/* ## 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, .three-fourths, .three-sixths, .two-fourths, .two-sixths, .two-thirds {
    float: left;
    margin-left: 3%;
    margin-bottom: .5%;
}

.one-half, .three-sixths, .two-fourths {
    width: 48.5%;
}

.one-third, .two-sixths {
    width: 31.33%;
}

.four-sixths, .two-thirds {
    width: 66.50;
}

.one-fourth {
    width: 22.75%;
}

.three-fourths {
    width: 74.7%;
}

.one-fifth {
    width: 17.6%;
}

.one-sixth {
    width: 14.166%;
}

.five-sixths {
    width: 83.27%;
}

.first {
    clear: both;
    margin-left: 0;
    margin-bottom: .5%;
}

/* # 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 ul, .widget_archive ul {
    list-style: none;
    height: 160px;
    overflow: auto;
    padding: 0 30px 30px 30px;
    margin: 0;
}

.widget_categories li, .widget_archive li {
    text-align: center;
    margin-bottom: 0 !important;
    font-size: 13px;
    font-size: 1.3rem;
    font-family: 'hk_groteskbold', sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-bottom: 1px solid #f2f2f2;
    padding: 0 !important;
}

.widget_categories li:last-child, .widget_archive li:last-child {
    border-bottom: 0;
}

.widget_categories li a, .widget_archive li a {
    display: block;
    padding: 10px;
}

.widget_categories li a:hover, .widget_archive li a:hover {
    background: #ffffff;
}

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

.breadcrumb {
    background-color: #ffffff;
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 1px;
    padding: 12px 30px;
}

.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;
    color: #231f20;
    text-align: center;
}

.archive-description p:last-child, .author-box p:last-child {
    margin-bottom: 0;
}

.category .archive-description:before {
    content: "";
    display: block;
    margin: 0 auto;
}

.category .archive-description:before {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 120px;
    height: 120px;
}

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

.archive-description .entry-title, .author-box-title {
    font-size: 20px;
    font-size: 2rem;
}

.archive-title, .archive-description .entry-title {
    display: inline-block;
    font-size: 17px;
    font-size: 1.7rem;
    font-family: 'hk_groteskbold', sans-serif;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.entry-header {
    text-align: center;
}

.entry-title {
    margin: 0 auto;
    display: block;
    padding: 0;
    text-align: center;
    font-size: 33px;
    font-size: 3.3rem;
    font-family: 'didonesque-roman', 'Cormorant Garamond', serif;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 1.3;
}

.post-grid.one-third .entry-title {
    font-size: 23px;
    font-size: 2.3rem;
}

.error404 .entry-title {
    font-size: 135px;
    font-size: 9em;
}

.entry-title a, .sidebar .widget-title a {
    color: #231f20;
    text-decoration: none;
}

.entry-title a:focus, .entry-title a:hover {
    color: #d8a5a4;
}

.widget-title, .sidebar .widget-title {
    font-size: 13px;
    font-size: 1.3rem;
    background: transparent;
    display: block;
    padding: 15px 0;
}

.widget-title:before {
    content: "";
    display: block;
    border-top: 1px solid #f2f2f2;
    position: absolute;
    top: 53%;
    padding: 2.5px 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    left: 0;
    right: 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 15px;
}

img.alignnone, .alignnone {
    margin-bottom: 12px;
}

a.alignleft, img.alignleft, .wp-caption.alignleft {
    margin: 0 14px 15px 0;
}

a.alignright, img.alignright, .wp-caption.alignright {
    margin: 0 0 15px 15px;
}

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

.entry-content .wp-block-gallery {
    margin: 0 auto;
}

/* # Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
    margin-bottom: 40px;
    word-wrap: break-word;
}

.between-posts-container .widget {
    margin: 20px auto;
}

.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: .25em 0;
    display: inline-block;
}

.footer-widgets .widget_nav_menu ul li {
    display: block;
}

.widget_nav_menu ul li a {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 25px 15px;
    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;
}

.between-posts-container {
    margin: -20px -20px 20px -20px;
    background: #e5e4e7;
    padding: 20px;
}

.between-posts-container .widget-title span {
    background: #e5e4e7;
}

.between-posts-container.container-two {
    padding: 0;
}

.between-posts-container.container-one {
    background-repeat: no-repeat;
    background-size: 300px;
    background-position: 0 100%;
}

.homepage-widgets .wrap {
    padding: 0 20px 40px 20px;
}

.homepage-one.homepage-widgets .wrap {
    padding-bottom: 0;
}

.homepage-three {
    padding: 0 20px;
}

.footer-subscribe {
    padding: 50px 20px;
    background-color: #ececea;
    margin: 0 auto 40px auto;
    background-repeat: no-repeat;
    background-size: 170px;
    background-position: 100% 100%;
}

.footer-subscribe .wrap {
    background-color: #ffffff;
}

.footer-subscribe .wrap .widget {
    margin: 0 auto;
}

.signup-inactive .footer-subscribe {
    position: initial !important;
}

.signup-inactive .footer-subscribe .b-close {
    display: none !important;
}

.comments-outer {
    margin-bottom: 50px;
}

.single-post .footer-subscribe {
    bottom: -255px;
    padding: 30px 20px;
    position: relative;
    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;
}

.b-close {
    padding: 15px;
    display: inline-block;
    text-align: center;
    position: relative;
}

.b-close span:before, .b-close span:after {
    cursor: pointer;
    border-radius: 2px;
    height: 1px;
    width: 30px;
    background: #231f20;
    display: block;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    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;
}

.b-close span:before {
    transform: rotate(45deg);
}

.b-close span:after {
    transform: rotate(-45deg);
}

.single-post .footer-subscribe .b-close {
    position: absolute;
    right: 10px;
    top: 10px;
}

.single-post .footer-subscribe .widget_mc4wp_form_widget {
    padding: 20px 30px;
}

.single-post .footer-subscribe .widget_mc4wp_form_widget h4.widget-title {
    margin: 0 0 0 0!important;
}

.single-post .footer-subscribe.visible {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    z-index: 99;
    opacity: 1;
    visibility: visible;
}

.sidebar .widget:first-child {
    background-repeat: no-repeat;
    background-size: 230px;
    background-position: 50% 100%;
}

.comments-outer.comments-compressed .comment-respond, .comments-outer.comments-compressed .entry-comments {
    display: none;
}

.comment-details {
    text-align: center;
    background: #ffffff;
    padding: 20px;
    font-size: 16px;
    font-size: 1.6rem;
    font-family: 'didonesque-roman', 'Cormorant Garamond', serif;
}

.comment-details p {
    margin: 10px auto;
}

.comment-details a {
    font-size: 14px;
    font-size: 1.4rem;
    font-family: 'hk_groteskbold', sans-serif;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
}

/* ## Testimonials
--------------------------------------------- */

.site-container .strong-view.simple {
    background: #ece6e5;
    position: relative;
    text-align: center;
    padding: 50px 50px;
}

.site-container .wpmslider-wrapper {
    border: 8px solid #ffffff;
    padding: 20px;
}

.site-container .strong-view.controls-type-sides:not(.rtl) .wpmslider-next {
    right: -50px;
}

.site-container .strong-view.controls-style-buttons:not(.rtl) .wpmslider-next:before {
    background: #ffffff;
}

.site-container .strong-view.controls-type-sides:not(.rtl) .wpmslider-prev {
    left: -50px;
}

.site-container .strong-view.controls-style-buttons:not(.rtl) .wpmslider-prev:before {
    background: #ffffff;
}

.site-container .strong-view.wpmtst-simple .wpmtst-testimonial-inner, .site-container .strong-view.wpmtst-simple .wpmtst-testimonial-heading {
    text-align: center;
}

.site-container .wpmtst-testimonial-content.testimonial-content {
    max-width: 800px;
    margin: 30px auto;
}

.site-container .wpmtst-testimonial-heading.testimonial-heading {
    font-size: 17px;
    font-size: 1.7rem;
    font-family: 'hk_groteskbold', sans-serif;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.site-container .wpmtst-testimonial-field.testimonial-field.testimonial-company {
    font-size: 11px;
    font-size: 1.1rem;
    font-family: 'hk_groteskbold', sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 20px;
}

.wpmtst-testimonial-field.testimonial-field a {
    font-style: italic;
}

.strong-view.wpmtst-simple .wpmtst-testimonial-image {
    display: none;
}

.strong-content.strong-normal.columns-1 .wpmtst-testimonial:after {
    content: "";
    display: block;
    border-bottom: 5px solid #ffffff;
    max-width: 70%;
    margin: 6px auto 0 auto;
}

.strong-content.strong-normal.columns-1 .wpmtst-testimonial:last-child:after {
    display: none;
}

/* ## Share Buttons
--------------------------------------------- */

.share-wrap {
    position: relative;
}

.share-btns {
    text-align: center;
    padding-top: 15px;
}

.share-btns a {
    display: inline-block;
    color: #231f20;
    padding: 0 15px;
}

.share-buttons a {
    padding: 10px 20px;
    display: inline-block;
}

.share-btns a:hover, .share-buttons a:hover {
    color: #d8a5a4;
}

.share-buttons {
    text-align: center;
    margin-top: 20px;
    padding: 0 20px 0 20px;
}

/* ## Genesis Featured Post
--------------------------------------------- */

.featured-content .entry, .sidebar .featured-content .entry {
    background: none;
    padding: 0;
}

.featured-content .entry:last-of-type {
    margin-bottom: 0;
}

.featured-content .entry-content a {
    display: block;
    margin-top: 20px;
}

/* ## Footer Credits
--------------------------------------------- */

.footer-credits {
    text-align: left;
}

.footer-credits .wrap {
    padding: 19px 0 0 0;
}

.credits-right {
    text-align: right;
}

/* ## Shop Widget
--------------------------------------------- */

.site-container .ud-shop-box .ud-shop-title {
    font-size: 10px;
    font-size: 1rem;
    top: -7px;
    right: 0;
    left: 0;
    font-family: 'hk_groteskbold', sans-serif;
}

.ud-shop-box .shop-box-inner {
    border: 1px solid #f2f2f2;
    position: relative;
}

.site-container .ud-shop-box {
    padding: 0;
}

.ud-shop-title-inner {
    color: #231f20;
}

.shop-box {
    padding: 20px;
}

/* ## Graphics
--------------------------------------------- */

.sidebar .widget_ud_graphics {
    background: transparent !important;
    padding: 0;
}

.ud-graphic-img {
    position: relative;
}

.ud-graphic-signature {
    position: relative;
    top: -60px;
    max-width: 85%;
    margin: 0 auto -50px auto;
    padding: 20px;
    background: #ffffff;
    text-align: center;
}

.ud-graphic .button {
    display: block;
}

.widget_ud_graphics .ud-graphic-signature .widget-title {
    text-align: center;
    font-size: 33px;
    font-size: 3.3rem;
    font-family: 'didonesque-roman', 'Cormorant Garamond', serif;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 0;
    padding-bottom: 0;
}

.widget_ud_graphics .ud-graphic-signature .widget-title:before {
    display: none;
}

.widget_ud_graphics .ud-graphic-signature .widget-title span {
    padding-right: 0;
    background: transparent !important;
}

.ud-graphic-signature img {
    max-width: 130px;
    margin-bottom: 20px;
}

/* ## Featured Photo
--------------------------------------------- */

.featured-photo-outer {
    position: relative;
    margin-bottom: 20px;
    padding: 0 20px;
}

.featured-photo {
    background-position: 50%;
    background-size: cover;
    display: block;
    height: 500px;
    padding: 30px;
}

.featured-photo-outer .entry-header {
    width: 40%;
    height: 100%;
    margin: 0 0 0 auto;
    display: table;
    table-layout: fixed;
    background: rgba(255, 255, 255, 0.72);
    padding: 20px;
}

.featured-photo-outer.left {
    text-align: right;
}

.featured-photo-outer.left .entry-header {
    left: 0;
    right: auto;
}

.header-title-a {
    color: #231f20;
    display: table-cell;
    vertical-align: middle;
}

.featured-img-window {
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    background-attachment: fixed;
    margin-bottom: 30px;
}

.featured-img-window.normal {
    background-attachment: initial;
}

.featured-img-window .entry-header, .video-outer .entry-header {
    display: table;
    width: 100%;
    height: 100%;
    max-width: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 0.32);
}

.entry-header-cell {
    display: table-cell;
    vertical-align: middle;
    color: #ffffff;
}

.entry-header-cell .scroll-down {
    color: #ffffff;
    font-size: 25px;
}

.header-desc {
    max-width: 700px;
    text-align: center;
    margin: 0 auto;
    padding: 30px 10px;
    color: #ffffff;
    font-size: 2.5rem;
}

.header-desc a {
    color: #ffffff;
    text-decoration: underline;
}

.header-desc hr {
    border-top: 1px solid #ffffff;
}

.header-desc p {
    text-align: center;
    margin: 0 auto;
    color: #ffffff;
}

.header-desc blockquote::before {
    color: #ffffff;
}

.header-meta {
    padding-top: 15px;
}

.header-meta, .share-btns h6, .entry-footer .entry-meta, .share-buttons h3, .entry-footer {
    text-align: center;
    font-family: 'hk_groteskbold', sans-serif;
    font-size: 10px;
    font-size: 1rem;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 2px;
}

.header-meta a {
    color: #231f20;
}

.video-outer {
    position: relative;
    overflow: hidden;
}

.video-outer video {
    display: block;
}

.header-video {
    position: relative;
}

.video-outer .entry-header-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
}

.single-post-popup.visible {
    opacity: 1;
    visibility: visible;
}
.single-post-popup {
    margin-bottom: 0;
    position: fixed;
    z-index: 9;
    right: 10px;
    bottom: 295px;
    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);
}

.single-post-popup-inner {
    background: #ffffff;
    padding: 10px;
}

.single-post-popup-inner>a {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
}

.single-post-popup-inner img {
    width: 40%;
}

.single-post-popup-inner .single-post-popup-title {
    width: 60%;
    padding: 0 10px;
    text-align: left;
    font-style: normal;
    text-decoration: none;
    white-space: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 11px;
    font-size: 1.1rem;
    font-family: 'hk_groteskbold', sans-serif;
    font-weight: 400;
}

.single-post-popup-inner .single-post-popup-title span {
    font-size: 12px;
    font-size: 1.2rem;
    display: block;
    margin-bottom: 15px;
    font-family: 'didonesque-roman', 'Cormorant Garamond', serif;
}

.single-post-popup-inner .b-close {
    position: absolute;
    top: 0;
    right: 0;
}

.single-post-popup-inner .b-close span:before, .single-post-popup-inner .b-close span:after {
    width: 20px;
}

a.b-close {
    cursor: pointer;
}

/* ## Slider
--------------------------------------------- */

.owl-prev, .owl-next {
    display: inline-block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    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;
    border: 1px solid #ffffff;
    color: #ffffff;
    line-height: 2;
    text-align: center;
    z-index: 99;
    padding: 10px;
    cursor: pointer;
    font-family: 'hk_groteskbold', sans-serif;
    font-size: 10px;
    font-size: 1rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.owl-prev:hover, .owl-next:hover {
    border: 1px solid #231f20;
    color: #231f20;
}

.owl-next {
    right: 10px;
}

.owl-prev {
    left: 10px;
}

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

.related-posts {
    padding: 30px;
    text-align: center;
    background: #ffffff;
    margin-top: 30px;
}

.related-posts .widget-title {
    background: transparent;
}

/* ## Search Form
--------------------------------------------- */

.search-form {
    overflow: hidden;
}

.search-form input {
    font-size: 10px;
    font-size: 1rem;
    font-weight: 700;
    width: auto;
    vertical-align: top;
    color: #231f20;
}

.entry-content .search-form, .site-header .search-form {
    margin-bottom: 40px;
    width: 50%;
}

.post-password-form input[type="submit"] {
    margin-top: 10px;
}

.genesis-nav-menu .search input[type="submit"], .widget_search input[type="submit"], .sidebar .search-form input[type="submit"] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    width: 1px;
}

.error404 .entry-content .search-form {
    margin: 20px auto;
    text-align: center;
}

.error404 .content .search-form input {
    width: 50%;
}

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

.error404 .entry-content {
    text-align: center;
}

.sidebar .search-form input {
    width: 100%;
}

.nav-search input {
    border: 0;
    background: transparent;
    float: left;
    width: 75%;
    text-align: right;
    padding: 14px 0;
    line-height: 1;
}

.nav-search input[type="submit"] {
    color: #231f20;
    float: right;
    width: auto;
    padding: 16px 10px 16px 10px;
    background: transparent !important;
}

.nav-search input[type="submit"]:hover {
    background: transparent;
    border: 0;
}

.nav-search, .nav-social {
    display: inline-block;
    vertical-align: middle;
}

.nav-search {
    margin-right: 30px;
}

.search-form input[type="submit"] {
    font-family: FontAwesome;
}

.nav-menu .widget-area .search-form {
    border: 1px solid #231f20;
    margin: 1%;
    line-height: 1;
}

.nav-menu .widget-area .search-form input {
    width: 89%;
    margin: 0;
    border: 0;
	padding: 9px 10px;
    background: transparent;
}

.nav-menu .widget-area .search-form input[type="submit"] {
    font-family: FontAwesome;
    position: inherit;
    height: auto;
    width: 10%;
    padding: 6px 10px;
    line-height: 2;
    background: transparent;
    color: #231f20;
}

/* ## Video
--------------------------------------------- */

.ud-image img {
    width: 100%;
    height: auto;
}

.ud-image {
    background-position: 50%;
    background-size: cover;
    position: relative;
}

.ud-ytplay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.51);
}

.ud-video a:hover .ud-ytplay {
    background-color: transparent;
}

.info-a {
    text-align: center;
    display: table;
    width: 100%;
    height: 100%;
}

.info-b {
    display: table-cell;
    vertical-align: middle;
}

.ud-video a {
    color: #ffffff;
    font-size: 70px;
    display: block;
    line-height: 0;
}

.ud-video {
    margin-bottom: 20px;
}

.wp-video, video.wp-video-shortcode, .mejs-container, .mejs-overlay.load {
    width: 100% !important;
    height: 100% !important;
}

.mejs-container {
    padding-top: 56.25%;
}

.wp-video, video.wp-video-shortcode {
    max-width: 100% !important;
}

video.wp-video-shortcode {
    position: relative;
}

.mejs-mediaelement {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.mejs-controls {
    display: none;
}

.mejs-overlay-play {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto !important;
    height: auto !important;
}

/* ## Banner
--------------------------------------------- */

.call-to-action {
    text-align: center;
}

.cta-img {
    background-position: 50% !important;
    background-size: cover !important;
    background-attachment: fixed !important;
}

.cta-img.normal {
    background-attachment: initial !important;
}

.cta-signature {
    max-width: 170px;
    position: absolute;
    left: 0;
    right: 0;
    top: -150px;
    margin: 0 auto;
}

.cta-content {
    display: table;
    width: 100%;
    height: 100%;
    padding: 10px;
}

.cta-content-a {
    display: table-cell;
    vertical-align: middle;
}

.cta-content-b {
    background: #ffffff;
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    position: relative;
}

.call-to-action .container-title {
    text-align: center;
    background: transparent;
}

.call-to-action .container-title span {
    display: block;
    padding: 0;
    font-size: 43px;
    font-size: 4.3rem;
    font-family: 'didonesque-roman', serif;
    font-weight: 400;
    letter-spacing: -1px;
    text-transform: capitalize;
    margin-bottom: 0;
    background: transparent;
}

.call-to-action .container-title:before {
    display: none;
}

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

/* ## Shop Page WP
--------------------------------------------- */

.shop-outer-menu {
    background: #ecedea;
    padding: 50px 30px 30px 30px;
    text-align: center;
}

.shop-outer-menu li {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    font-size: 2rem;
    font-style: italic;
}

.shop-outer-menu li a {
    padding: 0 20px;
}

.shop-outer-menu li:after {
    content: "/";
    padding: 10px;
}

.shop-outer-menu li:last-child:after {
    content: "";
    padding: 0;
}

.shop-page .site-inner {
    max-width: 100%;
    background: #ecedea;
    margin-bottom: 30px;
}

.shop-page.page .entry {
    background: transparent;
}

.shop-page-wp-image {
    background: #f2f2f2;
    line-height: 0;
    padding: 30px;
}

.shop-page-wp-item.spwp-one-third {
    display: inline-block;
    margin: 0 1%;
    margin-bottom: 3%;
    width: 31%;
    text-align: center;
}

.shop-page-wp-title h3 {
    font-size: 23px;
    font-size: 2.3rem;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin: 15px auto;
}

.shop-page-wp-title, .shop-page-wp-link {
    text-align: center;
}

.shop-page-wp-description {
    padding: 10px 20px;
}

.shop-page-wp-grid .shop-page-wp-item:hover {
    cursor: pointer;
}

.entry-content .button {
    color: #ffffff;
    background: #d8a5a4;
    border-color: #d8a5a4;
    text-decoration: none;
    margin: 10px auto;
}

/* ## MailChimp for WordPress
--------------------------------------------- */

.widget_mc4wp_form_widget {
    border: 4px solid #ecedea;
    padding: 50px 30px;
    position: relative;
    background-image: url(./images/DE-logo-gray.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 210px;
}

.sidebar .widget_mc4wp_form_widget {
    border: 0;
    padding: 0;
    background-color: transparent !important;
}

.widget_mc4wp_form_widget h4.widget-title {
    text-align: center;
    padding: 10px;
    font-size: 33px;
    font-size: 3.3rem;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.widget_mc4wp_form_widget h4.widget-title span {
    padding: 0;
}

.widget_mc4wp_form_widget h4.widget-title:before {
    display: none;
}

.mc4wp-form-fields {
    display: table;
    width: 100%;
}

.sidebar .mc4wp-form-fields {
    display: block;
    width: auto;
    border: 4px solid #231f20;
    padding: 20px;
    background-color: transparent !important;
    background-image: url(./images/DE-logo-gray.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 120px;
}

.mc4wp-form-fields p {
    margin: 0 auto;
    width: 27%;
    display: table-cell;
    vertical-align: middle;
    padding: 0 30px;
}

.sidebar .mc4wp-form-fields p {
    width: 100%;
    display: block;
    padding: 10px 0;
    text-align: left;
}

.sidebar .mc4wp-form-fields p:first-child {
    font-size: 25px;
    font-size: 2.5rem;
    text-align: center;
    font-family: 'didonesque-roman', 'Cormorant Garamond', serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-style: normal;
}

.sidebar .mc4wp-form-fields i {
    font-size: 15px;
    display: block;
}

.mc4wp-form-fields p span {
    display: block;
    font-family: 'hk_groteskbold', sans-serif;
    font-size: 1px;
    font-size: 1rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.mc4wp-form-fields input[type="checkbox"] {
    display: none;
}

.mc4wp-form-fields input[type="checkbox"]+label:before {
    content: '';
    height: 10px;
    width: 10px;
    display: inline-block;
    border: 1px solid #231f20;
    margin-right: 12px;
}

.mc4wp-form-fields input[type="checkbox"]:checked+label:before {
    background: #231f20;
}

.mc4wp-form-fields p:last-child input {
    display: inline-block;
    width: 68%;
}

.mc4wp-form-fields p:first-child {
    font-size: 23px;
    font-size: 2.3rem;
    font-style: italic;
    text-align: left;
}

.mc4wp-form-fields p:last-child input:last-child {
    width: 29%;
    padding: 5px 10px;
}

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

#wpstats {
    display: none;
}

/* ## Instagram Widget
--------------------------------------------- */

.insta-header section {
    margin: 0 auto;
}

.between-posts-container .sbi_item {
    width: 16.66% !important;
}

#sbi_images {
    padding: 0 !important;
}

#sb_instagram #sbi_images {
    width: initial;
    float: none;
}

#sb_instagram {
    position: relative;
    padding: 0 !important;
}

#sb_instagram #sbi_load .sbi_follow_btn {
    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;
}

#sb_instagram #sbi_load .sbi_follow_btn {
    margin-left: auto !important;
}

#sb_instagram .sbi_follow_btn svg {
    display: none;
}

#sb_instagram .sbi_follow_btn a {
    border-radius: 0 !important;
    margin: 0 auto !important;
    padding: 7px 30px !important;
    font-size: 10px !important;
    font-size: 1rem !important;
    display: block !important;
    background: #231f20 !important;
    color: #ffffff !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;
}

#sb_instagram .sbi_follow_btn a {
    letter-spacing: 2px;
    text-transform: uppercase;
    display: inline-block;
    font-family: 'hk_groteskbold', sans-serif;
}

#sb_instagram .sbi_follow_btn a:hover {
    background: #d8a5a4 !important;
    color: #ffffff !important;
    box-shadow: none !important;
    box-shadow: none !important;
}

.insta-footer .widget-title {
    text-align: center;
}

.insta-footer .widget-title span {
    padding-left: 30px;
}

/* ## Contact Form 7
--------------------------------------------- */

.wpcf7-form label {
    margin-bottom: 20px;
    display: block;
}

/* ## WordPress Popular Posts
--------------------------------------------- */

.popular-posts .wpp-list li:first-child {
    margin-left: 0;
}

.popular-posts .wpp-list li {
    vertical-align: top;
    float: left;
    margin-left: 3%;
    width: 22.75%;
    clear: initial;
}

.sidebar .popular-posts .wpp-list li {
    display: block;
    float: none;
    margin-left: auto;
    width: 100%;
}

.popular-posts .wpp-thumbnail {
    display: block;
    float: none;
    margin: 0 auto 10px auto;
}

.popular-posts a {
    cursor: pointer;
    display: block;
}

.wpp-excerpt, .featuredpost .entry-content p, .sidebar .featuredpost .entry-content p {
    text-align: justify;
    display: block;
    padding: 0 25px;
}

.wpp-post-title {
    padding: 10px 20px 15px 20px;
    display: block;
}

.popular-posts .wpp-meta, .popular-posts .post-stats {
    font-family: 'hk_groteskbold', sans-serif;
    font-size: 10px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 10px;
}

/* # Templates
---------------------------------------------------------------------------------------------------- */

/* ## columns template
--------------------------------------------- */

.columns-template {
    text-align: right;
    position: relative;
    margin-bottom: 60px;
}

.columns-template>.wrap {
    padding: 0;
}

.columns-template-right {
    width: 60%;
    background: #ece6e5;
    padding: 17px 97px;
    display: inline-block;
    vertical-align: middle;
    text-align: justify;
    font-size: 16px;
    font-size: 1.6rem;
}

.columns-template-left {
    width: 44%;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 0;
    z-index: 9;
    margin-right: -80px;
    bottom: -30px;
}

.columns-template-img {
    background-position: 50%;
    background-size: cover;
}

.columns-template-img>img {
    width: 100%;
    height: auto;
}

.columns-template-img {
    background-position: 50%;
    background-size: cover;
    position: relative;
}

.columns-template-signature {
    position: absolute;
    bottom: -50px;
    right: -70px;
    max-width: 150px;
}

.page .full_width {
    width: 100%;
    width: 100vw !important;
    left: calc(-50vw + 50%);
    left: -webkit-calc(-50vw + 50%);
    left: -moz-calc(-50vw + 50%);
    position: relative;
}

.page .entry-title {
    margin: 20px auto 30px auto;
}

/* # Skip Links
---------------------------------------------------------------------------------------------------- */

.genesis-skip-link {
    margin: 0;
}

.genesis-skip-link li {
    height: 0;
    list-style: none;
    width: 0;
}

:focus {
    outline: none;
}

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

.site-header {
    padding: 40px 10px;
}

.nav-primary {
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}

.site-header>.wrap {
    text-align: center;
    max-width: 1500px;
}

.site-header .minimal-social-icons ul li a {
    padding: 5px 10px;
}

.title-area {
    padding: 0;
    width: auto;
    margin: 0 auto;
    display: inline-block;
    text-align: center;
    position: relative;
    vertical-align: middle;
}

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

.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 {
    font-family: 'didonesque-roman', serif;
    font-size: 80px;
    font-weight: 400;
    font-style: normal;
    margin: 0 auto;
    line-height: 2;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.site-title a {
    color: #231f20;
    text-decoration: none;
}

.site-title a:focus, .site-title a:hover {
    text-decoration: none;
    outline: 0;
}

.site-description {
    font-size: 10px;
    font-size: 1rem;
    font-weight: 300;
    line-height: 2;
    color: #231f20;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.site-description, .site-title {
    margin-bottom: 0;
}

.header-image .site-description, .header-image .site-title {
    font-size: 0;
    text-indent: -9999px;
}

/* ## 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: middle;
    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 7px;
}

.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: 11px;
    font-size: 1.1rem;
    font-weight: 400;
    font-family: 'hk_groteskbold', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 5px;
}

/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

.nav-menu {
    margin-left: 60px;
}

.nav-menu .widget-area {
    display: none;
}

.nav-right {
    position: absolute;
    right: 20px;
    top: 0;
    z-index: 999;
}

.nav-logo {
    position: absolute;
    left: 20px;
    max-width: 40px;
    top: 9px;
    z-index: 999;
}

.nav-logo a {
    display: block;
    line-height: 0;
}

.nav-right .widget {
    margin: 0 auto;
}

.nav-outer {
    position: relative;
    text-align: left;
}

.banner-page .nav-outer, .shop-page .nav-outer, .woocommerce-page .nav-outer {
    height: 42px;
}

.nav-inner {
    background: #ecedea;
    -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);
}

.banner-page .nav-inner, .uber-container-inner.fixed, .shop-page .nav-inner, .woocommerce-page .nav-inner {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 999;
    top: 0;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.banner-page .nav-right, .shop-page .nav-right, .woocommerce-page .nav-right {
    display: none;
}

.banner-page .nav-inner .nav-right, .shop-page .nav-inner .nav-right, .woocommerce-page .nav-inner .nav-right {
    display: block;
}

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

.ubermenu a.ubermenu-target, .ubermenu-trigger-click .ubermenu-has-submenu-drop>.ubermenu-target, .genesis-nav-menu a, .widget_nav_menu a, .ubermenu .ubermenu-item.ubermenu-item-level-0>a, .ud-menu-sub a {
    text-decoration: none;
    display: inline-block;
    padding: 15px 23px;
    font-family: 'hk_groteskbold', sans-serif;
    font-size: 10px;
    font-size: 1rem;
    font-weight: 400;
    color: #231f20;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 2px;
}

.ubermenu .ubermenu-retractor {
    font-family: 'hk_groteskbold', sans-serif;
    font-size: 10px;
    font-size: 1rem;
    font-weight: 400;
    color: #231f20;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 2px;
}

.ubermenu a.ubermenu-target, .ubermenu-trigger-click .ubermenu-has-submenu-drop>.ubermenu-target {
    padding: 15px 15px;
}

.ubermenu a.ubermenu-target:focus, .ubermenu-trigger-click .ubermenu-has-submenu-drop>.ubermenu-target:focus, .ubermenu a.ubermenu-target:hover, .ubermenu-trigger-click .ubermenu-has-submenu-drop>.ubermenu-target:hover, .genesis-nav-menu a:focus, .genesis-nav-menu a:hover, .genesis-nav-menu .sub-menu .current-menu-item>a:focus, .genesis-nav-menu .sub-menu .current-menu-item>a:hover, .widget_nav_menu a:hover, .widget_nav_menu a:focus, .ubermenu .ubermenu-item.ubermenu-item-level-0>a:hover, .ubermenu .ubermenu-item.ubermenu-item-level-0>a:focus, .ud-menu-sub a:hover, .ud-menu-sub a:focus {
    color: #d8a5a4;
    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;
    -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);
}

.ubermenu .ubermenu-item .ubermenu-submenu-drop {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05) !important;
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05) !important;
    background: #ecedea;
}

.genesis-nav-menu .sub-menu a {
    background-color: #ecedea;
    border: 0;
    border-top: 0;
    padding: 15px 15px;
    position: relative;
    width: 200px;
    word-wrap: break-word;
}

.genesis-nav-menu .sub-menu .sub-menu {
    margin: -56px 0 0 199px;
}

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

/* ## Uber Menu
--------------------------------------------- */

.ubermenu .ubermenu-item .ubermenu-submenu-drop {
    background: #ecedea;
}

.uber-container {
    position: relative;
    height: 48px;
    z-index: 99;
}

.uber-container-inner {
    top: -70px;
    background: #ffffff;
}

.uber-container-inner .nav-logo, .uber-container-inner .nav-right {
    display: none;
}

.uber-container-inner.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);
}

.uber-container-inner.fixed .nav-logo, .uber-container-inner.fixed .nav-right {
    display: block;
}

.uber-outer-menu>.wrap {
    padding: 0 20px;
}

.home .uber-outer-menu>.wrap {
    padding: 0;
}

.uber-outer-menu:before, .uber-outer-menu:after {
    content: '';
    border-top: 1px solid #f2f2f2;
    display: block;
}

.uber-container-inner.fixed .uber-outer-menu .wrap:before, .uber-container-inner.fixed .uber-outer-menu .wrap:after {
    display: none;
}

.uber-outer-menu .ubermenu .ubermenu-item .ubermenu-submenu.ubermenu-submenu-drop {
    background: #ecedea;
    -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);
}

.uber-outer-menu .ubermenu .ubermenu-item .ubermenu-submenu.ubermenu-submenu-drop {
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 200px;
}

.ud-menu {
    width: 100%;
    text-align: center;
}

.ud-menu-subs {
    display: inline-block;
    vertical-align: top;
    width: 20%;
}

.ud-menu-side {
    display: inline-block;
    vertical-align: top;
    width: 79%;
    position: relative;
}

.ud-menu-sub a {
    text-align: left;
    display: block;
    padding: 15px 0;
}

.ud-menu-item a, .ud-menu-item a:hover {
    color: #ffffff;
}

.ud-sub-menu {
    display: none;
}

.ud-sub-menu.active {
    display: block;
}

.ud-menu-item {
    display: inline-block;
    vertical-align: top;
    width: 32%;
    margin: .5%;
    position: relative;
}

.ud-menu p {
    margin: 0 auto;
}

.ud-menu-item-img {
    display: block;
    background-position: 50%;
    background-size: cover;
}

.ud-menu-a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(35, 31, 32, 0.48);
    opacity: 0;
    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;
}

.ud-menu .read-more {
    margin: .5% 1%;
}

.ud-menu .read-more a {
    display: block;
}

.ud-menu-b {
    display: table;
    width: 100%;
    height: 100%;
}

.ud-menu-c {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 15px 55px;
}

.ud-menu-item a:hover .ud-menu-a {
    opacity: 1;
}

.uber-outer-menu .ubermenu a.ubermenu-target, .uber-outer-menu .ubermenu-trigger-click .ubermenu-has-submenu-drop>.ubermenu-target, .uber-outer-menu .genesis-nav-menu a, .uber-outer-menu .ubermenu .ubermenu-item.ubermenu-item-level-0>a {
    font-size: 13px;
    font-size: 1.3rem;
    font-family: 'didonesque-roman', 'Cormorant Garamond', serif;
    letter-spacing: 1px;
}

.shop-page-wp-title {
    min-height: 120px;
    display: flex;
    -ms-flex-pack: justify;
    align-items: center;
}

.shop-page-wp-title h3 {
    width: 100%;
    margin: 0 auto !important;
}

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

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

.site-footer .genesis-nav-menu {
    padding: 20px 0;
}

.site-footer .genesis-nav-menu a {
    padding: 0 20px 10px;
}

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

/* ## Signature
--------------------------------------------- */

.signature-img {
    max-width: 300px;
    margin: 0 auto;
}

.signature-img.left {
    margin: 0;
}

.signature-img.right {
    margin: 0 0 0 auto;
}

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

.post-grid p {
    margin: 15px auto;
    line-height: 2;
    max-width: 600px;
}

.post-grid {
    max-width: 800px;
}

.post-grid:after {
    content: '';
    display: block;
    border-bottom: 1px solid #f2f2f2;
    max-width: 300px;
    margin: 0 auto 30px auto;
}

.post-grid.one-third:after {
    display: none;
}

.post-grid.text-right:after, .post-grid.text-left:after, .post-grid.text-top:after {
    margin: 30px auto;
}

.post-grid .entry, .page.page-template-page_blog .post-grid .entry {
    margin-bottom: 0;
}

.grid-info-a {
    padding: 30px;
    background: #ffffff;
}

.grid-img.gridimg2 {
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ffffff;
    overflow: hidden;
}

.grid-img.gridimg2 img {
    opacity: 1 !important;
}

.grid-img-outer:hover .gridimg2 {
    opacity: 1;
}

.grid-img img {
    width: 100%;
}

.landscape .grid-img {
    padding-top: 56.25%;
}

.portrait .grid-img, .ud-menu-item-img.portrait {
    padding-top: 133%;
}

.square .grid-img {
    padding-top: 100%;
}

.post-grid.text-right .grid-img-outer, .post-grid.text-right .grid-info, .post-grid.text-left .grid-img-outer, .post-grid.text-left .grid-info {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.post-grid.text-right .grid-img-outer, .post-grid.text-left .grid-img-outer {
    width: 60%;
}

.post-grid.text-left .grid-info, .post-grid.text-right .grid-info {
    width: 40%;
}

.post-grid.text-left .grid-img-outer {
    left: auto;
    right: -40%;
}

.post-grid.text-left .grid-info {
    left: -60%;
    right: auto;
}

.post-grid.text-left .grid-info .grid-info-a {
    margin-right: -60px;
}

.post-grid.text-right .grid-info .grid-info-a {
    margin-left: -60px;
}

.post-grid.text-right .entry-title, .post-grid.text-left .entry-title, .ud-menu .entry-title {
    font-size: 23px;
    font-size: 2.3rem;
}

.grid-img-outer, .popular-posts li a:first-child {
    position: relative;
}

.grid-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    position: relative;
    line-height: 0;
    text-align: center;
}

.entry, .page.page-template-page_blog .entry {
    margin-bottom: 30px;
    padding: 0;
    position: relative;
    background: transparent;
}

.single .entry, .page .entry {
    padding: 0;
}

.page .entry {
    background: #ffffff;
}

.entry-content ol, .entry-content ul {
    margin-bottom: 28px;
    margin-left: 40px;
}

.entry-content ol>li {
    list-style-type: decimal;
}

.entry-content ul>li {
    list-style-type: disc;
}

.entry-content ol ol, .entry-content ul ul {
    margin-bottom: 0;
}

.entry-content code {
    background-color: #231f20;
    color: #ffffff;
}

.entry-content {
    display: block;
    text-align: justify;
    padding: 0;
}

.single-post .entry-content {
    background: #ffffff;
    padding: 30px;
}

.share-buttons, .entry-footer, .comment-respond, .entry-comments {
    max-width: 1040px;
    margin: 0 auto;
}

.home .entry-content, .search-results .entry-content {
    padding: 0 40px 15px 40px;
}

.featuredpost .entry-content p {
    margin: 10px auto;
}

.read-more {
    margin-top: 10px;
    text-align: center;
}

.read-more a, .read-more span {
    display: inline-block;
    padding: 0 0 5px 0;
    color: #231f20;
    -webkit-box-shadow: inset 0 -1px 0 #231f20;
    box-shadow: inset 0 -1px 0 #231f20;
    position: relative;
    font-family: 'hk_groteskbold', sans-serif;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 10px;
}

.read-more a:hover, .read-more span:hover, .shop-info .read-more span:hover, .featured-item .read-more a:hover {
    -webkit-box-shadow: inset 0 -10px 0 #d8a5a4 !important;
    box-shadow: inset 0 -10px 0 #d8a5a4 !important;
}

.entry-footer {
    padding: 0 0 20px 0;
}

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

.category-icon {
    max-width: 60px;
    margin: 0 auto;
}

.grid-meta, .entry-header .entry-meta {
    font-family: 'hk_groteskbold', sans-serif;
    font-size: 10px;
    font-size: 1rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
}

.grid-meta {
    margin-top: 20px;
}

.entry-footer .entry-meta span {
    display: block;
    padding: 10px 0;
}

.grid-meta li {
    display: inline-block;
    vertical-align: top;
}

.grid-meta li a, .entry-time {
    display: inline-block;
    vertical-align: top;
    padding: 0 20px 10px 0;
}

.entry-location i {
    padding-right: 5px;
    color: #d8a5a4;
}

.entry-comments h3, .comment-reply-title, .container-title, .widget-title {
    text-align: left;
    margin-bottom: 20px;
    font-size: 17px;
    font-size: 1.7rem;
    font-family: 'hk_groteskbold', sans-serif;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    position: relative;
}

.container-title span, .widget-title span, .archive-description .entry-title {
    background: #ffffff;
    z-index: 9;
    position: relative;
    padding-right: 30px;
    padding-left: 0;
    display: inline-block;
}

p.entry-meta {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 0;
}

.entry-header .entry-meta {
    margin-bottom: 24px;
    text-align: center;
}

.entry-footer .entry-meta, .share-buttons h3 {
    padding-top: 24px;
    color: #231f20;
}

.entry-footer a {
    color: #231f20;
}

.entry-categories, .entry-tags {
    display: block;
}

.entry-comments-link::before {
    content: "\2014";
    margin: 0 6px 0 2px;
}

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

.pagination-previous a div, .pagination-next a div {
    padding: 10px 0;
    font-size: 11px;
    font-size: 1.1rem;
    font-family: 'hk_groteskbold', sans-serif;
    font-weight: 400;
}

.pagination-next a, .pagination-previous a {
    padding: 10px;
    font-size: 16px;
    font-size: 1.6rem;
    font-family: 'didonesque-roman', 'Cormorant Garamond', serif;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.3;
    text-transform: uppercase;
}

.pagination-next a:hover, .pagination-previous a:hover {
    color: #d8a5a4;
}

.pagination {
    clear: both;
    margin: 40px 0;
    text-align: center;
}

.adjacent-entry-pagination {
    margin-bottom: 0;
}

.adjacent-entry-pagination .pagination-previous, .adjacent-entry-pagination .pagination-next {
    width: 50%;
}

.archive-pagination li {
    display: inline;
}

.archive-pagination a {
    border: 0;
    cursor: pointer;
    display: inline-block;
    padding: 10px 20px;
    font-size: 13px;
    font-size: 1.3rem;
}

/* ## Comments
--------------------------------------------- */

.form-submit {
    margin: 0 auto;
}

.comment-respond, .entry-comments, .entry-pings {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 30px;
}

.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: 0;
    margin: 30px auto;
}

.comment-notes, .logged-in-as {
    font-size: 15px;
    font-size: 1.5rem;
    text-align: center;
}

.entry-comments {
    padding: 20px;
    margin-top: 30px;
}

.comment-header {
    margin-bottom: 10px;
    font-size: 10px;
    font-size: 1rem;
    font-family: "hk_groteskbold", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
}

.comment-header, .comment-header a, .comment-header a:hover, .comment-header a:focus {
    color: #c3c3c3;
}

.entry-comments h3, .comment-reply-title {
    display: block;
    text-align: center;
}

.comment-list li {
    padding: 20px 0 0 20px;
}

.comment-list .depth-1 {
    padding-left: 0;
}

.comment-content {
    clear: both;
    text-align: left;
    background: transparent;
    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;
    font-size: 11px;
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

.comment-header p {
    margin-bottom: 0;
}

.entry-pings .reply {
    display: none;
}

/* ## Categories
--------------------------------------------- */

.category .entry, .archive .entry {
    margin-bottom: 0;
    padding: 0;
    position: relative;
}

/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
    margin-bottom: 40px;
    text-align: center;
}

.content-sidebar .sidebar .widget, .sidebar-content .sidebar .widget {
    margin: 0 auto 30px auto;
}

.content-sidebar-wrap:after {
    content: "";
    display: block;
    clear: both;
}

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

.insta-footer .widget {
    margin-bottom: 0;
}

.footer-area-one {
    padding: 20px;
}

.site-footer, .footer-area-two {
    background-color: #ffffff;
    padding: 15px 10px;
    text-align: center;
    color: #4d4d4d;
    font-family: 'hk_groteskbold', sans-serif;
    font-size: 10px;
    font-size: 1rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.footer-area-two .wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer-area-two .wrap .widget {
    margin: 0 auto;
}

.footer-area-two .widget.widget_media_image {
    padding: 30px 0;
}

.footer-area-two .widget-title {
    margin-bottom: 0;
    font-size: 14px;
    font-size: 1.4rem;
}

.footer-area-two .widget_nav_menu ul li {
    display: block;
    text-align: left;
}

.footer-area-two .widget_nav_menu ul li a {
    display: block;
    text-align: left;
    font-family: 'Cormorant Garamond', serif;
    letter-spacing: 0;
    text-transform: capitalize;
    padding: 5px 0;
    font-size: 16px;
    font-size: 1.6rem;
}

.site-footer a, .footer-area-two a {
    color: #4d4d4d;
}

.site-footer a:hover, .site-footer a:focus, .footer-area-two a:hover, .footer-area-two a:focus {
    color: #d8a5a4;
}

.site-footer p {
    margin-bottom: 0;
}

.site-footer .widget-title, .footer-area-two .widget-title {
    background: transparent;
    color: #4d4d4d;
}

.footer-area-two .widget-title span {
    background: transparent;
}

.footer-area-two .widget-title:before {
    border-top: 0;
}

.back-top i {
    padding-right: 10px;
}

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

.footer-widgets {
    clear: both;
    font-size: 10px;
    font-size: 1rem;
    padding: 10px 0;
}

.footer-widgets .wrap {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.footer-widgets-1, .footer-widgets-2, .footer-widgets-3 {
    vertical-align: top;
    width: 33.33%;
    padding: 10px;
}

.footer-widgets-1, .footer-widgets-2 {
    float: left;
}

.footer-widgets-3 {
    float: right;
}

.footer-widgets .widget_nav_menu li a {
    text-decoration: none;
    display: inline-block;
    padding: 5px 0 15px 0;
    font-size: 10px;
    font-size: 1rem;
    font-family: 'hk_groteskbold', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.footer-widgets-1 {
    text-align: left;
}

.footer-widgets-2 {
    text-align: center;
}

.footer-widgets-3 {
    text-align: right;
}

/* # Columns
---------------------------------------------------------------------------------------------------- */

.columns-page .site-inner, .columns-page .site-inner>.wrap {
    max-width: 100%;
    padding: 20px 0 40px 0;
}

.columns-template {
    margin: 0 auto 60px auto;
    max-width: 1240px;
}

.full-screen-video {
    margin: 50px auto;
    position: relative;
}

.full-screen-cover {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(236, 230, 229, 0.67);
}

.intro-video {
    line-height: 0;
}

.full-screen-content {
    text-align: center;
    display: table;
    width: 100%;
    height: 100%;
}

.full-screen-a {
    display: table-cell;
    vertical-align: middle;
}

.full-screen-b {
    max-width: 800px;
    margin: 0 auto;
    font-size: 36px;
    font-size: 3.6rem;
    font-family: 'didonesque-roman', 'Cormorant Garamond', serif;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.full-screen-b p {
    margin: 0 auto;
}

.full-screen-b:before, .full-screen-b:after {
    content: "";
    display: block;
    border-bottom: 1px solid #4d4d4d;
    max-width: 300px;
    margin: 10px auto 40px auto;
}

.full-screen-b:after {
    border-bottom: 0;
    border-top: 1px solid #4d4d4d;
    margin: 40px auto 10px auto;
}

.about-section {
    margin: 20px auto;
    max-width: 1000px;
    padding: 0 20px;
}

.about-content, .about-imgs {
    display: table-cell;
    vertical-align: middle;
    width: 60%;
}

.about-content {
    width: 39%;
    padding: 30px;
    text-align: left;
}

.about-content .about-section-title {
    margin-bottom: 60px;
    font-size: 36px;
    font-size: 3.6rem;
    font-family: 'didonesque-roman', 'Cormorant Garamond', serif;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.about-imgs {
    background: #ece6e5;
    padding: 50px;
    text-align: center;
}

.about-imgs .column {
    display: inline-block;
    width: 40%;
}

.about-img {
    display: block;
    margin: 0 auto;
    background-position: 50%;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.about-section.style-2 .about-imgs {
    background: transparent;
    padding: 0;
    text-align: right;
    padding-left: 2%;
}

.about-section.style-2 .about-imgs .column {
    width: 50%;
}

.about-section.style-2 .about-content {
    background: #ece6e5;
    position: relative;
    text-align: center;
    padding: 30px 50px;
}

.about-section.style-2 .about-content:before {
    content: "";
    display: block;
    border: 8px solid #ffffff;
    position: absolute;
    left: 20px;
    right: 20px;
    top: 20px;
    bottom: 20px;
}

.about-section.style-2 .about-content .about-section-title {
    margin-bottom: 20px;
    font-size: 18px;
    font-size: 1.8rem;
    z-index: 1;
    position: relative;
}

.about-section.style-2 .about-imgs .about-img {
    margin: 0 auto;
    overflow: initial;
}

.about-section.style-2 .about-imgs .about-img1 {
    margin-bottom: 4%;
    margin-right: 2%;
}

.about-section.style-2 .about-imgs .about-img2 {
    margin-right: 2%;
}

.about-section.style-2 .about-imgs .about-img3 {
    margin-bottom: 4%;
    margin-left: 2%;
}

.about-section.style-2 .about-imgs .about-img4 {
    margin-left: 2%;
}

.about-section.style-2 .about-content .about-section-title:after {
    content: "";
    display: block;
    border-bottom: 5px solid #ffffff;
    max-width: 70px;
    margin: 6px auto 0 auto;
}

.about-img-title {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(236, 230, 229, 0.63);
    opacity: 0;
    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;
}

.about-section a:hover .about-img-title {
    opacity: 1;
}

.about-img-a {
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
}

.about-img-b {
    display: table-cell;
    vertical-align: middle;
    font-family: 'hk_groteskbold', sans-serif;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: 400;
    color: #231f20;
    text-transform: uppercase;
}

.about-section.style-3 .column {
    display: inline-block;
    width: 32%;
    vertical-align: top;
}

.about-section.style-3 .column:first-child, .about-section.style-1 .column:first-child {
    margin-right: 2%;
}

.about-section.style-3 .column:last-child {
    margin-left: 2%;
}

.about-section.style-3 .column .about-img:first-child, .about-section.style-1 .column .about-img:first-child {
    margin-bottom: 4%;
}

.about-section.style-3 .about-img.about-title, .about-section.style-3 .about-img.about-text {
    background: #ece6e5;
}

.about-section.style-3 .about-img.about-title .about-img-title, .about-section.style-3 .about-img.about-text .about-img-title {
    opacity: 1;
}

.about-img.about-title .about-img-b {
    font-size: 18px;
    font-size: 1.8rem;
    font-family: 'didonesque-roman', 'Cormorant Garamond', serif;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.about-img.about-text .about-img-b {
    font-size: 13px;
    font-size: 1.3rem;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: initial;
    padding: 20px;
}

.columns-page .entry-content {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
    border: 8px solid #eeee;
}

/* # Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1160px) {
    .video-outer .header-desc {
        font-size: 1.5rem;
    }
}

@media only screen and (max-width: 1023px) {
    .footer-widgets-1, .footer-widgets-2, .footer-widgets-3 {
        display: block;
        width: 100%;
        text-align: center;
    }
    .footer-widgets .wrap {
        display: block;
    }
    .first-post-sidebar .post-grid {
        width: 100%;
        float: none;
        max-width: 800px;
        min-height: auto !important;
    }
    .first-post-sidebar .post-grid .theiaStickySidebar, .first-post-sidebar .sidebar-primary .theiaStickySidebar {
        position: initial !important;
    }
    .sidebar-primary {
        float: none;
        width: 100%;
        max-width: 800px;
        margin: 0 auto 40px auto;
        min-height: auto !important;
    }
    .first-post-sidebar .sidebar-primary {
        margin-left: auto;
    }
    .columns-template-left {
        width: 27%;
    }
    .columns-template-right {
        width: 80%;
    }
}

@media only screen and (max-width: 980px) {
    .mc4wp-form-fields p:last-child input {
        display: block;
        width: 100%;
    }
    .mc4wp-form-fields p:last-child input:last-child {
        width: 100%;
        margin-top: 10px;
    }
}

@media only screen and (max-width: 959px) {
	.nav-menu .widget-area {
        display: block;
    }
    .nav-inner .ubermenu-responsive-toggle, .nav-primary, .ud-menu-side {
        display: none;
    }
    .nav-inner .ubermenu-responsive-default.ubermenu-responsive.ubermenu-responsive-collapse {
        max-height: initial !important;
        overflow: visible !important;
        visibility: visible !important;
    }
    .genesis-responsive-menu {
        display: none;
        left: 0;
        right: 0;
        width: 100%;
        background: #ecedea;
        position: absolute;
        left: 0;
        right: 0;
        z-index: 999;
        padding-top: 20px;
    }
    .genesis-skip-link .skip-link-hidden {
        display: none;
        visibility: hidden;
    }
    .menu-toggle, .sub-menu-toggle {
        background-color: transparent;
        border-width: 0;
        color: #231f20;
        display: block;
        margin: 0 auto;
        overflow: hidden;
        text-align: left;
        visibility: visible;
        padding: 0 0 0 15px;
    }
    .dashicons-menu.activated:before {
        content: "\f00d";
        font: normal normal normal 14px/1 FontAwesome;
        line-height: 20px;
    }
    .menu-toggle:focus, .menu-toggle:hover, .sub-menu-toggle:focus, .sub-menu-toggle:hover {
        background-color: transparent;
        border-width: 0;
        color: #d8a5a4;
    }
    .menu-toggle {
        position: relative;
        width: auto;
        z-index: 1000;
        display: inline-block;
        vertical-align: middle;
        padding: 17px 23px;
        font-family: 'hk_groteskbold', sans-serif;
        font-size: 10px;
        font-size: 1rem;
        font-weight: 400;
        color: #231f20;
        text-transform: uppercase;
        line-height: 1;
        letter-spacing: 2px;
    }
    .menu-toggle i {
        width: 1.3em;
        text-align: center;
        margin-right: .6em;
    }
    .menu-toggle span {
        line-height: 1;
    }
    .nav-outer .menu-toggle::before {
        display: none;
    }
    .sub-menu-toggle {
        float: right;
        padding: 10px 15px 10px 10px;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 100;
    }
    .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);
    }
    .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;
    }
    .uber-container .ubermenu-responsive-toggle, .uber-container .ubermenu-sticky-toggle-wrapper {
        padding: 17px 23px;
        font-family: 'hk_groteskbold', sans-serif;
        font-size: 10px;
        font-size: 1rem;
        font-weight: 400;
        color: #231f20;
        text-transform: uppercase;
        line-height: 1;
        letter-spacing: 2px;
        text-align: center;
    }
    .ubermenu .ubermenu-item .ubermenu-submenu {
        margin-left: 20px;
    }
    .ud-menu {
        text-align: left;
    }
    .ud-menu-subs {
        display: block;
        width: auto;
    }
    .uber-container .uber-outer-menu .ubermenu .ubermenu-item .ubermenu-submenu.ubermenu-submenu-drop {
        background: #ffffff;
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important;
    }
    .uber-container .ubermenu .ubermenu-item .ubermenu-submenu-drop {
        position: relative;
    }
    .nav-outer .ubermenu-responsive-default.ubermenu-responsive.ubermenu-responsive-collapse .ubermenu-item .ubermenu-submenu {
        display: block;
    }
    .nav-outer .ubermenu-responsive .ubermenu-item .ubermenu-submenu {
        display: block;
        position: relative;
        z-index: 500;
        top: auto;
        height: 0;
        max-height: 0;
        overflow: hidden;
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important;
    }
    .nav-outer .ubermenu-responsive .ubermenu-item.ubermenu-active>.ubermenu-submenu-drop {
        display: block;
        visibility: visible;
        opacity: 1;
        height: auto;
        max-height: none;
    }
    .uber-container-inner.fixed .ubermenu-responsive-toggle, .uber-container .ubermenu-sticky-toggle-wrapper {
        text-align: left;
        display: inline-block;
        margin-left: 60px;
    }
}

@media only screen and (max-width: 860px) {
    .site-container .site-title {
        font-size: 30px;
        font-size: 3rem;
    }
    .related-posts .one-fourth, .related-posts .one-half, .related-posts .one-fifth, .related-posts .one-third {
        margin-left: .5%;
        margin-bottom: .5%;
    }
    .related-posts .one-half, .footer-credits .one-half {
        width: 49.75%;
    }
    .related-posts .one-third {
        width: 33%;
    }
    .related-posts .one-fourth {
        width: 24.622%;
    }
    .related-posts .one-fifth {
        width: 19.56%;
    }
    .related-posts .first, .footer-credits .first {
        margin-left: 0;
        margin-bottom: .5%;
    }
    .five-sixths, .four-sixths, .one-fourth, .one-half, .one-sixth, .one-third, .three-fourths, .three-sixths, .two-fourths, .two-sixths, .two-thirds {
        margin: 0;
        width: 100%;
        margin: 5px auto;
    }
    .sidebar-primary, .content-sidebar .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;
    }
    .share-btns a {
        padding: 0 10px;
    }
    .featured-photo {
        display: block;
        width: 100%;
    }
    .featured-photo-outer .entry-header {
        width: 90%;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .comment-form-author, .comment-form-email, .comment-form-url {
        margin: 0 auto 15px auto;
        width: 100%;
        float: none;
    }
    .entry-title {
        font-size: 23px;
        font-size: 2.3rem;
    }
    .cta-img, .featured-img-window {
        background-attachment: initial !important;
    }
    .entry-content p {
        margin: 10px auto;
    }
    .entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
        font-family: 'hk_groteskbold', sans-serif;
        margin: 0 auto;
    }
    blockquote {
        margin: 40px 20px;
        font-size: 23px;
        font-size: 2.3rem;
    }
    .post-grid.text-right .grid-img-outer, .post-grid.text-right .grid-info, .post-grid.text-left .grid-img-outer, .post-grid.text-left .grid-info {
        display: block;
        width: 100%;
    }
    .post-grid.text-left .grid-img-outer, .post-grid.text-left .grid-info {
        left: auto;
        right: auto;
    }
    .post-grid.text-right .grid-img-outer, .post-grid.text-left .grid-img-outer, .post-grid.text-left .grid-info, .post-grid.text-right .grid-info {
        width: 100%;
    }
    .post-grid.text-left .grid-info .grid-info-a {
        margin-right: auto;
    }
    .post-grid.text-right .grid-info .grid-info-a {
        margin-left: auto;
    }
    .wp-block-columns {
        display: block;
    }
    .wp-block-column:not(:last-child) {
        margin-right: auto;
    }
    .wp-block-column:not(:first-child) {
        margin-left: auto;
    }
    .footer-area-two .wrap {
        display: block;
    }
    .footer-area-two .widget_nav_menu ul li a, .footer-area-two .widget-title {
        text-align: center;
    }
    .footer-area-two .widget-title span {
        padding-left: 0;
        padding-right: 0;
    }
    .page .video-outer .entry-title {
        margin: 0 auto 10px auto;
    }
    .video-outer .header-desc {
        padding: 0 10px;
    }
    .video-outer hr {
        margin: 1em auto;
    }
    .about-content, .about-imgs {
        display: block;
        width: 100%;
    }
    .about-section.style-2 .about-content {
        margin-bottom: 2%;
    }
    .about-section.style-3 .column {
        width: 49%;
    }
    .about-section.style-3 .column:last-child {
        margin-left: auto;
        width: 100%;
    }
    .full-screen-b {
        font-size: 16px;
        font-size: 1.6rem;
    }
    .about-section.style-2 .about-imgs {
        padding-left: 0;
    }
}

@media only screen and (max-width: 780px) {
    .title-area {
        padding-left: 0;
        width: auto;
        display: block;
        text-align: center;
    }
    .popular-posts .wpp-list li {
        width: 48.5%;
    }
    .popular-posts .wpp-list li:first-child, .popular-posts .wpp-list li:nth-of-type(3) {
        clear: both;
        margin-left: 0;
    }
    .cta-content-b {
        padding: 20px;
    }
    .cta-signature {
        max-width: 130px;
        top: -100px;
    }
    .mc4wp-form-fields p {
        margin: 0 auto 20px auto;
        width: 100%;
        display: block;
        padding: 0;
    }
    .shop-page-wp-item.spwp-one-third {
        display: block;
        margin: 0 auto;
        margin-bottom: 3%;
        width: 100%;
    }
    .columns-template-right {
        width: 100%;
    }
    .columns-template-left {
        width: 100%;
        position: relative;
        margin-right: 0;
        bottom: 0;
    }
    .columns-template-signature {
        left: 10px;
    }
    .widget_mc4wp_form_widget h4.widget-title {
        font-size: 23px;
        font-size: 2.3rem;
    }
    .mc4wp-form-fields p:first-child {
        font-size: 20px;
        font-size: 2rem;
        text-align: center;
    }
    .columns-template-right {
        padding: 17px 27px;
    }
}

@media only screen and (max-width: 600px) {
    .content-column div {
        padding: 0 !important;
    }
    .category-icon {
        max-width: 60px;
    }
    .related-posts h4 {
        display: none;
    }
    .header-desc {
        font-size: 1.7rem;
    }
    .video-outer .header-desc, .entry-header-cell .scroll-down {
        font-size: 1rem;
    }
}

@media only screen and (max-width: 570px) {
    .nav-search {
        display: none;
    }
    .uber-container-inner.fixed .ubermenu-responsive-toggle, .uber-container .ubermenu-sticky-toggle-wrapper {
        margin-left: 30px;
    }
    .full-screen-b {
        font-size: 12px;
        font-size: 1.2rem;
    }
}

/* # Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {
    *, *::before, *::after {
        background: transparent !important;
        box-shadow: none !important;
        color: #231f20 !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;
    }
}