 /*
Theme Name: Weeland
Theme URI: https://themeforest.net/item/weeland-lifestyle-wordpress-blog-theme/21614603
Author: Nord Studio
Author URI: http://themeforest.net/user/nordstudio
Description: Weeland is a stylish, elegant and minimal WordPress theme designed for personal blogs. This theme perfect choice for lifestyle, cooking, travel, fashion, art, photography and any other kind of amazing blogs. The Weeland theme has several customization options that are available WordPress Theme Customizer. Theme is also multilingual ready and translated in several languages. Well documented and very easy to use even for WordPress beginners. 
Version: 1.5
Tags: grid-layout, two-columns, left-sidebar, footer-widgets, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, microformats, sticky-post, theme-options, threaded-comments, translation-ready, blog, food-and-drink, holiday
License: 
License URI: http://themeforest.net/licenses
Text Domain: weeland
*/

/**
 * Table of Contents
 *
 * 1.0 - Html, body
 * 2.0 - Typography
     2.1 - International Typography
 * 3.0 - Elements
 * 4.0 - Icons
 * 5.0 - Forms
 * 6.0 - Links
 * 7.0 - Alignments 
 * 8.0 - Sidebar
 *   8.1 - Sidebar Header
 *   8.2 - Sidebar Footer
 *   8.3 - Site Navigation
 * 9.0 - Content
 *   9.1 - Posts Grid
 *   9.2 - Post
 *   9.3 - Navigations
 *   9.4 - Error pages
 *   9.5 - Author Bio
 *   9.6 - Comments
 * 10.0 - Media
 *   10.1 - Captions
 *   10.2 - Galleries
 * 11.0 - Footer
 * 12.0 - Sidebar
 *   12.1 - Widgets
 * 13.0 - Accessibility
 * 14.0 - Clearings
 * 15.0 - Media Queries

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}
/*# sourceMappingURL=normalize.min.css.map */

/**
 * 1.0 - Html, body
 */
html {
  font-size: 20px;
}
 
body {
  font-family: Lora, Georgia, serif;
  line-height: 1.8;
  font-size: 1rem;
  font-weight: 400;
  background: #fff;
  color: #333;
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-break: break-word;
  word-wrap: break-word;
}

.site {
  overflow: hidden;
}

/**
 * 2.0 - Typography
 */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Oswald, sans-serif;
  font-weight: 400;
  line-height: 1.4;
  margin: 1.5em 0 0.5em;
}

h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a {
  color: inherit;
}

h1 {
  font-size: 3.157em;
  line-height: 1.1;
}

h2 {
  font-size: 2.369em;
  line-height: 1.2;
}

h3 {
  font-size: 1.777em;
  line-height: 1.4;
}

h4 {
  font-size: 1.333em;
  line-height: 1.5;
}

h5 {
  font-size: 1em;
}

h6 {
  font-size: 0.75em;
  line-height: 1.8;
}

p {
  margin: 0 0 1.7em;
  padding: 0;
}

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

b,
strong {
  font-weight: 600;
}

blockquote {
  position: relative;
  font-size: 1.1em;
  line-height: 1.6;
  font-style: italic;
  margin-top: 2em;
  margin-bottom: 2em;
  border-left: 6px solid #eee;
  margin-left: 0;
  padding-left: 1.5em;
}

pre {
  border: 1px solid #e2e2e2;
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 0.8em;
  margin: 0 0 1.7em;
  max-width: 100%;
  overflow: auto;
  padding: 1.75em;
  overflow: auto;
}

pre > :first-child {
  margin-top: 0;
}

