/*---------------------------------------------------------------------------------
	Theme Name: Empt Lite
	Theme URI: https://roughpixels.ch/themes/empt/
	Author: Rough Pixels
	Author URI: https://roughpixels.ch    
	Version: 1.0.7
	Tested up to: 6.2
	Requires PHP: 5.6
	Text Domain: empt-lite
	Description: Empt Lite is an elegant theme designed with clarity and wide-open spacing. Simplicity at it's best with a wide selection of options to help you personalize your website the way you want it. With over 50 colour selectors, you literally have access to unlimited colour combinations. Don't like the fonts? Simple enough, we give you a few typography options (normally in our premium themes) within the customizer and having live previews when you make your changes! Power your website with a modern view, whether you are running a business, professional, or a personal blog, Empt Lite is perfect for you.	
	Tags: blog, one-column, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, sticky-post, theme-options,  translation-ready, block-styles, wide-blocks, full-width-template
	
	License: GNU General Public License version 2.0
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	
	This theme is released under the GNU General Public License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)
	
-------------------------------------------------------- */

/*==================================
CSS Reset
==================================*/

*,
::after,
::before {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-original-title],
abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

a:not([href]):not([tabindex]) {
    text-decoration: none
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

code,
kbd,
pre,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

svg {
    overflow: hidden;
    vertical-align: middle
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

select {
    word-wrap: normal
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none !important
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}


/*==================================
Base
==================================*/
html {
    box-sizing: border-box;
    font-size: 100%;
}

body {
    background: #fff;
    color: #505050;
    font-family: Roboto, helvetica, sans-serif;
    font-size: 106.3%;
    line-height: 1.7;
    font-weight: 400;
    overflow-x: hidden;
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
    -webkit-font-smoothing: antialiased;
    word-break: break-word;
}

::selection {
    background: #d6ac6a;
    color: #fff;
}

/* Hiding and Showing ------------------------ */

.js .show-js {
    display: block !important;
}

.js .hide-js {
    display: none !important;
}

.no-js .show-no-js {
    display: block !important;
}

.no-js .hide-no-js {
    display: none !important;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 9999;
    /* Above WP toolbar. */
}

/* Skip Link --------------------------------- */

.skip-link {
	left: -9999rem;
	top: 2.5rem;
	z-index: 999999999;
	text-decoration: underline;
}

.skip-link:focus {
	display: block;
	left: 6px;
	top: 7px;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	line-height: normal;
	padding: 15px 23px 14px;
	z-index: 100000;
	right: auto;
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}



/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#site-branding {
    text-align: center;
}

.custom-logo-link img {
    margin: 2rem auto 0;
}

#site-title {
    color: #222222;
    font-family: "Playfair Display", "Times New Roman", serif;
    font-size: 8.25rem;
    font-size: calc(1rem + 4vw);
    text-transform: lowercase;
    line-height: 1;
    margin: 2rem auto 1rem;
    letter-spacing: -1px;
}

#site-title a {
    font-weight: 700;
    text-decoration: none;
}

#site-title a,
#site-title a:visited {
    color: #000;
}

#site-title a:focus,
#site-title a:hover {
    opacity: 0.7;
}

.custom-logo-link {
    display: inline-block;
}

#site-description {
    color: #868686;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 15px;
    letter-spacing: 2px;
    margin: 8px 0;
    text-transform: uppercase;
}


