/**
 * Table of Contents
 * ----------------------------------------------------------------------------
 * 0. Icons
 * 1. Reset
 * 2. General
 * 3. Structure
 * 4. Site Navigation
 * 5. Site Header
 * 6. Content
 *   6.1 Posts and Pages
 *   6.2 Comments
 *   6.3 Paging Navigation
 *   6.4 Post Navigation
 * 7. Widgets
 * 8. Site Footer
 * 9. Site Search
 * 10. Media Queries
*/

/**
 * 0. Icons
 * Font Awesome Free 5.0.6 by @fontawesome - http://fontawesome.com
 * License - http://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1)
 * ----------------------------------------------------------------------------
 */

@font-face {
	font-family: 'fontawesome';
	src:  url('../fonts/fontawesome.eot?zg99sw');
	src:  url('../fonts/fontawesome.eot?zg99sw#iefix') format('embedded-opentype'),
		url('../fonts/fontawesome.ttf?zg99sw') format('truetype'),
		url('../fonts/fontawesome.woff?zg99sw') format('woff'),
		url('../fonts/fontawesome.svg?zg99sw#fontawesome') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
	font-family: 'fontawesome' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-vimeo:before {
	content: "\f40a";
}
.icon-medium:before {
	content: "\f23a";
}
.icon-linkedin:before {
	content: "\f08c";
}
.icon-patreon:before {
	content: "\f3d9";
}
.icon-search:before {
	content: "\f002";
}
.icon-map-marker:before {
	content: "\f041";
}
.icon-twitter:before {
	content: "\f099";
}
.icon-facebook-f:before {
	content: "\f39e";
}
.icon-github:before {
	content: "\f09b";
}
.icon-feed:before {
	content: "\f09e";
}
.icon-rss:before {
	content: "\f09e";
}
.icon-chain:before {
	content: "\f0c1";
}
.icon-link:before {
	content: "\f0c1";
}
.icon-pinterest:before {
	content: "\f0d2";
}
.icon-google-plus:before {
	content: "\f0d5";
}
.icon-envelope:before {
	content: "\f0e0";
}
.icon-linkedin-in:before {
	content: "\f0e1";
}
.icon-angle-double-left:before {
	content: "\f100";
}
.icon-angle-double-right:before {
	content: "\f101";
}
.icon-angle-double-up:before {
	content: "\f102";
}
.icon-angle-double-down:before {
	content: "\f103";
}
.icon-xing:before {
	content: "\f168";
}
.icon-youtube:before {
	content: "\f167";
}
.icon-dropbox:before {
	content: "\f16b";
}
.icon-instagram:before {
	content: "\f16d";
}
.icon-tumblr:before {
	content: "\f173";
}
.icon-dribbble:before {
	content: "\f17d";
}
.icon-behance:before {
	content: "\f1b4";
}
.icon-spotify:before {
	content: "\f1bc";
}
.icon-deviantart:before {
	content: "\f1bd";
}
.icon-soundcloud:before {
	content: "\f1be";
}
.icon-codepen:before {
	content: "\f1cb";
}
.icon-facebook:before {
	content: "\f09a";
}
.icon-pinterest-p:before {
	content: "\f231";
}
.icon-medium-m:before {
	content: "\f3c7";
}
.icon-500px:before {
	content: "\f26e";
}
.icon-vimeo-v:before {
	content: "\f27d";
}
.icon-mixcloud:before {
	content: "\f289";
}
.icon-gitlab:before {
	content: "\f296";
}
.icon-etsy:before {
	content: "\f2d7";
}

/**
 * 1. Reset
 * ----------------------------------------------------------------------------
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

html {
	font-size: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	min-height: 100%;
}

body {
	margin: 0;
}

a {
	background-color: transparent;
}

a:focus {
	outline: thin dotted;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

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 {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: Inconsolata, monospace, sans-serif;
	font-size: 1em;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

form {
	margin: 0;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

input:invalid {
	box-shadow: none;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/**
 * 2. General
 * ----------------------------------------------------------------------------
 */

html,
button,
input,
select,
textarea {
	font-family: 'Lato', sans-serif;
}

body {
	background-color: #fff;
	color: #858585;
	line-height: 1.75;
}

a {
	color: #f48b6e;
	text-decoration: none;
	-webkit-transition: all .3s;
	transition: all .3s;
}

a:hover {
	color: #b2ddf0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #1d1e1f;
	font-family: 'Playfair Display', serif;
	font-weight: bold;
	line-height: 1.2;
	margin: 0 0 24px;
	text-rendering: optimizeLegibility;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 18px;
}

h5,
h6 {
	font-size: 16px;
}

.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
	margin-top: 36px;
}