code,
kbd,
tt,
var,
samp {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 0.8em;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

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

big {
  font-size: 125%;
}

/**
 * 2.1 - International Typography
 */

/* Typography for Chinese font */

html[lang^="zh-"] body,
html[lang^="zh-"] h1,
html[lang^="zh-"] h2,
html[lang^="zh-"] h3,
html[lang^="zh-"] h4,
html[lang^="zh-"] h5,
html[lang^="zh-"] h6,
html[lang^="zh-"] button,
html[lang^="zh-"] input,
html[lang^="zh-"] select,
html[lang^="zh-"] textarea,
html[lang^="zh-"] .cat-links a,
html[lang^="zh-"] .post-navigation .nav-meta,
html[lang^="zh-"] .post-navigation .post-title,
html[lang^="zh-"] .comment-author .fn:after {
  font-family: "PingFang TC", "Helvetica Neue", Helvetica, STHeitiTC-Light, Arial, sans-serif;
}

html[lang^="zh-"] h1,
html[lang^="zh-"] h2,
html[lang^="zh-"] h3,
html[lang^="zh-"] h4,
html[lang^="zh-"] h5,
html[lang^="zh-"] h6 {
  font-weight: 700;
}

html[lang^="zh-"] .widget-title {
  font-size: 1em;
}

html[lang^="zh-"] blockquote,
html[lang^="zh-"] .tags-list a,
html[lang^="zh-"] .post-meta,
html[lang^="zh-"] .meta,
html[lang^="zh-"] .entry-more .more-link,
html[lang^="zh-"] .author-link,
html[lang^="zh-"] .bypostauthor .fn:after,
html[lang^="zh-"] .comment-metadata,
html[lang^="zh-"] .comment-notes, 
html[lang^="zh-"] .logged-in-as,
html[lang^="zh-"] .widget .post-date,
html[lang^="zh-"] .widget .rss-date,
html[lang^="zh-"] .widget_archive li,
html[lang^="zh-"] .widget_categories li,
html[lang^="zh-"] .widget_recent_comments .recentcomments, 
html[lang^="zh-"] .widget_recent_comments .recentcomments .comment-author-link a {
  font-style: normal;
}

html[lang^="zh-"] ::-webkit-input-placeholder {
  font-style: normal;
}

html[lang^="zh-"] ::-moz-placeholder {
  font-style: normal;
}

html[lang^="zh-"] :-ms-input-placeholder {
  font-style: normal;
}

/* Typography for Korean font */

html[lang="ko-KR"] body,
html[lang="ko-KR"] h1,
html[lang="ko-KR"] h2,
html[lang="ko-KR"] h3,
html[lang="ko-KR"] h4,
html[lang="ko-KR"] h5,
html[lang="ko-KR"] h6,
html[lang="ko-KR"] button,
html[lang="ko-KR"] input,
html[lang="ko-KR"] select,
html[lang="ko-KR"] textarea,
html[lang="ko-KR"] .cat-links a,
html[lang="ko-KR"] .post-navigation .nav-meta,
html[lang="ko-KR"] .post-navigation .post-title,
html[lang="ko-KR"] .comment-author .fn:after {
  font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Nanum Gothic", Dotum, sans-serif;
}

html[lang="ko-KR"] h1,
html[lang="ko-KR"] h2,
html[lang="ko-KR"] h3,
html[lang="ko-KR"] h4,
html[lang="ko-KR"] h5,
html[lang="ko-KR"] h6,
html[lang="ko-KR"] .primary-navigation,
html[lang="ko-KR"] .post-navigation .post-title {
  font-weight: 600;
}

html[lang="ko-KR"] .page-title,
html[lang="ko-KR"] .widget-title,
html[lang="ko-KR"] .section-title {
  font-weight: 700;
}

html[lang="ko-KR"] .widget-title {
  font-size: 1em;
}

html[lang="ko-KR"] blockquote,
html[lang="ko-KR"] .tags-list a,
html[lang="ko-KR"] .post-meta,
html[lang="ko-KR"] .meta,
html[lang="ko-KR"] .entry-more .more-link,
html[lang="ko-KR"] .author-link,
html[lang="ko-KR"] .bypostauthor .fn:after,
html[lang="ko-KR"] .comment-metadata,
html[lang="ko-KR"] .comment-notes, 
html[lang="ko-KR"] .logged-in-as,
html[lang="ko-KR"] .widget .post-date,
html[lang="ko-KR"] .widget .rss-date,
html[lang="ko-KR"] .widget_archive li,
html[lang="ko-KR"] .widget_categories li,
html[lang="ko-KR"] .widget_recent_comments .recentcomments, 
html[lang="ko-KR"] .widget_recent_comments .recentcomments .comment-author-link a {
  font-style: normal;
}

html[lang="ko-KR"] ::-webkit-input-placeholder {
  font-style: normal;
}

html[lang="ko-KR"] ::-moz-placeholder {
  font-style: normal;
}

html[lang="ko-KR"] :-ms-input-placeholder {
  font-style: normal;
}

/* Remove letter-spacing for all non-latin alphabets */

html[lang="ar"] *,
html[lang="ary"] *,
html[lang="azb"] *,
html[lang="haz"] *,
html[lang="ps"] *,
html[lang^="zh-"] *,
html[lang="bn-BD"] *,
html[lang="hi-IN"] *,
html[lang="mr-IN"] *,
html[lang="el"] *,
html[lang="gu-IN"] *,
html[lang="he-IL"] *,
html[lang="ja"] *,
html[lang="ko-KR"] *,
html[lang="th"] * {
  letter-spacing: 0 !important;
}

/**
 * 3.0 - Elements
 */
hr {
  background-color: #ddd;
  border: 0;
  height: 1px;
  margin: 0 0 1.7em;
}

ul,
ol {
  margin: 0 0 1.7em 2em;
  padding: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
  margin-left: 2em;
}

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

dl {
  margin-bottom: 1.7em;
}

dt {
  font-weight: 600;
}

dd {
  margin-bottom: 1.7em;
}

table,
th,
td {
  border: 1px solid #dedede;
}

table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 1.7em;
  table-layout: fixed;
  /* Prevents HTML tables from becoming too wide */
  width: 100%;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

th {
  border-width: 0 1px 1px 0;
  font-weight: 600;
}

td {
  border-width: 0 1px 1px 0;
}

th, td {
  padding: 0.4em;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

figure {
  margin: 0;
}

del {
  opacity: 0.8;
}

/**
 * 4.0 - Icons
 */
.menu-icon {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  background: #222;
}

.menu-icon:before, 
.menu-icon:after {
  background: inherit;
}

.menu-icon, 
.menu-icon:before, 
.menu-icon:after {
  height: 2px;
  width: 20px;
  display: inline-block;
  vertical-align: middle;
}

.menu-icon:before, 
.menu-icon:after {
  position: absolute;
  content: '';
}

.menu-icon:before {
  left: 0;
  top: -7px; 
}

.menu-icon:after {
  bottom: -7px;
  left: 0;
}

/**
 * 5.0 - Forms
 */
button,
input,
textarea,
select {
	background-color: #fff;
	border-radius: 0;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
	font-size: 0.8rem;
  font-weight: 400;
}

button,
input {
	line-height: normal;
}

input,
textarea,
select {
	background: #fff;
	border: 1px solid rgba(51, 51, 51, 0.14);
	color: #333;
}

input:focus,
textarea:focus,
select:focus {
	background-color: transparent;
	border: 1px solid rgba(51, 51, 51, 0.23);
}

input:focus {
	outline: 2px solid #c1c1c1;
	outline: 2px solid rgba(51, 51, 51, 0.5);
}

button[disabled],
input[disabled],
select[disabled],
textarea[disabled] {
	cursor: default;
	opacity: .5;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background-color: #cbb78f;
  color: #fff;
	border: none;
	cursor: pointer;
	padding: 1.571428571em 2em;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 0.7rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1428571em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
  background-color: #bba579;
	outline: 0;
}

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

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

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

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	padding: 1.25em 1.25em;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus,
select:focus {
	outline: 0;
}

label {
  cursor: pointer;
}

.post-password-form {
  font-size: 1rem;
}

.post-password-form > :last-child {
  margin-bottom: 0;
}

.post-password-form label {
	color: #757575;
	font-size: 0.8em;
}

.post-password-form input[type="password"] {
  width: 190px;
  margin-left: 10px;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
  margin-right: 0.5em;
}

::-webkit-input-placeholder {
  color: #757575;
  font-style: italic;
}

::-moz-placeholder {
  color: #757575;
  font-style: italic;
}

:-ms-input-placeholder {
  color: #757575;
  font-style: italic;
}

.search-form .search-wrap {
  position: relative;
}

.search-form .search-field {
  display: block;
  width: 100%;
  -webkit-appearance: none;
  box-sizing: border-box;
}

.search-form .search-submit {
  position: absolute;
  top: 0;
  right: 1em;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0;
  border: none;
  background: transparent;
  color: inherit;
}

.search-form .search-submit svg {
  fill: currentColor;
  width: 2em;
  height: 2em;
  opacity: 0.5;
}

.search-form .search-submit:hover svg {
  opacity: 1;
}

.required {
  color: #ff5a3a;
}

/**
 * 6.0 - Links
 */
a {
  text-decoration-color: transparent;
  text-underline-offset: 0.085em;
  color: inherit;
}

a:hover {
  text-decoration-color: currentColor;
}

.page-content a,
.taxonomy-description a,
.post-meta a,
.entry-content a:not(.wp-block-button__link),
.entry-summary a,
.author-description a,
.logged-in-as a,
.comment-content a,
.comment-edit-link,
.comment-navigation a,
.textwidget a,
.site-info a {
  color: #bd9f69;
}

.page-content a:hover,
.taxonomy-description a:hover,
.post-meta a:hover,
.entry-content a:not(.wp-block-button__link):hover,
.entry-summary a:hover,
.author-description a:hover,
.logged-in-as a:hover,
.comment-content a:hover,
.comment-edit-link:hover,
.comment-navigation a:hover,
.textwidget a:hover,
.site-info a:hover {
  color: #a9874a;
}

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

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

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

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
	margin: 0.3em 1.7em 1.7em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
	margin: 0.3em 0 1.7em 1.7em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
	clear: both;
	margin-top: 0.3em;
	margin-bottom: 1.7em;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
	margin-bottom: 1.2em;
}

/**
 * 8.0 - Sidebar
 */
.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: max(300px,25vw);
  background-size: cover;
  background-position: center;
  text-align: center;
  color: #d0d0d0;
  background-color: #333;
  z-index: 50;
}