/*--------------------------------------------------------------
# Transitions
--------------------------------------------------------------*/
body a {
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

a {
    color: #d8962f;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.blog-minimal .grid-item {
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
}

.widget ul li,
.widget_recent_entries a,
.search-toggle.active .metal,
.search-toggle.active .handle,
a.more-link,
a img {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.image-wrapper:hover .image-overlay,
.featured-image img {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.main-navigation ul ul {
    -webkit-transition: visibility 0.3s, opacity 0.3s linear;
    transition: visibility 0.3s, opacity 0.3s linear;
}

.comment-meta a {
    transition: border-color .15s linear;
}

.tag-cloud-link,
.entry-footer .tags-list a {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

/* Preloader -------------------------------------------*/
.page-trans {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1500;
    pointer-events: none;
}

.page-load-tr {
    -webkit-transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.page-trans-top {
    width: 100%;
    height: 50%;
    background: #fff;
    position: absolute;
    top: 0;
    -webkit-transform: translatey(-100%);
    -ms-transform: translatey(-100%);
    transform: translatey(-100%);
}

.page-trans-bottom {
    width: 100%;
    height: 50%;
    background: #fff;
    position: absolute;
    bottom: 0;
    -webkit-transform: translatey(100%);
    -ms-transform: translatey(100%);
    transform: translatey(100%);
}

.page-trans-top-before,
.page-trans-bottom-before {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}


.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.pace .pace-progress {
    position: fixed;
    z-index: 9999;
    top: 60%;
    left: 50%;
    -webkit-transform: translate(-50%, -100%) !important;
    -ms-transform: translate(-50%, -100%) !important;
    transform: translate(-50%, -100%) !important;
    text-align: center;
    color: #d6ac6a;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.pace .pace-progress::after {
    display: block;
    position: relative;
    top: 50%;
    left: 50%;
    content: attr(data-progress-text);
    font-family: "playfair display", sans-serif;
    font-weight: 400;
    font-size: 10rem;
    font-size: calc(1rem + 6vw);
    line-height: 1;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media only screen and (max-width: 850px) {

    .pace,
    .page-trans {
        display: none;
    }

    .hide-on-mobile {
        display: none;
    }
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #222;
    font-family: "Playfair Display", "Times New Roman", serif;
}

#footer-wrapper h1,
#footer-wrapper h2,
#footer-wrapper h3,
#footer-wrapper h4,
#footer-wrapper h5,
#footer-wrapper h6 {
    color: #fff;
}

h1 {
    font-size: 2.25rem;
}

h2 {
    font-size: 2rem;
}

h3 {
    font-size: 1.75rem;
}

h4 {
    font-size: 1.5rem;
}

h5 {
    font-size: 1.375rem;
}

h6 {
    font-size: 1.313rem;
}

p {
    margin: 0 0 1.8rem;
}

/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/
a {
    color: #d8962f;
    text-decoration: none;
}

a:visited,
a:hover,
a:focus {
    color: #ad7e35;
    text-decoration: none;
}

a:hover,
a:focus {
    text-decoration: underline;
}

.entry-content .post-details a:visited,
.entry-content .post-details a:hover,
.entry-content .post-details a:focus {
    text-decoration: none;
}

a.more-link,
.post-details a,
#footer-nav a,
.wp-caption-text a,
.logged-in-as a,
.comment-footer a {
    position: relative;
    text-decoration: none;
}

a.more-link:before,
a.more-link:after,
.post-details a::before,
.post-details a::after,
#footer-nav a::before,
#footer-nav a::after,
.wp-caption-text a::before,
.wp-caption-text a::after,
.logged-in-as a::before,
.logged-in-as a::after,
.comment-footer a::before,
.comment-footer a::after {
    content: '';
    position: absolute;
    top: 100%;
    height: 1px;
    width: 50%;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    background-color: #d8962f;
}

a.more-link:before,
.post-details a::before,
#footer-nav a::before,
.wp-caption-text a::before,
.logged-in-as a::before,
.comment-footer a::before {
    left: 50%;
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
}

a.more-link:after,
.post-details a::after,
#footer-nav a::after,
.wp-caption-text a::after,
.logged-in-as a::after,
.comment-footer a::after {
    right: 50%;
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
}

a.more-link:active::before,
a.more-link:hover::before,
.post-details a:active::before,
.post-details a:hover::before,
#footer-nav a:active::before,
#footer-nav a:hover::before,
.wp-caption-text a:active::before,
.wp-caption-text a:hover::before,
.logged-in-as a:active::before,
.logged-in-as a:hover::before,
.comment-footer a:active::before,
.comment-footer a:hover::before,
a.more-link:active::after,
a.more-link:hover::after,
.post-details a:active::after,
.post-details a:hover::after,
#footer-nav a:active::after,
#footer-nav a:hover::after,
.wp-caption-text a:active::after,
.wp-caption-text a:hover::after,
.logged-in-as a:active::after,
.logged-in-as a:hover::after,
.comment-footer a:active::after,
.comment-footer a:hover::after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.entry-content a:not(.more-link) {
    font-weight: 700;
	    text-decoration: underline;
}

a:hover:not(.more-link), 
a:focus:not(.more-link) {
	text-decoration: none;
}


/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

/* Lists */
ul,
ol {
    margin: 0 0 1.75rem 1.5rem;
    padding: 0;
}

ul {
    list-style: circle;
}

ol {
    list-style: decimal-leading-zero;
    margin-left: 1.5rem;
}

li > ul,
li > ol {
    margin-bottom: 0;
}

dl {
    margin: 2rem 1rem;
}

dt {
    color: #000;
    font-weight: bold;
}

dd {
    font-family: "Times new roman";
    font-style: italic;
    font-size: 1.125rem;
    line-height: 1.5;
    margin: 0 1rem 0.875rem;
}

/* Quotes */
q {
    font-style: italic;
}

q::before {
    content: open-quote;
}

q::after {
    content: close-quote;
}

blockquote {
    color: #000;
    font-family: "Playfair Display", "Times New Roman", serif;
    font-size: 1.375rem;
    font-weight: 400;
    line-height: 1.5;
    margin: 4rem 2rem 3rem;
    position: relative;
    z-index: 2;
}

blockquote:before {
    content: "\201C";
    font-family: "Times new Roman", serif;
    color: #f7e0b2;
    font-size: 250px;
    font-size: calc(1rem + 13vw);
    font-style: italic;
    line-height: 0;
    position: absolute;
    left: -2.5rem;
    font-weight: 700;
    top: 4rem;
    z-index: -1;
}

blockquote p {
    margin-bottom: 0;
}

blockquote cite {
    display: block;
    font-family: arial, helvetica;
    font-size: 0.875rem;
    color: #9a9a9a;
    margin: 1rem 0 0;
}

blockquote cite:before {
    content:"\2014";
    margin-right: 3px
}


blockquote.alignleft,
blockquote.alignright {
    max-width: 90%;
    margin: 3rem auto;
    float: none;
}

/* Tables */
table {
    border: 1px solid #e9e9e9;
    font-size: 16px;
    width: 100%;
    margin-bottom: 24px;
    border-collapse: collapse;
}

table caption {
    font-size: 0.813rem;
    margin-bottom: 24px;
    text-align: center;
    background: #f2f2f3;
    color: #545454;
}

table th,
table td {
    border-bottom: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
    padding: 16px;
}

table td {
    text-align: left;
}

table th {
    font-weight: 700;
}

/* Inline elements */
address {
    margin: 0 0 1.5em;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

kbd {
    background-color: #eee;
    border-radius: 3px;
    border: 1px solid #b4b4b4;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .2), 0 2px 0 0 rgba(255, 255, 255, .7) inset;
    color: #333;
    display: inline-block;
    font-size: 0.813rem;
    font-weight: 500;
    line-height: 1;
    padding: 2px 4px;
    white-space: nowrap;
}

mark,
ins {
    background: yellow;
    padding: 0 4px;
    text-decoration: none;
}

/* Code */
pre {
    background: #eee;
    font-family: Roboto, sans-serif;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6rem;
    max-width: 100%;
    overflow: auto;
    padding: 1.6rem;
}

code,
kbd,
tt,
var {
    font-family: Roboto, sans-serif;
    font-size: 15px;
    font-size: 0.9375rem;
}

:not(pre) > * > code,
:not(pre) > code {
    background-color: #f7f7f9;
    border: 1px solid #e1e1e8;
    border-radius: 3px;
    color: #d14;
    font-size: 0.813rem;
    margin: 0 5px;
    padding: 1px 8px;
    word-wrap: break-word;
    white-space: nowrap;
}

pre {
    background: #f9f9f9;
    border: 1px solid #dedede;
    border-left-width: 4px;
    font-size: 1rem;
    font-family: monospace;
    line-height: 1.5;
    margin: 2rem 0;
    max-width: 100%;
    overflow: auto;
    padding: 1.75rem;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

pre code {
    background: none;
    margin: 0;
    padding: 0;
}

/*--------------------------------------------------------------
## Navigation - Main Menu
--------------------------------------------------------------*/
#nav-wrapper {
    font-family: "Playfair Display", "Times New Roman", serif;
    margin: 1rem 0;
    min-height: 20px;
    padding: 0 1rem;
    position: relative;
}

/* Toggle Menu */
.toggle-menu {
    border: none;
    border-radius: 4px;
    display: block;
    cursor: pointer;
    height: 40px;
    position: relative;
    right: 0;
    left: 0;
    margin: 0 auto;
    padding: 10px 20px;
    top: 0;
    width: 80px;
    z-index: 10;
}

.toggle-menu:focus,
.toggle-menu:hover {
    background: #d6ac6a;
}

#primary-menu-toggle {
    display: none;
}

.toggle-menu div {
    height: 3px;
    margin-bottom: 6px;
    background-color: #fff;
}

.toggle-menu .second-menu-line {
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.toggle-menu:hover .second-menu-line {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.toggle-menu .third-menu-line {
    margin-bottom: 0;
}

.main-navigation {
    clear: both;
    display: block;
}

.main-navigation ul {
    display: none;
    font-size: 1.438rem;
    letter-spacing: 0.5px;
    list-style: none;
    margin: 0;
    padding-left: 0;
    text-transform: capitalize;
}

.main-navigation a,
.main-navigation a:visited {
    border-bottom: 1px solid #e1e1e1;
    color: #000;
}

.main-navigation a:focus,
.main-navigation a:hover,
.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a {
    color: #d6ac6a;
}

.main-navigation li {
    padding: 0;
    position: relative;
}

.menu-item-has-children {
    padding: 0;
}

.main-navigation a {
    display: block;
    padding: 0.25rem 0;
    text-decoration: none;
}

/* For the main menu */
@media screen and (max-width:767px) {

    #primary-menu-toggle {
        display: block;
    }

    #site-navigation {
        background: #fff;
        display: none;
        left: 0;
        margin: 1rem auto;
        overflow: auto;
        padding: 1.25rem 0;
        top: 100%;
        text-align: left;
        width: 100%;
    }

    #primary-menu {
        padding-top: 0;
    }

    .main-navigation ul {
        display: block;
		font-size: 1.063rem;
    }

    .main-navigation ul ul a {
        padding-left: 1rem;
    }

    .main-navigation ul ul ul a {
        padding-left: 2rem;
    }

    /* Sub Menu Dropdown Icons */
    .main-navigation ul .sub-menu-icon {
        display: none;
    }

}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer-wrapper {
    background: #000;
    color: #ccc;
    padding: 50px 1rem;
    padding: calc(1rem + 3vw) 1rem;
}

#footer {
    border-top: 2px solid #1a1a1a;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-gap: 2rem;
    align-items: center;
    max-width: 1100px;
    margin: 0 auto;
    padding-top: 1rem;
    text-align: center;
}

#footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#footer li {
    display: inline-block;
}

#footer-social-group {
    text-align: center;
}

#footer-wrapper a,
#footer-wrapper a:visited {
    color: #fff;
}


#footer-social a {
    display: inline-block;
    border: 1px solid #fff;
    color: #fff;
    font-size: 0.688rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 1px 12px 0;
    margin: 0 3px;
}

