<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*!
Theme Name: Yosemite Lite
Theme URI: https://gretathemes.com/wordpress-themes/yosemite/
Author: GretaThemes
Author URI: https://gretathemes.com
Description: Yosemite is a beautiful WordPress blog theme for personal blogs. Yosemite has a modern, clean and elegant look and lots of customization for bloggers. Built on the latest technology of WordPress, Yosemite is lightweight, fast and optimized for all mobile phones.
Version: 1.2.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: yosemite-lite
Tags: blog, food-and-drink, photography, two-columns, right-sidebar, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, microformats, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks

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

Yosemite Lite is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
&gt;&gt;&gt; TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Header
# Footer
# Content
	## Featured Posts
	## Posts and pages
	## Archive
	## Posts Formats
	## Related Posts
	## Contact Form
	## 404
	## Comments
# Widgets
# 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-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;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	font: normal normal normal 14px/1.93 "Lora", serif;
	text-align: left;
	color: #111;
}

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: 1.5rem;
	line-height: 1.6;
	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: 1.5rem;
}

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

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

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
	font-size: 10px;
}

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

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

.widget blockquote {
	quotes: "“" "”";
}

.widget blockquote:before {
	content: open-quote;
}

.widget blockquote:after {
	content: close-quote;
}

blockquote.wp-block-quote.is-large {
	margin: 0 1.5em;
}

blockquote.wp-block-quote.is-large p {
	font-style: initial;
}

.wp-block-pullquote,
.wp-block-quote.is-large {
	padding: 0;
	text-align: left;
	margin: 0 1.5em;
	margin-bottom: 1.5em;
}

.wp-block-pullquote p,
.wp-block-quote.is-large p {
	font-size: 15px;
	font-size: 1.5rem;
	text-align: left;
}

.wp-block-pullquote cite,
.wp-block-quote.is-large cite {
	font-size: 15px;
	font-size: 1.5rem;
	text-align: left;
}

.wp-block-pullquote.aligncenter {
	margin: 0 1.5em;
}

.wp-block-pullquote.alignleft p,
.wp-block-pullquote.alignright p {
	font-size: 15px;
	font-size: 1.5rem;
}

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

.wp-block-image.alignright {
	padding-left: 1.5em;
}