.post-content > h1:first-child,
.post-content > h2:first-child,
.post-content > h3:first-child,
.post-content > h4:first-child,
.post-content > h5:first-child,
.post-content > h6:first-child {
	margin-top: 0;
}

p {
	margin: 0 0 24px;
}

address {
	font-style: italic;
	margin: 0 0 24px;
}

mark,
ins {
	background-color: #fce3db;
	color: #858585;
	padding: 0 3px;
	text-decoration: none;
}

code {
	font-size: 14px;
	padding: 1px 3px;
}

pre {
	background-color: #f6f6f6;
	color: #858585;
	font-size: 14px;
	margin: 0 0 24px;
	padding: 15px;
	white-space: pre;
}

pre code {
	border: 0;
	font-size: inherit;
	padding: 0;
}

blockquote {
	color: #1d1e1f;
	font: italic 24px/1.5 'Playfair Display', serif;
	margin: 0 0 24px;
}

blockquote p {
	margin-bottom: 12px;
}

blockquote p:last-child {
	margin-bottom: 0;
}

blockquote small,
blockquote cite {
	color: #b6b6b6;
	display: block;
	font: normal 14px/1.5 'Lato', sans-serif;
	letter-spacing: 2px;
	margin-top: 12px;
	text-transform: uppercase;
}

dl,
dd {
	margin: 0 0 24px;
}

dt {
	font-weight: bold;
}

ul,
ol {
	margin: 0 0 24px;
	padding: 0 0 0 24px;
}

li > ul,
li > ol {
	margin-bottom: 0;
}

hr {
	background-color: #eee;
	border: 0;
	height: 1px;
	margin: 24px 0;
}

table {
	font-size: 14px;
	line-height: 1.5;
	margin: 0 0 24px;
	text-align: left;
	width: 100%;
}

caption {
	color: #b6b6b6;
	font-style: italic;
	margin-bottom: 6px;
	text-align: left;
}

th,
td {
	border-bottom: 1px solid #eee;
	padding: 8px 5px;
}

th {
	color: #3a3b3d;
	font-weight: bold;
}

/* Form fields */
button,
input,
select,
textarea {
	background-color: #fff;
	box-sizing: border-box;
	border: 1px solid #eee;
	border-radius: 0;
	color: #858585;
	font-size: 14px;
	max-width: 100%;
	padding: 6px 10px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	vertical-align: baseline;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
select {
	height: 38px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	border-color: #b6b6b6;
	outline: 0;
}

button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	background-color: #f48b6e;
	border: 0;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	height: 38px;
	letter-spacing: 1px;
	padding: 6px 20px;
	text-transform: uppercase;
}

button:hover,
button:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background-color: #b2ddf0;
	outline: 0;
}

/* Placeholder text color */
::-webkit-input-placeholder {
	color: #b6b6b6;
}

:-moz-placeholder {
	color: #b6b6b6;
}

::-moz-placeholder {
	color: #b6b6b6;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #b6b6b6;
}

/* Images */
img, .kg-width-wide img, .kg-width-full img {
	height: auto;
	max-width: 100%;
}

/* Image alignment */
.alignleft {
	float: left;
	margin: 6px 35px 12px 0;
	max-width: 48%;
}

.alignright {
	float: right;
	margin: 6px 0 12px 35px;
	max-width: 48%;
}

/* Image captions */
.caption {
	margin-bottom: 24px;
}

.caption-text {
	color: #b6b6b6;
	display: block;
	font-size: 14px;
	font-style: italic;
	margin: 6px 0 0;
	text-align: left;
}

.alignleft p,
.alignright p,
.caption p {
	margin-bottom: 0;
}

/* Footnotes */
.footnotes-list {
	color: #858585;
	font-size: 14px;
	line-height: 1.5;
}

.footnote-item p {
	margin-bottom: 5px;
}

/* Videos, audios and embeds */
embed,
iframe,
object,
video {
	max-width: 100%;
}

.fluid-width-video-wrapper {
	margin: 0 0 24px;
}

/* Clearing floats */
.clear:after,
.inner:after,
.post-content:after,
.instagram-feed:after {
	clear: both;
}

.clear:before,
.clear:after,
.inner:before,
.inner:after,
.post-content:before,
.post-content:after,
.instagram-feed:before,
.instagram-feed:after {
	content: "";
	display: table;
}

/* Text meant only for screen readers */
.screen-reader-text,
.site-logo + .site-title {
	border: 0 none;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
}

/* Text selection */
::-moz-selection {
	background: #fce3db;
	color: #1d1e1f;
	text-shadow: none;
}

