/*
Theme Name: Datar
Theme URI: http://walterpinem.me/theme/datar-wordpress-theme/
Author: Walter Pinem
Author URI: http://walterpinem.me
Description: Datar is a very simple yet beautiful one-column WordPress theme for bloggers and writers. It focuses on typography, content, and photos. It features two widget areas around header and compatible with Jetpack plugin.
Version: 1.0.71
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: datar
Tags: white, light, responsive-layout, featured-images, sticky-post, translation-ready, custom-background, custom-header

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Datar is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Typography
3.0 Elements
4.0 Forms
5.0 Navigation
	5.1 Links
	5.2 Menus
6.0 Accessibility
7.0 Alignments
8.0 Clearings
9.0 Widgets
10.0 Content
	10.1 Posts and pages
	10.2 Asides
	10.3 Comments
11.0 Infinite scroll
12.0 Media
	12.1 Captions
	12.2 Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-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;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover,
a:focus,
a:visited,
a {
  outline: none;
  text-decoration: none;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.textwidget, 
.entry-content, 
.page-content, 
.comment-content {
    line-height: 1.9;
    word-break: break-word;
    font-size: 17px;
}

/*--------------------------------------------------------------
CUSTOM VARS & MIXINS
--------------------------------------------------------------*/
/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #000;
  font-family: 'Quando', serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.618em;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.618em;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr, acronym {
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #ffffff;
  /* Fallback for when there is no custom background color defined. */
}

blockquote, q {
  quotes: "" "";
}

blockquote:before,
blockquote:after, q:before,
q:after {
  content: "";
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul, ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(255, 255, 255, 0.5);
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: rgba(0, 0, 0, 0.8);
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.8), inset 0 15px 17px rgba(0, 0, 0, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.8);
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(255, 255, 255, 0.5);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 3px;
}

textarea {
  padding-left: 3px;
  width: 100%;
}

input, select, textarea {
    background: none repeat scroll 0 0 #fafafa;
    border: 1px solid #eeeeee;
    color: #5e5e5e;
    display: block;
    font-family: arial, sans-serif;
    font-size: inherit;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
    font-size: 16px;
    margin: 0;
}

#searchtext {
    overflow: hidden;
}

a.search-submit-button {
    background: none repeat scroll 0 0 #fafafa;
    border-bottom: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
    border-top: 1px solid #eeeeee;
    color: #5e5e5e !important;
    display: block;
    float: right;
    font-family: inherit;
    font-size: 20px;
    padding: 8px 10px;
    text-align: center;
    width: 45px;
    box-sizing: border-box;
    height: 40px;
}

#form-container {
    /* width: 60%; */
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a,
a:visited {
  color: #6d6157;
}

a:hover,
a:focus,
a:active {
  color: #928452;
}

a:hover,
a:active,
a:focus,
a:hover {
  outline: 0;
}

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.header-menu { margin-top: 2px; }

/* drop-down menu */
.header-menu ul { 
  position: absolute;
  padding-top: 20px;
  margin-left: -110px;
  z-index: 150;
  opacity: 0;
  top: 45px;
  left: -9999px;
  -webkit-transition: opacity 0.3s ease-in-out, top 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out, top 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out, top 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out, top 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, top 0.3s ease-in-out;
}

.header-menu > ul { top: 30px; }

.header-menu ul:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  border: 10px solid transparent;
  border-bottom-color: #222;
  left: 50%;
  margin-left: -10px;
  top: 1px;
}

.header-menu > li:hover > ul { 
  opacity: 1;
  top: 40px; 
  left: 50%;
}

.header-menu ul li { 
  margin: 0; 
  float:none; 
  display: block; 
}

.header-menu ul a { 
  padding: 20px;
  width: 220px;
  background: #222;
  color: #FFF;
  border-bottom: 0;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0;
  font-size: 0.75em;
  line-height: 120%;
  text-transform: none;
}

.header-menu ul a:hover {
  color: #FFF;
  background: #928452;
}

.header-menu ul > li:first-child > a { border-radius: 6px 6px 0 0; }
.header-menu ul > li:last-child > a { border-radius: 0 0 6px 6px; }