.wp-block-image.alignleft {
	padding-right: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em;
	padding-left: 1.5em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li &gt; ul,
li &gt; ol {
	margin-bottom: 0;
	margin-left: 0;
	padding-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

h1,
h2,
h3,
h4,
h5,
h6,
blockquote {
	font-family: "Libre Baskerville", serif;
	line-height: 1.3;
}

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

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

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

h4 {
	font-size: 18px;
	font-size: 1.8rem;
}

h5 {
	font-size: 12px;
	font-size: 1.2rem;
}

h6 {
	font-size: 10px;
	font-size: 1rem;
	text-transform: uppercase;
}

@media print {
	.featured-posts,
	.comments-area,
	.main-navigation,
	.site-title,
	.site-description,
	.navigation,
	.widget-area {
		display: none;
	}
}

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

td,
th,
caption {
	border: 1px solid #dedede;
	padding: 8px 1.5em;
}

td a,
th a,
caption a {
	color: #b0814e;
}

td a:hover,
th a:hover,
caption a:hover {
	color: #111;
}

/* Slider */
.slick-loading .slick-list {
	background: #fff url("./images/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
	font-family: "slick";
	src: url("./fonts/slick.eot");
	src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
	font-weight: normal;
	font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
	position: absolute;
	display: block;
	cursor: pointer;
	background: #a4a4a4;
	top: 50%;
	z-index: 99;
	padding: 0;
	border: none;
	outline: none;
	margin-bottom: -18px;
	color: #fff;
}

.slick-prev.fa,
.slick-next.fa {
	font-size: 36px;
	font-size: 3.6rem;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	color: #b0814e;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: 0;
}

.slick-prev {
	left: 30px;
}

.slick-next {
	right: 30px;
}

/* Dots */
.slick-dotted.slick-slider {
	margin-bottom: 30px;
}

.slick-dots {
	position: absolute;
	bottom: 16px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
	width: 100%;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	height: 10px;
	width: 10px;
	margin: 0 10px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	border: 0;
	background: #a4a4a4;
	display: block;
	height: 10px;
	width: 10px;
	outline: none;
	line-height: 0px;
	font-size: 0px;
	color: transparent;
	padding: 5px;
	cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
	opacity: 1;
}

.slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "•";
	width: 20px;
	height: 20px;
	font-family: "slick";
	font-size: 6px;
	line-height: 20px;
	text-align: center;
	color: black;
	opacity: 0.25;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button {
	background: #fff;
}

.slick-dots li.slick-active button :before {
	color: black;
	opacity: 0.75;
}

/* Slider */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}

.slick-track:before, .slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

@media (max-width: 480px) {
	.slick-dots {
		bottom: 10px;
	}
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.wp-block-button a {
	border: 1px solid;
	border-radius: 0;
	background: #111;
	color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: 1.5rem 2rem;
	transition: .3s;
	cursor: pointer;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.wp-block-button a:hover {
	border-color: #b0814e;
	background-color: #b0814e;
}

.wp-block-button.is-style-outline a.wp-block-button__link {
	border: 1px solid #b0814e;
	background: transparent;
	color: #b0814e;
	border-radius: 100px;
	transition: all 0.3s;
}

.wp-block-button.is-style-outline a.wp-block-button__link:hover {
	border: 1px solid #111;
	color: #111;
}

.btn--readmore {
	background-color: #fff;
	color: #111;
	font-weight: bold;
	text-transform: uppercase;
	padding: 15px 17px;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #dedede;
	border-radius: 0;
	padding: 8px 10px 7px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

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

select {
	border: 1px solid #dedede;
}

textarea {
	width: 100%;
}

.header-search &gt; .header-search__click {
	display: flex;
	width: 60px;
	min-height: 60px;
	height: 100%;
	align-items: center;
	justify-content: center;
	border: none;
	border-radius: 0;
	text-align: center;
}

.header-search &gt; .header-search__click:hover {
	background: #b0814e;
}

.header-search &gt; .header-search__click i {
	color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	cursor: pointer;
}

.header-search .search-form {
	height: 100%;
}

.header-search .search-field {
	padding: 12px 35px 15px 0;
	transition: all 0.5s;
	border-top: none;
	border-left: none;
	border-right: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 3;
	height: 100%;
	letter-spacing: 1px;
	-webkit-appearance: textfield;
	font-size: 13px;
	font-size: 1.3rem;
}

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

.header-search__wrapper {
	position: absolute;
	left: 0;
	width: 100%;
	top: 0;
	height: 100%;
	background: #fff;
	text-align: left;
	z-index: 3;
	display: none;
}

.header-search__close {
	position: absolute;
	width: 60px;
	height: 100%;
	display: inline-block;
	right: 0;
	top: 0;
	z-index: 5;
	text-align: center;
	cursor: pointer;
	color: #313131;
	background: none;
	border: none;
	padding: 0;
	font-size: 16px;
	font-size: 1.6rem;
}

.sticky-header .header-search .search-field {
	border: none;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #888888;
	text-decoration: none;
	transition: all .3s;
}

a:visited, a:active, a:focus {
	color: inherit;
}

a:hover {
	color: #b0814e;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/* With no js. For AMP */
html.no-js .mobile-navigation .dropdown-toggle.toggled-on + .sub-menu {
	display: block;
}

html.no-js .mobile-menu .dropdown-toggle {
	border: 0;
	background: 0;
}

html.no-js .mobile-menu .dropdown-toggle:before {
	content: "\f107";
}

.main-navigation {
	z-index: 2;
	flex: 1;
	margin-left: 250px;
}

.main-navigation ul:not(.children) {
	margin-left: -24px;
}

.main-navigation ul:not(.children) &gt; li &gt; a {
	padding: 12px 24px;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul.sub-menu {
	margin-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	opacity: 0;
	visibility: hidden;
	-ms-transform: translateY(10px);
	transform: translateY(10px);
	z-index: 99999;
	transition: all .3s;
	background: #fff;
}

.main-navigation ul ul ul {
	top: 0;
	left: 100%;
}

.main-navigation ul ul li {
	border-bottom: solid 1px #f1f1f1;
}

.main-navigation ul ul li:last-child {
	border-bottom: none;
}

.main-navigation ul ul li:hover &gt; ul,
.main-navigation ul ul li.focus &gt; ul {
	left: 100%;
}

.main-navigation ul ul &gt; li {
	padding: 0;
}

.main-navigation ul ul a {
	width: 220px;
	padding: 10px;
	line-height: 1.5;
	font-size: 13px;
	font-size: 1.3rem;
}

.main-navigation ul li:hover &gt; ul,
.main-navigation ul li.focus &gt; ul {
	opacity: 1;
	visibility: visible;
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.main-navigation ul &gt; a {
	padding: 12px 24px;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation li.menu-item-has-children &gt; a:after,
.main-navigation li.page_item_has_children &gt; a:after {
	content: "\f107";
	padding-left: 7px;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.main-navigation li li.menu-item-has-children &gt; a:after,
.main-navigation li li.page_item_has_children &gt; a:after {
	content: "\f105";
	padding-right: 10px;
	position: absolute;
	right: 0;
	top: 12px;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.main-navigation li .dropdown-toggle {
	margin-top: 3px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	padding: 15px 0 15px 15px;
	transition: all .3s ease;
	z-index: 99;
	background: transparent;
	border: 0;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	line-height: 2.58;
	color: #111;
	text-transform: uppercase;
	font-size: 14px;
	font-size: 1.4rem;
}

.main-navigation a:hover {
	color: #00a7c7;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 1023px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

@media (max-width: 1023px) {
	.main-navigation.main-navigation ul {
		display: none;
	}
}

.menu-toggle {
	height: 60px;
	width: 60px;
	padding-left: 50px;
	color: #111;
	line-height: 1.4;
	position: relative;
	background: transparent;
	display: none;
	border: 0;
}

.menu-toggle:hover {
	background: none;
}

.menu-toggle:before {
	content: "";
	position: absolute;
	left: 18px;
	width: 24px;
	height: 15px;
	display: block;
	border-top: 9px double #111;
	border-bottom: 3px solid #111;
	transition: all .5s;
}

@media (max-width: 1023px) {
	.menu-toggle {
		display: block;
		margin-left: -260px;
	}
}

.mobile-menu {
	visibility: visible;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	transition: all .3s;
	width: 240px;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 1;
	overflow: auto;
	background: #282828;
}

.animating .mobile-menu {
	display: block;
}

.mobile-menu a {
	display: block;
	padding: 15px 20px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
	text-transform: uppercase;
	letter-spacing: 1px;
	color: rgba(255, 255, 255, 0.4);
	background: #282828;
	font-size: 13px;
	font-size: 1.3rem;
}

.mobile-menu a:hover,
.mobile-menu .current-menu-item &gt; a {
	color: #fff;
}

.mobile-menu a:focus,
.mobile-menu a:visited,
.mobile-menu a:active {
	color: rgba(255, 255, 255, 0.4);
}

.mobile-menu li {
	position: relative;
}

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

.mobile-menu ul {
	padding-left: 0;
	margin-left: 0;
}

.mobile-menu ul ul a {
	padding-left: 40px;
	background: #303030;
	font-size: 12px;
	font-size: 1.2rem;
}

.mobile-menu ul ul ul a {
	padding-left: 60px;
	background: #363636;
	font-size: 11px;
	font-size: 1.1rem;
}

.mobile-menu ul ul ul ul a {
	padding-left: 60px;
	background: #424242;
	font-size: 10px;
	font-size: 1rem;
}

.mobile-menu .dropdown-toggle {
	line-height: inherit;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	color: #fff;
	padding: 10px;
	transition: all .3s;
	z-index: 2;
	font-size: 20px;
	font-size: 2rem;
}

.mobile-menu .dropdown-toggle.toggled-on {
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.mobile-menu-open .page-overlay {
	content: '';
	background-color: rgba(0, 0, 0, 0.6);
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9999;
	top: 0;
}

.mobile-menu-open .mobile-menu {
	visibility: visible;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	cursor: pointer;
	z-index: 999999;
}

.mobile-menu-open.navbar-collapse .menu-toggle:before {
	border-top: 9px double #666;
	border-bottom: 3px solid #666;
}

/*--------------------------------------------------------------
## Socials
--------------------------------------------------------------*/
.header-content .jetpack-social-navigation {
	display: flex;
	align-items: center;
	justify-content: center;
}

.header-content .jetpack-social-navigation a {
	padding-right: 8px;
}

.jetpack-social-navigation .menu {
	margin-left: auto;
	padding-right: 36px;
	margin: 0;
}

.jetpack-social-navigation .menu ul {
	margin: 0;
	padding: 0;
}

.jetpack-social-navigation .menu li {
	display: inline-block;
}

.jetpack-social-navigation .menu li:last-child {
	margin-right: 0;
}

.jetpack-social-navigation .menu em {
	display: none;
}

.jetpack-social-navigation .menu a:hover::before {
	color: #b0814e;
}

.jetpack-social-navigation .menu a:before {
	line-height: 2.57;
	color: #111;
	transition: all .3s;
	top: 11px;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 14px;
	font-size: 1.4rem;
}

.jetpack-social-navigation .menu a[href*="http:"]:before {
	content: "\f1e0";
}

.jetpack-social-navigation .menu a[href*="https:"]:before {
	content: "\f1e0";
}

.jetpack-social-navigation .menu a[href*="twitter.com"]:before {
	content: "\f099";
}

.jetpack-social-navigation .menu a[href*="instagram.com"]:before {
	content: "\f16d";
}

.jetpack-social-navigation .menu a[href*="yelp.com"]:before {
	content: "\f1e9";
}

.jetpack-social-navigation .menu a[href*="flickr.com"]:before {
	content: "\f16e";
}

.jetpack-social-navigation .menu a[href*="github.com"]:before {
	content: "\f09b";
}

.jetpack-social-navigation .menu a[href*="dribbble.com"]:before {
	content: "\f17d";
}

.jetpack-social-navigation .menu a[href*="wordpress.com"]:before {
	content: "\f19a";
}

.jetpack-social-navigation .menu a[href*="tumblr.com"]:before {
	content: "\f173";
}

.jetpack-social-navigation .menu a[href*="vine.co"]:before {
	content: "\f1ca";
}

.jetpack-social-navigation .menu a[href*="snapchat.com"]:before {
	content: "\f2ab";
}

.jetpack-social-navigation .menu a[href*="codepen.io"]:before {
	content: "\f1cb";
}

.jetpack-social-navigation .menu a[href*="skype.com"]:before {
	content: "\f17e";
}

.jetpack-social-navigation .menu a[href*="reddit.com"]:before {
	content: "\f1a1";
}

.jetpack-social-navigation .menu a[href*="stumbleupon.com"]:before {
	content: "\f1a4";
}

.jetpack-social-navigation .menu a[href*="pocket.com"]:before {
	content: "\f265";
}

.jetpack-social-navigation .menu a[href*="foursquare.com"]:before {
	content: "\f180";
}

.jetpack-social-navigation .menu a[href*="medium.com"]:before {
	content: "\f23a";
}

.jetpack-social-navigation .menu a[href*="gotinder.com"]:before {
	content: "\f043";
}

.jetpack-social-navigation .menu a[href*="slack.com"]:before {
	content: "\f198";
}

.jetpack-social-navigation .menu a[href*="500px.com"]:before {
	content: "\f26e";
}

.jetpack-social-navigation .menu a[href*="angel.co"]:before {
	content: "\f209";
}

.jetpack-social-navigation .menu a[href*="del.icio.us"]:before {
	content: "\f1a5";
}

.jetpack-social-navigation .menu a[href*="dropbox.com"]:before {
	content: "\f16b";
}

.jetpack-social-navigation .menu a[href*="facebook.com"]:before {
	content: "\f09a";
}

.jetpack-social-navigation .menu a[href*="gratipay.com"]:before {
	content: "\f184";
}

.jetpack-social-navigation .menu a[href*="plus.google.com"]:before {
	content: "\f0d5";
}

.jetpack-social-navigation .menu a[href*="houzz.com"]:before {
	content: "\f27c";
}

.jetpack-social-navigation .menu a[href*="linkedin.com"]:before {
	content: "\f0e1";
}

.jetpack-social-navigation .menu a[href*="qqchat.qq.com"]:before {
	content: "\f1d6";
}

.jetpack-social-navigation .menu a[href*="slideshare.net"]:before {
	content: "\f1e7";
}

.jetpack-social-navigation .menu a[href*="soundcloud.com"]:before {
	content: "\f1be";
}

.jetpack-social-navigation .menu a[href*="steamcommunity.com"]:before {
	content: "\f1b6";
}

.jetpack-social-navigation .menu a[href*="vimeo.com"]:before {
	content: "\f27d";
}

.jetpack-social-navigation .menu a[href*="weibo.com"]:before {
	content: "\f18a";
}

.jetpack-social-navigation .menu a[href*="youtube.com"]:before {
	content: "\f167";
}

.jetpack-social-navigation .menu a[href*="bitbucket.org"]:before {
	content: "\f171";
}

.jetpack-social-navigation .menu a[href*="deviantart.com"]:before {
	content: "\f1bd";
}

.jetpack-social-navigation .menu a[href*="mozilla.org"]:before {
	content: "\f269";
}

.jetpack-social-navigation .menu a[href*="last.fm"]:before {
	content: "\f203";
}

.jetpack-social-navigation .menu a[href*="quora.com"]:before {
	content: "\f2c4";
}

.jetpack-social-navigation .menu a[href*="spotify.com"]:before {
	content: "\f1bc";
}

.jetpack-social-navigation .menu a[href*="steampowered.com"]:before {
	content: "\f1b7";
}

.jetpack-social-navigation .menu a[href*="telegram.org"]:before {
	content: "\f2c6";
}

.jetpack-social-navigation .menu a[href*="tripadvisor.com"]:before {
	content: "\f262";
}

.jetpack-social-navigation .menu a[href*="xing.com"]:before {
	content: "\f168";
}

.jetpack-social-navigation .menu a[href*="amazon.com"]:before {
	content: "\f270";
}

.jetpack-social-navigation .menu a[href*="bandcamp.com"]:before {
	content: "\f2d5";
}

.jetpack-social-navigation .menu a[href*="behance.net"]:before {
	content: "\f1b4";
}

.jetpack-social-navigation .menu a[href*="digg.com"]:before {
	content: "\f1a6";
}

.jetpack-social-navigation .menu a[href*="etsy.com"]:before {
	content: "\f2d7";
}

.jetpack-social-navigation .menu a[href*="gitlab.com"]:before {
	content: "\f296";
}

.jetpack-social-navigation .menu a[href*="imdb.com"]:before {
	content: "\f2d8";
}

.jetpack-social-navigation .menu a[href*="jsfiddle.net"]:before {
	content: "\f1cc";
}

.jetpack-social-navigation .menu a[href*="leanpub.com"]:before {
	content: "\f212";
}

.jetpack-social-navigation .menu a[href*="meetup.com"]:before {
	content: "\f2e0";
}

.jetpack-social-navigation .menu a[href*="ok.ru"]:before {
	content: "\f264";
}

.jetpack-social-navigation .menu a[href*="pinterest.com"]:before {
	content: "\f0d3";
}

.jetpack-social-navigation .menu a[href*="producthunt.com"]:before {
	content: "\f288";
}

.jetpack-social-navigation .menu a[href*="ravelry.com"]:before {
	content: "\f2d9";
}

.jetpack-social-navigation .menu a[href*="scribd.com"]:before {
	content: "\f28a";
}

.jetpack-social-navigation .menu a[href*="stackexchange.com"]:before {
	content: "\f18d";
}

.jetpack-social-navigation .menu a[href*="stackoverflow.com"]:before {
	content: "\f16c";
}

.jetpack-social-navigation .menu a[href*="tencent.com"]:before {
	content: "\f1d5";
}

.jetpack-social-navigation .menu a[href*="viadeo.com"]:before {
	content: "\f2aa";
}

.jetpack-social-navigation .menu a[href*="vk.com"]:before {
	content: "\f189";
}

.jetpack-social-navigation .menu a[href*="weixin.qq.com"]:before {
	content: "\f1d7";
}

.jetpack-social-navigation .menu a[href*="whatsapp.com"]:before {
	content: "\f232";
}

.jetpack-social-navigation .menu a[href*="wikipedia.org"]:before {
	content: "\f266";
}

.jetpack-social-navigation .menu a[href*="ycombinator.com"]:before {
	content: "\f23b";
}

@media (max-width: 575px) {
	.header-content .jetpack-social-navigation {
		display: none;
	}
}

/*--------------------------------------------------------------
## Pagination
--------------------------------------------------------------*/
.pagination a,
.pagination span {
	display: inline-block;
	background: #111;
	padding: .6em 1.2em;
	color: #fff;
	font-weight: bold;
	transition: all .3s;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.pagination .current,
.pagination a:hover {
	background: #b0814e;
	color: #fff;
}

.pagination a:focus,
.pagination a:visited,
.pagination a:active {
	color: #fff;
}

.infinite-scroll .pagination {
	display: none;
}

.pagination .page-numbers {
	margin-right: 3px;
	margin-bottom: 3px;
}

.posts-navigation,
.post-navigation {
	padding: 0;
	margin-bottom: 0;
	word-wrap: break-word;
	overflow: hidden;
}

.posts-navigation .meta-nav,
.post-navigation .meta-nav {
	color: #888888;
	font-size: 12px;
	font-size: 1.2rem;
	margin: 0 0 5px;
	text-transform: uppercase;
	font-weight: bold;
	display: block;
}

.posts-navigation .post-title,
.post-navigation .post-title {
	font-size: 16px;
	font-size: 1.6rem;
	font-family: "Libre Baskerville", serif;
	font-style: italic;
	margin: 0;
	word-wrap: break-word;
	font-weight: normal;
	color: #111;
	transition: all 0.3s;
	line-height: 1.35;
}

.posts-navigation .post-title:hover,
.post-navigation .post-title:hover {
	color: #b0814e;
}

.posts-navigation {
	margin-top: -11px;
}

.nav-links {
	margin-top: 34px;
	width: 100%;
	display: flex;
	justify-content: flex-end;
	font-size: 12px;
	font-size: 1.2rem;
}

.single .nav-links {
	margin-top: 23px;
}

.nav-previous {
	text-align: right;
	width: 50%;
	padding-left: 10px;
	font-weight: 700;
	order: 2;
	flex: 1;
	text-transform: uppercase;
}

.nav-next {
	text-align: left;
	width: 100%;
	font-weight: 700;
	padding-right: 10px;
	order: 1;
	flex: 1;
	text-transform: uppercase;
}

.nav-previous + .nav-next {
	width: 50%;
}

@media (max-width: 1023px) {
	.nav-links {
		display: block;
	}
	.pagination .nav-links {
		text-align: center;
	}
	.pagination a,
	.pagination span {
		margin-right: 3px;
		margin-bottom: 3px;
	}
	.nav-previous,
	.nav-next {
		width: 100%;
		padding: 0;
		text-align: center;
	}
	.nav-previous + .nav-next {
		padding-top: 20px;
		margin-top: 20px;
		padding-left: 0;
		width: 100%;
		border-top: 1px dashed #dedede;
	}
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute;
	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;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

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

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

.entry-content img.alignleft, .entry-content img.alignright {
	margin-top: 0.7em;
}

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

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

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header-content {
	border: 1px solid #dedede;
	border-left: none;
	border-right: none;
	width: 100%;
	top: 0;
	background: #fff;
	position: relative;
	z-index: 999;
}

.header-content__container {
	display: flex;
	padding: 0;
	position: relative;
}

.sticky-header .header-content {
	box-shadow: 2px 1px 5px 0 rgba(0, 0, 0, 0.1);
	position: fixed;
}

.header-content .search-field {
	border: none;
	height: 100%;
	padding: 0 20px 0 0;
	font-size: 12px;
	font-size: 1.2rem;
	font-style: italic;
	flex: 1;
}

.header-content .search-form .search-submit i {
	right: 0;
	transform: translate(0, -50%);
}

.site-header input {
	width: 92px;
}

.site-branding.site-branding {
	text-align: center;
	margin: 59px auto 54px;
}

.site-description {
	margin-top: -1px;
}

.custom-logo {
	display: block;
	margin: 0 auto;
}

.site-title {
	width: 80%;
	margin: 0 auto;
	line-height: 1;
	font-weight: 400;
	font-family: "Josefin Slab", serif;
	font-size: 72px;
	font-size: 7.2rem;
	letter-spacing: -4.3px;
	text-transform: uppercase;
}

.site-title a {
	word-wrap: break-word;
	color: #111;
	text-decoration: none;
}

.site-title a:hover, .site-title a:focus, .site-title a:visited, .site-title a:active {
	text-decoration: none;
	color: #111;
}

.site-description {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	font-style: italic;
	font-size: 18px;
	font-size: 1.8rem;
}

.site-description:before {
	content: '';
	position: relative;
	height: 6px;
	width: 6px;
	left: -26px;
	background: #ffffff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 1px;
}

.site-description:after {
	content: '';
	position: relative;
	height: 6px;
	width: 6px;
	left: 23px;
	background: #ffffff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 1px;
}

.blog .site-header,
.page .site-header,
.home .site-header,
.search .site-header,
.archive .site-header {
	margin-bottom: 0;
	border-bottom: none;
	background-color: #00a7c7;
}

@media (max-width: 1199px) {
	.header-content__container {
		margin: 0 30px;
	}
}

@media (max-width: 1023px) {
	.header-content__container {
		margin: 0;
	}
	.header-search .search-field {
		padding-left: 30px;
	}
	.header-content__container.container {
		padding-left: 0;
	}
}

@media (max-width: 767px) {
	.header-search .search-field {
		padding-left: 20px;
	}
}

@media (max-width: 992px) {
	.header-content .search-form .search-submit i {
		justify-content: center;
	}
}

@media (max-width: 567px) {
	.search-form {
		flex: 1;
	}
	.main-navigation {
		flex: 2;
	}
	.header-content .search-field {
		padding: 0 15px 0 20px;
	}
	.site-title {
		font-size: 40px;
		font-size: 4rem;
		letter-spacing: -2px;
	}
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.sidebar-footer {
	border-top: 1px solid #dedede;
	padding-top: 24px;
	background-color: #00a7c7;
}

.sidebar-footer section .tagcloud {
	margin-top: -10px;
}

.sidebar-footer .widget-title {
	margin-bottom: 41px;
}

.sidebar-footer .widget-title:before {
	bottom: -13px;
}

.footer-instagram + .site-footer {
	margin-top: -26px;
}

.site-footer {
	background: #fff;
	margin-top: 30px;
	display: none;
}

.site-footer .menu {
	text-align: center;
	padding: 19px 0 20px;
	border-bottom: 1px solid #dedede;
	margin-bottom: 27px;
}

.site-footer .menu li {
	padding: 0 18px;
}

.site-footer .menu li:hover a:before,
.site-footer .menu li:hover span {
	color: #b0814e;
	transition: all .3s;
}

.site-footer .menu a {
	font-weight: bold;
	font-size: 14px;
	font-size: 1.4rem;
	text-transform: uppercase;
	color: #111;
}

.site-footer .menu a:hover {
	color: #b0814e;
}

.site-footer .menu a:before {
	margin-right: 10px;
	color: #111;
	position: relative;
	top: 1px;
}

.site-footer .footer-content {
	max-width: 1170px;
	margin: 0 auto;
}

.site-footer .jetpack-social-navigation .screen-reader-text {
	height: auto;
	width: auto;
	position: relative;
}

.site-footer .site-info {
	text-align: center;
	margin: -6px 0 25px;
	color: #111;
	font-size: 13px;
	font-size: 1.3rem;
	font-style: italic;
}

.site-footer .site-info a {
	color: #b0814e;
	font-style: italic;
	line-height: 2.77;
	text-align: left;
	font-size: 13px;
	font-size: 1.3rem;
}

.site-footer .site-info a:hover {
	color: #111;
}

.site-footer .site-title {
	text-align: center;
	letter-spacing: -3.6px;
}

.site-footer .site-title a {
	font-size: 60px;
	font-size: 6rem;
}

.scroll-to-top {
	position: fixed;
	bottom: 10px;
	right: 10px;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	display: block;
	z-index: 99;
	background: #111;
}

.scroll-to-top i {
	font-size: 20px;
	font-size: 2rem;
	color: #fff;
}

.scroll-to-top:hover {
	background: #b0814e;
}

.scroll-to-top.hidden {
	display: none;
}

@media (max-width: 1024px) {
	.textwidget blockquote {
		font-size: 18px;
		font-size: 1.8rem;
	}
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.site {
	overflow: hidden;
	position: relative;
}

.container {
	max-width: 1170px;
	margin: 0 auto;
}

.site-content {
	display: flex;
	flex-flow: row wrap;
	clear: both;
	padding-bottom: 112px;
	/..margin-top: 60px;
}

@media (max-width: 1199px) {
	.container {
		padding: 0 30px;
	}
}

@media (max-width: 767px) {
	.container {
		padding: 0 20px;
	}
}

.site-content .content-area {
	width: 65.81197%;
	order: 1;
}

.site-content .widget-area {
	width: 29.05983%;
	order: 2;
	margin-left: auto;
	border: 1px solid #dedede;
	border-top: none;
}

.no-sidebar .content-area {
	margin: 0 auto;
}

@media (max-width: 1023px) {
	.site-content .content-area {
		width: 100%;
	}
	.site-content .widget-area {
		width: 100%;
		margin-top: 70px;
	}
}

/*--------------------------------------------------------------

/*--------------------------------------------------------------
## Featured Posts
--------------------------------------------------------------*/
.featured-posts.container {
	max-width: 1170px;
	margin: 30px auto 0;
	clear: both;
}

.featured-posts img {
	width: 100%;
}

.featured-posts .featured-post__content {
	width: 100%;
	display: block;
}

.featured-posts .slick-track {
	display: flex;
}

.featured-posts .slick-track .slick-slide {
	display: flex;
	height: auto;
	align-items: center;
	justify-content: center;
}

.featured-posts .posted-on {
	margin: 0;
}

.featured-posts .amp-slider article {
	width: 100%;
}

.featured-posts article {
	width: 50%;
	float: left;
	position: relative;
	padding: 0;
	margin-bottom: 0;
	display: none;
}

.featured-posts article:nth-child(0), .featured-posts article:nth-child(1) {
	display: flex;
}

.featured-posts article:not(.has-post-thumbnail) a {
	background: #aaa;
}

.featured-posts article &gt; a {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	height: 100%;
}

.featured-posts .featured-content {
	top: 0;
	bottom: 0;
	width: 100%;
	z-index: 10;
	margin: 0;
	position: absolute;
}

.featured-posts .featured-content:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.3);
	transition: all 0.3s ease;
}

.featured-posts .featured-content:hover:before {
	background-color: rgba(0, 0, 0, 0);
}

.featured-posts .featured-posts-text {
	text-align: center;
	border: 1px solid #fff;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -67%);
	padding: 18px 55px 22px;
	display: block;
	position: absolute;
	z-index: 2;
}

.featured-posts .featured-posts-text .btn--readmore {
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-color: #fff;
}

.featured-posts .featured-posts-text .btn--readmore:hover {
	color: #fff;
	background-color: #b0814e;
	border-color: #b0814e;
}

.featured-posts .entry-title {
	text-align: center;
	color: #fff;
	transition: all 0.3s;
	margin-bottom: 20px;
	font-size: 30px;
	font-size: 3rem;
}

.featured-posts .entry-title:before {
	display: none;
}

.featured-posts .entry-meta {
	border: 0;
	padding: 0;
	margin: 0 auto;
	color: #fff;
	position: relative;
	top: -2px;
}

.featured-posts .entry-meta span {
	float: none;
	color: #fff;
	line-height: 3;
	font-size: 12px;
	font-size: 1.2rem;
}

.featured-posts .entry-meta .updated {
	display: none;
}

.featured-posts .slick-prev,
.featured-posts .slick-next {
	width: 40px;
	height: 40px;
	margin-top: -20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.featured-posts .slick-prev i,
.featured-posts .slick-next i {
	font-size: 36.2px;
	font-size: 3.62rem;
	line-height: 1;
	color: #fff;
	transition: all 0.3s;
}

.featured-posts .slick-prev:hover i,
.featured-posts .slick-next:hover i {
	color: #b0814e;
}

.featured-posts .slick-prev {
	left: 20px;
}

.featured-posts .slick-next {
	right: 20px;
}

.featured-posts .slick-dotted.slick-slider {
	margin-bottom: 0;
}

@media (max-width: 767px) {
	.featured-posts .entry-title {
		font-size: 16px;
		font-size: 1.6rem;
	}
	.featured-posts .entry-meta {
		display: none;
	}
	.featured-posts .btn--readmore {
		display: none;
	}
	.featured-posts .featured-posts-text {
		width: 100%;
		border: none;
		padding: 0;
	}
}

@media (min-width: 768px) and (max-width: 992px) {
	.featured-posts .featured-posts-text {
		width: 90%;
	}
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.site-content article {
	border-bottom: 1px solid #dedede;
	/..padding: 30px 0;
}

.entry-header {
	margin-top: -12px;
}

.first-post {
	margin-bottom: 24px;
}

.first-post article {
	padding-top: 0;
}

.first-post .entry-header {
	width: 100%;
	text-align: center;
	margin-top: 18px;
}

.first-post .entry-title {
	font-size: 30px;
	font-size: 3rem;
	text-align: center;
	margin-top: -1px;
}

.first-post .entry-title:before {
	bottom: -11px;
	left: 50%;
	margin-left: -20px;
}

.first-post .read_more button:hover {
	color: #fff;
	background-color: #b0814e;
}

.first-post .entry-content {
	margin: 36px 0;
	line-height: 2;
	font-size: 15px;
	font-size: 1.5rem;
}

.first-post .entry-footer {
	margin: 23px 0 -31px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.first-post .entry-footer .entry-meta {
	margin-bottom: 0;
	width: calc(100% / 3);
}

.first-post .entry-footer .entry-meta span {
	font-size: 12px;
	font-size: 1.2rem;
}

.first-post .entry-footer .entry-meta .by-author,
.first-post .entry-footer .entry-meta .comments-link,
.first-post .entry-footer .entry-meta .posted-on {
	margin-top: 10px;
}

.first-post .entry-footer .entry-meta:last-child {
	text-align: right;
}

.entry-content {
	//.margin-top: 36px;
	margin-bottom: 14px;
	word-wrap: break-word;
}

.entry-content .jetpack-video-wrapper {
	margin-bottom: 0;
}

.entry-content &gt; .jetpack-video-wrapper &gt; p {
	margin-top: 0;
}

.entry-content &gt; *:last-child:not(.link-more) {
	margin-bottom: 0;
}

.entry-content &gt; *:first-child {
	/..margin-top: -180px;

}

.entry-content a:not(.wp-block-button__link) {
	color: #00a7c7;
}

.entry-content a:not(.wp-block-button__link):hover {
	color: #00a7c7;
	opacity: 0.7;
}

.entry-footer .post-edit-link {
	font-size: 13px;
	font-size: 1.3rem;
	color: #888888;
}

.entry-footer .post-edit-link:hover {
	color: #b0814e;
}

.grid-gallery .slick-arrow {
	transform: translateY(-50%);
	width: 36px;
	height: 36px;
	text-align: center;
	background-color: rgba(17, 17, 17, 0.5);
	line-height: 36px;
	font-size: 23px;
	font-size: 2.3rem;
}

.link-more {
	margin-top: 26px;
	margin-bottom: 0;
	line-height: 1;
	padding: 7px 0 3px;
}

.link-more a {
	line-height: 0;
	font-weight: bold;
	font-size: 14px;
	font-size: 1.4rem;
	text-align: left;
	color: #111;
	text-transform: uppercase;
}

.link-more a:hover {
	color: #b0814e;
	opacity: 1;
}

.link-more a i {
	padding-left: 3px;
}

.entry-media {
	width: 100%;
	position: relative;
	display: block;
}

.entry-media img,
.entry-media iframe {
	width: 100%;
}

.entry-media .sticky-label {
	position: absolute;
	top: 0;
	right: 0;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	z-index: 10;
	height: 100px;
	width: 100px;
}

.entry-media .sticky-label:before {
	content: '';
	border-color: #b0814e #b0814e transparent transparent;
	border-style: solid;
	border-width: 50px;
	position: absolute;
	top: 0;
	z-index: 1;
	right: 0;
	opacity: .8;
}

.entry-media .sticky-label i {
	position: absolute;
	z-index: 99;
	right: 15px;
	top: 15px;
	font-size: 30px;
	font-size: 3rem;
}

body:not(.single) .entry-title:before {
	content: '';
	width: 40px;
	background: #111;
	height: 1px;
	position: absolute;
	bottom: -14px;
}

.single {
	width: 100%;
}

.single .site-main &gt; article {
	padding: 0;
	border-bottom: 0;
}

.single .entry-meta {
	padding: 0;
	margin-bottom: -3px;
}

.single .entry-meta .tags-links {
	display: inline;
}

.single .entry-content &gt; *:last-child:not(.link-more) {
	margin-bottom: 1.5em;
}

.single .entry-header {
	text-align: center;
	margin-bottom: 37px;
}

.single .entry-title {
	text-align: center;
	font-size: 30px;
	font-size: 3rem;
	margin: 0 0 12px 0;
	padding-top: 0;
}

.single .entry-footer {
	margin-bottom: 26px;
	margin-top: -18px;
	font-size: 10px;
	font-size: 1rem;
}

.single .entry-author {
	border: 1px solid #dedede;
	padding: 31px 50px 25px 30px;
}

.single .entry-author:after, .single .entry-author:before {
	content: "";
	display: table;
	table-layout: fixed;
}

.single .entry-author:after {
	clear: both;
}

.single .author-heading {
	margin-top: -5px;
	float: right;
	width: calc( 100% - 140px);
}

.single .author-bio {
	float: right;
	width: calc( 100% - 140px);
	margin: 39px 0 0;
}

.single .author-title {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	color: #111;
	margin: 0;
	position: relative;
	font-family: "Libre Baskerville", serif;
}

.single .author-title:before {
	content: '';
	width: 40px;
	background: #b0814e;
	height: 1px;
	position: absolute;
	bottom: -15px;
}

.single .author-avatar {
	max-width: 120px;
	max-height: 120px;
	float: left;
}

.single .author-avatar img {
	border-radius: 100%;
}

.single .entry-text {
	margin-top: 30px;
}

.content-area article.post.sticky:not(.yosemite-has-thumbnail) {
	margin-top: 0;
}

.post-password-form p {
	position: relative;
}

.post-password-form p label input[type="password"] {
	border-radius: 0;
	border: 1px solid #dedede;
	padding-left: 5px;
}

.post-password-form p input[type="submit"] {
	border-radius: 0;
	background: #111;
	color: #fff;
	border-color: #111;
	padding: 11px 10px 10px;
	position: absolute;
	height: 100%;
	margin-left: -5px;
	transition: all .3s;
}

.post-password-form p input[type="submit"]:hover {
	background: #b0814e;
	border-color: #b0814e;
}

.entry-meta span:not(:first-child) {
	padding-left: 5px;
}

.entry-meta span:not(:first-child):before {
	content: '|';
	margin-right: 5px;
}

.entry-meta .posted-on {
	margin-top: 10px;
}

.entry-meta .by-author,
.entry-meta .posted-on,
.entry-meta .cat-links,
.entry-meta .comments-link {
	font-style: italic;
	color: #888888;
	font-size: 12px;
	font-size: 1.2rem;
}

.entry-meta .cat-links {
	font-style: normal;
	text-transform: uppercase;
	line-height: 3;
}

.entry-meta .cat-links a,
.entry-meta .by-author a {
	color: #b0814e;
}

.entry-meta .updated:not(.published) {
	display: none;
}

.entry-meta a:hover {
	color: #b0814e;
}

.entry-meta i {
	margin-right: 7px;
}

.entry-title {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	padding-bottom: 0;
	margin-top: 0;
	position: relative;
	color: #111;
	word-wrap: break-word;
}

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

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

.following-post .entry-title {
	margin-top: 3px;
}

.sharedaddy .sd-title.sd-title {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.93;
	color: #111;
	width: 100%;
	text-transform: uppercase;
	font-weight: 700;
	font-family: inherit;
}

.sharedaddy .sd-title.sd-title:before {
	margin-top: 10px;
}

body.page .entry-header {
	margin-top: -30px;
	padding: 24px 0 22px;
	border: 1px solid #dedede;
	/..display: none;
}

body.page .entry-title {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.2;
	text-align: center;
	color: #111;
	font-style: normal;
	position: relative;
	padding: 0;
	margin: 0;
}

body.page .entry-title:before {
	display: none;
}

@media (max-width: 575px) {
	.author__content span {
		line-height: 2;
	}
	.first-post .entry-footer {
		margin-top: 0;
		flex-direction: column;
	}
	.first-post .entry-footer .entry-meta {
		text-align: center;
		width: 100%;
		margin-bottom: 10px;
	}
	.first-post .entry-footer .entry-meta:last-child {
		margin-top: 10px;
		text-align: center;
	}
	.entry-header {
		margin-top: 0;
	}
}

@media (max-width: 767px) {
	.first-post .entry-footer .entry-meta {
		line-height: 1.7;
	}
}

/*--------------------------------------------------------------
## Archive
--------------------------------------------------------------*/
.page-header {
	border: 1px solid #dedede;
	margin-bottom: 30px;
	padding: 28px;
}

.page-header .page-title {
	font-weight: bold;
	line-height: 1;
	color: #00a7c7;
	margin: 0;
	font-size: 24px;
	font-size: 2.4rem;
	text-transform: uppercase;
}

.page-header .archive-description {
	margin: 25px 0 -25px;
	font-size: 15px;
	font-size: 1.5rem;
}

.no-results .search-form label input {
	padding: 9px 50px 9px 20px;
	font-style: italic;
	width: 100%;
}

.no-results .search-form .search-submit:hover {
	background: #b0814e;
}

.no-results .search-form .search-submit:hover i {
	background: #b0814e;
	color: #fff;
}

.left-column {
	display: inline-block;
	vertical-align: top;
	width: 48.05195%;
}

.right-column {
	display: inline-block;
	width: 100%;
}

.left-column + .right-column {
	padding-left: 28px;
	width: calc( 400 / 770 * 100% - 30px);
}

@media (max-width: 575px) {
	.left-column {
		width: 100%;
	}
	.left-column + .right-column {
		width: 100%;
		padding-left: 0;
	}
}

/*--------------------------------- -----------------------------
## Posts Formats
--------------------------------------------------------------*/
.site-content article.format-quote {
	padding-bottom: 30px;
	display: block;
	position: relative;
}

.site-content article.format-quote &gt; a {
	margin-left: 20px;
	position: absolute;
	bottom: 40px;
}

.site-content article.format-quote &gt; a i {
	color: inherit;
}

.site-content article.format-quote blockquote {
	padding: 20px 20px 40px;
	margin: 0;
}

.single .format-quote blockquote {
	background-color: transparent;
}

.format-quote blockquote {
	background-color: #F5F5F5;
	font-family: "Lora", serif;
	font-size: 21px;
	font-size: 2.1rem;
	line-height: 1.5;
	text-align: left;
	color: #b0814e;
	padding: 1px 30px 11px 19px;
	margin: 0 0 5px 0;
	border-left: 1px solid #dedede;
	position: relative;
}

.format-quote blockquote:before {
	content: "";
	position: absolute;
	border-left: 1px solid #dedede;
	width: 100%;
	height: 100%;
	top: 0;
	left: 4px;
}

.format-quote blockquote a {
	color: #888888;
	transition: all .3s;
}

.format-quote blockquote a:hover {
	color: #fff;
}

.format-quote blockquote p {
	padding: 0;
	margin: 0;
}

.format-quote blockquote cite {
	text-align: right;
	display: block;
	font-size: 20px;
	font-size: 2rem;
	padding-top: 15px;
	color: #ccc;
}

.format-quote blockquote cite:before {
	content: '-';
	padding-right: 10px;
}

.format-video &gt; iframe,
.format-video .thumnail &gt; iframe {
	width: 100%;
}

/*--------------------------------------------------------------
## Related Posts
--------------------------------------------------------------*/
#jp-relatedposts {
	margin: 60px 0 25px;
	padding-top: 55px;
	border-top: 1px solid #dedede;
}

#jp-relatedposts .jp-relatedposts-post {
	transition: all .3s;
}

#jp-relatedposts .jp-relatedposts-post .jp-relatedposts-post-title {
	padding-top: 10px;
}

#jp-relatedposts .jp-relatedposts-post .jp-relatedposts-post-title a {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.69;
	color: #111;
	font-style: italic;
	font-family: "Libre Baskerville", serif;
}

#jp-relatedposts .jp-relatedposts-post .jp-relatedposts-post-title a:hover {
	color: #b0814e;
}

#jp-relatedposts .jp-relatedposts-post .jp-relatedposts-post-date {
	padding-top: 3px;
	font-size: 13px;
	font-size: 1.3rem;
}

#jp-relatedposts .jp-relatedposts-post .jp-relatedposts-post-context {
	display: none;
}

#jp-relatedposts h3.jp-relatedposts-headline {
	font-size: 12px;
	font-size: 1.2rem;
	text-transform: uppercase;
	font-family: inherit;
	border: 1px solid #111;
	padding: 13px 17px;
	position: absolute;
	left: 50%;
	background-color: #fff;
	top: 0;
	transform: translate(-50%, -50%);
	color: #111;
	text-transform: uppercase;
	/* Smooth the border with transform */
	-webkit-backface-visibility: hidden;
	outline: 1px solid transparent;
}

#jp-relatedposts h3.jp-relatedposts-headline em:before {
	display: none;
}

#jp-relatedposts .jp-relatedposts-post-a:hover {
	opacity: 1;
}

.entry-content #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a:hover,
.entry-content #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:hover .jp-relatedposts-post-title a {
	text-decoration: none;
}

.entry-content #jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post {
	opacity: 1;
}

.entry-content #jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post h4.jp-relatedposts-post-title a {
	font-family: "Libre Baskerville", serif;
	font-size: 16px;
	font-size: 1.6rem;
}

.entry-content #jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post .jp-relatedposts-post-date {
	font-size: 13px;
	font-size: 1.3rem;
}

.entry-content #jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post img.jp-relatedposts-post-img,
.entry-content #jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post span {
	width: 100%;
}

@media (max-width: 640px) {
	#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post {
		padding-right: 0;
	}
	#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
		width: 100%;
		text-align: center;
	}
	#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post img.jp-relatedposts-post-img {
		width: 100%;
		max-width: 100%;
	}
}