.admin-bar .sidebar {
  top: 32px;
}

.has-sidebar-image .sidebar:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000;
  opacity: 0.35;
}

.sidebar a {
  color: #fff;
}

.sidebar h1,
.sidebar h2,
.sidebar h3,
.sidebar h4,
.sidebar h5,
.sidebar h6 {
  color: #fff;
}

.sidebar-inner {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 12% 10%;
}

.sidebar-header {
  flex-grow: 0;
}

.primary-menu-wrapper {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/**
 * 8.1 - Sidebar Header
 */
.site-identity {
  position: relative;
  z-index: 10;
}

.tagline {
  font-size: 0.8em;
  line-height: 1.6;
  max-width: 600px;
  width: 100%;
  margin: 0 auto 2em auto;
}

.site-title {
  margin: 0 0 0.25em;
  font-family: Lora, Georgia, serif;
  font-size: 1.7em;
  line-height: 1.4;
  font-weight: 600;
}

.site-title a {
  text-decoration-thickness: 2px;
}

.custom-logo-link {
  display: inline-block;
  margin-bottom: 1em;
}

.custom-logo-link:only-child {
  margin: 0;
}

.custom-logo-link img {
  max-width: 200px;
  width: 100%;
  height: auto;
}

/**
 * 8.2 - Sidebar Footer
 */
.social-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 3px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.social-menu li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.5em;
  width: 2.5em;
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 100%;
  color: #fff;
}

.social-menu li a:hover {
  border-color: rgba(255,255,255,0.4);
}

.social-menu li a svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.social-menu-wrapper + .site-copyright {
  margin-top: 1.25em;
}

.site-copyright {
  font-size: 0.8em;
}

/**
 * 8.3 - Site Navigation
 */
.primary-menu {
  display: none;
  position: relative;
  font-family: Oswald, sans-serif;
  font-size: 1.1em;
  line-height: 1.4;
  letter-spacing: 0.125em;
  text-transform: uppercase;
  list-style: none;
  margin: 0;
  padding: 0;
  color: #fff;
}

@media (min-width: 992px) {
  .primary-menu {
    display: block;
  }
}

.primary-menu a:hover {
  text-decoration-color: transparent;
}

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

.primary-menu ul li {
  position: relative;
}

.primary-menu > li {
  margin-bottom: 0.55em;
}

.primary-menu .ancestor-wrapper {
  display: inline-block;
  position: relative;
}

.primary-menu .ancestor-wrapper > a:after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 50%;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-out;
  background: currentColor;
}

.primary-menu .ancestor-wrapper > a:hover:after {
    width: 100%;
    left: 0;
}

.primary-menu .submenu-arrow {
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.primary-menu .submenu-arrow svg {
  fill: currentColor;
  width: 0.85em;
  height: 0.85em;
  opacity: 0.5;
}

.primary-menu li:hover .submenu-arrow svg {
  opacity: 1;
}

.primary-menu ul {
  display: none;
  font-size: 0.8rem;
  padding: 1em 0;
}

.primary-menu ul > li {
  margin-bottom: 0.5em;
}

.primary-menu ul > li:last-child {
  margin: 0;
}

.primary-menu ul > li ul {
  margin-top: 0.5em;
}

.mobile-toggle {
  display: none;
}

/**
 * 9.0 - Content
 */
.site-content {
  margin-left: max(300px,25vw);
}

.content-area {
  border-bottom: 1px solid #e5e5e5;
}

.site-main > * {
  border-bottom: 1px solid #e5e5e5;  
}

.site-main > :last-child {
  border: none;
}

.page-header {
  text-align: center;
  padding: 6.5%;
  border-bottom: 1px solid #e5e5e5;
}

.page-title {
  font-size: 1.4em;
  line-height: 1.3;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 0 0.714285714em;
}

.taxonomy-description,
.search-description {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
  font-size: 0.8em;
}

.page-title:only-child,
.taxonomy-description > :only-child,
.taxonomy-description > :last-child {
  margin-bottom: 0;
}

.section-title {
  font-size: 1em;
  line-height: 1.4;
  font-weight: 400;
  margin: 0 0 1.5em;
  text-transform: uppercase;
}

/**
 * 9.1 - Posts Grid
 */
.posts-grid {
  position: relative;
}

.posts-grid:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc( 50% - 1px );
  width: 1px;
  background-color: #e5e5e5;
}

.posts-grid .hentry {
  width: 50%;
  padding: 6.5%;
  margin: 0;
  border-top: 1px solid #e5e5e5;
}

.posts-grid .hentry:nth-child(1),
.posts-grid .hentry:nth-child(2) {
  border:none;
}

.posts-grid .post-thumbnail {
  margin-bottom: 2em;
}

.posts-grid .entry-header {
  margin-bottom: 1.5em;
}

.posts-grid .cat-links {
  margin-bottom: 1.3em;
}

.posts-grid .entry-title {
  font-size: 2.4em;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 0 0 0.227272em;
}

.posts-grid .entry-title a {
  text-decoration-thickness: 2px;
}

.posts-grid .post-meta {
  font-size: 0.8em;
}

.posts-grid .entry-summary {
  font-size: 0.8em;
}

.posts-grid .hentry > :last-child {
  margin-bottom: 0;
}

/**
 * 9.2 - Post
 */
.hentry {
  padding: 6.5%;
}

.post-thumbnail,
.entry-attachment {
  display: block;
  text-align: center;
  margin-bottom: 1.7em;
}

.entry-caption {
  color: #757575;
  font-size: 0.8em;
  line-height: 1.6;
  text-align: center;
  margin-top: 1.25em;
}

.entry-caption > :last-child,
.entry-caption > :only-child {
  margin-bottom: 0;
}

.content-container {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
}

.content-container.wide {
  max-width: 1100px;
}

.entry-header {
  margin-bottom: 2em;
  text-align: center;
}