/* deep down */
.header-menu ul ul {
  display: block;
  padding-top: 0;
  margin-top: -42px;
  padding-right: 20px;
  margin-left: -235px;
  left: 0;
  -webkit-transition: opacity 0.3s ease-in-out, margin 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out, margin 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out, margin 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out, margin 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, margin 0.3s ease-in-out;
}

.header-menu ul ul:after {
  border: 10px solid transparent;
  border-left-color: #222;
  right: 0px;
  left: auto;
  margin-top: 18px;
}

.header-menu ul li:hover ul { 
  opacity: 1; 
  margin-top: -47px;
}

.header-menu li {
  float: left;
  margin: 0 10px 0 0;
  position: relative;
  list-style-type: none;
}

.header-menu > li:last-child { margin-right: 0; }

.header-menu a {
  display: block;
  padding: 13px 15px;
  font-size: 0.775em;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #222;
}

.header-menu > li > a { border-radius: 3px; }

.header-menu > .has-children > a,
.header-menu > .menu-item-has-children > a { padding-right: 33px; position: relative; }

.header-menu > .has-children > a::after,
.header-menu > .menu-item-has-children > a::after {
  content: "";
  display: block;
  border: 5px solid transparent;
  border-top-color: #999;
  position: absolute;
  z-index: 1001;
  right: 16px;
  top: 50%;
  margin-top: -2px;
}

.header-menu > li:hover > a { 
  color: #FFF;
  background: #928452; 
}