#footer-menu a {
    color: #fff;
    font-size: 0.75rem;
    margin: 0 0.75rem 0 0;
    text-transform: uppercase;
}

#footer-social a:focus,
#footer-social a:hover,
#footer-menu a:focus,
#footer-menu a:hover {
    border-color: #d6ac6a;
    color: #d6ac6a;
}

#footer-social a,
#footer-menu a {
    text-decoration: none;
}

#copyright {
    font-size: 0.75rem;
}

/*--------------------------------------------------------------
# Page Headings
--------------------------------------------------------------*/
#archive-header {
    text-align: center;
}
.archive-prefix.color {
    color: #d6ac6a;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
#content {
    padding: calc(1rem + 2vw) 1rem calc(2rem + 2vw);
    max-width: 1100px;
    margin: 0 auto;
}

.blog-masonry #content {
    max-width: 1400px;
}

.blog-gallery #content {
    max-width: 1300px;
}

.blog-grid #content {
    max-width: 1200px;
}

.blog-minimal #content {
    max-width: 960px;
}

.hentry {
    max-width: 1100px;
    margin: 0 auto;
}

.blog-classic .hentry,
.blog-classic-left .hentry {
    margin-bottom: 3rem;
}

.post-edit-link {
    display: inline-block;
    color: inherit;
    border: 1px solid;
    font-size: 0.813rem;
    line-height: 1;
    padding: 0.25rem 1rem;
    text-transform: uppercase;
}

.post-edit-link:focus,
.post-edit-link:hover {
    border-color: #d6ac6a;
    color: #d6ac6a;
    text-decoration: none;
}

/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/
#page-header,
.default-page .entry-content,
.default-page #page-header,
.default-page .entry-footer {
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
}

#page-header {
    margin-bottom:  3rem;
    padding: 80px 1rem;
    padding: calc(1rem + 2vw) 0 0;
    text-align: center;
}

.template-left #page-header,
.template-right #page-header {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
}

.no-thumbnail #page-header {
    padding-top: 0;
}

#page-title {
    font-size: calc(1rem + 1.375vw);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 2rem;
}

#page-intro {
    color: #807e7e;
    /* font-family: "Playfair Display","Times New Roman",serif; */
    font-size: 1.25rem;
    font-size: calc(1.063rem + 0.188vw);
    font-style: italic;
    line-height: 1.4;
    margin: -1rem 0 0;
}

#page-intro p {
    margin-bottom: 1rem;
    position: relative;
    padding: 0 calc(1rem + 5vw);
    padding: 0 calc(1rem + 2vw);
}

.template-left #page-intro p,
.template-right #page-intro p {
    padding: 0 20% 0 0;
}

/* Template half and half */
.template-half .hentry {
    margin-bottom: 4rem;
}

.page .entry-footer {
    margin: 2rem auto 0;
}

/*--------------------------------------------------------------
# Attachment Page
--------------------------------------------------------------*/
.attachment .entry-title {
    text-align: center;
}
.attachment .entry-title:after {
    margin: 1rem auto;
}

.attachment .wp-caption-text {
    border: 1px solid #e0e0e0;
    padding: 0.5rem 0;
    border-left: none;
    border-right: none;
	margin: 2rem auto;
}

.attachment span.posted-on,
.attachment span.edit-link {
    display: block;
    text-align: center;
}

/*--------------------------------------------------------------
# Search Page
--------------------------------------------------------------*/
.search .hentry,
.search .pagination {
    max-width: 960px;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}

.search .entry-title {
    font-size: 1.75rem;
}

.search .hentry {
    margin-bottom: 3rem;
}


/*--------------------------------------------------------------
# Blogs
--------------------------------------------------------------*/
.updated:not(.published) {
    display: none;
}

/* Grid layouts -------------------------*/
#grid-summaries {
    margin: 0 auto;
    /* overflow: hidden; */
    position: relative;
    text-align: center;
    list-style: none;
    padding-left: 0;
}

.blog-grid #grid-summaries {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
}

/* Featured images --------------------------------*/
.post-thumbnail img {
	border-radius: 3px;
}

.blog-grid .post-thumbnail img {
    width: 100%;
}

.blog-grid .post-thumbnail {
    margin-bottom: 2rem;
}

.blog-wide .post-thumbnail {
    margin-bottom: 3rem;
}

.blog-top .post-thumbnail img,
.blog-details .post-thumbnail img,
.blog-wide .post-thumbnail img {
    margin: 0 auto;
}

.blog-masonry .post-thumbnail {
    margin-bottom: 2rem;
}

.blog-classic-left .post-thumbnail,
.blog-classic .post-thumbnail {
    margin-bottom: 2rem;
}

figure.post-thumbnail {
    position: relative;
    cursor: pointer;
}
.blog-galleryplus figure.post-thumbnail {
    cursor: default;
}
.blog-galleryplus .has-post-thumbnail .post-thumbnail {
    margin-bottom: 2rem;
}

.single .post-thumbnail {
    cursor: default;
    margin-bottom: 2rem;
}

.page .post-thumbnail {
    margin: 0 auto;
}


.single .post-thumbnail img,
.single-wide .post-thumbnail img,
.single-top .post-thumbnail img {
    margin: 0 auto;
}