::selection {
	background: #fce3db;
	color: #1d1e1f;
	text-shadow: none;
}

/* Syntax Highlighter */
pre .comment {
	color: #b6b6b6;
}

pre .constant {
	color: #3387cc;
}

pre .storage {
	color: #cc7833;
}

pre .string {
	color: #66cc33;
}

pre .keyword,
pre .selector {
	color: #cc7833;
}

pre .inherited-class {
	font-style: italic;
}

pre .support {
	color: #c83730;
}

/* Slick slider */
.slick-slider {
	box-sizing: border-box;
	display: block;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	display: block;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
}

.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 {
	display: block;
	left: 0;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 0;
}

.slick-track:before,
.slick-track:after {
	content: '';
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

.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 {
	border: 1px solid transparent;
	display: block;
	height: auto;
}

.slick-arrow.slick-hidden {
	display: none;
}

.slick-arrow {
	background-color: #f48b6e;
	border: 0;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 14px;
	height: 40px;
	outline: none;
	padding: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 40px;
	z-index: 999;
}

.slick-arrow:hover,
.slick-arrow:focus {
	background-color: #f48b6e;
	color: #fff;
}

.slick-prev {
	left: 0;
}

.slick-next {
	right: 0;
}

.slick-dots {
	bottom: -24px;
	display: block;
	font-size: 14px;
	line-height: 1.5;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	text-align: center;
	width: 100%;
}

.slick-dots li {
	display: inline-block;
	margin: 0 5px;
	position: relative;
}

.slick-dots button {
	background-color: transparent;
	border: 0;
	color: transparent;
	cursor: pointer;
	font-size: 0;
	height: 20px;
	line-height: 0;
	margin: 0;
	padding: 0;
	position: relative;
	width: 20px;
}

.slick-dots button:before {
	background-color: #3a3b3d;
	border-radius: 100%;
	content: "";
	height: 5px;
	left: 8px;
	position: absolute;
	top: 8px;
	width: 5px;
}

.slick-dots .slick-active button:before{
	background-color: #858585;
}

/**
 * 3. Structure
 * ----------------------------------------------------------------------------
 */

.site-navigation,
.site-header,
.footer-widgets .widget,
.site-footer,
.search-box {
	padding-left: 30px;
	padding-right: 30px;
}

.site-main {
	padding-left: 15px;
	padding-right: 15px;
}

.inner {
	margin: 0 auto;
	max-width: 1050px;
}

.site-main .inner {
	padding: 18px 15px;
}

.site-content {
	border-left: 1px solid #eee;
	float: right;
	margin-left: -1px;
	padding: 42px 0 24px 35px;
	width: 68%;
}

.sidebar {
	border-right: 1px solid #eee;
	clear: none;
	float: none;
	font-size: 13px;
	overflow: hidden;
	padding: 48px 35px 24px 0;
	width: auto;
}

.right-sidebar .site-content {
	border-right: 1px solid #eee;
	border-left: 0;
	float: left;
	margin-left: 0;
	margin-right: -1px;
	padding-left: 0;
	padding-right: 35px;
}

.right-sidebar .sidebar {
	border-left: 1px solid #eee;
	border-right: 0;
	padding-left: 35px;
	padding-right: 0;
}

/**
 * 4. Site Navigation
 * ----------------------------------------------------------------------------
 */

.site-navigation {
	background-color: #fff;
}

.fixed-nav .site-navigation {
	background-color: rgba(255,255,255,0.95);
	-webkit-box-shadow: 0 1px 0 0 rgba(238,238,238,0.4);
	box-shadow: 0 1px 0 0 rgba(238,238,238,0.4);
	box-sizing: border-box;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}

#nav-toggle {
	display: none;
}

.nav-menu {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav-menu li {
	float: left;
	font-size: 12px;
	line-height: 1;
	letter-spacing: 1px;
	padding: 18px 0;
	text-transform: uppercase;
}

.nav-menu a {
	border-left: 1px solid #eee;
	color: #3a3b3d;
	display: inline-block;
	padding: 0 12px;
}

.nav-menu li:first-child a {
	border-left: 0;
	padding-left: 0;
}

.nav-links {
	float: right;
	text-align: right;
}

.nav-links a,
#search-open {
	color: #3a3b3d;
	display: inline-block;
	font-size: 14px;
	line-height: 1.5;
	margin: 7px 0 0 3px;
	padding: 6px;
}

#search-open {
	background-color: transparent;
	border: 0;
	height: 33px;
}

.nav-menu a:hover,
.nav-current a,
.nav-links a:hover,
#search-open:hover {
	color: #f48b6e;
}