.header-menu > .has-children:hover > a::after,
.header-menu > .menu-item-has-children:hover > a::after { border-top-color: #fff; }

.hidden { display: none; }

/* Mobile Menu */
@media screen and (min-width: 37.5em) {
  .menu-toggle,
  .main-navigation,
  .main-navigation ul {
    display: none;
  }
}

@media (max-width: 1024px) {
.header-menu { display: none; }

.site-branding {
  padding: 0;
}
  
.main-navigation {
  display: block;
  font-size: 14px;
  font-size: .875rem;
  width: 100%;
}
.main-navigation > div > ul {
  border-bottom: 2px solid;
  padding-bottom: 1.75em;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 5px;
}
.main-navigation li {
  clear: both;
  display: block;
  margin: 1em 0 0;
  position: relative;
  vertical-align: top;
  width: 100%;
}
.main-navigation a {
  border-bottom: 0 solid transparent;
  text-decoration: none;
    color: #333;
}
.main-navigation a:hover,
.main-navigation a:focus,
.main-navigation a:active {
  border-bottom: 2px solid;
}
.main-navigation ul ul {
  padding-left: 1.75em;
}
.main-navigation ul ul a {
  border-bottom: 2px solid transparent;
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a {
  border-bottom: 2px solid;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
  margin-left: 20px;
}
.menu-toggle {
  position: absolute;
    right: 1.75em;
    top: 4.75em;
    background: transparent;
}
wpadminbar
}
@media (max-width: 600px) {
.main-navigation {
  display: block;
  font-size: 14px;
  font-size: .875rem;
  width: 100%;
}
.main-navigation > div > ul {
  border-bottom: 2px solid;
  padding-bottom: 1.75em;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation li {
  clear: both;
  display: block;
  margin: 1em 0 0;
  position: relative;
  vertical-align: top;
  width: 100%;
}
.main-navigation a {
  border-bottom: 0 solid transparent;
  text-decoration: none;
}
.main-navigation a:hover,
.main-navigation a:focus,
.main-navigation a:active {
  border-bottom: 2px solid;
}
.main-navigation ul ul {
  padding-left: 1.75em;
}
.main-navigation ul ul a {
  border-bottom: 2px solid transparent;
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a {
  border-bottom: 2px solid;
}
}  

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
  text-transform: uppercase;
}
.posts-navigation .nav-previous a,
.post-navigation .nav-previous a,
.posts-navigation .nav-next a,
.post-navigation .nav-next a {
  background: transparent;
  padding: 8px;  
  margin: auto;
}
.posts-navigation .nav-previous:hover,
.post-navigation .nav-previous:hover,
.posts-navigation .nav-next:hover,
.post-navigation .nav-next:hover {

}
.posts-navigation .nav-previous a:hover,
.post-navigation .nav-previous a:hover,
.posts-navigation .nav-next a:hover,
.post-navigation .nav-next a:hover {
  color: #FFF;
  border: 1px solid #6d6157;
  background: #6d6157;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.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;
  color: #000;
  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: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}

.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.sticky-post {
  font-size: 2em;
}

.hentry {
  margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}



/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-content,
.comment-list {
    zoom: 1;
}
.comment-content:before, .comment-list:before,
.comment-content:after, .comment-list:after {
    display: table;
    content: "";
}
.comment-content:after,
.comment-list:after {
    clear: both;
}
.single .comments-area,
.page .comments-area {
    margin-left: auto;
    margin-right: auto;
}
@media screen and (max-width: 970px) {
    .single .comments-area,
    .page .comments-area {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.comment-content p,
.comment-content ul,
.comment-content dl,
.comment-content table,
.comment-content blockquote {
    margin-bottom: 60px;
    margin-bottom: 3.75rem;
}
.comment-content h1 {
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
}
.comment-content h2 {
    margin-bottom: 25px;
    margin-bottom: 1.5625rem;
}
.comment-content h3 {
    margin-bottom: 22px;
    margin-bottom: 1.375rem;
}
.comment-content h4 {
    margin-bottom: 18px;
    margin-bottom: 1.125rem;
}
.comment-content h5 {
    margin-bottom: 15px;
    margin-bottom: 0.9375rem;
}
.comment-content h6 {
    margin-bottom: 15px;
    margin-bottom: 0.9375rem;
}
.comment-content ul {
    list-style: disc;
}
.comment-content ol {
    list-style: decimal;
}
.comment-content ul,
.comment-content ol {
    list-style-position: inside;
}
.comment-content ul ul,
.comment-content ul ol,
.comment-content ol ul,
.comment-content ol ol {
    padding-left: 30px;
    margin-bottom: 0;
}

.comment-content p, .comment-content ul, .comment-content dl, .comment-content table {
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
}

.comment {
    list-style: none;
    margin: 50px 0;
    margin:  3.125rem 0;
}
.comment:first-of-type {
    margin-top: 0;
}
.comment .children {
    margin-top: 70px;
    margin-top: 4.375rem;
    margin-left: 100px;
    margin-left: 6.25rem;
}
@media screen and (max-width: 480px) {
    .comment .children {
        margin-left: 50px;
        margin-left: 3.125rem;
    }
}
.comment .divider {
    display: inline-block;
    padding: 0 10px 0 6px;
}

.comments-area {
    margin-bottom: 50px;
    margin-bottom: 3.125rem;
    margin-top: 50px;
    margin-top: 3.125rem;
}

.comment-author {
    font-weight: bold;
    font-family: 'Playfair Display', serif;
    text-transform: uppercase;
    color: rgba(17, 17, 18, 1.0);
    font-size: 19px;
    padding-right: 15px;
    padding-right: 0.9375rem;
}

.comments-title {
    display: inline-block;
    vertical-align: middle;
}

#cancel-comment-reply-link {
    font-size: 15px;
    font-size: 0.9375rem;
}

@media screen and (min-width: 650px) {
    .comment-form-actions {
        position: relative;
        display: block;
        display: inline-block;
        float: none;
        text-decoration: center;
        vertical-align: middle;
        margin-left: auto;
        margin-right: auto;
    }
}
@media screen and (max-width: 649px) {
    .comment-form-actions {
        margin-top: 20px;
    }
    .comment-form-actions button {
        width: 100%;
    }
}

.comment-meta {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
}

.comment-form-email {
    margin-left: 2%;
}

@media screen and (min-width: 650px) {
    .comment-form-email,
    .comment-form-author {
        width: 49%;
        display: inline-block;
        vertical-align: top;
        margin-right: -.25em;
    }
}
.comment-form textarea {
    height: 150px;
    line-height: 1.6;
}
.comment-form > p {
    margin-top: 40px;
    margin-top: 2.5rem;
}

.comment-list {
    margin-top: 40px;
    margin-top: 2.5rem;
    margin-bottom: 40px;
    margin-bottom: 2.5rem;
}

@media screen and (max-width: 480px) {
    .comment-metadata {
        display: block;
    }
}

.comments-title,
.comment-reply-title {
    font-size: 30px;
    font-size: 1.875rem;
    font-family: 'Playfair Display', serif;
}

.blog-textarea {
    resize: none;
}

.form-submit input[type="submit"] {
    width: 100%;
}

.comment-avatar {
    overflow: hidden;
    float: left;
    margin-right: 20px;
}
.comment-avatar img {
    border-radius: 50%;
    max-width: 96px;
}

.show-avatars .comment-content {
    padding-left: 104px;
}

.comment-metadata {
  font-size: 10px;
  text-transform: uppercase;
  opacity: .5;
  letter-spacing: .2em;
  font-weight: 300;
  color: #c0c0c0;
}
.comment-metadata:hover {
  opacity: 1;
}

.pingback,
.trackback {
    padding-top: 0;
    list-style: none;
}

.respond-type {
    width: 100%;
}

.comment-guidelines {
    display: block;
    color: rgba(177, 183, 186, 1.0);
}

.respond-body {
    margin: 0;
    border-bottom: 1px solid rgba(243, 244, 245, 1.0);
    padding-bottom: 40px;
    padding-bottom: 2.5rem;
}
.comment-form-actions,
.comment-form-actions button {
    color: rgba(51, 51, 51, 1.0);
    background-color: rgba(255, 255, 255, 1.0);
}

#respond .form-submit,
#respond input[type="submit"] {
    margin-bottom: 0;
}
li + #respond {
    margin-bottom: 60px;
    margin-bottom: 3.75rem;
}
.blog-textarea {
    resize: none;
}

.form-submit input[type="submit"] {
    width: 100%;
}

#respond button,
#respond input,
#respond textarea {
    max-width: 100%;
    font-family: inherit;
    -webkit-font-smoothing: inherit;
    -moz-osx-font-smoothing: inherit;
    border: none;
    border-bottom: 2px solid rgba(51, 51, 51, 1.0);
    border-radius: 0;
    background: transparent;
    font-size: 16px;
    padding: 10px 0;
    padding:  0.625rem 0;
}
#respond button:focus,
#respond input:focus,
#respond textarea:focus {
    outline: none;
}