.cat-links {
  display: flex;
  gap: 5px 10px;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 0 1.25em;
}

.cat-links a {
  position: relative;
  font-family: Oswald, sans-serif;
  font-size: 0.8em;
  letter-spacing: 0.1428571em;
  text-transform: uppercase;
  text-decoration-color: #f1f1f1;
  text-decoration-thickness: 4px;
  text-underline-offset: 6px;
}

.cat-links a:hover {
  text-decoration-color: transparent;
}

.entry-title {
  font-size: 2.6em;
  font-weight: 400;
  line-height: 1.25;
  text-transform: uppercase;
  margin: 0 0 0.3571428571em;
}

.entry-summary > :last-child,
.entry-content > :last-child {
  margin-bottom: 0;
}

.entry-footer {
  margin-top: 1.7em;
}

.tags-list {
  margin-bottom: 1.5em;
}

.tags-list a {
  display: inline-block;
  padding: 0.1875em 0.875em;
  border: 1px solid rgba(0,0,0,0.11);
  color: #757575;
  margin-right: 4px;
  margin-bottom: 4px;
  border-radius: 3px;
  font-size: 0.8rem;
}

.tags-list a:hover  {
  border: 1px solid rgba(0,0,0,0.23);
}

.post-meta,
.meta {
  color: #757575;
  font-size: 0.9em;
  font-style: italic;
}

.post-meta + .post-meta:before {
  content: ' ';
}

.sticky-badge {
  display: inline-block;
  font-family: Oswald, sans-serif;
  font-size: 0.7rem;
  font-weight: 400;
  letter-spacing: 0.1428571em;
  text-transform: uppercase;
  background: #d3c4a6;
  color: #fff;
  margin-bottom: 1.3em;
  padding: 0.3571428em 0.857129em 0.3571428em 1em;
}

.entry-more .more-link {
  font-style: italic;
}

.page-links {
  color: #757575;
  font-size: 0.8em;
  text-transform: uppercase;
}

.page-links:before {
  content: '';
  display: table;
  clear: both;
}

/**
 * 9.3 - Navigations
 */
.pagination,
.image-navigation {
  padding: 6.5%;
}

.pagination .nav-links,
.image-navigation .nav-links{
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
}

.pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.75em;
  height: 2.75em;
  background: #f5f5f5;
  color: #333;
  border-radius: 100%;
}

.page-numbers:hover,
.page-numbers.current {
  color: #fff;
  background: #d3c4a6;
  text-decoration-color: transparent;
}

.page-numbers.dots,
.page-numbers.dots:hover {
  background: transparent;
}

.page-numbers.dots:hover {
  color: inherit;
}

.page-numbers.current {
  font-weight: bold;
}

.page-numbers .svg-icon {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.page-numbers:hover .svg-icon {
  fill: #fff;
}

.image-navigation .nav-links .nav-previous,
.comment-navigation .nav-previous {
  float: left;
  text-align: left;
}

.image-navigation .nav-links .nav-next,
.comment-navigation .nav-next {
  float: right;
  text-align: right;
}

.image-navigation .nav-previous,
.image-navigation .nav-next,
.comment-navigation .nav-previous,
.comment-navigation .nav-next {
  width: 50%;
}

.image-navigation .nav-links a {
  font-family: Oswald, sans-serif;
  font-size: 0.8em;
  letter-spacing: 0.1428571em;
  text-transform: uppercase;
  border-bottom: 4px solid #f1f1f1;
  padding-bottom: 10px;
}

.paging-navigation .nav-links a span,
.paging-navigation .nav-links a i,
.image-navigation .nav-links a span,
.image-navigation .nav-links a i {
  display: inline-block;
  vertical-align: middle;
}

.comment-navigation {
  font-size: 0.9em;
}

/* Next/Previous Post Navigation ------------------------- */

.pagination-single > * {
  position: relative;
  min-height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #f5f5f5;
}

.pagination-single .has-cover-image {
  color: #fff;
}

.pagination-single .pagination-single-cover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.pagination-single .pagination-single-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.pagination-single .pagination-single-cover:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000000;
  opacity: 0.6;
  transition: opacity 0.3s ease-out;
}

.pagination-single > :hover .pagination-single-cover:after {
  opacity: 0.75;
}

.pagination-single .prevous-post-inner,
.pagination-single .next-post-inner {
  z-index: 10;
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
  padding: 50px;
}

.pagination-single .next-post-title,
.pagination-single .previous-post-title {
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
}

.pagination-single .nav-meta {
  font-family: Oswald, sans-serif;
  font-size: 0.8em;
  letter-spacing: 0.1428571em;
  text-transform: uppercase;
  text-decoration: underline;
  text-decoration-color: currentColor;
  text-decoration-thickness: 2px;
  text-underline-offset: 6px;
}

.pagination-single .has-cover-image .nav-meta {
  border-color: rgba(255,255,255, 0.3);
  color: #fff;
}

.pagination-single .post-link:focus {
  outline-color: inherit;
}

.page-links {
  font-size: 1rem;
  text-align: center;
}

.page-links span {
  display: inline-block;
}

.entry-content + .image-navigation {
  margin-top: 1.8rem;
}

/**
 * 9.4 - Error pages
 */
.not-found {
  padding: 6.5%;
}

.not-found .page-content {
  text-align: center;
}

.search-no-results .not-found .search-form,
.error404 .not-found .search-form {
  margin: 1.7em 0;
}

/**
 * 9.5 - Author Bio
 */
.author-info {
  margin-top: 2em;
  padding-top: 2em;
  border-top: 1px solid #f2f2f2;
}

.author-inner {
  display: flex;
  gap: 1em;
}

.author-avatar {
  width: 3.5em;
  margin-top: 0.25em;
}

.author-avatar img {
  max-width: 3.5em;
  height: auto;
  border-radius: 100%;
}

.author-description {
  flex: 1;
  font-size: 0.85em;
  line-height: 1.65;
}

.author-bio {
  margin-bottom: 1em;
}

.author-link {
  font-style: italic;
}

.page-header .author-avatar {
  float: none;
  text-align: center;
  width: 100%;
  margin-bottom: 1rem;
}

/**
 * 9.6 - Comments
 */
.comments-area {
  padding: 6.5%;
}

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

.comment-list .comment {
  margin-bottom: 2em;
}

.comment-list .children {
  margin-left: 3em;
  margin-top: 2em;
}

.comment-list .pingback {
  margin-bottom: 1.7em;
}

.comment-meta {
  font-size: 0.8em;
  line-height: 1.7;
}

.comment-author {
  position: relative;
  z-index: 2;
}

.comment-author .avatar {
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 100%;
  float: left;
  margin-right: 1rem;
}

.comment-author .fn {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 500;
}