/* Add an image effect on hover */
.blog figure figcaption,
.archive figure figcaption {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.archive figure figcaption::before,
.archive figure figcaption::after,
.blog figure figcaption::before,
.blog figure figcaption::after {
    pointer-events: none;
}

.archive figure figcaption,
.archive figure figcaption > a,
.blog figure figcaption,
.blog figure figcaption > a {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
}

.archive figure figcaption > a,
.blog figure figcaption > a {
    /* Anchor will cover the whole item by default */
    z-index: 1000;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

figure.post-thumbnail figcaption {
    padding: 3em;
}

figure.post-thumbnail figcaption::before {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    border: 1px solid #fff;
    content: '';
}

figure.post-thumbnail h2 {
    margin: 20% 0 10px 0;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

figure.post-thumbnail figcaption::before,
figure.post-thumbnail p {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(0);
    transform: scale(0);
}

figure.post-thumbnail:hover h2 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

figure.post-thumbnail:hover figcaption::before,
figure.post-thumbnail:hover p {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}


/* Entry titles --------------------------------*/
.entry-title {
    font-weight: 400;
}

.entry-title a,
.entry-title {
    color: #000;
}

.entry-title:after {
    content: "";
    display: block;
    width: 5rem;
    height: 2px;
    background: #d6ac6a;
    margin: 1rem 0 0;
}

.blog-minimal .entry-title:after,
.blog-wide .entry-title:after,
.single-minimal .entry-title:after,
.single-top .entry-title:after {
    margin: 1rem auto 0;
}

.blog-gallery .entry-title:after {
    content: none;
}

.search .entry-title:after {
    content: "";
}

.blog-gallery .entry-title a,
.blog .entry-title a,
.archive .entry-title a {
    color: #000;
    text-decoration: none;
}

.blog .entry-title a:focus,
.blog .entry-title a:hover,
.archive .entry-title a:focus,
.archive .entry-title a:hover,
.blog-minimal .entry-title a:focus,
.blog-minimal .entry-title a:hover {
    color: #d6ac6a;
}

.sticky .entry-title a:focus,
.sticky .entry-title a:hover {
    color: #000;
}

.blog-classic .entry-title,
.blog-classic-left .entry-title,
.single-right .entry-title,
.single-left .entry-title {
    font-size: calc(1rem + 1.125vw);
    line-height: 1.1;
    margin-bottom: 1.5rem;
}

.blog-galleryplus .entry-title,
.blog-gallery .entry-title {
    font-size: 1.375rem;
    line-height: 1.3;
}

.blog-galleryplus .entry-title {
    font-size: calc(1.313rem + 0.438vw);
}

.blog-details .entry-title {
    font-size: calc(1rem + 1.5vw);
    line-height: 1;
}

.blog-grid .entry-title {
    font-size: calc(1rem + 0.875vw);
    line-height: 1.2;
}

.blog-alternate .entry-title {
    font-size: calc(1rem + 1vw);
    line-height: 1.2;
}

.blog-wide .entry-title {
    font-size: calc(1rem + 1.5vw);
    line-height: 1.1;
}

.blog-minimal .entry-title {
    font-size: calc(1rem + 1vw);
    line-height: 1.2;
}

.blog-masonry .entry-title {
    font-size: calc(1rem + .75rem);
    line-height: 1.2;
}

.single-top .entry-title,
.single-wide .entry-title,
.single-minimal .entry-title {
    font-size: calc(1rem + 1.75vw);
    text-align: center;
    line-height: 1.1;
    margin-bottom: 1rem;
}

.single-wide .entry-title {
    margin-bottom: 1.5rem;
    text-align: left;
}

/* Entry header ------------------------------*/
.blog-details .entry-header {
    margin-bottom: 2rem;
}

.blog-grid .entry-header {
    margin-bottom: 0;
}

.blog-alternate .entry-header {
    margin-bottom: 1rem;
}

.blog-classic .entry-header,
.blog-classic-left .entry-header,
.single-right .entry-header,
.single-left .entry-header {
    margin-bottom: 1.5rem;
}

.blog-wide .entry-header {
    margin-bottom: 2.5rem;
}

.single-top .entry-header,
.single-minimal .entry-header {
    margin: 0 auto 4rem;
    max-width: 860px;
    text-align: center;
}

.single-minimal .entry-header {
    margin: 0 auto 3rem;
}

/* Entry Meta ------------------------------*/
.post-details {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}

.post-details {
    margin-bottom: 1rem;
    padding: 0;
}

.blog-details .post-details {
    padding: 0;
}

.blog-grid .post-details {
    margin-bottom: 0;
}

.blog-wide .post-details,
.blog-minimal .post-details {
    padding: 0;
}

.blog-details .post-details li,
.blog .post-details li,
.archive .post-details li,
.single .post-details li {
    font-size: 0.875rem;
    font-weight: 500;
    text-transform: capitalize;
    display: inline-block;
    margin-right: 1.5rem;
}

.blog-details .post-details li {
    margin-bottom: 0.75rem;
}

.post-details {
    color: #a3a3a3;
}

.post-details a {
    color: #868686;
    text-decoration: none;
}

.post-details a.post-edit-link {
    font-size: 0.688rem;
    position: relative;
    top: -1px;
}

.blog-details .post-details a {
    color: #222;
}

.post-details a:focus,
.post-details a:hover {
    color: #d6ac6a;
}

/* .postauthor, 
.publish-date-label, 
.post-category-label,
.blog-grid .post-details {
    color: #a3a3a3;
} */

.postauthor,
.publish-date-label,
.post-category-label {
    font-size: 15px;
    font-weight: 400;
    line-height: 15px;
    font-style: italic;
    margin-right: 0.5rem;
}

.blog-details .postauthor,
.blog-details .publish-date-label,
.blog-details .post-category-label {
    display: block;
    margin-right: 0;
}

.single-top .post-details,
.single-minimal .post-details {
    text-align: center;
    display: inline-block;
    margin: 0 auto;
}

.single-wide .post-details {
    margin-bottom: 1.5rem;
}


/* More link ---------------------------------*/
.blog-gallery .more-link,
.blog-galleryplus .more-link,
.blog-gallery .more-link:visited,
.blog-galleryplus .more-link:visited {
    color: #000;
    font-size: 0.875rem;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
}

.blog-gallery .more-link:focus,
.blog-galleryplus .more-link:focus,
.blog-gallery .more-link:hover,
.blog-gallery .more-link:hover {
    color: #d6ac6a;
}

a.more-link,
a.more-link:visited {
    color: #000;
    display: inline-block;
    font-family: "Playfair Display", "Times New Roman", serif;
    font-size: 0.875rem;
    letter-spacing: 1px;
    padding-bottom: 0.125rem;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
}

a.more-link:focus,
a.more-link:hover {
    color: #d6ac6a;
}


/* Blog gallery ----------------------------------*/

.blog-gallery .grid-item,
.blog-galleryplus .grid-item {
    display: flex;
    vertical-align: middle;
    position: relative;
    margin: 0 3% 4%;
    width: auto;
}

.blog-gallery .hentry,
.blog-galleryplus .hentry {
    position: relative;
    text-align: center;
}

.blog-galleryplus .hentry {
    text-align: left;
}

.blog-gallery .grid-item .content-overlay {
    position: absolute;
    top: 30px;
    left: 30px;
    bottom: 30px;
    right: 30px;
    font-size: 20px;
    background-color: white;
    text-align: center;
    opacity: 0;
    transition: opacity 0.3s ease-out;
}

.blog-gallery .grid-item:hover .content-overlay {
    opacity: 1;
}

.blog-gallery .grid-item .entry-content {
    padding: 2rem;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.blog-gallery .grid-item .entry-content p:last-child,
.blog-galleryplus .grid-item .entry-content p:last-child {
    margin-bottom: 0;
}

/* Blog Details */
.blog-details .entry-summary {
    display: block;
}

.blog-details .post-thumbnail {
    margin-bottom: 2rem;
}

.blog-details .post-details {
    margin-bottom: 0;
}

.blog-details .hentry {
    margin-bottom: 4rem;
}

/* Blog Grid */
.blog-grid .entry-header {
    margin-bottom: 1.313rem;
}

/* Blog Alternate */
.blog-alternate .hentry {
    display: block;
    margin-bottom: 3rem;
}

.blog-alternate .post-thumbnail,
.blog-alternate .entry-content {
    width: 100%;
    height: inherit;
}

.blog-alternate .entry-content {
    padding: 2rem 0 0;
}

/* Blog Wide */
.blog-wide .entry-summary-inner {
    max-width: 860px;
    margin: 0 auto;
    text-align: center;
}

.blog-wide .hentry {
    margin-bottom: 5rem;
}

/* Blog Minimal */
.blog-minimal .grid-item {
    padding: 2rem;
}

.blog-minimal .grid-item:focus,
.blog-minimal .grid-item:hover {
    background: #f5f5f5;
}

.blog-minimal .grid-item .post-details,
.blog-minimal .grid-item:focus .postauthor,
.blog-minimal .grid-item:focus .publish-date-label,
.blog-minimal .grid-item:focus .post-category-label,
.blog-minimal .grid-item:hover .postauthor,
.blog-minimal .grid-item:hover .publish-date-label,
.blog-minimal .grid-item:hover .post-category-label,
.blog-minimal .grid-item:focus .post-details a,
.blog-minimal .grid-item:hover .post-details a {
    color: #525252;
}

/* blog masonry */
.blog-masonry #grid-summaries .hentry,
.blog-masonry #grid-summaries .grid-sizer {
    padding: 0 2%;
}

.blog-masonry #grid-summaries .hentry {
    margin-bottom: 5%;
}

.blog-masonry .entry-content {
    text-align: left;
}

/* Single ------------------------------------*/
.single-wide .post-content,
.single-top .post-content,
.single-minimal .post-content,
.single-wide #comments-wrapper,
.single-top #comments-wrapper,
.single-wide .post-navigation,
.single-top .post-navigation,
.single-minimal .post-navigation {
    max-width: 860px;
    margin: 0 auto;
}

.single .entry-content {
    margin-bottom: 1rem;
}

.single .entry-footer {
    border-top: 1px solid #dedede;
    padding-top: 3rem;
	margin-bottom: 3rem;
    margin-top: 3rem;
}

/*==================================
 Author Bio
==================================*/
.author-info.has-avatar {
    margin: 0 0 3rem;
    text-align: center;
}

.author-avatar img {
    border-radius: 3px;
    margin: 1rem auto;
}

.author-heading {
    font-size: 1.25rem;
}

.author-bio {
    font-size: 0.938rem;
}

.author-info .author-link {
    font-size: 0.813rem;
}


/*==================================
Related Posts
==================================*/
#related-posts {
    text-align: center;
}

.related-item {
    margin-bottom: 2rem;
}

.related-post-thumbnail img {
	border-radius: 4px;
    margin: 1rem auto;
}

.related-post-content {
    margin-bottom: 0;
    font-size: 0.938rem;
    line-height: 1.6;
}

.related-post-title {
    font-family: "Playfair Display", "Times New Roman", serif;
    font-size: 1.25rem;
    line-height: 1.2;
    font-weight: 700;
}

.related-post-title,
.related-post-title:visited {
    color: inherit;
}

.related-post-title:focus,
.related-post-title:hover {
    color: #ad7e35;
}

.related-entry-meta {
    font-size: 0.813rem;
    margin: 0.25rem 0 0.75rem;
}

/*==================================
Post Tags
==================================*/
.tags-list {
    margin: 0 0 3rem;
}

/*==================================
Comments
==================================*/

.comments-wrapper {
    margin-top: 5rem;
}

.comments-header {
    align-items: baseline;
    display: flex;
    justify-content: space-between;
}

.comment-reply-title {
    font-size: 1.5rem;
    margin: 2rem 0 0;
    line-height: 1;
}

.comment-reply-title small {
    font-size: 1.8rem;
}

.comment-content {
    font-size: 0.938rem;
}

/* Comment Item ----------------------------- */
.comment-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.comment-list .children {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Comment header ------------------------- */
.comments .comment,
.comments .pingback,
.comments .trackback,
.comments .review {
    padding: 1.5rem 0;
}

div.comment:first-of-type {
    margin-top: 3.5rem;
    padding-top: 0;
}

.comments .comments-header + div {
    margin-top: 0;
    padding-top: 0;
}

.comment-body {
    position: relative;
}

.comments a {
    color: inherit;
}

#cancel-comment-reply-link {
    color: #b79123;
    font-size: 1.375rem;
}

.comment .comment {
    padding-left: 5%;
}

.comment-meta {
    line-height: 1.1;
}

.comment-meta {
    margin: 0 0 1.2em -1.25rem;
}

.comment-meta .avatar {
    display: none;
}

.comment-meta a {
    border-bottom: .1rem solid transparent;
    text-decoration: none;
}

.comment-meta a:hover {
    text-decoration: none;
}

.comment-author {
    margin: 0 0 0 1.125rem;
}

.comment-metadata {
    display: block;
    clear: both;
    font-style: italic;
    font-size: 0.813rem;
    margin: 0.5rem 0 0 1.125rem;
}

.comment-author {
    font-family: "Playfair Display", "Times New Roman", serif;
    font-size: 1.125rem;
    color: #000;
    font-weight: 700;
    text-transform: capitalize;
}

.comment-author .url {
    text-decoration: underline;
}

.comment-awaiting-moderation {
    background: #d6ac6a;
    color: #fff;
    padding: 0 1rem;
}

/* Comment content ------------------------- */
.comment-content > *:first-child {
    margin-top: 0;
}

.comment-content > *:last-child {
    margin-bottom: 0;
}

.comment-content p {
    margin-bottom: 1em;
}

.comment-content h1 {
    font-size: 2em;
}

.comment-content h2 {
    font-size: 1.8em;
}

.comment-content h3 {
    font-size: 1.6em;
}

.comment-content h4 {
    font-size: 1.4em;
}

.comment-content h5 {
    font-size: 1.2em;
}

.comment-content h6 {
    font-size: 1em;
}

/* Comment Footer ------------------------- */
.comment-footer {
    font-size: 0.875rem;
    font-weight: 600;
    font-style: italic;
    line-height: 1;
    margin: 1.25rem 0 0;
}

.comment-footer a,
.comment-footer a:visited {
    color: inherit;
}

.comment-footer > * + * {
    margin-left: 1.2em;
}

.bypostauthor .comment-footer .by-post-author {
    color: #000;
    display: inline;
}

.comment-footer a,
.comment-footer a:hover {
    text-decoration: none;
}

.comment-footer a:hover {
    color: #ad7e35;
}

/* Pingbacks & Trackbacks ------------------------- */

.pingback .comment-meta,
.trackback .comment-meta {
    padding-left: 0;
}


/* Comments Pagination ---------------------------- */

.comments-pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 6rem;
    text-align: center;
}