/**
 * 5. Site Header
 * ----------------------------------------------------------------------------
 */

.site-header {
	background-color: #e3f3fa;
	text-align: center;
}

.fixed-nav .site-header {
	padding-top: 48px;
}

.site-header .inner {
	max-width: 600px;
	padding-bottom: 48px;
	padding-top: 72px;
}

.site-logo {
	margin-bottom: 24px;
}

.site-title {
	color: #1d1e1f;
	font-family: 'Playfair Display', serif;
	font-size: 36px;
	font-weight: bold;
	line-height: 1.2;
	margin: 0 0 24px;
	text-rendering: optimizeLegibility;
}

.site-title a {
	border: 1px solid #fff;
	color: #1d1e1f;
	display: inline-block;
	padding: 18px 25px;
}

.site-title a:hover {
	border-color: #b2ddf0;
}

.site-description {
	color: #3a3b3d;
	font: italic 18px/1.66667 'Playfair Display', serif;
	margin-top: 24px;
}

/**
 * 6. Content
 * ----------------------------------------------------------------------------
 */

/**
 * 6.1 Posts and Pages
 * ----------------------------------------------------------------------------
 */

.post {
	border-bottom: 1px solid #eee;
	margin-bottom: 48px;
	padding-bottom: 60px;
	position: relative;
}

.post-template .post,
.page-template .post {
	border-bottom: 0;
	padding-bottom: 0;
}

.post-header {
	margin-bottom: 24px;
}

.post-tags {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 1.5;
	margin-bottom: 12px;
	text-transform: uppercase;
}

.post-title {
	font-size: 30px;
	margin-bottom: 6px;
}

.post-title a {
	color: #1d1e1f;
}

.post-title a:hover {
	color: #3a3b3d;
}

.post-meta {
	color: #858585;
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 24px;
}

.post-meta .sep {
	color: #b6b6b6;
	font-family: 'Playfair Display', serif;
	font-style: italic;
}

.post-meta a {
	color: #858585;
}

.post-meta a:hover {
	color: #f48b6e;
}

.post-thumbnail {
	display: block;
	margin-top: 24px;
}

.read-more {
	margin-bottom: 0;
	margin-top: 48px;
}

.more-link {
	background-color: #f48b6e;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 1.5;
	padding: 7px 15px;
	position: relative;
	text-transform: uppercase;
}

.more-link:before {
	border: 1px solid rgba(255,255,255,0.5);
	bottom: 2px;
	content: "";
	left: 2px;
	position: absolute;
	right: 2px;
	top: 2px;
}

.more-link:hover {
	background-color: #b2ddf0;
	color: #fff;
}

.author-box {
	background-color: #f6f6f6;
	margin-bottom: 48px;
	padding: 35px;
	position: relative;
}

.author-box:before {
	border: 1px solid #fff;
	bottom: 15px;
	content: "";
	left: 15px;
	position: absolute;
	right: 15px;
	top: 15px;
}

.author-info {
	min-height: 80px;
	padding-left: 120px;
	position: relative;
}

.author-info.no-avatar {
	min-height: 0;
	padding-left: 0;
}

.author-info .author-avatar {
	border-radius: 50%;
	height: 80px;
	left: 0;
	position: absolute;
	top: 0;
	width: 80px;
}

.author-info .author-title {
	font-size: 18px;
	margin-bottom: 0;
}

.author-info .author-description {
	font-style: italic;
	margin-bottom: 0;
	margin-top: 12px;
}

.author-info .author-links {
	color: #1d1e1f;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 1.5;
	margin-bottom: 0;
	margin-top: 12px;
	text-transform: uppercase;
}

.author-links span {
	margin-right: 10px;
	white-space: nowrap;
}

.author-info .author-links a {
	color: #1d1e1f;
}

.author-info .author-links a:hover {
	color: #f48b6e;
}

.share-post {
	bottom: 60px;
	color: #3a3b3d;
	font-size: 14px;
	font-weight: bold;
	position: absolute;
	right: 0;
	text-align: right;
}

.post-template .share-post {
	margin-bottom: 48px;
	margin-top: 24px;
	position: static;
	text-align: left;
}

.share-post a {
	color: #3a3b3d;
	display: inline-block;
	margin-left: 12px;
}

.share-post a:hover {
	color: #f48b6e;
}

.subscribe-box {
	background-color: #e3f3fa;
	margin-bottom: 48px;
	margin-top: -24px;
	padding: 35px;
}

.subscribe-box-title {
	font-size: 21px;
	margin-bottom: 12px;
}

.subscribe-box form {
	padding-right: 145px;
	position: relative;
}

.subscribe-box input[type="email"] {
	display: block;
	width: 100%;
}

