/*
Theme Name: Jewel Blog
Theme URI: https://prowptheme.com/themes/jewel-blog/
Author: Liton Arefin
Author URI: https://prowptheme.com/
Description: Jewel Blog is a Gutenberg Ready Personal WordPress Theme. Whatever you want it's a WordPress Blog Theme everything looks the way you want it to, it's also works the way you need to work with it and it's simplicity will amazed you. You need to share the Experience of Jewel Blog PRO Versions to others. Jewel Blog and you're gonna make a perfect match like peanut better and jelly!! Fully Compatible with WordPress Gutenberg 5.0
Version: 2.2.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, left-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: jewel-blog


TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# 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 {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  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; }

/*--------------------------------------------------------------
# CUSTOM VARS AND MIXINS
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #505050;
  font-family: sans-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 {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# 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; }

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%; }

/*--------------------------------------------------------------
# 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(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .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: #ccc #bbb #aaa;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02); }
  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(0, 0, 0, 0.15); }

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%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #ADA39A; }
  a:visited {
    color: #ADA39A; }
  a:hover, a:focus, a:active {
    color: #ADA39A; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
header {
  font-family: 'Playfair Display', sans-serif; }
  header.header {
    border-bottom: 1px solid #eee; }
  header .row.middle-sm {
    margin: 0; }
  header .site-branding a:hover {
    border: none;
    text-decoration: none; }
  header .main-navigation h1 {
    display: none !important; }
  header .main-navigation ul {
    float: left !important;
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    white-space: nowrap; }
    header .main-navigation ul li {
      cursor: pointer;
      position: relative;
      padding: 0;
      letter-spacing: 0.03em;
      position: relative;
      display: inline-block;
      margin: 0; }
      header .main-navigation ul li:first-child a {
        padding-left: 0; }
      header .main-navigation ul li.current-menu-item a {
        color: #bcaaa4; }
      header .main-navigation ul li.menu-item-has-children {
        overflow: hidden; }
        header .main-navigation ul li.menu-item-has-children > a {
          position: relative; }
          header .main-navigation ul li.menu-item-has-children > a:before {
            content: "\f107";
            font-family: 'FontAwesome';
            color: #111;
            font-size: 14px;
            position: absolute;
            top: 18px;
            right: 1px; }
        header .main-navigation ul li.menu-item-has-children .sub-menu {
          background: #fff;
          border: 1px solid #e4dbd4;
          box-shadow: none;
          height: 0;
          opacity: 0;
          min-width: 160px;
          margin-top: -1px;
          top: 120%;
          -webkit-transition: all .25s ease;
          transition: all .25s ease; }
          header .main-navigation ul li.menu-item-has-children .sub-menu li {
            display: block; }
            header .main-navigation ul li.menu-item-has-children .sub-menu li a {
              background: none;
              color: #111;
              line-height: 32px; }
            header .main-navigation ul li.menu-item-has-children .sub-menu li:first-child {
              border-top: none;
              margin: 0;
              box-shadow: none; }
              header .main-navigation ul li.menu-item-has-children .sub-menu li:first-child a {
                border-top: none;
                padding-left: 20px; }
            header .main-navigation ul li.menu-item-has-children .sub-menu li.menu-item-has-children > a:before {
              content: "\f105";
              top: 0;
              right: 15px; }
            header .main-navigation ul li.menu-item-has-children .sub-menu li .sub-menu {
              left: inherit !important;
              right: -101%;
              top: 0; }
              header .main-navigation ul li.menu-item-has-children .sub-menu li .sub-menu:first-child {
                border-top: none;
                margin: 0;
                box-shadow: none; }
                header .main-navigation ul li.menu-item-has-children .sub-menu li .sub-menu:first-child a {
                  border-top: none;
                  padding-left: 20px; }
        header .main-navigation ul li.menu-item-has-children:hover {
          overflow: visible; }
          header .main-navigation ul li.menu-item-has-children:hover .sub-menu {
            height: auto;
            opacity: 1;
            top: 101%; }
      header .main-navigation ul li a {
        border: none;
        color: #111;
        display: inline-block;
        font-family: 'Lato';
        padding: 20px 16px;
        text-transform: uppercase;
        font-size: 12px;
        -webkit-transition: all .25s ease;
                transition: all .25s ease; }
        header .main-navigation ul li a:hover {
          border-bottom: none;
          color: #bcaaa4;
          text-decoration: none; }
      header .main-navigation ul li span {
        display: inline-block;
        text-align: right;
        width: 1.4em;
        padding-right: 0.5em;
        margin-left: 0.5em;
        margin-right: -0.5em; }
  header .search-form {
    margin-top: 12px;
    position: relative; }
    header .search-form input {
      border: none;
      font-family: 'Lato';
      font-size: 15px;
      width: 85%; }
      header .search-form input:focus {
        border: none;
        outline: 0; }
    header .search-form .search-submit {
      background: transparent;
      border: none;
      box-shadow: none;
      color: #666;
      font-size: 15px;
      top: -1px;
      right: 0;
      position: absolute; }
      header .search-form .search-submit:focus {
        border: none;
        outline: 0; }

/* expanded nav menu */
@media (min-width: 72.4339rem) {
  .navicon {
    display: none; }

  .navmenu {
    display: block; }

  .main-navigation ul {
    float: right;
    display: inline-table; }
    .main-navigation ul li {
      float: left
      /* expanded nav child menu */ }
      .main-navigation ul li a {
        padding: 1.618rem; }
      .main-navigation ul li ul {
        position: absolute;
        z-index: 9999;
        top: 100%;
        left: 0;
        background-color: #eae5e1;
        border: 0.0625rem solid #e8e0da;
        border-bottom: 0;
        box-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.1); }
        .main-navigation ul li ul li {
          float: none; }
          .main-navigation ul li ul li a {
            width: 100%;
            line-height: 4.5rem;
            padding: 0 2.1875rem; }
          .main-navigation ul li ul li a, .main-navigation ul li ul li a:link, .main-navigation ul li ul li a:visited {
            border: 0;
            border-top: 0.0625rem solid #e4dbd4; }
          .main-navigation ul li ul li a:hover {
            background-color: #ece9e5; } }
/* collapsed nav menu */
@media (max-width: 72.4339rem) {
  .navicon {
    float: right;
    font-size: 1.65rem;
    line-height: 2.8125rem;
    text-align: center;
    width: 3.375rem;
    margin: 0.9375rem;
    cursor: pointer; }

  .main-navigation ul {
    clear: left;
    display: none
    /* collapsed nav child menu */ }
    .main-navigation ul.show {
      display: block; }
    .main-navigation ul li a {
      width: 100%;
      line-height: 4.5rem;
      padding: 0 2.1875rem;
      border-top: 0.0625rem solid #e8e0da; }
      .main-navigation ul li a:hover {
        border-bottom-color: transparent;
        background-color: #eae5e1; }
    .main-navigation ul ul {
      position: relative;
      left: 0;
      background-color: #e9e3dd; }
      .main-navigation ul ul li a {
        border-top: 0.0625rem solid #e4dbd4; }
        .main-navigation ul ul li a:hover {
          border-bottom-color: transparent;
          background-color: #e7e0da; } }
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }
.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%; }

/*--------------------------------------------------------------
# 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: #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: 100000
    /* Above WP toolbar. */ }

/*--------------------------------------------------------------
# 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; }

/*--------------------------------------------------------------
# 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; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  background: #fff;
  border: none;
  margin: 0 0 1.5em
  /* Make sure select elements fit in widgets. */ }
  .widget select {
    max-width: 100%; }

/* Search widget. */
.widget_search .search-submit {
  display: none; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.site-main .hentry {
  margin: 0 0 60px; }

.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; }

/*--------------------------------------------------------------
# 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; }

/*--------------------------------------------------------------
# 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; }

a {
  text-decoration: none;
  border-bottom: 1px dotted transparent; }

a:hover, a:active {
  border-bottom: 1px dotted #ADA39A; }

blockquote {
  padding: 1.618rem;
  font-size: 1.25rem; }
  blockquote a, blockquote a:visited, blockquote a:active {
    color: inherit; }

ul, ol {
  padding: 0;
  margin: 0 0 1.618rem 1.618rem; }

h1, h2, h3, h4, h5, h6, blockquote, .author-info__name, .comment-content cite.fn {
  font-family: 'Playfair Display'; }

h1, h2, h3, h4, h5, h6 {
  font-family: sans-serif;
  line-height: 1.313em;
  font-weight: 300; }

h1 {
  font-size: 3em;
  margin: 0.563em 0; }

h2 {
  font-size: 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; }

a {
  border: none;
  text-decoration: none; }
  a:hover, a:active {
    border: none;
    text-decoration: none; }

p {
  font-family: "Open Sans";
  font-size: 14px;
  line-height: 2;
  letter-spacing: .2px;
  margin-bottom: 1.5em; }

.site-footer {
  clear: both;
  width: 100%; }

.site-content {
  padding-top: 78px; }
  .site-content .site-main {
    margin-top: -14px; }

.site-header {
  max-width: 72.4339rem;
  margin: 0.809rem auto 1.618rem auto;
  background-color: #ebe8e5;
  border: 0.0625rem solid #e8e0da;
  box-shadow: inset 0 0.125rem 0.3125rem rgba(194, 188, 184, 0.1);
  color: #76624e; }
  .site-header a, .site-header a:visited, .site-header a:active {
    color: inherit; }

.site-branding {
  padding-left: 1.618rem;
  padding-top: 1.618rem;
  padding-bottom: 1.618rem; }

.site-title {
  font-weight: 700; }

.site-title, .site-description {
  margin: 0;
  line-height: 1em;
  display: inline-block;
  vertical-align: bottom; }

.site-description {
  margin-left: 0.5em;
  font-style: italic; }

.content-area {
  padding-top: 60px; }

.sticky {
  border-width: 0.4375rem;
  border-color: #ebe8e5;
  box-shadow: 0 0.1875rem 0.375rem rgba(33, 19, 4, 0.15); }

.post-thumbnail {
  margin-top: 1.618rem;
  margin-bottom: 1.618rem; }
  .post-thumbnail img {
    min-width: 100%;
    max-width: 100%;
    vertical-align: bottom; }

.page-header .page-title {
  text-align: center; }

.entry-content a img {
  vertical-align: bottom; }
.entry-content a, .entry-content a:link, .entry-content a:visited {
  border-bottom: 0.0625rem dotted #7B6048;
  background-color: #efedeb;
  color: #505050; }
.entry-content a:hover, .entry-content a:active {
  background-color: #ebe8e5; }

.entry-header {
  text-align: center; }

.entry-title {
  display: block;
  font-size: 30px;
  margin: 25px 0 0; }

.entry-title a,
.entry-footer a {
  border: none;
  color: #666;
  text-decoration: none;
  -webkit-transition: all .25s ease;
          transition: all .25s ease; }
  .entry-title a:hover, .entry-title a:focus,
  .entry-footer a:hover,
  .entry-footer a:focus {
    border: none;
    color: #bcaaa4;
    text-decoration: none; }

.entry-content a img {
  vertical-align: bottom; }

.entry-content a,
.entry-content a:link,
.entry-content a:visited {
  background: none !important;
  color: #bcaaa4 !important;
  border: none !important;
  text-decoration: none !important; }

.entry-content a:hover,
.entry-content a:active {
  background: none !important;
  color: #111 !important;
  border: none !important;
  text-decoration: none !important; }

.entry-meta {
  display: inline;
  font-size: 13px;
  font-weight: 400; }

.post-share-buttons a {
  font-size: 15px;
  padding: 0 7px; }

.post-share-buttons a:last-child {
  padding-right: 0; }

.continue_btn {
  text-align: center; }

.entry-content {
  font-family: 'Open Sans';
  font-size: 15px;
  margin-bottom: 30px; }
  .entry-content a.more-link {
    font-size: 15px;
    font-weight: 700;
    display: inline-block;
    padding: 1em 1.618em;
    margin: 2em 0 .5em 0;
    background: none;
    border-top: 0.1875rem solid white;
    border-bottom: 0.1875rem solid white;
    color: #ADA39A; }
    .entry-content a.more-link:before {
      font-family: "FontAwesome";
      content: "\f0a4";
      margin-right: 0.5em; }
    .entry-content a.more-link:after {
      font-family: "FontAwesome";
      content: "\f0a5";
      margin-left: 0.5em; }
  .entry-content p {
    font-family: "Open Sans";
    font-size: 14px;
    line-height: 2;
    letter-spacing: .2px;
    margin-bottom: 1.5em; }
  .entry-content blockquote {
    border-left: 4px solid #bcaaa4;
    font-size: 16px;
    margin-left: 30px;
    margin-bottom: 22px; }
    .entry-content blockquote p {
      font-size: 16px; }

.entry-footer {
  font-family: 'Lato';
  font-size: 15px;
  text-align: center;
  line-height: 3em;
  color: #ADA39A;
  border-bottom: 0.125rem solid white; }
  .entry-footer span {
    padding: 0 0.618em;
    display: inline-block; }
  .entry-footer span {
    border-top: 0.125rem solid white; }

.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); }

.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; }

.aboveheader {
  min-width: 72.4339rem;
  margin: a auto;
  text-align: right;
  font-size: 1.25rem; }
  .aboveheader a {
    margin-right: 0.618em; }
    .aboveheader a:link, .aboveheader a:visited {
      opacity: 0.75; }
    .aboveheader a:hover, .aboveheader a:active {
      opacity: 1; }

.abovecontent {
  min-width: 72.4339rem;
  margin: 0 auto;
  background-color: #fff;
  border: 0.0625rem solid #DFD8CF;
  box-shadow: 0 0.0625rem 0.0625rem rgba(33, 19, 4, 0.07); }

.comments-area {
  margin-top: 60px; }
  .comments-area .comment-reply-title {
    font-family: 'Playfair Display';
    font-size: 20px;
    text-transform: uppercase; }
  .comments-area form {
    font-family: 'Playfair Display';
    font-size: 15px;
    margin: 20px 0; }
    .comments-area form div[class*="col-md-"] {
      padding: 0; }
    .comments-area form .col-md-6:nth-child(2) {
      float: right;
      text-align: right; }
    .comments-area form textarea,
    .comments-area form input {
      border: 1px solid #bcaaa4;
      border-radius: 0;
      font-family: 'Playfair Display';
      font-size: 15px;
      margin-bottom: 8px;
      padding: 15px;
      width: 100%; }
    .comments-area form input {
      width: 98.5%; }
    .comments-area form textarea:focus,
    .comments-area form input:focus {
      border-color: #bcaaa4;
      outline: 0; }
    .comments-area form .form-submit {
      clear: both;
      display: block;
      text-align: center; }
      .comments-area form .form-submit input {
        background: #bcaaa4;
        border: 1px solid #bcaaa4;
        box-shadow: none;
        color: #fff;
        font-family: 'Lato';
        font-size: 15px;
        font-weight: 700;
        margin-top: 5px;
        padding: 12px 30px;
        text-transform: uppercase;
        width: inherit; }
        .comments-area form .form-submit input:hover {
          background: #fff;
          color: #bcaaa4; }

nav.navigation.post-navigation .nav-links a,
nav.navigation.posts-navigation .nav-links a {
  border: none !important;
  color: #111;
  font-family: 'Playfair Display';
  font-size: 16px;
  position: relative;
  text-decoration: none !important;
  -webkit-transition: all .25s ease;
          transition: all .25s ease; }
  nav.navigation.post-navigation .nav-links a:hover, nav.navigation.post-navigation .nav-links a:active,
  nav.navigation.posts-navigation .nav-links a:hover,
  nav.navigation.posts-navigation .nav-links a:active {
    border: none !important;
    color: #bcaaa4;
    text-decoration: none !important; }
  nav.navigation.post-navigation .nav-links a:before,
  nav.navigation.posts-navigation .nav-links a:before {
    font-family: 'FontAwesome';
    position: absolute;
    color: #111;
    font-size: 16px;
    top: 2px;
    -webkit-transition: all .25s ease;
            transition: all .25s ease; }
  nav.navigation.post-navigation .nav-links a:hover:before,
  nav.navigation.posts-navigation .nav-links a:hover:before {
    color: #bcaaa4; }
nav.navigation.post-navigation .nav-links .nav-previous a,
nav.navigation.posts-navigation .nav-links .nav-previous a {
  padding-left: 20px; }
  nav.navigation.post-navigation .nav-links .nav-previous a:before,
  nav.navigation.posts-navigation .nav-links .nav-previous a:before {
    content: "\f100";
    left: 0; }
nav.navigation.post-navigation .nav-links .nav-next a,
nav.navigation.posts-navigation .nav-links .nav-next a {
  padding-right: 20px; }
  nav.navigation.post-navigation .nav-links .nav-next a:before,
  nav.navigation.posts-navigation .nav-links .nav-next a:before {
    content: "\f101";
    right: 0; }

.page-content .search-form {
  font-family: 'Playfair Display', sans-serif;
  font-size: 15px;
  position: relative; }
  .page-content .search-form input[type="text"] {
    border: 1px solid #e8e0da;
    border-radius: 0;
    font-family: 'Playfair Display';
    font-size: 15px;
    padding: 15px; }
    .page-content .search-form input[type="text"]:focus {
      outline: 0; }
  .page-content .search-form .search-submit {
    background: none;
    border: none;
    box-shadow: none;
    color: #666;
    display: inline-block;
    font-size: 16px;
    height: 96%;
    right: 0;
    top: 1px;
    position: absolute; }
    .page-content .search-form .search-submit:focus {
      border: none;
      outline: 0; }

.widget {
  font-family: 'Open Sans';
  font-size: 14px;
  margin: 0;
  padding-bottom: 5em; }
  .widget .widget-title {
    color: #111;
    font-family: 'Playfair Display', sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin-top: 0;
    text-transform: uppercase; }
  .widget a {
    border: none;
    color: #111;
    -webkit-transition: all .25s ease;
            transition: all .25s ease; }
    .widget a:hover {
      border: none;
      color: #bcaaa4;
      text-decoration: none; }
  .widget.widget_about_me_widget {
    color: #111;
    font-family: 'Playfair Display', sans-serif;
    font-size: 14px;
    line-height: 23px;
    text-align: center; }
    .widget.widget_about_me_widget .about-title {
      color: #111;
      font-size: 16px;
      font-weight: 700;
      margin-top: 0;
      text-transform: uppercase;
      margin-bottom: 10px; }
    .widget.widget_about_me_widget img {
      border-radius: 50%; }
    .widget.widget_about_me_widget .pwpt-aboutme__description {
      margin: 25px 0 20px; }
    .widget.widget_about_me_widget .pwpt-aboutme__social__link {
      border: 1px solid #bcaaa4;
      border-radius: 50%;
      color: #bcaaa4;
      display: inline-block;
      font-size: 15px;
      height: 34px;
      width: 34px;
      line-height: 32px;
      margin-right: 10px;
      margin-bottom: 10px;
      text-align: center; }
      .widget.widget_about_me_widget .pwpt-aboutme__social__link:hover {
        background: #bcaaa4;
        color: #fff; }
  .widget .search-form {
    position: relative; }
    .widget .search-form input[type="text"] {
      border: 1px solid #e8e0da;
      border-radius: 0;
      font-family: 'Playfair Display', sans-serif;
      font-size: 15px;
      padding: 15px; }
      .widget .search-form input[type="text"]:focus {
        outline: 0; }
    .widget .search-form .search-submit {
      background: none;
      border: none;
      box-shadow: none;
      color: #666;
      display: inline-block;
      font-size: 16px;
      height: 96%;
      right: 0;
      top: 0;
      position: absolute; }
      .widget .search-form .search-submit:focus {
        border: none;
        outline: 0; }
  .widget.widget_prowptheme_recent_posts .widget_img.media-left {
    float: left;
    max-width: 75px;
    margin-right: 15px;
    padding: 0; }
  .widget.widget_prowptheme_recent_posts br {
    display: none; }
  .widget.widget_prowptheme_recent_posts .post-title {
    display: block;
    font-family: 'Playfair Display';
    font-size: 15px;
    margin-top: -5px; }
  .widget.widget_prowptheme_recent_posts time {
    font-size: 14px; }

.widget ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .widget ul li {
    padding: 1em 0 1em 2em;
    border-bottom: 0.0625rem solid #e8e0da; }
    .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 {
    padding-left: 0; }

.children li:first-of-type, .sub-menu li:first-of-type {
  margin-top: 1em;
  border-top: 0.0625rem solid #e8e0da; }

input.search-field {
  box-sizing: border-box;
  width: 100%; }

.widget_recent_comments ul li:before {
  content: "\f075"; }

.widget_archive ul li:before {
  content: "\f187";
  font-family: 'FontAwesome'; }

.widget_categories ul li:before {
  content: "\f07c";
  font-family: 'FontAwesome'; }

.widget_pages ul li:before, .widget_nav_menu ul li:before {
  content: "\f15c";
  font-family: 'FontAwesome'; }
.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";
  font-family: 'FontAwesome'; }
.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"; }

.site-footer {
  font-family: 'Lato';
  font-size: 15px;
  text-align: center;
  padding: 40px 0; }
  .site-footer a {
    border: none;
    color: #bcaaa4;
    text-decoration: none; }
    .site-footer a:hover, .site-footer a:active {
      border: none;
      color: #111;
      text-decoration: none; }

@media (max-width: 72.4339rem) {
  h1, h2, h3, h4, h5, h6 {
    font-family: sans-serif;
    line-height: 1.313em;
    font-weight: 300; }

  h1 {
    font-size: 2.7em;
    margin: 0.563em 0; }

  h2 {
    font-size: 1.8em;
    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; }

  .widget-title {
    font-size: 1.1817em; }

  .hentry, .comments-area, .page-header, .site-main .posts-navigation, .site-main .post-navigation, .paging-navigation {
    padding-left: 2.61792rem;
    padding-right: 2.61792rem;
    padding-top: 1.618rem;
    padding-bottom: 1.618rem; }

  .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: sans-serif;
    line-height: 1.313em;
    font-weight: 300; }

  h1 {
    font-size: 2.4em;
    margin: 0.563em 0; }

  h2 {
    font-size: 1.6em;
    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; } }
@media (max-width: 25rem) {
  h1, h2, h3, h4, h5, h6 {
    font-family: sans-serif;
    line-height: 1.313em;
    font-weight: 300; }

  h1 {
    font-size: 2.1em;
    margin: 0.563em 0; }

  h2 {
    font-size: 1.4em;
    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; }

  .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; } 
  }

@media (max-width: 767px) {
 .comments-area {
  padding-left: 0;
  padding-right: 0;
 }
 .comments-area form .col-md-6 {
  float: none !important;
  text-align: left;
 }
 .comments-area form input {
  width: 100%;
 }
}


/* WordPress 5.0 Gutenberg Support */


    /* For Header */

    .header-bottom .logo,
    .header-bottom .logo-text,
    .header-bottom p {
      display: none;
    }
    header .header-bottom .navbar-default .navbar-nav li:before {
          font-family: 'FontAwesome';
        position: absolute;
        z-index: 1;
        height: 25px;
        top: 50%;
        left: 5px;
        line-height: 26px;
        margin-top: -12.5px;

        transition: all 0.25s ease;
    }
    header .header-bottom .navbar-default .navbar-nav li:hover:before {
      color: #fff;
    }
    @media (min-width: 768px) {
      .navbar .navbar-toggle {
        display: none;
      }
      header .header-bottom .navbar-default .navbar-nav li {
        float: left;
      }
      header .header-bottom .navbar-default .navbar-nav li a {
        display: inline-block;
        padding: 2px 26px 0 !important;
      }
    }


/* !Block styles */

body {
  overflow-x: hidden;
}

@media only screen and (min-width: 768px) {
  .entry .entry-content > *,
  .entry .entry-summary > * {
    max-width: calc(8 * (100vw / 12) - 28px);
  }
}

@media only screen and (min-width: 1168px) {
  .entry .entry-content > *,
  .entry .entry-summary > * {
    max-width: calc(6 * (100vw / 12) - 28px);
  }
}

@media only screen and (min-width: 768px) {
  .entry .entry-content > *,
  .entry .entry-summary > * {
    margin: 32px 0;
  }
}

.entry .entry-content > *.alignwide,
.entry .entry-summary > *.alignwide {
  margin-left: auto;
  margin-right: auto;
  clear: both;
}

@media only screen and (min-width: 768px) {
  .entry .entry-content > *.alignwide,
  .entry .entry-summary > *.alignwide {
    width: 100%;
    max-width: 100%;
  }
}

.alignfull {
  position: relative;
  left: -1rem;
  width: calc( 100% + (2 * 1rem));
  max-width: calc( 100% + (2 * 1rem));
  clear: both;
}

@media only screen and (min-width: 768px) {
  .alignfull {
    margin-top: calc(2 * 1rem);
    margin-bottom: calc(2 * 1rem);
    left: calc( -12.5% - 75px);
    width: calc( 125% + 150px);
    max-width: calc( 125% + 150px);
  }
}

.alignleft{
  float: left;
  max-width: calc(5 * (100vw / 12));
  margin-top: 0;
  margin-left: 0;
  margin-right: 1rem;
}

@media only screen and (min-width: 768px) {
  .alignleft {
    max-width: calc(4 * (100vw / 12));
    margin-right: calc(2 * 1rem);
  }
}
.alignright {
  float: right;
  max-width: calc(5 * (100vw / 12));
  margin-top: 0;
  margin-right: 0;
  margin-left: 1rem;
}

@media only screen and (min-width: 768px) {
  .alignright {
    max-width: calc(4 * (100vw / 12));
    margin-right: 0;
    margin-left: calc(2 * 1rem);
  }
}
.aligncenter{
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 768px) {
  .aligncenter {
    max-width: calc(8 * (100vw / 12) - 28px);
  }
}

@media only screen and (min-width: 1168px) {
  .aligncenter {
    max-width: calc(6 * (100vw / 12) - 28px);
  }
}