.comments-pagination.only-next {
    justify-content: flex-end;
}

.comments-pagination .page-numbers {
    display: none;
    text-decoration: none;
}

.comments-pagination .page-numbers:hover {
    text-decoration: underline;
}

.comments-pagination .prev,
.comments-pagination .next {
    display: block;
}

.comments-pagination .prev {
    left: 0;
}

.comments-pagination .next {
    right: 0;
    text-align: right;
}


/* Comment Respond ---------------------------- */
.comment-respond:not(:first-child) {
    padding-top: 3rem;
}

.comment-form {
    margin-top: 2.2rem;
}

.comment-form p.logged-in-as {
    font-size: 1em;
    line-height: 1.25;
    margin: -1.2rem 0 2.8rem 0;
}

.comment-form:after {
    clear: both;
    content: "";
    display: block;
}

.comment-respond .logged-in-as a {
    color: inherit;
    text-decoration: none;
}

.comment-respond .logged-in-as a:hover {
    color: #ad7e35;
    text-decoration: none;
}

.comment-form p {
    line-height: 1.1;
    margin-bottom: 2rem;
}

.comment-form-cookies-consent {
    align-items: baseline;
    display: flex;
    font-style: italic;
}

.comment-form > p:last-of-type {
    margin-bottom: 0;
}

.comment-respond label {
    display: block;
}

.comment-respond input[type="text"],
.comment-respond input[type="email"],
.comment-respond textarea {
    margin-bottom: 0;
}

.comment-respond #submit {
    display: block;
    margin-right: auto;
}


/* Reply Respond ---------------------------- */

.comments .comment-respond {
    padding: 3rem 0 0;
}

/* --------------------------------------------------------------------------------------------- */
/*	Site Pagination
/* --------------------------------------------------------------------------------------------- */
/* Blog pagination */
.pagination {
    max-width: 1100px;
    width: 100%;
}

.pagination,
.post-navigation {
    margin: 4rem auto 0;
    text-align: center;
}

.pagination a,
.pagination a:visited,
.nav-links a {
    color: #000;
    text-decoration: none;
}

.pagination a:focus,
.pagination a:hover,
.prev.page-numbers:hover,
.next.page-numbers:hover,
.nav-links a:focus,
.nav-links a:hover,
.nav-links a:focus .post-title,
.nav-links a:hover .post-title {
    border-color: transparent;
    color: #d6ac6a;
}

.page-numbers.current {
    border-color: #d6ac6a;
    color: #d6ac6a;
}

.page-numbers {
    border: 1px solid #dedede;
    border-radius: 0.375rem;
    display: inline-block;
    font-size: 0.875rem;
    line-height: 1.875rem;
    padding: 4px;
    width: 2.5rem;
    height: 2.5rem;
}

.prev.page-numbers,
.next.page-numbers,
.single .nav-links .post-title {
	font-family: "Playfair Display", "Times New Roman", serif;
    font-size: 1.25rem;
    border: none;
    border-bottom: 1px solid #b1b1b1;
    border-radius: 0;
    line-height: 1.2;
    padding-bottom: 0.5rem;
    padding: initial;
    width: auto;
    height: auto;
    position: relative;
    top: 0.313rem;
}