.subscribe-box button[type="submit"] {
	position: absolute;
	right: 0;
	top: 0;
	width: 135px;
}

.inner-box {
	display: table;
	height: 100%;
	position: relative;
	width: 100%;
}

.vertical {
	display: table-cell;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	width: 100%;
}

.cover-img {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

/* Home page */
.hero {
	margin-top: 15px;
	position: relative;
}

.featured-slider {
	display: none;
}

.hero.slider-loading {
	background-color: #fff;
	background-image: url(../images/ajax-loader.gif);
	background-position: center center;
	background-repeat: no-repeat;
	height: 510px;
}

.hero .slick-slide {
	height: 510px;
	margin: 0 7px;
	position: relative;
	width: 1050px;
}

.hero .cover-img {
	opacity: 0.5;
	-webkit-transition: opacity 1s ease;
	-moz-transition: opacity 1s ease;
	transition: opacity 1s ease;
}

.hero .slide-overlay {
	border: 14px solid rgba(255,255,255,0.8);
	display: inline-block;
	max-width: 80%;
	opacity: 0;
	padding: 1px;
	position: relative;
	-webkit-transition: opacity 1s ease;
	-moz-transition: opacity 1s ease;
	transition: opacity 1s ease;
}

.hero .slick-center .cover-img,
.hero .slick-center .slide-overlay {
	opacity: 1;
}

.hero .slide-content {
	background-color: rgba(255,255,255,0.8);
	padding: 30px;
}

.hero .post-tags {
	margin-bottom: 18px;
}

.hero .post-title {
	font-size: 24px;
}

.hero .post-meta {
	margin-bottom: 0;
}

.hero .post-meta .sep {
	color: #858585;
}

.hero .read-more {
	margin-top: 24px;
}

/* Archives */
.tag-template .site-header,
.author-template .site-header {
	padding-bottom: 120px;
}

.tag-template .site-main,
.author-template .site-main {
	margin-top: -132px;
}

.page-header {
	background-color: #e3f3fa;
	border: 15px solid #fff;
	border-bottom-width: 0;
	margin: 0 auto;
	max-width: 1020px;
	overflow: hidden;
	padding: 15px;
	position: relative;
}

.page-header .cover-img {
	opacity: 0.2;
}

.page-header .inner-box {
	height: 140px;
}

.page-header .vertical {
	border: 1px solid #fff;
	padding: 24px 35px;
}

.page-header .post-count,
.page-header .page-title,
.page-header .page-description,
.page-header .author-links,
.search-box-inside {
	margin-left: auto;
	margin-right: auto;
	max-width: 720px;
}

.post-count {
	color: #3a3b3d;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 1.5;
	margin-bottom: 12px;
	text-transform: uppercase;
}

.page-title {
	font-size: 30px;
}

.page-description {
	color: #3a3b3d;
	font-size: 18px;
	font-style: italic;
	line-height: 1.66667;
}

.page-header .author-avatar {
	border-radius: 50%;
	display: block;
	height: 125px;
	margin: 0 auto 24px;
	width: 125px;
}

.page-header .author-links {
	color: #3a3b3d;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 1.5;
	text-transform: uppercase;
}

.page-header .author-links span {
	margin-left: 5px;
	margin-right: 5px;
}

.page-header .author-links a {
	color: #1d1e1f;
}

.page-header .author-links a:hover {
	color: #f48b6e;
}

/**
 * 6.2 Comments
 * ----------------------------------------------------------------------------
 */

.comments-area {
	border-top: 1px solid #eee;
	margin-bottom: 48px;
	padding-top: 24px;
}

.comments-title {
	font-size: 21px;
	margin-bottom: 36px;
}

/**
 * 6.3 Paging Navigation
 * ----------------------------------------------------------------------------
 */

.pagination {
	color: #b6b6b6;
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 48px;
	padding: 0 140px;
	position: relative;
	text-align: center;
}

.newer-posts,
.older-posts {
	color: #858585;
	display: inline-block;
	font-size: 12px;
	letter-spacing: 2px;
	position: absolute;
	text-transform: uppercase;
	top: 0;
}

.newer-posts {
	left: 0;
	padding-left: 15px;
}

.older-posts {
	padding-right: 15px;
	right: 0;
}

.newer-posts .icon-angle-double-left,
.older-posts .icon-angle-double-right {
	font-size: 14px;
	line-height: 1.25;
	position: absolute;
	top: 0;
}

.newer-posts .icon-angle-double-left {
	left: 0;
}

.older-posts .icon-angle-double-right {
	right: 0;
}

.newer-posts:hover,
.older-posts:hover {
	color: #f48b6e;
}

/**
 * 6.4 Post Navigation
 * ----------------------------------------------------------------------------
 */

.post-navigation {
	margin-bottom: 24px;
}

.nav-next,
.nav-previous {
	color: #858585;
	display: block;
	margin-bottom: 24px;
	min-height: 96px;
}

.nav-inside {
	padding-right: 131px;
	position: relative;
}

.nav-next + .nav-previous {
	border-top: 1px solid #eee;
	padding-top: 24px;
}

.nav-thumb {
	background-position: center;
	background-size: cover;
	border-radius: 50%;
	height: 96px;
	position: absolute;
	right: 0;
	top: 0;
	width: 96px;
}

.nav-before {
	display: block;
	font-size: 12px;
	letter-spacing: 1px;
	margin-bottom: 6px;
	text-transform: uppercase;
}

.nav-title {
	display: block;
	font-size: 18px;
	margin-bottom: 6px;
}

.nav-title a {
	color: #1d1e1f;
}

.nav-title a:hover {
	color: #858585;
}

.nav-date {
	display: block;
	font-size: 14px;
}

.nav-date .sep {
	color: #b6b6b6;
	font-family: 'Playfair Display', serif;
	font-style: italic;
}

/**
 * 7. Widgets
 * ----------------------------------------------------------------------------
 */

.widget {
	margin-bottom: 48px;
}

.sidebar .widget-title {
	color: #1d1e1f;
	font-size: 16px;
	letter-spacing: 1px;
	overflow: hidden;
	text-align: center;
	text-transform: uppercase;
}

.sidebar .widget-title:before,
.sidebar .widget-title:after {
	background-color: #eee;
	content: "";
	display: inline-block;
	height: 1px;
	position: relative;
	vertical-align: middle;
	width: 50%;
}

.sidebar .widget-title:before {
	right: 15px;
	margin-left: -50%;
}

.sidebar .widget-title:after {
	left: 15px;
	margin-right: -50%;
}

.footer-widgets .widget {
	border-top: 1px solid #eee;
	margin-bottom: 24px;
	padding-top: 12px;
	text-align: center;
}

.footer-widgets .widget-title {
	color: #858585;
	font: normal 12px/1.5 'Lato', sans-serif;
	letter-spacing: 1px;
	margin-bottom: 12px;
	text-transform: uppercase;
}

.widget input[type="text"],
.widget input[type="email"],
.widget input[type="url"],
.widget input[type="password"],
.widget input[type="search"],
.widget select,
.widget textarea {
	font-size: 13px;
	width: 100%;
}

.widget-newsletter label,
.widget-newsletter p {
	display: block;
	font-style: italic;
	margin-bottom: 18px;
	text-align: center;
}

.widget-newsletter input[type="submit"],
.widget-newsletter button {
	width: 100%;
}

.widget-newsletter .mc-field-group,
.widget-newsletter input[type="email"] {
	display: block;
	margin-bottom: 18px;
}

.widget-recent-posts ul {
	list-style: none;
	padding-left: 0;
}

.widget-recent-posts li {
	color: #858585;
	margin-bottom: 18px;
}

.widget-recent-posts .recent-title {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5;
}

.widget-recent-posts a {
	color: #1d1e1f;
}

.widget-recent-posts a:hover {
	color: #858585;
}

.widget-recent-posts .recent-date {
	font-size: 12px;
}

.widget-tags a {
	border: 1px solid #eee;
	color: #f48b6e;
	display: inline-block;
	font-size: 10px;
	letter-spacing: 1px;
	line-height: 1.5;
	margin: 0 6px 8px 0;
	padding: 7px 10px;
	text-transform: uppercase;
}

.widget-tags a:hover {
	border-color: #b2ddf0;
	color: #b2ddf0;
}

.widget-instagram .instagram-item {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	padding: 1px;
	width: 33.333%;
}

.footer-widgets .widget-instagram {
	margin-bottom: 0;
	padding-left: 0;
	padding-right: 0;
}

.footer-widgets .instagram-item {
	padding: 0;
	width: 16.666%;
}

/**
 * 8. Site Footer
 * ----------------------------------------------------------------------------
 */

.site-footer {
	border-top: 1px solid #eee;
	color: #858585;
	font-size: 12px;
	line-height: 1.5;
	padding-bottom: 24px;
	padding-top: 24px;
}

.site-footer .inner {
	position: relative;
}

.site-footer .top-link {
	color: #858585;
	letter-spacing: 1px;
	padding-right: 15px;
	position: absolute;
	right: 0;
	text-transform: uppercase;
	top: 0;
}

.site-footer .top-link:hover {
	color: #f48b6e;
}

.top-link .icon-angle-double-up{
	font-size: 14px;
	line-height: 1.25;
	position: absolute;
	right: 0;
	top: 0;
}

/**
 * 9. Site Search
 * ----------------------------------------------------------------------------
 */

.site-search {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background: #fff;
	height: 100%;
	left: 0;
	-webkit-overflow-scrolling: touch;
	position: fixed;
	top: 0;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: -webkit-transform .3s ease-in-out, visibility 0s .3s;
	transition: -webkit-transform .3s ease-in-out, visibility 0s .3s;
	transition: transform .3s ease-in-out, visibility 0s .3s;
	visibility: hidden;
	width: 100%;
	z-index: 9999;
}

.search--opened {
	height: 100%;
	overflow: hidden;
	position: fixed;
	width: 100%;
}

.search--opened .site {
	position: relative;
}

.search--opened .site-search {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: -webkit-transform 0.3s ease-in-out;
	transition: -webkit-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
	visibility: visible;
}

.search-scrollable {
	height: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	position: relative;
}

.search-box {
	position: relative;
}

#search-close {
	height: 38px;
	padding: 0;
	position: absolute;
	right: 30px;
	top: 30px;
	width: 38px;
}