/*--------------------------------------------------------------
## Contact Form
--------------------------------------------------------------*/
.contact-form div input,
.contact-form div textarea {
	border-radius: 0;
	border: 1px solid #dedede;
}

.contact-form div textarea {
	height: 150px;
	padding-left: 10px;
	width: 100%;
}

.contact-form div label {
	font-weight: 400;
	font-size: 12px;
	font-size: 1.2rem;
	font-style: italic;
	color: span;
	color-text-transform: capitalize;
	color-color: #888888;
	color-font-size: 12px;
	color-font-size: 1.2rem;
	color-font-style: italic;
}

.contact-form div input[type=text],
.contact-form div input[type=email] {
	width: 370px;
	padding: 7px 10px;
}

.contact-form .contact-submit input[type=submit] {
	background: #fff;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: bold;
	text-transform: uppercase;
	color: #111;
	transition: all .3s;
}

.contact-form .contact-submit input[type=submit]:hover {
	background: #b0814e;
	color: #fff;
}

/*--------------------------------------------------------------
## 404
--------------------------------------------------------------*/
.error404 .content-area {
	width: 100%;
}

.error404 .error-message {
	font-family: "Josefin Slab", serif;
	font-size: 150px;
	font-size: 15rem;
	line-height: 1;
	padding-top: 60px;
}