#respond label {
    display: block;
    padding-top: 10px;
}

#respond legend {
    text-transform: uppercase;
}

#respond textarea {
    resize: vertical;
    border: 2px solid rgba(51, 51, 51, 1.0);
    padding: 10px;
    padding: 0.625rem;
}

#respond select {
    max-width: 100%;
    outline: none;
}

#respond button,
#respond .button,
#respond input[type="reset"],
#respond input[type="submit"],
#respond input[type="button"] {
    color: rgba(0, 0, 0, 0.8);
    text-decoration: none;
    background-color: rgba(255, 255, 255, 1.0);
    border: 2px solid rgba(51, 51, 51, 1.0);
    font-weight: 700;
    font-size: 1.3rem;
    display: block;
    padding: 4px;
    margin: 80px auto;
    width: 100%;
    text-align: center;
}
#respond button:hover,
#respond .button:hover,
#respond input[type="reset"]:hover,
#respond input[type="submit"]:hover,
#respond input[type="button"]:hover {
    color: rgba(255, 255, 255, 1.0);
    background-color: rgba(0, 0, 0, 1.0);
}
#respond .form-submit, #respond form {
    margin-bottom: 0;
}

.comments-title {
  padding-top: 30px;
}

#comments ol {
  margin: 0;
  list-style: none;
}

#comments li {
  margin-bottom: 30px;
  width: 100%;
  border: 1px solid #EEEEEE;
}

#comments .comment-content ul {
  margin: 0 0 30px;
  list-style: inside;
}
#comments .comment-content ul li {
  border: none;
  margin: 0;
}
#comments .comment-content ul li ul {
  margin: 0 0 15px 15px;
}
#comments .comment-content ul li ul li {
  margin: 0 0 0 15px;
}