.bypostauthor .fn:after {
  content: 'Author';
  font-family: Lora, Georgia, serif;
  font-weight: 400;
  font-style: italic;
  color: #757575;
  margin-left: 5px;
}

.comment-metadata {
  font-size: 0.875em;
  font-style: italic;
}

.comment-metadata > a {
  color: #757575;
}

.comment-metadata > a:hover {
  color: #414141;
}

.comment-list .pingback .comment-edit-link {
  font-style: italic;
}

.comment-awaiting-moderation {
  margin: 0;
  color: #fb6c31;
}

.comment-content {
  font-size: 0.8em;
  line-height: 1.65;
  margin: 1em 0;
}

.comment-content > :last-child {
  margin: 0;
}

.comment-reply-link {
  display: inline-block;
  padding: 0.1875em 0.875em;
  border: 1px solid rgba(0,0,0,0.11);
  color: #757575;
  border-radius: 2px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 0.7rem;
}

.comment-reply-link:hover {
  border: 1px solid rgba(0,0,0,0.23);
  color: #999;
}

.comment-respond {
  margin-top: 2rem;
}

.comment-respond:only-child {
  margin-top: 0;
}

.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
  margin-top: 3rem;
}

.comment-notes,
.logged-in-as {
  font-size: 0.8em;
  font-style: italic;
}

.comment-reply-title {
  margin: 0 0 0.5em;
}

.comment-form p {
  margin-bottom: 20px;
  font-size: 0.8em;
}

.comment-form > :last-child {
  margin-bottom: 0;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
  width: 100%;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
  max-width: 350px;
}

.comment-reply-title > small {
  vertical-align: middle;
}

#cancel-comment-reply-link {
  margin-left: 10px;
  opacity: 0.6;
}

#cancel-comment-reply-link:hover {
  opacity: 1;
}

.no-comments {
  font-size: 0.8em;
  line-height: 1.65;
  font-style: italic;
  color: #ff6a1d;
}

/**
 * 9.7 - Related Posts
 */
.entry-related-posts {
  padding: 6.5%;
}

.related-posts {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 30px;
}

.related-post .post-thumbnail {
  margin-bottom: 0.75rem;
}

.related-post .related-post-content {
  line-height: 1.5;
}

.related-post .post-meta {
  font-size: 0.8em;
}

/**
 * 9.8 - Gutenberg
 */
.entry-content pre.wp-block-verse {
  font-family: Lora, Georgia, serif;
  font-size: 1em;
  font-style: italic;
  white-space: nowrap;
  overflow: auto;
  border: 1px dashed #e2e2e2;
  padding: 1em 1.5em;
}

.entry-content .wp-block-separator {
  border: none;
  border-bottom: 1px solid #dedede;
  margin: 1.7em auto;
  height: auto;
}

.entry-content .wp-block-separator.is-style-dots:before {
  color: #c1c1c1;
}

.entry-content .wp-block-separator.is-style-dots {
  background: none;
  border: none;
  text-align: center;
  max-width: none;
  line-height: 1;
  height: auto;
}

.entry-content .wp-block-table td, 
.entry-content .wp-block-table th {
  border-color: #dedede;
}

@media only screen and (min-width: 768px) {
  .entry-content .wp-block-columns .wp-block-column > *:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 768px) {
  .entry-content .wp-block-columns .wp-block-column > *:first-child {
    margin-top: 0;
  }
}

@media (min-width:600px){
  .entry-content .wp-block-column:nth-child(odd){
    margin-right: 20px
  }
  .entry-content .wp-block-column:not(:first-child),
  .entry-content .wp-block-column:nth-child(2n){
    margin-left: 20px
  }
  .entry-content .wp-block-column:not(:last-child){
    margin-right: 20px
  }

  .entry-content .has-3-columns .wp-block-column:nth-child(odd),
  .entry-content .has-4-columns .wp-block-column:nth-child(odd){
    margin-right: 15px
  }
  .entry-content .has-3-columns .wp-block-column:not(:first-child),
  .entry-content .has-3-columns .wp-block-column:nth-child(2n),
  .entry-content .has-4-columns .wp-block-column:not(:first-child),
  .entry-content .has-4-columns .wp-block-column:nth-child(2n){
    margin-left: 15px
  }
  .entry-content .has-3-columns .wp-block-column:not(:last-child),
  .entry-content .has-4-columns .wp-block-column:not(:last-child){
    margin-right: 15px
  }

  .entry-content .has-5-columns .wp-block-column:nth-child(odd),
  .entry-content .has-6-columns .wp-block-column:nth-child(odd){
    margin-right: 10px
  }
  .entry-content .has-5-columns .wp-block-column:not(:first-child),
  .entry-content .has-5-columns .wp-block-column:nth-child(2n),
  .entry-content .has-6-columns .wp-block-column:not(:first-child),
  .entry-content .has-6-columns .wp-block-column:nth-child(2n){
    margin-left: 10px
  }
  .entry-content .has-5-columns .wp-block-column:not(:last-child),
  .entry-content .has-6-columns .wp-block-column:not(:last-child){
    margin-right: 10px
  }
}

.entry-content .wp-block-gallery {
  margin-left: 0;
  margin-bottom: 1.7em;
}

.entry-content .wp-block-archives li, 
.entry-content .wp-block-categories li, 
.entry-content .wp-block-latest-posts li {
  color: #bababa;
}

.entry-content .wp-block-archives, 
.entry-content .wp-block-categories, 
.entry-content .wp-block-latest-posts {
  padding: 0;
  margin-left: 0;
  margin-bottom: 1.7em;
  list-style: none;
}

.entry-content .wp-block-archives, 
.entry-content .wp-block-categories {
  font-style: italic;
}

.entry-content .wp-block-archives a, 
.entry-content .wp-block-categories a {
  font-style: normal;
}

.entry-content .wp-block-archives.aligncenter, 
.entry-content .wp-block-categories.aligncenter {
  text-align: center;
}

.entry-content .wp-block-categories li ul {
  list-style: none;
  padding-left: 0;
}

.entry-content .wp-block-categories ul > li > a::before {
  content: "– ";
}

.entry-content .wp-block-latest-posts__post-date {
  font-size: 0.8em;
  font-style: italic;
  color: #757575;
}

.entry-content .wp-block-button {
  margin-bottom: 1.7em;
}

.entry-content .wp-block-button.alignleft,
.entry-content .wp-block-button.alignright {
  margin-bottom: 0;
}

.entry-content .wp-block-quote {
  margin-bottom: 1.7em;
}

.entry-content .wp-block-quote:not(.is-large):not(.is-style-large) {
  border-left: 6px solid #eee;
  padding-left: 1.5em;
  font-size: 1em;
}