.error404 .page-content p {
	color: #222;
	margin: 0;
	margin-bottom: 35px;
	font-size: 16px;
	font-size: 1.6rem;
	font-family: "Libre Baskerville", serif;
}

.error404 .page-content .search-form {
	position: relative;
	max-width: 300px;
	margin: 0 auto;
}

.error404 .page-content .search-form label input {
	width: 100%;
	font-style: italic;
	line-height: 1;
}

.error404 .page-content .go-back-home {
	display: block;
	color: #b0814e;
	font-size: 12px;
	font-size: 1.2rem;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1.5;
	position: relative;
	display: inline-block;
	margin: 60px 0 30px;
}

.error404 .page-content .go-back-home:hover {
	color: #111;
}

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

@media (max-width: 1200px) {
	.error404 .error-message {
		padding-top: 0;
	}
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
/* Comments*/
.comments-area {
	margin-top: 80px;
	padding: 30px;
	border: 1px solid #dedede;
	position: relative;
}

.bypostauthor {
	display: block;
}

.post-comments .post-title-box {
	border-top: 1px solid #dedede;
	padding-top: 12px;
}

.post-comments .post-title-box h4 {
	text-transform: uppercase;
}

.comments-title {
	font-size: 12px;
	font-size: 1.2rem;
	text-transform: uppercase;
	font-family: inherit;
	border: 1px solid #111;
	padding: 13px 17px;
	position: absolute;
	left: 50%;
	background-color: #fff;
	top: 0;
	transform: translate(-50%, -50%);
	margin: 0;
	/* Smooth the border with transform */
	-webkit-backface-visibility: hidden;
	outline: 1px solid transparent;
}

.comment-list {
	padding: 0 0 21px;
	display: block;
	width: 100%;
	list-style: none;
}

.comment-list .comment {
	border-top: 1px solid #dedede;
	overflow: hidden;
	margin-top: -1px;
}

.comment-list &gt; .comment:first-child {
	border-top: none;
}

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

.comment-list time {
	font-style: italic;
	font-size: 13px;
	font-size: 1.3rem;
	color: #888888;
	position: relative;
	padding-left: 17px;
}

.comment-list time:before {
	content: "\f017";
	position: absolute;
	left: 0;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	top: 3px;
	font-style: normal;
}

.comment-list .reply {
	position: absolute;
	top: 22px;
	right: 0;
}

.comment-list .reply a:hover {
	color: #111;
}

.comment-author .fn {
	bottom: 5px;
	position: relative;
	font-family: "Libre Baskerville", serif;
	font-size: 14px;
	font-size: 1.4rem;
}

.comment-author .fn a {
	font-family: "Libre Baskerville", serif;
	color: #111;
}

ol.children {
	position: relative;
	border-top: 1px solid #dedede;
}

.comment-body {
	position: relative;
	padding-top: 30px;
}

.comment-author {
	position: relative;
}

.comment-author .avatar {
	border-radius: 100%;
	float: left;
	margin-right: 20px;
}

.comment-author .says {
	display: none;
}

.comment-content {
	margin-top: 15px;
	margin-bottom: 0;
	font-size: 14px;
	font-size: 1.4rem;
	color: #111;
	word-wrap: break-word;
	padding-left: 100px;
}

.comment-content &gt; *:first-child {
	margin-top: 0;
}

.comment-content a {
	color: #b0814e;
}

.comment-edit-link {
	font-size: 12px;
	font-size: 1.2rem;
	padding-left: 3px;
	font-style: italic;
}

.comment-edit-link:hover {
	color: #111;
}

.comment-metadata {
	margin-top: -6px;
}

.comment-metadata time {
	font-size: 12px;
	font-size: 1.2rem;
}

/* Reply*/
.comment-form label {
	width: 100%;
	display: block;
	padding-bottom: 12px;
}

.comment-form textarea {
	height: 120px;
}

.comment-form .form-submit input {
	text-transform: uppercase;
	margin-top: 23px;
}

.comment-form .form-submit input:hover {
	background: #b0814e;
}

.comment-form .required {
	color: #b0814e;
}

.comment-reply-title {
	text-transform: uppercase;
}

.comment-reply-title small a {
	float: right;
	font-size: 14px;
	font-size: 1.4rem;
	text-transform: none;
	padding-top: 11px;
	font-weight: 300;
}

.comment-reply-title small a:hover {
	color: #111;
}

.comment-form-comment,
.comment-form-author,
.comment-form-email,
.comment-form-url {
	margin-bottom: 0;
}

.comment-subscription-form {
	margin: 0 0 5px;
}

@media (min-width: 768px) {
	.comment-list .children {
		padding: 0 0 0 30px;
	}
	.comment-list &gt; .ol &gt; .ol {
		padding: 0 0 0 30px;
	}
}

@media (max-width: 575px) {
	.comment-list .reply {
		position: relative;
		top: 0px;
		text-align: right;
	}
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin-bottom: 30px;
	word-wrap: break-word;
	padding: 0 30px;
	border-top: 1px solid #dedede;
}

.widget ul {
	list-style: none;
	margin: -8px 0;
	padding: 0;
	list-style-position: inside;
}

.widget ul &gt; li {
	color: #111;
	font-size: 14px;
	font-size: 1.4rem;
	padding-bottom: 10px;
}

.widget ul li:before {
	content: "";
	width: 4px;
	height: 4px;
	margin-right: 12px;
	background: #111;
	display: inline-block;
	position: relative;
	top: -3px;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.widget ul li:last-child {
	padding-bottom: 0;
}

.widget ul li a {
	color: #b0814e;
}

.widget ul li a:hover {
	color: #b0814e;
}

.widget select {
	border: 1px solid #dedede;
	width: 100%;
	padding: 10px 10px 11px;
}

.widget select option {
	word-wrap: break-word;
}

.widget select:focus {
	outline: #fff;
}

.widget a {
	color: #b0814e;
	transition: all .3s;
}

.widget input[type="text"], .widget input[type="email"], .widget input[type="date"], .widget input[type="number"], .widget input[type="search"] {
	width: 100%;
	font-size: 12px;
	font-size: 1.2rem;
	font-style: italic;
	line-height: normal;
}

.widget input[type="submit"] {
	display: block;
	width: 100%;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 15px 20px;
	text-transform: uppercase;
	color: #111;
	margin: 0;
	cursor: pointer;
	border: none;
	transition: all 0.3s;
	background: #F5F5F5;
}

.widget input[type="submit"]:hover {
	background: #b0814e;
	color: #fff;
}

.add_sticky_sidebar .widget &gt; *:not(.widget-title) {
	margin-top: 30px;
}

.add_sticky_sidebar .widget .widget-title + * {
	margin-top: 0;
}

.widget-area a {
	color: white;
}

.widget-area a:hover {
	opacity: 0.7;
	color: #e4e4e4;
}

.widget-title {
	margin: 0 0 40px;
	padding: 30px 0 0;
	font-weight: bold;
	font-size: 18px;
	font-size: 1.8rem;
	text-transform: uppercase;
	position: relative;
	font-family: "Lora", serif;
}

.widget-title:before {
	content: '';
	width: 40px;
	background: #b0814e;
	height: 1px;
	position: absolute;
	bottom: -10px;
}

.sidebar-footer .container {
	display: flex;
	justify-content: space-between;
	flex-flow: row wrap;
}

.sidebar-footer .widget {
	border-top: none;
	margin-bottom: 0;
	padding: 0;
	width: calc(100% / 3 - 20px);
	color: white;
}

.sidebar-footer .textwidget {
	/..border: 1px solid #dedede;
    padding-bottom: 30px;
	margin-top: -20px;
	line-height: 1.5;
	font-style: italic;
}

.sidebar-footer .textwidget blockquote {
	font-size: 24px;
	font-size: 2.4rem;
	margin: 0;
	font-family: "Lora", serif;
}

.widget-item ul {
	list-style-type: none;
}

@media (max-width: 767px) {
	.sidebar-footer .container section {
		width: 100%;
	}
}

/* widget calendar */
#wp-calendar {
	margin-top: -10px;
	border-collapse: collapse;
	border: 1px solid #dedede;
	width: 100%;
	border-top: none;
}

#wp-calendar td,
#wp-calendar th {
	text-align: center;
	border: none;
}