#comments .comment-content ol {
  list-style: inside;
  list-style-type: decimal;
  margin: 0 0 30px 0;
}
#comments .comment-content ol li {
  margin: 0;
  border: none;
}
#comments .comment-content ol li ol {
  margin: 0 0 15px 15px;
}
#comments .comment-content ol li ol li {
  margin: 0 0 0 15px;
}

#comments .children li {
  margin-top: 30px;
  border: none;
  width: 100%;
}

#comments .avatar {
  display: inline-block;
  margin-right: 2%;
  max-width: 64px;
  border-radius: 40px;
  vertical-align: top;
  -o-border-radius: 40px;
  -ms-border-radius: 40px;
}

.comment-wrap {
  width: 84%;
}

#comments .comment-cite {
  clear: right;
  margin: 0;
}
#comments .reply {
  font-size: 12px;
  opacity: .5;
}
#comments .reply:hover {
  opacity: 1;
}
#comments .says {
  display: none;
}

.comment-respond {
  width: 100%;
  padding-top: 30px;
}

.comment-respond h3 {
  margin-bottom: 30px;
}

.comment-respond h3 small a {
  font-size: .5em;
  opacity: .4;
}

#comments textarea {
  width: 100%;
}

#comments .comment-list .comment-meta .avatar {
    margin-bottom: 1em;
    max-width: 56px;
    height: auto;
    border-radius: 50%;
}

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

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

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
CUSTOM STYLES
--------------------------------------------------------------*/
* {
  box-sizing: border-box;
  word-wrap: break-word;
}

body {
  border-top: 0.125rem solid #DFD8CF;
  background-color: #ffffff;
}