.prev.page-numbers,
.nav-previous {
    float: left;
}

.next.page-numbers,
.nav-next {
    float: right;
}

/* Post pagination */
.single .post-navigation {
    clear: both;
    display: table;
    width: 100%;
}

.single .post-navigation {
    margin: 4rem auto 0;
}

.single .nav-links {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-column-gap: 2rem;
}

.nav-meta {
    display: block;
    color: #9a9a9a;
    font-size: 0.875rem;
    text-transform: capitalize;
}

/*--------------------------------------------------------------
# Captions
--------------------------------------------------------------*/
.wp-caption {
    clear: both;
    display: block;
    float: none;
    margin: 4rem 0;
    max-width: 100%;

}

.wp-caption-text {
    font-size: 0.938rem;
    line-height: 1.2;
    margin: 0;
    padding: 1rem 0 0;
    font-style: italic;
    text-align: center;
}

.wp-caption-text a {
    color: #d6ac6a;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
img {
    height: auto;
    max-width: 100%;
}

figure {
    margin: 0;
}

iframe {
    display: block;
    max-width: 100%;
}

img,
embed,
object {
    display: block;
    height: auto;
    max-width: 100%;
}


/*--------------------------------------------------------------
# Alignment
--------------------------------------------------------------*/
.alignleft,
.alignright {
    float: none;
    margin: 2rem;
	max-width: 100%;
}

.aligncenter {
    margin: 4rem auto;
}

.alignnone {
    margin: 4rem 0;
}


/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/

.gallery {
    display: flex;
    flex-wrap: wrap;
    margin: 3em 0 3em -.8em;
    width: calc(100% + 1.6em);
}

.gallery-item {
    margin: .8em 0;
    padding: 0 .8em;
}

.gallery-item img,
.gallery-item {
    display: block;
    width: 100%;
}

.gallery-caption {
    display: block;
    margin-top: .8em;
}

.gallery-item img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.gallery-item img:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

/*--------------------------------------------------------------
# Sidebars
--------------------------------------------------------------*/
#banner-sidebar {
    padding: 80px 1rem 0;
    padding: calc(1rem + 3vw) 1rem 0;
}

#banner-sidebar img {
    margin: 0 auto;
}

#breadcrumb-sidebar {
    text-align: center;
    font-size: 0.813rem;
    padding: 80px 1rem 0;
    padding: calc(1rem + 2vw) 1rem 0;
}

#blog-sidebar,
#left-sidebar,
#right-sidebar {
    margin: 3rem 0 0;
}

#footer-sidebars {
    font-size: 0.938rem;
    margin: 0 auto;
    padding: 0 0 calc(1rem + 1.5vw);
    max-width: 1100px;
}

#half-sidebar {
    padding-top: 10px;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget {
    font-size: 0.938rem;
    margin: 0 0 3rem;
}

#footer-sidebars .widget {
    margin-bottom: 3rem;
}

.widget li a,
.widget li a:visited {
    color: inherit;
}

.widget li a:focus,
.widget li a:hover {
    color: #d6ac6a;
}

.widget select {
    width: 100%;
    padding: 10px 5px;
}

.widget-title {
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 1.5rem;
    letter-spacing: 1px;
    text-transform: uppercase;
}

#footer-wrapper .widget-title {
    color: #fff;
}

.widget-title::after {
    content: "";
    display: block;
    width: 3.5rem;
    height: 2px;
    background: #d6ac6a;
    margin: 0.375rem 0 0;
}

.widget ul {
    list-style: none;
    line-height: 1.5;
    margin: 0;
    padding: 0;
}

.widget ul .children {
    margin-left: 0;
    list-style-type: disclosure-closed;
    list-style-position: inside;
}

.widget ul .children li {
    padding: 0.688rem 0 0.688rem 1rem;
}

.widget > ul > li {
    border-bottom: 1px solid #dedede;
    padding: 0.75rem 0;
}

#footer-sidebars .widget > ul > li {
    border-color: #1a1a1a;
}

.search-form label {
    display: block;
    width: 100%;
}

.search-form label .search-field {
    width: 100%;
    padding: 1.125rem;
    border: none;
    border-bottom: 1px solid #dedede;
    background: #fbfbfb;
    border-radius: 0;
}

.search-form label .search-field:focus {
    border-bottom: 1px solid #b4b9be;
}

.widget .search-submit {
    display: none;
}

.widget .dropdown-toggle {
    display: none;
}

.tag-cloud-link,
.entry-footer .tags-list a {
    color: inherit;
    font-size: 0.813rem !important;
    letter-spacing: 1px;
    padding: 0.25rem 0.75rem;
    border: 1px solid #dedede;
    margin: 5px 5px 5px 0;
    display: inline-block;
    text-transform: capitalize;
}

#footer-sidebars .tag-cloud-link {
    color: #fff !important;
    border-color: #fff;
}

.tag-cloud-link:hover,
.entry-footer .tags-list a:hover {
    text-decoration: none;
    border-color: #1a1a1a;
    color: #1a1a1a;
}

#footer-sidebars .tag-cloud-link:hover {
    border-color: #d6ac6a;
    color: #d6ac6a !important;
}

/* menu and pages widgets */
.widget_nav_menu li,
.widget_pages li {
    border-bottom: 1px solid #dedede;
    margin-bottom: 0;
    padding: 0.688rem 0;
}

.widget_nav_menu li ul,
.widget_pages li ul {
    border-top: 1px solid #dedede;
    font-style: italic;
    margin: 0.688rem 0 0;
}

.widget_nav_menu li li,
.widget_pages li li {
    padding-left: 1rem;
}

.widget_nav_menu li.menu-item-has-children,
.widget_pages li.page_item_has_children {
    padding-bottom: 0;
    border: none;
}

.widget_nav_menu li.current_page_item a,
.widget_pages li.current_page_item a {
    color: #d8962f;
}


/* About me widget */
.empt-widget-about > * {
    margin: 0 0 1.5rem;
}

.empt-widget-about img {
	border-radius: 3px;
    margin: 0 auto;
}

.empt-widget-about {
    background: #fbfbfb;
    border-bottom: 1px solid #dedede;
    display: table;
    padding-bottom: 1.5rem;
    text-align: center;
}

.empt-widget-about .social-profiles {
    margin-bottom: 1rem;
}

.empt-widget-about p {
    margin: 0;
}

.empt-widget-about .author-meta {
    padding: 0 1rem;
}

.empt-widget-about .about-me-name {
    font-size: 1.375rem;
    font-weight: 400;
    margin-bottom: 1rem;
}

.empt-widget-about .about-me-link {
    font-size: 0.75rem;
    padding: 0.5rem 1rem;
}

.empt-widget-about p.author-link {
    display: block;
    margin: 1.25rem auto 2rem;
}
.about-widget-wrapper {
    margin-bottom: 0.5rem;
    padding: 0;
}


/* Recent comments with avatar widget */
#empt-recent-comments {
    font-size: 0.875rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

#empt-recent-comments .comment-author-link {
    display: inline-block;
    font-size: 0.813rem;
    font-style: italic;
    overflow: hidden;
}

#empt-recent-comments .comment-article {
    margin: 0;
    overflow: hidden;
}

#empt-recent-comments .comment-author-link .url {
    margin-right: 5px;
}

#empt-recent-comments .recent-comment .comment-avatar {
    border-radius: 3px;
    float: left;
    margin: 0 1rem 0 0;
    position: relative;
    top: 3px;
}

#empt-recent-comments .recent-comment {
    clear: both;
    min-height: 40px;
}

#empt-recent-comments .comment-link {
    display: block;
    font-size: 0.938rem;
    font-style: normal;
    line-height: 1.25;
}