#wp-calendar caption {
	color: #111;
	padding: 0;
	line-height: 39px;
	border: none;
	font-weight: 700;
}

#wp-calendar thead,
#wp-calendar tfoot {
	line-height: 33px;
	background: #dedede;
}

#wp-calendar td,
#wp-calendar th,
#wp-calendar caption {
	padding: 4px;
}

#wp-calendar tbody {
	line-height: 33px;
}

#wp-calendar #prev,
#wp-calendar #next {
	padding: 0 10px;
	background: #dedede;
}

#wp-calendar #prev {
	text-align: left;
}

#wp-calendar #next {
	text-align: right;
}

/* widget recent post */
.widget_yosemite-recent-posts li {
	display: flex;
	margin-bottom: 20px;
}

.widget_yosemite-recent-posts ul {
	margin: 0;
}

.widget_yosemite-recent-posts ul li {
	align-items: flex-start;
}

.widget_yosemite-recent-posts ul li a {
	padding-left: 0;
	color: #111;
}

.widget_yosemite-recent-posts ul li:before {
	display: none;
}

.widget_yosemite-recent-posts .recent-post__title {
	margin-bottom: 3px;
}

.widget_yosemite-recent-posts .recent-post__image {
	margin-right: 20px;
}

.widget_yosemite-recent-posts .recent-post__image a {
	position: relative;
	display: block;
}