a {
  text-decoration: none;
  font-weight: bold;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

blockquote {
  margin-left: 1em;
  line-height: 35px;
  background-color: #f9f9f9;
  font-size: 22px;
  font-style: italic;
  font-family: 'Playfair Display', serif;
  letter-spacing: .05em;
  border-left: 3px solid;
  border-color: #57ad68;
  padding-left: 20px;
}

blockquote cite {
  display: block;
  margin-top: 1.1em;
  font-size: 0.75em;
  letter-spacing: 1px;
  float: right;
  font-weight: 600;
}

blockquote cite:before {
  content: "-";
  margin: 0.5em;
} 

blockquote h1, blockquote h2, blockquote h3, blockquote h4 {
  font-weight: normal;
  font-family: 'Playfair Display', serif;
}

ul, ol {
  padding: 0;
  margin: 0 0 1.618em 1.618em;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Playfair Display', serif;
  line-height: 1.313em;
  font-weight: 600;
}

h1 {
  font-size: 2.7em;
  margin: 0.563em 0;
}

h2 {
  font-size: 2.2em;
  margin: 0.625em 0;
}

h3 {
  font-size: 1.5em;
  margin: 1.313em 0;
}

h4 {
  font-size: 1.313em;
  margin: 1.313em 0;
}

h5 {
  font-size: 1.125em;
  margin: 1.313em 0;
}

h6 {
  font-size: 1em;
  margin: 0.75em 0;
}

.widget-title {
  font-size: 1.313em;
}

.content-area {
  float: none;
  margin: 0;
  width: 100%;
}

.site-main {
  margin: 0;
}

.site-content .widget-area {
  display: none;
  overflow: hidden;
}

.site-footer {
  padding: 40px 0 30px;
  background-color: #fff;
  border-top: 1px solid #e0e0e0;
  font-size: 14px;
  position: relative;
  text-align: center;
}
.site-footer,
.site-footer a {
  color: #4c4c4c;
}
.scroll-container {
  position: relative;
  top: -50px;
  width: 100%;
  text-align: center;
}
.scroll-container a {
  display: inline-block;
  padding: 10px;
  line-height: 1;
  font-size: 24px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.scroll-container a:hover {
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
}

.site {
  padding-top: 0.809rem;
}

.site-header {
  max-width: 65.29104rem;
  margin: 0.809rem auto 1.618rem auto;
  background-color: #ffffff;
  border: 0.0625rem solid #ffffff;
  box-shadow: inset 0 0.125rem 0.3125rem rgba(194, 188, 184, 0.1);
  color: #76624e;
  width: 100%;
}

.site-header a, .site-header a:visited, .site-header a:active {
  color: inherit;
}

.site-branding {
  padding-top: 1.618rem;
  padding-bottom: 1.618rem;
  display: block;
  float: none;
  width: 100%;
  text-align: center;
}

.site-title {
  font-family: 'Playfair Display', serif;
  font-weight: bold;
  font-size: 3em;
  text-align: center;
}
.site-title a:hover {
  color: #7b6e62;
}

.site-title, .site-description {
  margin: 0;
  line-height: 1.3em;
  vertical-align: bottom;
  float: none;
  width: 100%;
  text-align: center;
  color: #222;
}

.site-description {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 1.7em;
  text-align: center;
  font-weight: normal;
}

.site-content {
  max-width: 65.29104rem;
  margin: 1.618rem auto 0 auto;
}

.hentry, 
.comments-area, 
.page-header, 
.site-main .posts-navigation, 
.site-main .post-navigation, 
.paging-navigation {
  padding-left: 4.2358rem;
  padding-right: 4.2358rem;
  padding-top: 2.61792rem;
  padding-bottom: 2.61792rem;
  margin: 0 0 1.618rem 0;
  background-color: #fff;
  
  box-shadow: 0 0.0625rem 0.0625rem rgba(33, 19, 4, 0.07);
}

.sticky {
  border-width: 0.4375rem;
  border-color: #ffffff;
  box-shadow: 0 0.1875rem 0.375rem rgba(33, 19, 4, 0.15);
}

.post-thumbnail {
  margin-top: -32px;
  margin-right: -4.2358rem;
  margin-bottom: 1.618rem;
  margin-left: -4.2358rem;
  border-top: 0.625rem solid #7b6e62;
  border-bottom: 0.625rem solid #7b6e62;
}

.post-thumbnail img {
  min-width: 100%;
  width: 100%;
  max-width: 811px;
  height: auto;
  vertical-align: bottom;
}

.page-header .page-title {
  text-align: center;
}
.home .entry-content p {
  text-align: center;
}
.home .entry-footer {
  display: none;
}

.entry-content a img {
  vertical-align: bottom;
}

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

.entry-title {
  font-size: 2.7em;
  margin-top: 0;
  margin-bottom: 2.61792rem;
  font-family: 'Playfair Display', serif;
}

.entry-title a {
  color: #444;
}

.entry-title a:hover {
  color: #7b6e62;
}

.entry-meta {
  display: inline-block;
  font-size: .7rem;
  font-weight: 300;
  padding: 0.5em 1em;
  margin-bottom: 1.618rem;
  background-color: #7b6e62;
  color: #fff;
}

.entry-meta a, .entry-meta a:visited, .entry-meta a:active {
  color: inherit;
}

/* Read More Link */
.read-more {
  border-radius: 2px;
  text-align: center;
  Font-weight: bold;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  padding: 10px 10px 10px 15px;
  margin: 40px auto auto auto;
  background-color: #f00;
  box-shadow: 0 3px 0 0 #7b6e62;
  -moz-box-shadow: 0 3px 0 0 #7b6e62;
  -webkit-box-shadow: 0 3px 0 0 #7b6e62;
  width:185px;
  display: block;
  font-size: 16px;
  color: #fff !important;
  text-decoration: none;
  clear: both;
}

.read-more:after {
  font-family: 'FontAwesome';
  content: "\f0a4";
  margin-left: 8px;
}

.read-more:hover {
  background-color: #928452;
  color: #fff;
}
.read-more:active {
  box-shadow: 0 1px 0 0 #7b6e62;
  -moz-box-shadow: 0 1px 0 0 #7b6e62;
  -webkit-box-shadow: 0 1px 0 0 #7b6e62;
  color: #fff;
}

.read-more-onhover {
  display: block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #928452;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.read-more-onhover:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #7b6e62;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.read-more-onhover:hover, .read-more-onhover:focus, .read-more-onhover:active {
  color: #FFF;
}
.read-more-onhover:hover:before, .read-more-onhover:focus:before, .read-more-onhover:active:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.entry-footer {
  text-align: center;
  margin: 2.61792rem 0 1.618rem 0;
  line-height: 3em;
  color: #7b6e62;
  border-bottom: 0.125rem solid #e8e1db;
}

.entry-footer span {
  margin: 0 0.618em;
  padding: 0 0.618em;
  display: inline-block;
}

.entry-footer span {
  border-top: 0.125rem solid #e8e1db;
}

.comment-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.comment-list .comment {
  padding: 1.618rem;
  background-color: rgba(221, 193, 174, 0.05);
  border: 0.0625rem solid rgba(108, 67, 38, 0.05);
  box-shadow: inset 0 0.125rem 0.3125rem rgba(194, 188, 184, 0.05);
}

.posted-on:before {
  font-family: "FontAwesome";
  content: "\f073";
  margin-right: 0.5em;
}

.byline:before {
  font-family: "FontAwesome";
  content: "\f007";
  margin-right: 0.2em;
}

.byline, .posted-on {
  margin: 0.5em;
  content: "/";
}

.cat-links:before {
  font-family: "FontAwesome";
  content: "\f07c";
  margin-right: 0.5em;
}

.tags-links:before {
  font-family: "FontAwesome";
  content: "\f02c";
  margin-right: 0.5em;
}

.comments-link:before {
  font-family: "FontAwesome";
  content: "\f075";
  margin-right: 0.5em;
}

.edit-link:before {
  font-family: "FontAwesome";
  content: "\f040";
  margin-right: 0.5em;
}

.widget {
  padding-left: 2.61792rem;
  padding-right: 2.61792rem;
  padding-top: 2.61792rem;
  padding-bottom: 2.61792rem;
  margin-left: 1.618rem;
  margin-bottom: 1.618rem;
  background-color: #ffffff;
  border: 0.0625rem solid #ffffff;
  box-shadow: inset 0 0.125rem 0.3125rem rgba(194, 188, 184, 0.1);
  color: #76624e;
}

.widget a, .widget a:visited, .widget a:active {
  color: inherit;
}

.widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.widget ul li {
  padding: 1em 0 1em 2em;
  border-bottom: 0.0625rem solid #ffffff;
}

.widget ul li.page_item_has_children, .widget ul li.menu-item-has-children {
  padding-bottom: 0;
  border: none;
}

.widget ul li:before {
  margin-left: -2em;
  margin-right: 1em;
  font-family: "FontAwesome";
  content: "\f02e";
}

.widget ul li li li li {
  padding-left: 0;
}

.widget ul .children li:first-of-type, .widget ul .sub-menu li:first-of-type {
  margin-top: 1em;
  border-top: 0.0625rem solid #ffffff;
}

input.search-field {
  box-sizing: border-box;
  width: 100%;
}

.search-form
.search-submit { 
display:none;
}


.aboveheader {
  max-width: 65.29104rem;
  margin: 0 auto;
  text-align: right;
  font-size: 1.25rem;
}

.aboveheader a {
  margin-right: 0.618em;
}

.aboveheader a:focus, .aboveheader a:visited {
  opacity: 0.75;
}

.aboveheader a:hover, .aboveheader a:active {
  opacity: 1;
}

.abovecontent {
  max-width: 65.29104rem;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 0 0.0625rem 0.0625rem rgba(33, 19, 4, 0.07);
}

.widget_recent_comments ul li:before {
  content: "\f075";
}

.widget_archive ul li:before {
  content: "\f187";
}

.widget_categories ul li:before {
  content: "\f07c";
}

.widget_pages ul li:before, .widget_nav_menu ul li:before {
  content: "\f15c";
}

.widget_pages ul .children li:before, .widget_pages ul .sub-menu li:before, .widget_nav_menu ul .children li:before, .widget_nav_menu ul .sub-menu li:before {
  content: "\f101";
}

.widget_pages ul .children .children li:before, .widget_pages ul .sub-menu .sub-menu li:before, .widget_nav_menu ul .children .children li:before, .widget_nav_menu ul .sub-menu .sub-menu li:before {
  content: "\f105";
}

.nav-links .nav-next a:after {
  font-family: "FontAwesome";
  content: "\f054";
  margin: 0.5em;
  font-weight: 600;
}

.nav-links .nav-previous a:before {
  font-family: "FontAwesome";
  content: "\f053";
  margin: 0.5em;
  font-weight: 900;
}

.nav-links .nav-previous a p {
  font-weight: bold;
}

.site-footer {
  padding-top: 1.618em;
  padding-bottom: 1.618em;
  max-width: 100%;
  margin: 0 auto;
  background-color: #f9f9f9;
}

.site-footer a {
  color: #6d6157;
}

.site-info {
  margin: 10px auto 0;
  width: 1300px;
  max-width: 84%;
  font-weight: bold;
}

@media (max-width: 65.29104rem) {
  h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display', serif;
    line-height: 1.313em;
    font-weight: 600;
  }
  h1 {
    font-size: 2.7em;
    margin: 0.563em 0;
  }
  h2 {
    font-size: 2.025em;
    margin: 0.625em 0;
  }
  h3 {
    font-size: 1.35em;
    margin: 1.313em 0;
  }
  h4 {
    font-size: 1.1817em;
    margin: 1.313em 0;
  }
  h5 {
    font-size: 1.0125em;
    margin: 1.313em 0;
  }
  h6 {
    font-size: 1em;
    margin: 0.75em 0;
  }

  .site-title { 
    font-size: 2.5em;
  }
  .site-description { 
    display: 1.3em; 
  }
  .widget-title {
    font-size: 1.1817em;
  }

  .post-thumbnail {
    margin-top: 1.618rem;
    margin-right: -2.61792rem;
    margin-bottom: 1.618rem;
    margin-left: -2.61792rem;
  }
  .entry-title {
    margin-bottom: 1.618rem;
  }
  .site-footer {
    padding: 1.618em;
  }
}

@media (max-width: 56.25rem) {
  .content-area {
    float: none;
    margin: 0;
    width: 100%;
  }
  .site-main {
    margin: 0;
  }
  .site-content .widget-area {
    float: none;
    overflow: hidden;
    width: 100%;
  }
  .widget {
    margin-left: 0;
    margin-bottom: 1.618rem;
  }
}

@media (max-width: 37.5rem) {
  h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display', serif;
    line-height: 1.313em;
    font-weight: 600;
  }
  h1 {
    font-size: 2.4em;
    margin: 0.563em 0;
  }
  h2 {
    font-size: 1.8em;
    margin: 0.625em 0;
  }
  h3 {
    font-size: 1.2em;
    margin: 1.313em 0;
  }
  h4 {
    font-size: 1.0504em;
    margin: 1.313em 0;
  }
  h5 {
    font-size: 1em;
    margin: 1.313em 0;
  }
  h6 {
    font-size: 1em;
    margin: 0.75em 0;
  }
  .widget-title {
    font-size: 1.0504em;
  }
    .site-description {
    font-size: 1em;
  }
}