#empt-recent-comments .comment-link:hover {
    color: #d6ac6a;
}


/* Recent posts with thumbnail widget */
.empt-recent-posts li {
    display: grid;
    grid-template-columns: 90px 1fr;
    align-items: center;
}

.recent-post-thumbnail .wp-post-image:hover {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.recent-post-thumbnail {
    margin-bottom: 1rem;
}

.recent-post-thumbnail .wp-post-image {
    border-radius: 3px;
    margin: 0;
}

.recent-post-thumbnail {
    margin: 0 1.5rem 0 0;
}

.empt-recent-posts {
    text-align: left;
}

.empt-recent-posts .recent-title {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.3;
}

.empt-recent-posts .recent-date {
    font-size: 0.75rem;
    font-style: italic;
}

.empt-recent-posts p {
    margin: 0;
}

/*==================================
	Forms
==================================*/
::-webkit-input-placeholder {
    color: #adadad;
    font-size: 0.938rem;
}

:-moz-placeholder {
    color: #adadad;
    font-size: 0.938rem;
}

::-moz-placeholder {
    color: #adadad;
    font-size: 0.938rem;
}

:-ms-input-placeholder {
    color: #adadad;
    font-size: 0.938rem;
}

::placeholder {
    color: #adadad;
    font-size: 0.938rem;
}


form p {
    margin-bottom: 0.75rem;
}

fieldset {
    border: .2rem solid #e1e1e3;
    padding: 2rem;
}

legend {
    font-size: .85em;
    font-weight: 700;
    padding: 0 1rem;
}

label {
    display: block;
    font-size: 0.938rem;
    font-weight: 700;
    margin: 0 0 0.25rem;
}

label.inline,
input[type="checkbox"] + label {
    display: inline;
    font-weight: 400;
    margin-left: .5rem;
}

input,
textarea,
select,
button {
    font-family: inherit;
    line-height: 1;
}

input,
textarea,
select {
    border-color: #dedede;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    border: none;
    border-bottom: 1px solid #dedede;
    padding: 0.875rem;
    background: #fbfbfb;
    line-height: 1.5;
    width: 100%;
}


input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,

textarea:focus,
input[type="text"]:hover,
input[type="email"]:hover,
input[type="url"]:hover,
input[type="password"]:hover,
input[type="search"]:hover,
input[type="number"]:hover,
input[type="tel"]:hover,
input[type="range"]:hover,
input[type="date"]:hover,
input[type="month"]:hover,
input[type="week"]:hover,
input[type="time"]:hover,
input[type="datetime"]:hover,
input[type="datetime-local"]:hover,
input[type="color"]:hover,
textarea:hover {
    border-color: #b4b9be;
    color: #111;
}

select {
    border: 1px solid #dedede;
}

textarea {
    width: 100%;
}

::-webkit-input-placeholder {
    color: #b5b5b5;
    line-height: normal;
}

:-ms-input-placeholder {
    color: #b5b5b5;
    line-height: normal;
}

::-moz-placeholder {
    color: #b5b5b5;
    line-height: normal;
}

::placeholder {
    color: #b5b5b5;
    line-height: normal;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: none;
    background: #000;
    color: #fff;
    font-size: 0.875rem;
    line-height: 1;
    padding: 0.875rem 1.563rem 0.813rem;
    letter-spacing: 2px;
    text-decoration: none;
}

.button:active,
.button:focus,
.button:hover,
button:active,
button:focus,
button:hover,
input[type="button"]:active,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:active,
input[type="submit"]:focus,
input[type="submit"]:hover {
    background: #ad7e35;
    color: #fff;
    text-decoration: none;
}

#footer-wrapper .button,
#footer-wrapper .button:visited,
#footer-wrapper button,
#footer-wrapper input[type="button"],
#footer-wrapper input[type="reset"],
#footer-wrapper input[type="submit"],
#footer-wrapper button:visited,
#footer-wrapper input[type="button"]:visited,
#footer-wrapper input[type="reset"]:visited,
#footer-wrapper input[type="submit"]:visited {
    background: #ad7e35;
    color: #fff;
}

#footer-wrapper .button:focus,
#footer-wrapper .button:hover,
#footer-wrapper button:active,
#footer-wrapper button:focus,
#footer-wrapper button:hover,
#footer-wrapper input[type="button"]:active,
#footer-wrapper input[type="button"]:focus,
#footer-wrapper input[type="button"]:hover,
#footer-wrapper input[type="reset"]:active,
#footer-wrapper input[type="reset"]:focus,
#footer-wrapper input[type="reset"]:hover,
#footer-wrapper input[type="submit"]:active,
#footer-wrapper input[type="submit"]:focus,
#footer-wrapper input[type="submit"]:hover {
    background: #d6ac6a;
    color: #fff;
}

/* Search Form ------------------------------- */

.search-form {
    align-items: stretch;
    display: flex;
    flex-wrap: nowrap;
    margin: 0 0 -.8rem -.8rem;
}

.search-form label {
    font-size: inherit;
    margin: 0;
}

.search-form .search-field {
    border-radius: 0;
    width: 100%;
}


/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {


    /* main menu */
    .main-navigation ul {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .main-navigation li {
        padding: 10px 0
    }

    .main-navigation a {
        padding: 0 0.875rem;
    }


    .main-navigation ul ul {
        background: #ffffff;
        box-shadow: 3px 4px 7px rgba(0, 0, 0, 0.2);
        border-radius: 6px;
        opacity: 0;
        position: absolute;
        text-transform: capitalize;
        top: 100%;
        width: 15rem;
        visibility: hidden;
        z-index: 99999;
    }

    /* Align submenu to open to the right 
		.main-navigation ul ul { 
		float: left;
		left: 0;
		right: auto;
		text-align: left;
		}	
	*/

    /* Align submenu to open to the left */
    .main-navigation ul ul {
        font-size: 1.063rem;
        float: right;
        left: auto;
        right: 0;
        text-align: center;
    }

    .main-navigation ul ul ul {
        left: -999em;
        top: 0;
    }

    .main-navigation ul ul li:hover > ul,
    .main-navigation ul ul li.focus > ul {
        /*  left: -100%; */
        left: -50%;
    }

    .main-navigation ul ul > li {
        padding: 0;
    }

    .main-navigation ul ul a,
    .main-navigation ul ul a:visited {
        border-radius: 6px;
        display: block;
        font-weight: 400;
        line-height: 1.25;
        padding: 0.875rem;
        width: 15rem;
    }

    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
        display: block;
        left: auto;
        opacity: 1;
        visibility: visible;
        /* center our submenus */
        margin-left: -7.5rem;
        left: 50%;

    }

    .main-navigation a,
    .main-navigation a:visited {
        border: none;
    }

    /* Sub Menu Dropdown Icons */
    .main-navigation ul .icon {
        fill: #989898;
        width: 10px;
        height: 10px;
    }

    .main-navigation .sub-menu-icon {
        position: relative;
        left: 5px;
    }

    .main-navigation .sub-menu .menu-item-has-children a .sub-menu-icon {
        display: inline-block;
        float: left;
        position: relative;
        bottom: 1px;
    }

    .main-navigation .sub-menu .menu-item-has-children a .sub-menu-icon .icon {
        margin: 0.3em 0 0;
        vertical-align: top;
        margin: 0.438rem 0 0;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .blog-masonry #grid-summaries .hentry,
    .blog-masonry #grid-summaries .grid-sizer {
        width: 50%;
    }


    /* Author bio ----------------------------- */
    .author-info.has-avatar {
        display: grid;
        grid-template-columns: 80px 1fr;
        grid-column-gap: 2rem;
        text-align: left;
    }

    .author-avatar img {
        margin: 0.688rem 0 0;
    }

    /* Comments ------------------------------ */

    #comments-wrapper {
        margin: 0 0 3rem;
    }

    h3.comment-reply-title {
        margin-bottom: 0;
    }

    .comments .comment,
    .comments .pingback,
    .comments .trackback,
    .comments .review {
        padding: 2rem 0;
    }

    div.comment:first-of-type {
        margin-top: 5rem;
    }

    .comment-body {
        min-height: 6rem;
        padding-left: 6rem;
    }

    .comment-meta .avatar {
        border-radius: 3px;
        display: block;
        position: absolute;
        left: 0;
        top: 0;
    }

    .comment .comment .avatar {
        max-width: 60px;
    }

    .comment-author b a {
        display: block;
    }

    .comment-metadata {
        white-space: nowrap;
    }

    .comments-pagination {
        margin-top: 8rem;
    }

    /* PINGBACKS & TRACKBACKS */

    .pingback .comment-body {
        padding: 0;
    }

    /* COMMENT RESPOND */

    .comment-respond:not(:first-child) {
        padding-top: 1rem;
    }

    .comment-form {
        margin-top: 4rem;
    }

    .comment-form p {
        margin-bottom: 2.5rem;
    }

    .comment-form p.logged-in-as {
        margin: -2.5rem 0 4.4rem 0;
    }

    .comments .comment-respond {
        padding: 5rem 0 0;
    }

    .comment #respond {
        padding: 1rem 0 0;
    }

    .nav-previous {
        text-align: left;
    }

    .nav-next {
        text-align: right;
    }

    /* Related Posts */
    #related-posts {
        text-align: left;
    }

    .related-item {
        display: grid;
        grid-template-columns: 300px 1fr;
        grid-gap: 2rem;
        align-items: center;
    }

    .related-post-thumbnail img {
        margin: 0;
    }

    /* WP Gallery ----------------------------- */
    .gallery-columns-2 .gallery-item {
        max-width: 50%;
    }

    .gallery-columns-3 .gallery-item {
        max-width: 33.33%;
    }

    .gallery-columns-4 .gallery-item {
        max-width: 25%;
    }

    .gallery-columns-5 .gallery-item {
        max-width: 20%;
    }

    .gallery-columns-6 .gallery-item {
        max-width: 16.66%;
    }

    .gallery-columns-7 .gallery-item {
        max-width: 14.28%;
    }

    .gallery-columns-8 .gallery-item {
        max-width: 12.5%;
    }

    .gallery-columns-9 .gallery-item {
        max-width: 11.11%;
    }

    /* Template half and half */
    .template-half .hentry {
        margin-bottom: 0;
    }

    .template-half .flex-container {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 5rem;
    }

    .template-half #page-header {
        margin: 0 0 2rem;
        text-align: left;
    }

    .template-half #page-intro p {
        padding: 0;
    }
}