.widget_yosemite-recent-posts .recent-post__image a:before,
.widget_yosemite-recent-posts .recent-post__image a:after {
	position: absolute;
	left: 5px;
	right: 5px;
	top: 5px;
	bottom: 5px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

.widget_yosemite-recent-posts .recent-post__image a:before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
}

.widget_yosemite-recent-posts .recent-post__image a:after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0);
}

.widget_yosemite-recent-posts .recent-post__image a:hover::before,
.widget_yosemite-recent-posts .recent-post__image a:hover::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.widget_yosemite-recent-posts .recent-post__image img {
	width: 100%;
	height: auto;
	transition: all .3s;
	display: block;
}

.widget_yosemite-recent-posts .recent-post__text {
	flex: 1;
}

.widget_yosemite-recent-posts h4 {
	margin: -5px 0 0px;
	font-weight: 400;
	font-style: italic;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.6;
}

.widget_yosemite-recent-posts h4 a {
	color: #111;
}

.widget_yosemite-recent-posts h4 a:hover {
	color: #b0814e;
}

.widget_yosemite-recent-posts .posted-on {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.85;
	color: #888888;
}

.widget.recent-posts ul {
	margin-top: 0;
}

.widget_recent_entries ul {
	margin-top: -8px;
	margin-bottom: -8px;
}