.entry-content .wp-block-quote p {
  margin-bottom: 1em;
}

.entry-content .wp-block-quote__citation, 
.entry-content .wp-block-quote cite, 
.entry-content .wp-block-quote footer {
  color: #757575;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 0.7em;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.142857em;
}

.entry-content .wp-block-quote.is-large, 
.entry-content .wp-block-quote.is-style-large {
  margin: 2em 0;
  padding: 0 1.5em;
  border-left: none;
  font-size: 1em;
}

.entry-content .wp-block-quote.is-large p, 
.entry-content .wp-block-quote.is-style-large p {
  font-size: 1.2em;
  font-style: italic;
  line-height: 1.6;
}

.entry-content .wp-block-pullquote {
  border-color: #e1e1e1;
  padding: 2.5em 0;
}

.entry-content .wp-block-pullquote.alignleft, 
.entry-content .wp-block-pullquote.alignright {
  padding: 1.5em 0;
  margin-top: 0.5em;
}

.entry-content .wp-block-pullquote.aligncenter {
  margin: 2em 0;
} 

.entry-content .wp-block-pullquote blockquote {
  padding: 0 1.5em;
  margin: 0;
  font-size: 1em;
  line-height: 1.75;
  border-left: none;
}

.entry-content .wp-block-pullquote blockquote p {
  margin-bottom: 1em;
  font-size: 1.2em;
  line-height: 1.6;
}

.entry-content .wp-block-pullquote.alignleft p, 
.entry-content .wp-block-pullquote.alignright p {
  font-size: 1em;
}

.entry-content .wp-block-pullquote__citation, 
.entry-content .wp-block-pullquote cite, 
.entry-content .wp-block-pullquote footer {
  color: #757575;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 0.7em;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.142857em;
}

.entry-content .has-text-color .wp-block-pullquote__citation, 
.entry-content .wp-block-pullquote .has-text-color cite, 
.entry-content .wp-block-pullquote .has-text-color footer {
  color: inherit;
}

.entry-content .wp-block-pullquote.is-style-solid-color blockquote cite {
  text-transform: uppercase;
}

.entry-content .wp-block-image .alignleft {
  margin-right: 1.5em;
}

.entry-content .wp-block-image .alignright {
  margin-left: 1.5em;
}

.entry-content .wp-block-video figcaption,
.entry-content .wp-block-embed figcaption,
.entry-content .wp-block-audio figcaption,
.entry-content .wp-block-image figcaption {
  color: #999;
  font-size: 0.8em;
  line-height: 1.6;
}

.entry-content .wp-block-video,
.entry-content .wp-block-audio,
.entry-content .wp-block-embed {
  margin-bottom: 1.7em;
}

.entry-content .wp-block-video.alignleft,
.entry-content .wp-block-video.alignright,
.entry-content .wp-block-audio.alignleft,
.entry-content .wp-block-audio.alignright,
.entry-content .wp-block-embed.alignleft,
.entry-content .wp-block-embed.alignright {
  margin-bottom: 0.6em;
}

.entry-content .wp-block-video video {
  margin-bottom: 0;
}

.entry-content .wp-block-cover-image .wp-block-cover-image-text, 
.entry-content .wp-block-cover-image .wp-block-cover-text, 
.entry-content .wp-block-cover-image h2, 
.entry-content .wp-block-cover .wp-block-cover-image-text, 
.entry-content .wp-block-cover .wp-block-cover-text, 
.entry-content .wp-block-cover h2 {
  font-size: 1.3em;
}

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

audio,
canvas {
	display: inline-block;
}

embed,
iframe,
object,
video {
	margin-bottom: 1.7em;
	max-width: 100%;
	vertical-align: middle;
}

p > embed,
p > iframe,
p > object,
p > video {
	margin-bottom: 0;
}

.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist {
	margin-top: 0;
	margin-bottom: 1.7em;
}

.wp-playlist.wp-playlist {
	padding-bottom: 0;
}

.wp-playlist .wp-playlist-tracks {
	margin-top: 0;
}

.wp-playlist-item .wp-playlist-caption {
	border-bottom: 0;
	padding: 12px 0;
}

.wp-playlist-item .wp-playlist-item-length {
	top: 10px;
}

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

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

.wp-caption-text {
	color: #aaa;
	padding: 1em 0 0;
	font-size: 0.8em;
  line-height: 1.6;
}

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

/**
 * 11.0 - Galleries
 */
.gallery {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 1.7em;
}

.gallery .gallery-item {
  flex-basis: 100%;
  max-width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
}

.gallery.weeland-custom-gallery {
  display: block;
  margin-left: 0;
  margin-right: 0;
}

.gallery.weeland-custom-gallery .gallery-item {
  padding-left: 0;
  padding-right: 0;
}

.gallery-columns-2,
.gallery-columns-3,
.gallery-columns-4 {
  margin-left: -15px;
  margin-right: -15px;
}

.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item,
.gallery-columns-4 .gallery-item {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}

.gallery-columns-2 .gallery-item {
  flex-basis: 50%;
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
}

.gallery-columns-4 .gallery-item {
  flex-basis: 25%;
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  flex-basis: 20%;
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  flex-basis: 16.66666666%;
  max-width: 16.6666666%;
}

.gallery-columns-7 .gallery-item {
  flex-basis: 14.2857142%;
  max-width: 14.2857142%;
}

.gallery-columns-8 .gallery-item {
  flex-basis: 12.5%;
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  flex-basis: 11.111111%;
  max-width: 11.111111%;
}

.gallery-icon img {
  margin: 0 auto;
}

.gallery-columns-5 > .gallery-item,
.gallery-columns-6 > .gallery-item,
.gallery-columns-7 > .gallery-item,
.gallery-columns-8 > .gallery-item,
.gallery-columns-9 > .gallery-item {
  padding-left: 6px;
  padding-right: 6px;
  margin-bottom: 15px;
}

.gallery-columns-5 .gallery-caption,
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

.gallery-caption {
  font-size: 0.857142rem;
  line-height: 1.5;
  padding: 0.833333em 0 0;
}

.masonry-gallery {
  flex-basis: 100%;
  margin-left: -5px;
  margin-right: -5px;
}

.gallery-columns-2 .masonry-gallery,
.gallery-columns-3 .masonry-gallery,
.gallery-columns-4 .masonry-gallery {
  margin-left: -10px;
  margin-right: -10px;
}

.masonry-gallery .gallery-item {
  display: block;
  padding: 0 5px;
  margin-bottom: 10px;
}

.gallery-columns-2 .masonry-gallery .gallery-item,
.gallery-columns-3 .masonry-gallery .gallery-item,
.gallery-columns-4 .masonry-gallery .gallery-item {
  padding: 0 10px;
  margin-bottom: 20px;
}