/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

    html,
    body {
        font-size: 100%;
    }

    /* Typography */

    /* Quotes */
    blockquote.alignleft {
        max-width: 50%;
        margin: 4rem 4rem 3rem -4rem;
        float: left;
    }
	.alignleft {
		max-width: 50%;
		margin: 4rem 4rem 3rem 0;
		float: left;
	}

	.alignright {
		max-width: 50%;
		margin: 4rem 0 3rem 4rem;
		float: right;
	}

    blockquote.alignright {
        max-width: 50%;
        margin: 4rem -4rem 3rem 4rem;
        float: right;
    }

    .template-left blockquote.alignleft {
        margin: 4rem 4rem 3rem 0;
    }

    .template-right blockquote.alignright {
        margin: 4rem 0 3rem 4rem;
    }


    /* main content columns */
    .blog-classic .flex-container,
    .template-left .flex-container,
    .blog-classic-left .flex-container,
    .single-left .flex-container,
    .single-right .flex-container,
    .template-left .fex-container,
    .template-right .flex-container {
        display: flex;
        flex-wrap: wrap;
    }

    .template-left .flex-container,
    .blog-classic-left .flex-container,
    .single-left .flex-container,
    .template-left .flex-container {
        flex-direction: row-reverse;
    }

    #content {
        flex: 1;
    }

    #blog-sidebar,
    #left-sidebar,
    #right-sidebar {
        width: 30%;
        flex: 0 0 30%;
        max-width: 30%;
        margin: 0;
    }

    .blog-classic .entry-summary,
    .single-right .entry-summary,
    .template-right .hentry {
        padding-right: 6rem;
        flex: 0 0 70%;
        max-width: 70%;
    }

    .blog-classic-left .entry-summary,
    .single-left .entry-summary,
    .template-left .hentry {
        padding-left: 6rem;
        flex: 0 0 70%;
        max-width: 70%;
    }



    /* Content */
    #content-area {
        margin: 0 10%;
        padding: 2rem 0;
    }

    .blog-classic .hentry,
    .blog-classic-left .hentry {
        margin-bottom: 4rem;
    }


    /* blog */
    .blog-gallery .grid-item,
    .blog-galleryplus .grid-item {
        display: inline-block;
        max-width: 40%;
    }

    .blog-details .entry-summary {
        display: grid;
        grid-template-columns: 300px 1fr;
        grid-column-gap: 3rem;
        grid-row-gap: 2rem;
        max-width: 960px;
    }

    .blog-details .post-thumbnail {
        margin-bottom: 4rem;
    }

    .blog-details .post-details {
        border-right: 1px solid #dedede;
        text-align: right;
        padding: 7px 3rem 0 0;
    }

    .blog-details .post-details li {
        display: block;
        margin-bottom: 1rem;
        margin-right: auto;
    }

    .blog-grid .entry-content {
        text-align: left;
    }

    .blog-grid #grid-summaries {
        grid-row-gap: 4rem;
    }

    .blog-alternate .hentry {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 5rem;
    }

    .blog-alternate .post-thumbnail {
        width: 40%;
    }

    .blog-alternate .entry-content {
        width: 60%;
    }

    .blog-alternate .post-thumbnail,
    .blog-alternate .entry-content {
        flex: 0 1 auto;
        height: inherit;
    }

    .blog-alternate .entry-content {
        padding: 0 4rem 0 0;
    }

    .blog-alternate .even .entry-content {
        margin-top: 0;
        padding: 0 0 0 4rem;
    }

    .blog-alternate .odd .post-thumbnail {
        order: 1;
    }

    /* blog masonry */
    .blog-masonry #grid-summaries .hentry,
    .blog-masonry #grid-summaries .grid-sizer {
        width: 33.3333%;
    }

    /* Single */

    /* Alignment */
    .alignleft {
        max-width: 50%;
        margin: 2rem 3rem 2rem -4rem;
        float: left;
    }

    .alignright {
        max-width: 50%;
        margin: 2rem -4rem 2rem 3rem;
        float: right;
    }

	.single-left .alignleft,
    .template-left .alignleft {
        margin: 2rem 3rem 2rem 0;
    }

	 .single-right .alignright,
    .template-right .alignright {
        margin: 2rem 0 2rem 3rem;
    }

    /* sidebars */
    #footer-sidebars {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
        grid-gap: 40px;
    }

    /* widgets */
    #footer-sidebars .widget {
        margin-bottom: 3rem;
    }

    #footer1 .widget:last-child,
    #footer2 .widget:last-child,
    #footer3 .widget:last-child,
    #footer4 .widget:last-child {
        margin-bottom: 0;
    }

    .widget {
        margin: 0 0 4rem;
    }

    /* Comments */
    #commentform {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 1rem;
    }

    .comment-form-comment,
    .comment-form-url,
    .comment-form-cookies-consent,
    .form-submit {
        grid-column: 1 / span 2;
    }

    /* footer */
    #footer {
        text-align: left;
    }

    #footer-social-group {
        text-align: right;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}

/* Extra large devices (large desktops, 1400px and up) */
@media (min-width: 1400px) {}