/* widget popular post */
.widget_yosemite-popular-posts li {
	display: flex;
	margin-bottom: 20px;
}

.widget_yosemite-popular-posts ul {
	margin: 0;
}

.widget_yosemite-popular-posts ul li {
	align-items: flex-start;
}

.widget_yosemite-popular-posts ul li a {
	padding-left: 0;
}

.widget_yosemite-popular-posts ul li:before {
	display: none;
}

.widget_yosemite-popular-posts .popular-post__image {
	margin-right: 20px;
}

.widget_yosemite-popular-posts .popular-post__image a {
	position: relative;
	display: block;
	width: 90px;
}

.widget_yosemite-popular-posts .popular-post__image a:before,
.widget_yosemite-popular-posts .popular-post__image a:after {
	position: absolute;
	left: 5px;
	right: 5px;
	top: 5px;
	bottom: 5px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

.widget_yosemite-popular-posts .popular-post__image a:before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
}

.widget_yosemite-popular-posts .popular-post__image a:after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0);
}

.widget_yosemite-popular-posts .popular-post__image a:hover::before,
.widget_yosemite-popular-posts .popular-post__image a:hover::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.widget_yosemite-popular-posts .popular-post__image img {
	width: 100%;
	height: auto;
	transition: all .3s;
	display: block;
}

.widget_yosemite-popular-posts .popular-post__title {
	margin-bottom: 6px;
}

.widget_yosemite-popular-posts .popular-post__text {
	flex: 1;
}

.widget_yosemite-popular-posts h4 {
	margin: -5px 0 0px;
	font-weight: 400;
	font-style: italic;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.6;
}

.widget_yosemite-popular-posts h4 a {
	color: #111;
}

.widget_yosemite-popular-posts h4 a:hover {
	color: #b0814e;
}

.widget_yosemite-popular-posts .posted-on {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.85;
	color: #888888;
}

.widget.popular-posts ul {
	margin-top: 0;
}

.widget_popular_entries ul {
	margin-top: -8px;
	margin-bottom: -8px;
}

/* widget search */
.search-form {
	position: relative;
}

.search-form label input {
	padding: 13px 25px 12px;
	color: #888888;
	font-size: 13px;
	font-size: 1.3rem;
}

.search-form .search-submit {
	position: absolute;
	top: 0px;
	right: 0;
	height: 100%;
	width: 45px;
	border: none;
	background: transparent;
}

.search-form .search-submit:hover {
	background: transparent;
}

.search-form .search-submit i {
	font-size: 14px;
	font-size: 1.4rem;
	color: #111;
	position: absolute;
	right: 50%;
	top: 50%;
	transform: translate(50%, -50%);
	transition: all .3s;
}

.search-form .search-submit i:before {
	margin-left: 2px;
}

.search-form .search-submit:hover i {
	background: transparent;
}

.widget-area .search-submit i {
	color: #b0814e;
}

/* widget SUBSCRIBE */
.jetpack_subscription_widget #subscribe-text {
	margin-top: -8px;
}

.jetpack_subscription_widget #subscribe-email p {
	margin-bottom: 18px;
}

.jetpack_subscription_widget #subscribe-email input {
	padding: 12px 20px;
	font-size: 12px;
	font-size: 1.2rem;
	font-style: italic;
	margin-top: 10px;
	text-align: left;
	color: #888888;
	width: 100%;
}

.jetpack_subscription_widget #subscribe-submit input[type="submit"] {
	border-radius: 0;
	background: #fff;
	text-align: center;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: bold;
	color: #111;
	border: 1px solid #111;
}

.jetpack_subscription_widget #subscribe-submit input[type="submit"]:hover {
	background: #b0814e;
	border: 1px solid #b0814e;
	color: #fff;
}

/* widget tag */
.tagcloud a {
	color: #888888;
	line-height: 1.3;
	padding: 5px 11px 4px;
	border: 1px solid #dedede;
	margin: 10px 6px 0 0;
	display: inline-block;
	text-transform: uppercase;
}

.tagcloud a:hover {
	color: #fff;
	border-color: #b0814e;
	background: #b0814e;
}

.widget_archive ul,
.widget_categories ul,
.widget_pages ul,
.widget_nav_menu ul,
.widget_meta ul {
	margin: 0 0 1.5em 0;
}

.widget_archive ul ul,
.widget_categories ul ul,
.widget_pages ul ul,
.widget_nav_menu ul ul,
.widget_meta ul ul {
	padding-left: 1.5em;
	margin-bottom: 0;
}

.widget_archive ul ul li:first-child,
.widget_categories ul ul li:first-child,
.widget_pages ul ul li:first-child,
.widget_nav_menu ul ul li:first-child,
.widget_meta ul ul li:first-child {
	padding-top: 10px;
}

.widget_authors &gt; ul &gt; li:before {
	display: none;
}

.widget_authors &gt; ul &gt; li &gt; a {
	margin-bottom: 20px;
	display: block;
}

.widgets-multi-column-grid ul &gt; li:before {
	display: none;
}

.widget_wpcom_social_media_icons_widget ul {
	margin-top: 10px;
}

.widget_wpcom_social_media_icons_widget ul li {
	margin-right: 0;
}

.widget_wpcom_social_media_icons_widget ul li:before {
	content: '';
}

.widget_wpcom_social_media_icons_widget ul li:first-child:before {
	padding: 0;
}

.widget_wpcom_social_media_icons_widget .genericon.genericon {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 14px;
	font-size: 1.4rem;
	width: 35px;
	height: 35px;
	background: #111;
	color: #fff;
	border-radius: 100%;
	margin-bottom: 8px;
}

.widget_wpcom_social_media_icons_widget .genericon.genericon[href*="http:"]:before {
	content: "\f1e0";
}

.widget_wpcom_social_media_icons_widget .genericon.genericon[href*="https:"]:before {
	content: "\f1e0";
}

.widget_wpcom_social_media_icons_widget .genericon.genericon[href*="twitter.com"]:before {
	content: "\f099";
}

.widget_wpcom_social_media_icons_widget .genericon.genericon[href*="instagram.com"]:before {
	content: "\f16d";
}

.widget_wpcom_social_media_icons_widget .genericon.genericon[href*="yelp.com"]:before {
	content: "\f1e9";
}

.widget_wpcom_social_media_icons_widget .genericon.genericon[href*="flickr.com"]:before {
	content: "\f16e";
}