.carousel-gallery .gallery-item {
  width: 100%;
  max-width: 100%;
  padding: 0;
  display: block;
  margin-bottom: 0;
}

.carousel-gallery .gallery-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px;
  color: #fff;
  background: rgba(0,0,0,0.4);
}

.gallery-columns-3 .carousel-gallery .gallery-caption,
.gallery-columns-4 .carousel-gallery .gallery-caption {
  padding: 10px;
}

.carousel-gallery.owl-carousel .owl-nav button.owl-prev,
.carousel-gallery.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  margin-top: -1.5rem;
}

.carousel-gallery.owl-carousel .owl-nav button.owl-prev {
  left: 30px;
}

.carousel-gallery.owl-carousel .owl-nav button.owl-next {
  right: 30px;
}

.carousel-gallery.owl-carousel .owl-nav button.owl-prev,
.carousel-gallery.owl-carousel .owl-nav button.owl-next {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0,0,0,0.15);
  color: #fff;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 3px;
  transition: all 0.3s ease-out;
}

.carousel-gallery.owl-carousel .owl-nav button.owl-prev:hover,
.carousel-gallery.owl-carousel .owl-nav button.owl-next:hover {
  background-color: rgba(0,0,0,0.35);
}

.carousel-gallery.owl-carousel .owl-nav button.owl-prev svg,
.carousel-gallery.owl-carousel .owl-nav button.owl-next svg {
  fill: currentColor;
}

.carousel-gallery .owl-dots {
  text-align: center;
  margin-top: 1rem;
}

.carousel-gallery .owl-dots button.owl-dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #eee;
  border-radius: 100%;
  margin: 0 2px;
}

.carousel-gallery .owl-dots button.owl-dot.active,
.carousel-gallery .owl-dots button.owl-dot:hover {
  background-color: #e6d5b3;
}

.carousel-gallery.owl-carousel .owl-item img {
  display: block;
}

/**
 * 12.0 - Footer
 */
.site-footer {
  font-size: 0.8em;
  line-height: 1.7;
  border-top: 1px solid #e5e5e5;
}

.content-area + .site-footer {
  border: none;
}

.post-navigation + .site-footer {
  border: none;
}

/**
 * 13.0 - Widgets
 */
.widget-areas {
  display: flex;
  flex-wrap: wrap;
}

.widget-areas .widget-area {
  order: 0;
  flex: 0 1 50%;
  max-width: 50%;
  align-self: auto;
  padding: 6.5%;
  border-right: 1px solid #f1f1f1;
}

.widget-areas .widget-area:nth-child(2) {
  border-right: none;
}

.widget {
  margin-bottom: 50px;
}

.widget:last-child,
.widget:only-child {
  margin-bottom: 0;
}

.widget-title {
  font-size: 0.7rem;
  font-weight: 400;
  letter-spacing: 0.1428571em;
  text-transform: uppercase;
  margin: 0 0 1.42857142em;
}

.widget .post-date,
.widget .rss-date,
.nrpw-post-date {
  display: block;
  font-size: 0.875em;
  font-style: italic;
  color: #757575;
}

.widget form p {
  margin-bottom: 1em;
}

.widget input,
.widget select,
.widget textarea {
  width: 100%;
}

.widget_archive ul,
.widget_categories ul,
.widget_links ul,
.widget_meta ul,
.widget_nav_menu ul,
.widget_pages ul,
.widget_recent_comments ul,
.widget_recent_entries ul,
.widget_rss ul,
.weeland-widget-recent-posts ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.widget_archive li,
.widget_categories li,
.widget_links li,
.widget_meta li,
.widget_nav_menu li,
.widget_pages li,
.widget_recent_comments li,
.widget_recent_entries li,
.widget_rss li {
  margin-bottom: 0.625em;
}

.widget_archive ul li:last-child,
.widget_categories ul li:last-child,
.widget_links ul li:last-child,
.widget_meta ul li:last-child,
.widget_nav_menu ul li:last-child,
.widget_pages ul li:last-child,
.widget_recent_comments ul li:last-child,
.widget_recent_entries ul li:last-child,
.widget_rss ul li:last-child {
  margin-bottom: 0;
}

.widget_nav_menu .sub-menu a:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 6px;
  background-color: rgba(55,55,55,0.2);
  border-radius: 100%;
  margin-right: 8px;
}

.widget_nav_menu .sub-menu {
  margin: 0.625em 0;
  margin-left: 1.5em;
}

.widget_search .search-form .search-wrap {
  max-width: 500px;
  width: 100%;
}

.widget_categories .children {
  margin-top: 0.625em;
  margin-left: 1em;
}

.widget_archive li,
.widget_categories li {
  font-style: italic;
  color: #757575;
}

.widget_archive li a,
.widget_categories li a {
  font-style: normal;
}

.widget_archive select,
.widget_categories select {
  width: 100%;
  max-width: 500px;
  cursor: pointer;
  font-size: 1em;
}

.widget_calendar #calendar_wrap {
  max-width: 500px;
}

.widget_calendar table th {
  font-weight: 400;
}

.widget_calendar table td,
.widget_calendar table th {
  text-align: center;
}

.widget_calendar table tbody td {
  font-size: 0.875em;
}

.widget_calendar thead th {
  padding: 8px 0;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.widget_recent_comments .recentcomments {
  color: #757575;
}

.widget_recent_comments .recentcomments,
.widget_recent_comments .recentcomments .comment-author-link a {
  font-style: italic;
}

.widget_recent_comments .recentcomments a {
  font-style: normal;
}

.textwidget > :last-child,
.textwidget > :only-child {
  margin-bottom: 0;
}


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

/**
 * 15.0 - Clearings
 */
.page-header:after,
.entry-content:after,
.paging-navigation .nav-links:after,
.post-navigation .nav-links:after,
.image-navigation .nav-links:after,
.comment-navigation:after,
.comment-meta:after,
.textwidget:after,
.weeland-instagram-feed .instagram-pics:after {
  content: '';
  display: table;
  clear: both;
}

/**
 * 16.0 - Animation
 */
a,
input,
select,
textarea,
button,
svg,
path {
  transition: all 0.2s ease-out; 
}

.menu-icon,
.menu-icon:before,
.menu-icon:after {
  transition: all 0.3s ease-out; 
}

/**
 * 17.0 - Search Modal
 */
.search-toggle {
  position: absolute;
  top: 1rem;
  left: 1.5rem;
  color: #fff;
}

.search-toggle svg {
  width: 1.1em;
  height: 1.1em;
  fill: currentColor;
}

.search-modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0,0,0,0.95);
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-out;
}

.admin-bar .search-modal {
  top: 32px;
}