.close-icon {
	background: 0;
	color: #fff;
	display: block;
	height: 1px;
	left: 50%;
	margin-left: -10px;
	margin-top: -1px;
	position: absolute;
	top: 50%;
	width: 20px;
}

.close-icon:before,
.close-icon:after {
	background: currentColor;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	-webkit-transition: -webkit-transform .2s;
	transition: -webkit-transform .2s;
	transition: transform .2s;
	width: 100%;
}

.close-icon:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.close-icon:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.search-box-inside {
	padding-bottom: 60px;
	padding-top: 120px;
}

.site-search .search-form {
	margin-bottom: 12px;
}

.site-search .search-field {
	border-width: 0 0 1px 0;
	color: #1d1e1f;
	display: block;
	font-family: 'Playfair Display', serif;
	font-size: 30px;
	font-weight: bold;
	height: 72px;
	padding-left: 0;
	padding-right: 0;
	width: 100%;
}

.result-item {
	margin-bottom: 18px;
}

.result-item a {
	color: #858585;
	display: block;
}

.result-item a:hover,
.result-item a:hover .result-title {
	color: #858585;
}

.result-item .result-title {
	color: #1d1e1f;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.result-item .result-date {
	font-size: 12px;
}

.results-info {
	font-size: 14px;
	margin-bottom: 36px;
}