.widget_wpcom_social_media_icons_widget .genericon.genericon[href*="github.com"]:before {
	content: "\f09b";
}

.widget_wpcom_social_media_icons_widget .genericon.genericon[href*="dribbble.com"]:before {
	content: "\f17d";
}

.widget_wpcom_social_media_icons_widget .genericon.genericon[href*="wordpress.com"]:before {
	content: "\f19a";
}

.widget_wpcom_social_media_icons_widget .genericon.genericon[href*="tumblr.com"]:before {
	content: "\f173";
}

.widget_wpcom_social_media_icons_widget .genericon.genericon[href*="vine.co"]:before {
	content: "\f1ca";
}

.widget_wpcom_social_media_icons_widget .genericon.genericon[href*="snapchat.com"]:before {
	content: "\f2ab";
}

.widget_wpcom_social_media_icons_widget .genericon.genericon[href*="codepen.io"]:before {
	content: "\f1cb";
}

.widget_wpcom_social_media_icons_widget .genericon.genericon[href*="skype.com"]:before {
	content: "\f17e";
}

.widget_wpcom_social_media_icons_widget .genericon.genericon[href*="reddit.com"]:before {
	content: "\f1a1";
}

.widget_wpcom_social_media_icons_widget .genericon.genericon[href*="stumbleupon.com"]:before {
	content: "\f1a4";
}

.widget_wpcom_social_media_icons_widget .genericon.genericon[href*="pocket.com"]:before {
	content: "\f265";
}

.widget_wpcom_social_media_icons_widget .genericon.genericon[href*="foursquare.com"]:before {
	content: "\f180";
}

.widget_wpcom_social_media_icons_widget .genericon.genericon[href*="medium.com"]:before {
	content: "\f23a";
}

.widget_wpcom_social_media_icons_widget .genericon.genericon[href*="gotinder.com"]:before {
	content: "\f043";
}

.widget_wpcom_social_media_icons_widget .genericon.genericon[href*="slack.com"]:before {
	content: "\f198";
}

.widget_wpcom_social_media_icons_widget .genericon.genericon[href*="500px.com"]:before {
	content: "\f26e";
}

.widget_wpcom_social_media_icons_widget .genericon.genericon[href*="angel.co"]:before {
	content: "\f209";
}

.widget_wpcom_social_media_icons_widget .genericon.genericon[href*="del.icio.us"]:before {
	content: "\f1a5";
}

.widget_wpcom_social_media_icons_widget .genericon.genericon[href*="dropbox.com"]:before {
	content: "\f16b";
}

.widget_wpcom_social_media_icons_widget .genericon.genericon[href*="facebook.com"]:before {
	content: "\f09a";
}

.widget_wpcom_social_media_icons_widget .genericon.genericon[href*="gratipay.com"]:before {
	content: "\f184";
}

.widget_wpcom_social_media_icons_widget .genericon.genericon[href*="plus.google.com"]:before {
	content: "\f0d5";
}

.widget_wpcom_social_media_icons_widget .genericon.genericon[href*="houzz.com"]:before {
	content: "\f27c";
}

.widget_wpcom_social_media_icons_widget .genericon.genericon[href*="linkedin.com"]:before {
	content: "\f0e1";
}

.widget_wpcom_social_media_icons_widget .genericon.genericon[href*="qqchat.qq.com"]:before {
	content: "\f1d6";
}

.widget_wpcom_social_media_icons_widget .genericon.genericon[href*="slideshare.net"]:before {
	content: "\f1e7";
}

.widget_wpcom_social_media_icons_widget .genericon.genericon[href*="soundcloud.com"]:before {
	content: "\f1be";
}

.widget_wpcom_social_media_icons_widget .genericon.genericon[href*="steamcommunity.com"]:before {
	content: "\f1b6";
}

.widget_wpcom_social_media_icons_widget .genericon.genericon[href*="vimeo.com"]:before {
	content: "\f27d";
}

.widget_wpcom_social_media_icons_widget .genericon.genericon[href*="weibo.com"]:before {
	content: "\f18a";
}

.widget_wpcom_social_media_icons_widget .genericon.genericon[href*="youtube.com"]:before {
	content: "\f167";
}

.widget_wpcom_social_media_icons_widget .genericon.genericon[href*="bitbucket.org"]:before {
	content: "\f171";
}

.widget_wpcom_social_media_icons_widget .genericon.genericon[href*="deviantart.com"]:before {
	content: "\f1bd";
}

.widget_wpcom_social_media_icons_widget .genericon.genericon[href*="mozilla.org"]:before {
	content: "\f269";
}

.widget_wpcom_social_media_icons_widget .genericon.genericon[href*="last.fm"]:before {
	content: "\f203";
}

.widget_wpcom_social_media_icons_widget .genericon.genericon[href*="quora.com"]:before {
	content: "\f2c4";
}

.widget_wpcom_social_media_icons_widget .genericon.genericon[href*="spotify.com"]:before {
	content: "\f1bc";
}

.widget_wpcom_social_media_icons_widget .genericon.genericon[href*="steampowered.com"]:before {
	content: "\f1b7";
}

.widget_wpcom_social_media_icons_widget .genericon.genericon[href*="telegram.org"]:before {
	content: "\f2c6";
}

.widget_wpcom_social_media_icons_widget .genericon.genericon[href*="tripadvisor.com"]:before {
	content: "\f262";
}

.widget_wpcom_social_media_icons_widget .genericon.genericon[href*="xing.com"]:before {
	content: "\f168";
}

.widget_wpcom_social_media_icons_widget .genericon.genericon[href*="amazon.com"]:before {
	content: "\f270";
}

.widget_wpcom_social_media_icons_widget .genericon.genericon[href*="bandcamp.com"]:before {
	content: "\f2d5";
}

.widget_wpcom_social_media_icons_widget .genericon.genericon[href*="behance.net"]:before {
	content: "\f1b4";
}

.widget_wpcom_social_media_icons_widget .genericon.genericon[href*="digg.com"]:before {
	content: "\f1a6";
}

.widget_wpcom_social_media_icons_widget .genericon.genericon[href*="etsy.com"]:before {
	content: "\f2d7";
}

.widget_wpcom_social_media_icons_widget .genericon.genericon[href*="gitlab.com"]:before {
	content: "\f296";
}

.widget_wpcom_social_media_icons_widget .genericon.genericon[href*="imdb.com"]:before {
	content: "\f2d8";
}

.widget_wpcom_social_media_icons_widget .genericon.genericon[href*="jsfiddle.net"]:before {
	content: "\f1cc";
}

.widget_wpcom_social_media_icons_widget .genericon.genericon[href*="leanpub.com"]:before {
	content: "\f212";
}

.widget_wpcom_social_media_icons_widget .genericon.genericon[href*="meetup.com"]:before {
	content: "\f2e0";
}

.widget_wpcom_social_media_icons_widget .genericon.genericon[href*="ok.ru"]:before {
	content: "\f264";
}

.widget_wpcom_social_media_icons_widget .genericon.genericon[href*="pinterest.com"]:before {
	content: "\f0d3";
}

.widget_wpcom_social_media_icons_widget .genericon.genericon[href*="producthunt.com"]:before {
	content: "\f288";
}

.widget_wpcom_social_media_icons_widget .genericon.genericon[href*="ravelry.com"]:before {
	content: "\f2d9";
}

.widget_wpcom_social_media_icons_widget .genericon.genericon[href*="scribd.com"]:before {
	content: "\f28a";
}

.widget_wpcom_social_media_icons_widget .genericon.genericon[href*="stackexchange.com"]:before {
	content: "\f18d";
}

.widget_wpcom_social_media_icons_widget .genericon.genericon[href*="stackoverflow.com"]:before {
	content: "\f16c";
}

.widget_wpcom_social_media_icons_widget .genericon.genericon[href*="tencent.com"]:before {
	content: "\f1d5";
}

.widget_wpcom_social_media_icons_widget .genericon.genericon[href*="viadeo.com"]:before {
	content: "\f2aa";
}

.widget_wpcom_social_media_icons_widget .genericon.genericon[href*="vk.com"]:before {
	content: "\f189";
}

.widget_wpcom_social_media_icons_widget .genericon.genericon[href*="weixin.qq.com"]:before {
	content: "\f1d7";
}

.widget_wpcom_social_media_icons_widget .genericon.genericon[href*="whatsapp.com"]:before {
	content: "\f232";
}

.widget_wpcom_social_media_icons_widget .genericon.genericon[href*="wikipedia.org"]:before {
	content: "\f266";
}

.widget_wpcom_social_media_icons_widget .genericon.genericon[href*="ycombinator.com"]:before {
	content: "\f23b";
}

.widget_wpcom_social_media_icons_widget .genericon.genericon:hover {
	background: #b0814e;
}

.widget_wpcom_social_media_icons_widget .genericon.genericon:before {
	top: 10px;
	position: relative;
}

/* widget rss */
.widget-title .rsswidget.rsswidget {
	color: #111;
}

.widget-title .rsswidget.rsswidget:hover {
	color: #b0814e;
}

.rsswidget.rsswidget {
	color: #b0814e;
}

.rss-widget-icon {
	display: none;
}

.rss-date {
	display: block;
}

.rssSummary,
.rss-date,
.widget_rss cite {
	color: #111;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# 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;
	margin-left: -10px;
	margin-right: -10px;
	margin-top: -20px;
}

.gallery a:hover {
	opacity: 1;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
}

.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;
}
</pre></body></html>