@media (max-width: 25rem) {
  h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display', serif;
    line-height: 1.313em;
    font-weight: 600;
  }
  h1 {
    font-size: 2.2em;
    margin: 0.563em 0;
  }
  h2 {
    font-size: 1.575em;
    margin: 0.625em 0;
  }
  h3 {
    font-size: 1.05em;
    margin: 1.313em 0;
  }
  h4 {
    font-size: 1em;
    margin: 1.313em 0;
  }
  h5 {
    font-size: 1em;
    margin: 1.313em 0;
  }
  h6 {
    font-size: 1em;
    margin: 0.75em 0;
  }
  .site-description {
    font-size: 1em;
  }
  .widget-title {
    font-size: 1em;
  }
  .hentry, 
  .comments-area, 
  .page-header, 
  .site-main .posts-navigation, 
  .site-main .post-navigation, 
  .paging-navigation {
    padding-left: 1.618rem;
    padding-right: 1.618rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .post-thumbnail {
    margin-top: 1.618rem;
    margin-right: -1.618rem;
    margin-bottom: 1.618rem;
    margin-left: -1.618rem;
  }
  .entry-title {
    margin-bottom: 1rem;
  }
  .widget {
    padding-left: 1.618rem;
    padding-right: 1.618rem;
    padding-top: 1.618rem;
    padding-bottom: 1.618rem;
  }
}