/**
 * 10. Media Queries
 * ----------------------------------------------------------------------------
 */

@media only screen and (max-width: 960px) {
	.site-content,
	.right-sidebar .site-content {
		border: 0;
		margin-left: 0;
		margin-right: 0;
	}

	.sidebar,
	.right-sidebar .sidebar {
		border: 0;
		padding-left: 0;
		padding-right: 0;
	}
}

@media only screen and (max-width: 800px) {
	.site-main .inner {
		padding-bottom: 0;
		padding-top: 0;
	}

	.site-content,
	.right-sidebar .site-content {
		float: none;
		padding: 48px 0 24px;
		width: auto;
	}

	.sidebar,
	.right-sidebar .sidebar {
		padding: 0;
	}

	#nav-toggle {
		background-color: transparent;
		border: 0;
		color: #3a3b3d;
		display: block;
		float: left;
		font-weight: normal;
		font-size: 12px;
		height: 48px;
		padding: 0 0 0 24px;
		position: relative;
	}

	#nav-toggle:hover,
	#nav-toggle:focus {
		background-color: transparent;
		color: #3a3b3d;
	}

	#nav-toggle .nav-icon {
		background-color: #3a3b3d;
		display: block;
		height: 1px;
		left: 0;
		position: absolute;
		top: 24px;
		width: 16px;
	}

	#nav-toggle .nav-icon:before,
	#nav-toggle .nav-icon:after {
		background-color: #3a3b3d;
		content: "";
		height: 1px;
		left: 0;
		position: absolute;
		right: 0;
		top: 0;
		-webkit-transition: .3s;
		-moz-transition: .3s;
		transition: .3s;
	}

	#nav-toggle .nav-icon:before {
		margin-top: -5px;
	}

	#nav-toggle .nav-icon:after {
		margin-top: 5px;
	}

	#nav-toggle.toggled-on .nav-icon {
		background-color: transparent;
	}

	#nav-toggle.toggled-on .nav-icon:before {
		margin-top: 0;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	#nav-toggle.toggled-on .nav-icon:after {
		margin-top: 0;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.nav-menu {
		background-color: #fff;
		border-top: 1px solid #eee;
		clear: left;
		display: none;
		float: none;
		margin-left: -30px;
		margin-right: -30px;
	}

	.nav-menu li {
		border-top: 1px solid #eee;
		display: block;
		float: none;
		padding: 0;
	}

	.nav-menu li:first-child {
		border-top: 0;
	}

	.nav-menu a,
	.nav-menu li:first-child a {
		border-left: 0;
		display: block;
		padding: 18px 30px;
	}

	.site-header .inner {
		max-width: 450px;
	}

	.site-title {
		font-size: 30px;
	}

	.site-description {
		font-size: 16px;
	}

	.hero.slider-loading,
	.slick-dotted.slick-slider {
		margin-bottom: 24px;
	}

	.hero .slick-slide {
		margin: 0;
	}

	.sidebar .widget {
		text-align: center;
	}

	.widget form {
		margin-left: auto;
		margin-right: auto;
		max-width: 480px;
	}

	.footer-widgets .instagram-item {
		width: 33.333%;
	}
}