.search-open .search-modal {
  visibility: visible;
  opacity: 1;
}

.close-search-modal {
  position: absolute;
  top: 2.5rem;
  right: 2.5rem;
  color: #fff;
  font-size: 1em;
  width: 2.4rem;
  height: 2.4rem;
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.close-search-modal:hover {
  border-color: rgba(255,255,255,0.25);
}

.close-search-modal svg {
  fill: currentColor;
  opacity: 0.5;
}

.close-search-modal:hover svg {
  opacity: 1;
}

.search-modal .search-form {
  width: 900px;
  max-width: 80%;
}

.search-modal .search-field {
  background: transparent;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: rgba(255,255,255,0.15);
  font-size: 1.5rem;
  color: #fff;
  padding: 0.5em 0.75em;
}

.search-modal .search-field:focus {
  border-color: rgba(255,255,255,0.3);
}

.search-modal .search-form .search-submit {
  color: #fff;
}

/**
 * 18.0 Media Queries
 */
@media (max-width: 1199px) {
  html {
    font-size: 18px;
  }
}

@media (min-width: 992px) {
  .mobile-menu-wrapper {
    display: none !important;
  }

  .pagination-single:not(.only-one) {
    display: flex;
    flex-wrap: nowrap;
  }

  .pagination-single:not(.only-one) > * {
    flex-basis: 50%;
    max-width: 50%;
  }

  .pagination-single > * {
    min-height: 300px;
  }
}

@media (max-width: 991px) {
  .sidebar {
    position: relative;
    width: 100%;
    top: 0;
  }

  .admin-bar .sidebar {
    top: 0;
  }

  .sidebar-inner {
    display: block;
    padding: 40px;
  }

  .search-toggle {
    display: none;
  }

  .mobile-menu-wrapper {
    display: none;
    background-color: #222222;
  }

  .mobile-menu {
    font-family: Oswald, sans-serif;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    list-style: none;
    color: #fff;
  }

  .mobile-menu .ancestor-wrapper {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #2a2a2a;
    padding-left: 1em;
    padding-right: 1em;
  }

  .mobile-menu li a {
    padding: 0.8em 0;
  }

  .mobile-menu .menu-item-has-children .submenu-arrow {
    display: flex;
    align-items: center;
    height: 100%;
  }

  .mobile-menu .menu-item-has-children .submenu-arrow svg {
    fill: currentColor;
    opacity: 0.5;
  }

  .mobile-menu .menu-item-has-children a:hover + .submenu-arrow svg {
    opacity: 1;
  }

  .mobile-menu ul {
    display: none;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .mobile-menu ul {
    padding-left: 2em;
  }

  .mobile-menu-wrapper .search-form {
    color: #fff;
  }

  .mobile-menu-wrapper .search-field {
    background-color: transparent;
    color: #fff;
  }

  .mobile-navigation .search-submit {
    color: #fff;
  }

  .mobile-toggle {
    display: block;
    text-align: left;
    line-height: 1;
    margin-bottom: 20px;
  }

  .nav-toggle .menu-icon {
    background-color: #fff;
  }

  .sidebar-footer {
    margin-top: 30px;
  }

  .site-content {
    margin-left: 0;
  }

  .posts-grid .entry-title {
    font-size: 2em;
    margin: 0 0 0.227272em;
  }
}

@media (max-width: 767px) {
  html {
    font-size: 16px;
  }

  .alignright,
  .alignleft {
    float: none;
    display: block;
  }
  
  blockquote.alignleft, 
  .wp-caption.alignleft, 
  img.alignleft,
  blockquote.alignright, 
  .wp-caption.alignright, 
  img.alignright {
    margin-right: auto;
    margin-left: auto;
  }

  .sidebar-inner {
    display: block;
    padding: 30px;
  }

  .posts-grid:after {
    display: none;
  }

  .posts-grid .hentry {
    position: static !important;
    width: 100%;
  }

  .posts-grid .hentry:nth-child(2) {
    border-top: 1px solid #e5e5e5;
  }

  .posts-grid .entry-title,
  .entry-title {
    font-size: 2.3em;
    margin: 0 0 0.227272em;
  }

  .cat-links {
    margin: 0 0 1.3em;
  }

  .post-meta {
    font-size: 0.8em;
  }
  
  .comment-list .children {
    margin-left: 1.5em;
  }

  .related-posts {
    display: block;
  }

  .related-post + .related-post {
    margin-top: 1.5rem;
  }

  .post-navigation .nav-links,
  .post-navigation .nav-next,
  .post-navigation .nav-previous {
    display: block;
    width: 100%;
    min-height: auto;
  }

  .post-navigation .nav-next, 
  .post-navigation .nav-previous {
    padding: 60px 30px;
  }

  .gallery .gallery-item {
    padding-left: 6px;
    padding-right: 6px;
    margin-bottom: 15px;
  }

  .gallery-columns-4 .gallery-item,
  .gallery-columns-5 .gallery-item,
  .gallery-columns-6 .gallery-item,
  .gallery-columns-7 .gallery-item,
  .gallery-columns-8 .gallery-item,
  .gallery-columns-9 .gallery-item {
    flex-basis: 33.3333333333%;
    max-width: 33.333333333%;
  }

  .gallery .masonry-gallery {
    margin-left: -5px;
    margin-right: -5px;
  }

  .gallery .masonry-gallery .gallery-item {
    padding-left: 5px;
    padding-right: 5px;
  }

  .gallery-columns-4 .masonry-gallery .gallery-item,
  .gallery-columns-5 .masonry-gallery .gallery-item,
  .gallery-columns-6 .masonry-gallery .gallery-item,
  .gallery-columns-7 .masonry-gallery .gallery-item,
  .gallery-columns-8 .masonry-gallery .gallery-item,
  .gallery-columns-9 .masonry-gallery .gallery-item {
    max-width: 33.33333333333%;
  }

  .carousel-gallery.owl-carousel .owl-nav button.owl-prev {
    left: 15px;
  }

  .carousel-gallery.owl-carousel .owl-nav button.owl-next {
    right: 15px;
  }

  .widget-areas {
    display: block;
    padding: 6.5%;
  }

  .widget-areas .widget-area {
    flex: none;
    max-width: 100%;
    border: none;
    padding: 0;
  }

  .widget-areas .widget-area .widget {
    margin-bottom: 30px;
  }

  .widget-areas .widget-area + .widget-area {
    margin-top: 30px;
  }
}

@media (max-width: 480px) {
  blockquote {
    margin-left: 0;
    margin-right: 0;
  }

  .author-info .author-avatar {
    float: none;
    margin-bottom: 1em;
  }

  .author-info .author-description {
    margin-left: 0;
    margin-top: 0;
  }
}