@media only screen and (max-width: 640px) {
	h1,
	.site-title,
	.post-title,
	.page-title,
	.site-search .search-field {
		font-size: 24px;
	}

	h2,
	blockquote,
	.hero .post-title {
		font-size: 21px;
	}

	h3,
	.subscribe-box .subscribe-box-title {
		font-size: 18px;
	}

	h4,
	.page-description,
	.author-info .author-title,
	.post-navigation .nav-title {
		font-size: 16px;
	}

	h5,
	h6 {
		font-size: 14px;
	}

	.alignleft,
	.alignright {
		float: none;
		margin: 6px 0 24px;
		max-width: none;
	}

	.site-content,
	.right-sidebar .site-content {
		padding-top: 36px;
	}

	.site-navigation,
	.site-header,
	.footer-widgets .widget,
	.site-footer,
	.nav-menu a,
	.nav-menu li:first-child a,
	.search-box {
		padding-left: 20px;
		padding-right: 20px;
	}

	#search-close {
		right: 20px;
		top: 20px;
	}

	.site-main,
	.site-main .inner {
		padding-left: 10px;
		padding-right: 10px;
	}

	.nav-menu {
		margin-left: -20px;
		margin-right: -20px;
	}

	.site-header .inner {
		padding-bottom: 36px;
		padding-top: 48px;
	}

	.post {
		margin-bottom: 48px;
		padding-bottom: 48px;
	}

	.hero.slider-loading,
	.hero .slick-slide {
		height: 400px;
	}

	.hero .slide-overlay {
		border-width: 10px;
	}

	.hero .slide-content {
		padding: 24px;
	}

	.hero .post-tags {
		margin-bottom: 12px;
	}

	.hero .read-more {
		display: none;
	}

	.tag-template .site-main,
	.author-template .site-main {
		margin-top: -120px;
	}

	.page-header {
		border-width: 10px;
		padding: 10px;
	}

	.page-header .inner-box {
		height: 120px;
	}

	.page-header .vertical {
		padding-left: 15px;
		padding-right: 15px;
	}

	.footer-widgets .widget-instagram {
		padding-left: 0;
		padding-right: 0;
	}
}

@media only screen and (max-width: 540px) {
	.hero.slider-loading,
	.hero .slick-slide {
		height: 360px;
	}

	.hero .slide-content {
		padding: 18px;
	}
}

@media only screen and (max-width: 480px) {
	.hero.slider-loading,
	.hero .slick-slide {
		height: 300px;
	}

	.page-header .vertical {
		border: 0;
		padding-left: 0;
		padding-right: 0;
	}

	.share-post {
		margin-top: 24px;
		position: static;
		text-align: left;
	}

	.author-box,
	.subscribe-box {
		padding: 30px;
	}

	.author-box:before {
		display: none;
	}

	.author-info {
		padding-left: 0;
	}

	.author-info .author-avatar {
		display: block;
		margin-bottom: 24px;
		position: static;
	}

	.subscribe-box form {
		padding-right: 0;
	}

	.subscribe-box button[type="submit"] {
		margin-top: 18px;
		position: static;
	}

	.pagination {
		padding: 0;
	}

	.newer-posts,
	.older-posts {
		position: relative;
		top: auto;
	}

	.newer-posts {
		left: auto;
		margin-bottom: 12px;
	}

	.older-posts {
		margin-top: 12px;
		right: auto;
	}

	.page-number {
		display: block;
	}

	.site-footer {
		text-align: center;
	}

	.site-footer .top-link {
		display: inline-block;
		position: relative;
	}
}
