@charset 'UTF-8';
/*!
 * Theme Name: Velove
 * Theme URI: https://wp.idenovasi.com/themes/velove-theme/
 * Description: Velove is a fresh, beautiful, responsive and modern WordPress blog theme perfect for creative bloggers who love fresh and unique layout. It features Gutenberg support, unlimited custom colors, custom typography, multiple blog layouts and support Retina logo. See demo: https://demowp.idenovasi.com/velove/
 * Version: 1.5.3
 * Author: Idenovasi
 * Author URI: https://idenovasi.com/
 * Tags: blog, grid-layout, one-column, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks
 * Text Domain: velove
 *
 * License: GNU General Public License v2.0 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Velove WordPress Theme, Copyright 2017 - 2019 https://wp.idenovasi.com/
 * Velove is distributed under the terms of the GNU GPL
 *
 * Please DO NOT EDIT THIS FILE, if you want to customize the styles, you can create a child theme
 * See: http://codex.wordpress.org/Child_Themes
 */
/*------------------------------------*
    $CONTENTS
*------------------------------------*/
/**
 * BASE
 * - NORMALIZE
 * - LAYOUTS
 * - MAIN
 * - SHARED
 * - TYPOGRAPHY
 * - FORMS
 * - ICONS
 *
 * PAGES
 * - HOMEPAGE
 * - 404
 * - ARCHIVE
 *
 * SECTIONS
 * - HEADER
 * - NAVIGATIONS
 * - MODULES
 * - FOOTER
 * - COMMENT
 * - GUTENBERG
 *
 */
/*------------------------------------*
	$NORMALIZE
*------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: .67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	/* 1 */
	text-decoration: underline;
	/* 2 */
	text-decoration: underline dotted;
	/* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	/* 1 */
	font-size: 100%;
	/* 1 */
	line-height: 1.15;
	/* 1 */
	margin: 0;
	/* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	/* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	/* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type='button'],
[type='reset'],
[type='submit'] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: .35em .75em .625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	/* 1 */
	color: inherit;
	/* 2 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	white-space: normal;
	/* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type='checkbox'],
[type='radio'] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type='search'] {
	-webkit-appearance: textfield;
	/* 1 */
	outline-offset: -2px;
	/* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/*------------------------------------*
	$LAYOUTS
*------------------------------------*/
.page-wrapper {
	background-color: #fff;
}

.boxed-container .page-wrapper,
.framed-container .page-wrapper {
	max-width: 1200px;
	margin: 0 auto;
	box-shadow: 0 0 10px rgba(0, 0, 0, .05);
}

.framed-container {
	margin: 0 auto;
}

@media (min-width: 1025px) {
	.framed-container {
		margin: 40px auto;
	}
}

.container {
	max-width: 1110px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 30px;
}

.container:after {
	content: ' ';
	display: block;
	clear: both;
}

@media (min-width: 1170px) {
	.container {
		padding: 0;
	}
}

@media (min-width: 801px) {
	.content-area {
		width: 65.7657657658%;
		float: left;
		margin-right: 2.7027027027%;
	}
}

.layout-full-width .content-area {
	clear: both;
	width: 100%;
	float: left;
	margin-left: 0;
	margin-right: 0;
}

@media (min-width: 992px) {
	.layout-full-width-narrow .content-area {
		width: 65.7657657658%;
		margin: 0 auto;
		float: none;
	}
}

@media (min-width: 801px) {
	.layout-left-sidebar .content-area {
		width: 65.7657657658%;
		float: right;
		margin-right: 0;
	}
}

@media (min-width: 801px) {
	.widget-area {
		width: 31.5315315315%;
		float: right;
		margin-right: 0;
		padding-left: 2.7%;
	}
}

@media (min-width: 1025px) {
	.widget-area {
		padding-left: 5.7%;
	}
}

@media (min-width: 801px) {
	.layout-left-sidebar .widget-area {
		width: 31.5315315315%;
		float: left;
		margin-right: 2.7027027027%;
		padding-right: 5.7%;
		padding-left: 0;
	}
}

/**
 * Blog layouts
 */
.layout-grid-two-right-sidebar .content-area .content .thumbnail-link,
.layout-grid-two-left-sidebar .content-area .content .thumbnail-link,
.layout-grid-three .content-area .content .thumbnail-link,
.layout-grid-four .content-area .content .thumbnail-link,
.layout-masonry-two-right-sidebar .content-area .content .thumbnail-link,
.layout-masonry-two-left-sidebar .content-area .content .thumbnail-link,
.layout-masonry-three .content-area .content .thumbnail-link,
.layout-masonry-four .content-area .content .thumbnail-link {
	margin-bottom: 0;
}

.layout-grid-two-right-sidebar .content-area .content .thumbnail-link:hover .entry-title span,
.layout-grid-two-left-sidebar .content-area .content .thumbnail-link:hover .entry-title span,
.layout-grid-three .content-area .content .thumbnail-link:hover .entry-title span,
.layout-grid-four .content-area .content .thumbnail-link:hover .entry-title span,
.layout-masonry-two-right-sidebar .content-area .content .thumbnail-link:hover .entry-title span,
.layout-masonry-two-left-sidebar .content-area .content .thumbnail-link:hover .entry-title span,
.layout-masonry-three .content-area .content .thumbnail-link:hover .entry-title span,
.layout-masonry-four .content-area .content .thumbnail-link:hover .entry-title span {
	background-color: transparent;
	color: #f7c8b3;
}

.layout-grid-two-right-sidebar .content-area .content .entry-title,
.layout-grid-two-left-sidebar .content-area .content .entry-title,
.layout-grid-three .content-area .content .entry-title,
.layout-grid-four .content-area .content .entry-title,
.layout-masonry-two-right-sidebar .content-area .content .entry-title,
.layout-masonry-two-left-sidebar .content-area .content .entry-title,
.layout-masonry-three .content-area .content .entry-title,
.layout-masonry-four .content-area .content .entry-title {
	font-size: 22px;
	position: relative;
	bottom: auto;
	width: auto;
	left: auto;
	margin: 18px 0;
	line-height: 1.4;
}

.layout-grid-two-right-sidebar .content-area .content .entry-title span,
.layout-grid-two-left-sidebar .content-area .content .entry-title span,
.layout-grid-three .content-area .content .entry-title span,
.layout-grid-four .content-area .content .entry-title span,
.layout-masonry-two-right-sidebar .content-area .content .entry-title span,
.layout-masonry-two-left-sidebar .content-area .content .entry-title span,
.layout-masonry-three .content-area .content .entry-title span,
.layout-masonry-four .content-area .content .entry-title span {
	padding: 0;
	background-color: transparent;
}

.layout-grid-two-right-sidebar .content-text,
.layout-grid-two-left-sidebar .content-text,
.layout-grid-three .content-text,
.layout-grid-four .content-text,
.layout-masonry-two-right-sidebar .content-text,
.layout-masonry-two-left-sidebar .content-text,
.layout-masonry-three .content-text,
.layout-masonry-four .content-text {
	padding-left: 0;
}

@media (min-width: 768px) {
	.layout-grid-two-right-sidebar .content-area .entry,
	.layout-grid-two-left-sidebar .content-area .entry,
	.layout-masonry-two-right-sidebar .content-area .entry,
	.layout-masonry-two-left-sidebar .content-area .entry {
		width: 47.9452054795%;
		float: left;
		margin-right: 4.1095890411%;
	}
	.layout-grid-two-right-sidebar .content-area .entry:nth-child(2n),
	.layout-grid-two-left-sidebar .content-area .entry:nth-child(2n),
	.layout-masonry-two-right-sidebar .content-area .entry:nth-child(2n),
	.layout-masonry-two-left-sidebar .content-area .entry:nth-child(2n) {
		float: right;
		margin-right: 0;
	}
	.layout-grid-two-right-sidebar .content-area .entry:nth-child(2n+1),
	.layout-grid-two-left-sidebar .content-area .entry:nth-child(2n+1),
	.layout-masonry-two-right-sidebar .content-area .entry:nth-child(2n+1),
	.layout-masonry-two-left-sidebar .content-area .entry:nth-child(2n+1) {
		clear: left;
	}
}

@media (min-width: 768px) {
	.layout-grid-three .content-area .entry,
	.layout-masonry-three .content-area .entry {
		width: 48.6486486486%;
		float: left;
		margin-right: 2.7027027027%;
	}
	.layout-grid-three .content-area .entry:nth-child(2n),
	.layout-masonry-three .content-area .entry:nth-child(2n) {
		float: right;
		margin-right: 0;
	}
	.layout-grid-three .content-area .entry:nth-child(2n+1),
	.layout-masonry-three .content-area .entry:nth-child(2n+1) {
		clear: left;
	}
}

@media (min-width: 900px) {
	.layout-grid-three .content-area .entry,
	.layout-masonry-three .content-area .entry {
		width: 31.5315315315%;
		float: left;
		margin-right: 2.7027027027%;
	}
	.layout-grid-three .content-area .entry:nth-child(2n),
	.layout-masonry-three .content-area .entry:nth-child(2n) {
		float: left;
		margin-right: 2.7027027027%;
	}
	.layout-grid-three .content-area .entry:nth-child(2n+1),
	.layout-masonry-three .content-area .entry:nth-child(2n+1) {
		clear: none;
	}
	.layout-grid-three .content-area .entry:nth-child(3n),
	.layout-masonry-three .content-area .entry:nth-child(3n) {
		float: right;
		margin-right: 0;
	}
	.layout-grid-three .content-area .entry:nth-child(3n+1),
	.layout-masonry-three .content-area .entry:nth-child(3n+1) {
		clear: left;
	}
}

@media (min-width: 768px) {
	.layout-grid-four .content-area .entry,
	.layout-masonry-four .content-area .entry {
		width: 48.6486486486%;
		float: left;
		margin-right: 2.7027027027%;
	}
	.layout-grid-four .content-area .entry:nth-child(2n),
	.layout-masonry-four .content-area .entry:nth-child(2n) {
		float: right;
		margin-right: 0;
	}
	.layout-grid-four .content-area .entry:nth-child(2n+1),
	.layout-masonry-four .content-area .entry:nth-child(2n+1) {
		clear: left;
	}
}

@media (min-width: 900px) {
	.layout-grid-four .content-area .entry,
	.layout-masonry-four .content-area .entry {
		width: 31.5315315315%;
		float: left;
		margin-right: 2.7027027027%;
	}
	.layout-grid-four .content-area .entry:nth-child(2n),
	.layout-masonry-four .content-area .entry:nth-child(2n) {
		float: left;
		margin-right: 2.7027027027%;
	}
	.layout-grid-four .content-area .entry:nth-child(2n+1),
	.layout-masonry-four .content-area .entry:nth-child(2n+1) {
		clear: none;
	}
	.layout-grid-four .content-area .entry:nth-child(3n),
	.layout-masonry-four .content-area .entry:nth-child(3n) {
		float: right;
		margin-right: 0;
	}
	.layout-grid-four .content-area .entry:nth-child(3n+1),
	.layout-masonry-four .content-area .entry:nth-child(3n+1) {
		clear: left;
	}
}

@media (min-width: 1110px) {
	.layout-grid-four .content-area .entry,
	.layout-masonry-four .content-area .entry {
		width: 22.972972973%;
		float: left;
		margin-right: 2.7027027027%;
	}
	.layout-grid-four .content-area .entry:nth-child(3n),
	.layout-masonry-four .content-area .entry:nth-child(3n) {
		float: left;
		margin-right: 2.7027027027%;
	}
	.layout-grid-four .content-area .entry:nth-child(3n+1),
	.layout-masonry-four .content-area .entry:nth-child(3n+1) {
		clear: none;
	}
	.layout-grid-four .content-area .entry:nth-child(4n),
	.layout-masonry-four .content-area .entry:nth-child(4n) {
		float: right;
		margin-right: 0;
	}
	.layout-grid-four .content-area .entry:nth-child(4n+1),
	.layout-masonry-four .content-area .entry:nth-child(4n+1) {
		clear: left;
	}
}

.layout-list-right-sidebar .content-area .content .thumbnail-link,
.layout-list-left-sidebar .content-area .content .thumbnail-link,
.layout-list-full-width .content-area .content .thumbnail-link,
.layout-list-full-width-narrow .content-area .content .thumbnail-link {
	margin-bottom: 0;
	width: 34.9315068493%;
	float: left;
	margin-right: 4.1095890411%;
}

.layout-list-right-sidebar .content-area .content .thumbnail-link:hover .entry-title span,
.layout-list-left-sidebar .content-area .content .thumbnail-link:hover .entry-title span,
.layout-list-full-width .content-area .content .thumbnail-link:hover .entry-title span,
.layout-list-full-width-narrow .content-area .content .thumbnail-link:hover .entry-title span {
	background-color: transparent;
	color: #f7c8b3;
}

.layout-list-right-sidebar .content-area .content .entry-title,
.layout-list-left-sidebar .content-area .content .entry-title,
.layout-list-full-width .content-area .content .entry-title,
.layout-list-full-width-narrow .content-area .content .entry-title {
	font-size: 24px;
	position: relative;
	bottom: auto;
	width: auto;
	left: auto;
	margin: 0 0 18px;
	line-height: 1.4;
}

.layout-list-right-sidebar .content-area .content .entry-title span,
.layout-list-left-sidebar .content-area .content .entry-title span,
.layout-list-full-width .content-area .content .entry-title span,
.layout-list-full-width-narrow .content-area .content .entry-title span {
	padding: 0;
	background-color: transparent;
}

.layout-list-right-sidebar .content-text,
.layout-list-left-sidebar .content-text,
.layout-list-full-width .content-text,
.layout-list-full-width-narrow .content-text {
	padding-left: 0;
	overflow: hidden;
}

/*------------------------------------*
	$MAIN
*------------------------------------*/
*,
*:before,
*:after {
	box-sizing: border-box;
}

* html {
	font-size: 100%;
}

html {
	min-height: 100%;
}

body {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
	line-height: 1.5em;
	color: #232323;
	background: #f5f5f5;
	margin: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/**
 * Selection Color.
 */
::-moz-selection {
	color: #000;
	background: #fbf1eb;
	text-shadow: none;
}
::selection {
	color: #000;
	background: #fbf1eb;
	text-shadow: none;
}

/*------------------------------------*
	$SHARED
*------------------------------------*/
figure > img {
	display: block;
}

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

img[class*='align'],
img[class*='attachment-'] {
	height: auto;
}

.wp-caption {
	max-width: 100%;
	margin-bottom: 24px;
}

.wp-caption img[class*='wp-image-'] {
	display: block;
	margin-bottom: 5px;
}

.wp-caption-text {
	font-size: 14px;
	font-style: italic;
	color: #999;
}

.wp-smiley {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	border: 0;
}

embed,
iframe,
object {
	width: 100%;
	max-width: 100%;
}

.alignleft {
	float: left;
	margin-right: 1.5em;
}

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

.aligncenter {
	clear: both;
}

.alignnone {
	display: block;
}

.screen-reader-text,
.widget_mc4wp_form_widget .mc4wp-form-fields label {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus,
.widget_mc4wp_form_widget .mc4wp-form-fields label:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
	clip: auto !important;
	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 */
}

table {
	width: 100%;
	margin-bottom: 2.618em;
}

table th,
table td {
	padding: 7px;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #eee;
}

table th {
	text-transform: uppercase;
	border-bottom: 1px solid #eee;
}

table tr th:first-child,
table tr td:first-child {
	padding-left: 0;
}

table tr th:last-child,
table tr td:last-child {
	padding-right: 0;
}

.sticky,
.bypostauthor {
	font-size: inherit;
}

/**
 * Gallery
 * Taken from Twenty Fourteen theme.
 */
.gallery {
	margin-bottom: 20px;
}

.gallery-item {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 0 4px 4px 0;
}

.gallery-icon a,
.gallery-icon img {
	display: block;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 48%;
	max-width: calc(50% - 4px);
}

.gallery-columns-3 .gallery-item {
	max-width: 32%;
	max-width: calc(33.3% - 4px);
}

.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
}

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
	clear: left;
}

.gallery-caption {
	font-size: 14px;
	line-height: 1.3;
	position: absolute;
	bottom: 0;
	left: 0;
	box-sizing: border-box;
	width: 100%;
	max-height: 50%;
	margin: 0;
	padding: 2px 8px;
	text-align: left;
	opacity: 0;
	color: #fff;
	background-color: #000;
	background-color: rgba(0, 0, 0, .7);
}

.gallery-caption:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-height: 50px;
	content: '';
}

.gallery-item:hover .gallery-caption {
	opacity: 0;
}

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

/**
 * Image animation
 */
.hide-img {
	will-change: opacity;
	opacity: 0;
}

.show-img {
	opacity: 1;
	transition: all .4s ease-in-out;
}

.layout-grid-two-right-sidebar .content-area,
.layout-grid-two-left-sidebar .content-area,
.layout-grid-three .content-area,
.layout-grid-four .content-area,
.layout-masonry-two-right-sidebar .content-area,
.layout-masonry-two-left-sidebar .content-area,
.layout-masonry-three .content-area,
.layout-masonry-four .content-area,
.clearfix,
.gallery,
.site-header,
.site-navigation,
.entry,
.entry-footer,
.featured .featured-details,
.widget.null-instagram-feed .instagram-pics,
.posts_with_thumbnail li,
.pagination,
.most .content .center-align,
.instagram-widget ul,
.post-pagination,
.comment-container {
	*zoom: 1;
}

.layout-grid-two-right-sidebar .content-area:before,
.layout-grid-two-left-sidebar .content-area:before,
.layout-grid-three .content-area:before,
.layout-grid-four .content-area:before,
.layout-masonry-two-right-sidebar .content-area:before,
.layout-masonry-two-left-sidebar .content-area:before,
.layout-masonry-three .content-area:before,
.layout-masonry-four .content-area:before,
.clearfix:before,
.gallery:before,
.site-header:before,
.site-navigation:before,
.entry:before,
.entry-footer:before,
.featured .featured-details:before,
.widget.null-instagram-feed .instagram-pics:before,
.posts_with_thumbnail li:before,
.pagination:before,
.most .content .center-align:before,
.instagram-widget ul:before,
.post-pagination:before,
.comment-container:before,
.layout-grid-two-right-sidebar .content-area:after,
.layout-grid-two-left-sidebar .content-area:after,
.layout-grid-three .content-area:after,
.layout-grid-four .content-area:after,
.layout-masonry-two-right-sidebar .content-area:after,
.layout-masonry-two-left-sidebar .content-area:after,
.layout-masonry-three .content-area:after,
.layout-masonry-four .content-area:after,
.clearfix:after,
.gallery:after,
.site-header:after,
.site-navigation:after,
.entry:after,
.entry-footer:after,
.featured .featured-details:after,
.widget.null-instagram-feed .instagram-pics:after,
.posts_with_thumbnail li:after,
.pagination:after,
.most .content .center-align:after,
.instagram-widget ul:after,
.post-pagination:after,
.comment-container:after {
	display: table;
	content: '';
}

.layout-grid-two-right-sidebar .content-area:after,
.layout-grid-two-left-sidebar .content-area:after,
.layout-grid-three .content-area:after,
.layout-grid-four .content-area:after,
.layout-masonry-two-right-sidebar .content-area:after,
.layout-masonry-two-left-sidebar .content-area:after,
.layout-masonry-three .content-area:after,
.layout-masonry-four .content-area:after,
.clearfix:after,
.gallery:after,
.site-header:after,
.site-navigation:after,
.entry:after,
.entry-footer:after,
.featured .featured-details:after,
.widget.null-instagram-feed .instagram-pics:after,
.posts_with_thumbnail li:after,
.pagination:after,
.most .content .center-align:after,
.instagram-widget ul:after,
.post-pagination:after,
.comment-container:after {
	clear: both;
}

.menu-primary-items,
.menu-primary-items .sub-menu,
.entry-share ul,
.widget.null-instagram-feed .instagram-pics,
.social-links ul,
.instagram-widget ul,
.commentlist {
	margin: 0;
	padding: 0;
	list-style: none;
}

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

/*------------------------------------*
	$TYPOGRAPHY
*------------------------------------*/
/**
 * Set link colors.
 */
a {
	transition: all 200ms ease-in-out 0s;
	text-decoration: none;
	color: #000;
	font-weight: 600;
}

a:visited {
	color: #000;
}

a:hover,
a:visited:hover {
	text-decoration: none;
	color: #f7c8b3;
}

/**
 * Headings.
 */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Playfair Display', serif;
	font-weight: 700;
	font-style: normal;
	margin: 12px 0;
	color: #232323;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	font-weight: 700;
}

h1,
.h1 {
	font-size: 45px;
	line-height: 1.1em;
}

h2,
.h2 {
	font-size: 39px;
	line-height: 1.1em;
}

h3,
.h3 {
	font-size: 34px;
	line-height: 1.3em;
}

h4,
.h4 {
	font-size: 28px;
	line-height: 1.3em;
}

h5,
.h5 {
	font-size: 22px;
}

h6,
.h6 {
	font-size: 18px;
}

/**
 * Text elements.
 */
p {
	margin: 0 0 24px;
}

abbr[title],
dfn[title] {
	cursor: help;
}

del {
	vertical-align: baseline;
	text-decoration: line-through;
	color: #aaa;
}

code,
kbd,
pre,
samp {
	font-size: 16px;
}

pre {
	margin: 24px 0;
	padding: 24px;
	color: #2080ad;
	background-color: #fafafa;
}

code {
	color: #2080ad;
}

blockquote {
	font-style: italic;
	margin: 24px 40px;
	color: #777;
}

blockquote cite {
	position: relative;
	display: block;
	padding: 10px 0 0 20px;
	color: #555;
}

blockquote cite:before {
	position: absolute;
	left: 0;
	content: '\2014';
}

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

address {
	display: block;
	margin: 0 0 24px;
}

ul,
ol {
	margin: 16px 0;
	padding: 0 0 0 24px;
}

ul {
	list-style: disc;
}

ol {
	list-style-type: decimal;
}

ol ol {
	list-style: upper-alpha;
}

ol ol ol {
	list-style: lower-roman;
}

ol ol ol ol {
	list-style: lower-alpha;
}

li ul,
li ol {
	margin: 0;
}

dl {
	margin: 24px;
}

dt {
	font-weight: 700;
}

dd {
	margin-bottom: 24px;
}

hr {
	clear: both;
	height: 1px;
	min-height: 0;
	margin: 24px 0;
	border-top: 1px solid #eee;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
}

hr.dotted {
	border-style: dotted;
}

hr.dashed {
	border-style: dashed;
}

hr.blackborder {
	border-color: #000;
}

hr.whiteborder {
	border-color: #fff;
}

/**
 * Print styles.
 */
@media print {
	* {
		color: #000 !important;
		background: transparent !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}
	a,
	a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: ' (' attr(href) ')';
	}
	abbr[title]:after {
		content: ' (' attr(title) ')';
	}
	.ir a:after,
	a[href^='javascript:']:after,
	a[href^='#']:after {
		content: '';
	}
	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	tr,
	img {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	@page {
		margin: .5cm;
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}
	h2,
	h3 {
		page-break-after: avoid;
	}
}

/*------------------------------------*
	$FORMS
*------------------------------------*/
input[type='text'],
input[type='password'],
input[type='email'],
input[type='url'],
input[type='date'],
input[type='month'],
input[type='time'],
input[type='datetime'],
input[type='datetime-local'],
input[type='week'],
input[type='number'],
input[type='search'],
input[type='tel'],
input[type='color'],
select,
textarea {
	display: inline-block;
	box-sizing: border-box;
	height: 2.5em;
	padding: .5em .6em;
	vertical-align: middle;
	border: none;
	background-color: #fbf1eb;
	font-size: 14px;
	border-radius: 0;
	-webkit-appearance: none;
}

input[type='text']::-webkit-input-placeholder,
input[type='password']::-webkit-input-placeholder,
input[type='email']::-webkit-input-placeholder,
input[type='url']::-webkit-input-placeholder,
input[type='date']::-webkit-input-placeholder,
input[type='month']::-webkit-input-placeholder,
input[type='time']::-webkit-input-placeholder,
input[type='datetime']::-webkit-input-placeholder,
input[type='datetime-local']::-webkit-input-placeholder,
input[type='week']::-webkit-input-placeholder,
input[type='number']::-webkit-input-placeholder,
input[type='search']::-webkit-input-placeholder,
input[type='tel']::-webkit-input-placeholder,
input[type='color']::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	font-family: 'Source Sans Pro', sans-serif;
}

input[type='text']::-moz-placeholder,
input[type='password']::-moz-placeholder,
input[type='email']::-moz-placeholder,
input[type='url']::-moz-placeholder,
input[type='date']::-moz-placeholder,
input[type='month']::-moz-placeholder,
input[type='time']::-moz-placeholder,
input[type='datetime']::-moz-placeholder,
input[type='datetime-local']::-moz-placeholder,
input[type='week']::-moz-placeholder,
input[type='number']::-moz-placeholder,
input[type='search']::-moz-placeholder,
input[type='tel']::-moz-placeholder,
input[type='color']::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
	font-family: 'Source Sans Pro', sans-serif;
}

input[type='text']:-ms-input-placeholder,
input[type='password']:-ms-input-placeholder,
input[type='email']:-ms-input-placeholder,
input[type='url']:-ms-input-placeholder,
input[type='date']:-ms-input-placeholder,
input[type='month']:-ms-input-placeholder,
input[type='time']:-ms-input-placeholder,
input[type='datetime']:-ms-input-placeholder,
input[type='datetime-local']:-ms-input-placeholder,
input[type='week']:-ms-input-placeholder,
input[type='number']:-ms-input-placeholder,
input[type='search']:-ms-input-placeholder,
input[type='tel']:-ms-input-placeholder,
input[type='color']:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	font-family: 'Source Sans Pro', sans-serif;
}

input[type='text']:-moz-placeholder,
input[type='password']:-moz-placeholder,
input[type='email']:-moz-placeholder,
input[type='url']:-moz-placeholder,
input[type='date']:-moz-placeholder,
input[type='month']:-moz-placeholder,
input[type='time']:-moz-placeholder,
input[type='datetime']:-moz-placeholder,
input[type='datetime-local']:-moz-placeholder,
input[type='week']:-moz-placeholder,
input[type='number']:-moz-placeholder,
input[type='search']:-moz-placeholder,
input[type='tel']:-moz-placeholder,
input[type='color']:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder {
	font-family: 'Source Sans Pro', sans-serif;
}

textarea {
	height: auto;
	width: 100%;
}

/*
Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
since IE8 won't execute CSS that contains a CSS3 selector.
*/
input:not([type]) {
	display: inline-block;
	box-sizing: border-box;
	padding: .5em .6em;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 3px #ddd;
}

/* Chrome (as of v.32/34 on OS X) needs additional room for color to display. */
/* May be able to remove this tweak as color inputs become more veloveized across browsers. */
input[type='color'] {
	padding: .2em .5em;
}

input[type='text']:focus,
input[type='password']:focus,
input[type='email']:focus,
input[type='url']:focus,
input[type='date']:focus,
input[type='month']:focus,
input[type='time']:focus,
input[type='datetime']:focus,
input[type='datetime-local']:focus,
input[type='week']:focus,
input[type='number']:focus,
input[type='search']:focus,
input[type='tel']:focus,
input[type='color']:focus,
select:focus,
textarea:focus {
	outline: 0;
	background-color: #fff;
	border: 1px solid #fbf1eb;
}

/*
Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
since IE8 won't execute CSS that contains a CSS3 selector.
*/
input:not([type]):focus {
	border-color: #129fea;
	outline: 0;
}

input[type='file']:focus,
input[type='radio']:focus,
input[type='checkbox']:focus {
	outline: thin solid #129fea;
	outline: 1px auto #129fea;
}

input[type='checkbox'],
input[type='radio'] {
	display: inline-block;
	margin: .5em 0;
}

input[type='text'][disabled],
input[type='password'][disabled],
input[type='email'][disabled],
input[type='url'][disabled],
input[type='date'][disabled],
input[type='month'][disabled],
input[type='time'][disabled],
input[type='datetime'][disabled],
input[type='datetime-local'][disabled],
input[type='week'][disabled],
input[type='number'][disabled],
input[type='search'][disabled],
input[type='tel'][disabled],
input[type='color'][disabled],
select[disabled],
textarea[disabled] {
	cursor: not-allowed;
	color: #cad2d3;
	background-color: #eaeded;
}

/*
Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
since IE8 won't execute CSS that contains a CSS3 selector.
*/
input:not([type])[disabled] {
	cursor: not-allowed;
	color: #cad2d3;
	background-color: #eaeded;
}

input[readonly],
select[readonly],
textarea[readonly] {
	color: #777;
	/* menu text color */
	border-color: #ccc;
	background-color: #eee;
	/* menu hover bg color */
}

input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
	color: #b94a48;
	border-color: #e9322d;
}

input[type='file']:focus:invalid:focus,
input[type='radio']:focus:invalid:focus,
input[type='checkbox']:focus:invalid:focus {
	outline-color: #e9322d;
}

select {
	/* Normalizes the height; padding is not sufficient. */
	height: 2.25em;
	border: 1px solid #ccc;
	background-color: white;
}

select[multiple] {
	height: auto;
}

label {
	margin: .5em 0 .2em;
}

fieldset {
	margin: 0;
	padding: .35em 0 .75em;
	border: 0;
}

legend {
	display: block;
	width: 100%;
	margin-bottom: .3em;
	padding: .3em 0;
	color: #333;
	border-bottom: 1px solid #e5e5e5;
}

/*csslint outline-none:false*/
button,
input[type='button'],
input[type='reset'],
input[type='submit'],
.button,
.button-minimal {
	font-family: inherit;
	font-size: 100%;
	font-weight: 500;
	padding: .65em 1em;
	cursor: pointer;
	text-decoration: none;
	color: #fff;
	/* rgba not supported (IE 8) */
	border: 1px solid #f2f2f2;
	/*IE 6/7/8*/
	border: none rgba(0, 0, 0, 0);
	/*IE9 + everything else*/
	background-color: #000;
	display: inline-block;
}

button:visited,
input[type='button']:visited,
input[type='reset']:visited,
input[type='submit']:visited,
.button:visited,
.button-minimal:visited {
	color: #fff;
}

button:visited:hover,
input[type='button']:visited:hover,
input[type='reset']:visited:hover,
input[type='submit']:visited:hover,
.button:visited:hover,
.button-minimal:visited:hover {
	color: #fff;
}

button:hover,
input[type='button']:hover,
input[type='reset']:hover,
input[type='submit']:hover,
button:focus,
input[type='button']:focus,
input[type='reset']:focus,
input[type='submit']:focus,
.button:hover,
.button-minimal:hover {
	color: #fff;
	background-image: linear-gradient(transparent, rgba(0, 0, 0, .05) 40%, rgba(0, 0, 0, .1));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#1a000000',GradientType=0);
}

button:focus,
.button:focus,
.button-minimal:focus,
input[type='button']:focus,
input[type='reset']:focus,
input[type='submit']:focus {
	outline: 0;
}

button:active,
.button:active,
.button-minimal:active,
input[type='button']:active,
input[type='reset']:active,
input[type='submit']:active {
	border-color: #000\9;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, .15) inset, 0 0 6px rgba(0, 0, 0, .2) inset;
}

/* Firefox: Get rid of the inner focus border */
button::-moz-focus-inner,
.button::-moz-focus-inner,
.button-minimal::-moz-focus-inner,
input[type='button']::-moz-focus-inner,
input[type='reset']::-moz-focus-inner,
input[type='submit']::-moz-focus-inner {
	padding: 0;
	border: 0;
}

/*------------------------------------*
	$ICONS
*------------------------------------*/
@font-face {
	font-family: 'fontello';
	src: url('assets/font/fontello.eot?70169624');
	src: url('assets/font/fontello.eot?70169624#iefix') format('embedded-opentype'), url('assets/font/fontello.woff2?70169624') format('woff2'), url('assets/font/fontello.woff?70169624') format('woff'), url('assets/font/fontello.ttf?70169624') format('truetype'), url('assets/font/fontello.svg?70169624#fontello') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?70169624#fontello') format('svg');
  }
}
*/
[class^='icon-']:before,
.zilla-likes::before,
.widget li::before,
.social-links a::before,
[class*=' icon-']:before {
	font-family: 'fontello';
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	/* opacity: .8; */
	/* For safety - reset parent styles, that can break glyph codes*/
	font-variant: normal;
	text-transform: none;
	/* fix buttons height, for twitter bootstrap */
	line-height: 1em;
	/* Animation center compensation - margins should be symmetric */
	/* remove if not needed */
	margin-left: .2em;
	/* you can be more comfortable with increased icons size */
	/* font-size: 120%; */
	/* Font smoothing. That was taken from TWBS */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	/* Uncomment for 3D effect */
	/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-heart-empty:before {
	content: '\e800';
}

/* '' */
.icon-phone:before {
	content: '\e801';
}

/* '' */
.icon-mail:before,
.social-links a[href*='mailto']::before {
	content: '\e802';
}

/* '' */
.icon-clock:before {
	content: '\e803';
}

/* '' */
.icon-wordpress:before,
.social-links a[href*='wordpress.com']::before,
.social-links a[href*='wordpress.org']::before {
	content: '\e804';
}

/* '' */
.icon-rss:before,
.social-links a[href*='/feed']::before,
.social-links a[href*='feedburner.com']::before {
	content: '\e805';
}

/* '' */
.icon-up-open-big:before {
	content: '\e806';
}

/* '' */
.icon-down-open:before {
	content: '\e807';
}

/* '' */
.icon-search:before {
	content: '\e808';
}

/* '' */
.icon-menu:before {
	content: '\e809';
}

/* '' */
.icon-up-open:before {
	content: '\e80a';
}

/* '' */
.icon-right-open:before {
	content: '\e80b';
}

/* '' */
.icon-left-open:before {
	content: '\e80c';
}

/* '' */
.icon-cancel:before {
	content: '\e80d';
}

/* '' */
.icon-heart:before {
	content: '\e80e';
}

/* '' */
.icon-down-open-big:before {
	content: '\e80f';
}

/* '' */
.icon-left-open-big:before {
	content: '\e810';
}

/* '' */
.icon-right-open-big:before {
	content: '\e811';
}

/* '' */
.icon-twitter:before,
.social-links a[href*='twitter.com']::before {
	content: '\f099';
}

/* '' */
.icon-facebook:before,
.social-links a[href*='facebook.com']::before {
	content: '\f09a';
}

/* '' */
.icon-github:before,
.social-links a[href*='github.com']::before {
	content: '\f09b';
}

/* '' */
.icon-gplus:before,
.social-links a[href*='plus.google.com']::before {
	content: '\f0d5';
}

/* '' */
.icon-linkedin:before,
.social-links a[href*='linkedin.com']::before {
	content: '\f0e1';
}

/* '' */
.icon-youtube:before,
.social-links a[href*='youtube.com']::before {
	content: '\f16a';
}

/* '' */
.icon-instagram:before,
.social-links a[href*='instagram.com']::before {
	content: '\f16d';
}

/* '' */
.icon-dribbble:before,
.social-links a[href*='dribbble.com']::before {
	content: '\f17d';
}

/* '' */
.icon-pinterest:before,
.social-links a[href*='pinterest.com']::before {
	content: '\f231';
}

/* '' */
.icon-medium:before,
.social-links a[href*='medium.com']::before {
	content: '\f23a';
}

/* '' */
.icon-vimeo:before,
.social-links a[href*='vimeo.com']::before {
	content: '\f27d';
}

/* '' */
.icon-reddit:before,
.social-links a[href*='reddit.com']::before {
	content: '\f281';
}

/* '' */
.icon-snapchat:before,
.social-links a[href*='snapchat.com']::before {
	content: '\f2ac';
}

/* '' */
.icon-flickr:before,
.social-links a[href*='flickr.com']::before {
	content: '\f303';
}

/* '' */
.icon-codepen:before,
.social-links a[href*='codepen.io']::before {
	content: '\f32c';
}

/* '' */
/*------------------------------------*
	$HEADER
*------------------------------------*/
.site-header {
	padding-bottom: 94px;
	border-bottom: 1px solid #eee;
}

.framed-container .site-header {
	margin-top: 43px;
}

.home .site-header,
.archive .site-header,
.attachment .site-header {
	border-bottom: 0;
}

.header-style-three .site-header {
	padding-top: 80px;
}

.site-branding {
	text-align: center;
}

@media (min-width: 800px) {
	.site-branding {
		width: 31.5315315315%;
		float: left;
		margin-right: 2.7027027027%;
		text-align: left;
	}
}

.header-style-two .site-branding,
.header-style-three .site-branding {
	clear: both;
	width: 100%;
	float: left;
	margin-left: 0;
	margin-right: 0;
	text-align: center;
}

.header-style-two .site-branding .site-title,
.header-style-three .site-branding .site-title {
	margin-bottom: 2px;
}

.site-branding .site-title {
	font-size: 60px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 15px;
}

@media (min-width: 400px) {
	.site-branding .site-title {
		font-size: 72px;
	}
}

.site-branding .site-title a {
	font-weight: 700;
}

.site-branding .site-description {
	font-size: 16px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	line-height: 1.5;
	color: #232323;
	margin: 0;
}

/*------------------------------------*
	$NAVIGATIONS
*------------------------------------*/
.site-navigation {
	margin-bottom: 80px;
	padding-top: 43px;
}

@media (min-width: 400px) {
	.site-navigation {
		margin-bottom: 108px;
	}
}

.header-style-three .site-navigation {
	padding-top: 0;
	border-bottom: 1px solid #eee;
	margin-bottom: 0;
	background-color: #fff;
}

.main-navigation {
	width: 100%;
	float: right;
	margin-right: 0;
	line-height: 35px;
}

@media (min-width: 400px) {
	.main-navigation {
		width: 65.7657657658%;
		float: right;
		margin-right: 0;
	}
}

@media (min-width: 801px) {
	.main-navigation {
		width: 82.8828828829%;
		float: right;
		margin-right: 0;
	}
}

.header-style-three .main-navigation {
	line-height: 40px;
}

.menu-primary-items {
	text-align: right;
	display: none;
}

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

.menu-primary-items li {
	position: relative;
	display: block;
}

@media (min-width: 769px) {
	.menu-primary-items li {
		display: inline-block;
		margin-right: 40px;
	}
}

@media (min-width: 769px) {
	.menu-primary-items li:hover > .sub-menu {
		opacity: 1;
		visibility: visible;
		transition: all 200ms linear;
		top: 100%;
	}
}

.menu-primary-items li.menu-item-has-children:hover > a {
	border-bottom: 0;
}

.menu-primary-items li:last-child {
	margin-right: 0;
}

.menu-primary-items li > a {
	padding: 10px 0;
}

.menu-primary-items a {
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	transition: none;
	display: block;
	color: #fff;
	transition: all 200ms ease;
}

@media (min-width: 769px) {
	.menu-primary-items a {
		line-height: 1.5;
	}
}

@media (min-width: 801px) {
	.menu-primary-items a {
		color: #000;
		font-size: 14px;
	}
}

.header-style-three .menu-primary-items a {
	border-bottom: 2px solid transparent;
}

.menu-primary-items a:hover {
	color: #f7c8b3;
}

@media (min-width: 769px) {
	.menu-primary-items a:hover {
		border-bottom: 2px solid #f7c8b3;
	}
}

.menu-primary-items .sub-menu {
	padding: 5px 0;
	text-align: left;
	border-top: 0;
}

@media (min-width: 769px) {
	.menu-primary-items .sub-menu {
		position: absolute;
		z-index: 9999;
		top: 50px;
		left: 0;
		opacity: 0;
		visibility: hidden;
		min-width: 180px;
		background-color: #000;
	}
}

.menu-primary-items .sub-menu ul {
	top: 0;
	left: 100%;
	display: none;
}

.menu-primary-items .sub-menu li {
	display: block;
	padding: 0 20px;
	border-bottom: 0;
}

@media (min-width: 769px) {
	.menu-primary-items .sub-menu li {
		margin-right: 0;
	}
}

.menu-primary-items .sub-menu li:last-child a {
	border-bottom: 0;
}

.menu-primary-items .sub-menu li a {
	padding-right: 0;
	margin-right: 0;
}

.menu-primary-items .sub-menu li.menu-item-has-children:hover > a {
	border-bottom: 1px solid rgba(255, 255, 255, .2);
}

@media (min-width: 769px) {
	.menu-primary-items .sub-menu li:hover > .sub-menu {
		top: 0;
		display: block;
	}
}

.menu-primary-items .sub-menu li.edge ul {
	left: auto;
	right: 100%;
}

.menu-primary-items .sub-menu a {
	font-size: 14px;
	line-height: 1.5;
	display: block;
	padding: 10px 0;
	text-transform: capitalize;
	color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.menu-primary-items .sub-menu a:hover {
	color: #f7c8b3;
}

/**
 * Mobile Menu
 */
.menu-toggle {
	line-height: 1.5;
}

.menu-toggle:hover,
.menu-toggle:focus {
	background-image: none;
}

.menu-toggle:active {
	box-shadow: none;
}

.main-navigation.toggled > ul {
	width: 100%;
}

@media (min-width: 768px) {
	.main-navigation.toggled > ul {
		width: 40%;
	}
}

@media (max-width: 801px) {
	.main-navigation.toggled > ul {
		display: block;
		clear: both;
		background-color: #000;
		float: right;
		padding: 20px;
	}
}

.main-navigation.toggled > ul ul {
	text-align: right;
}

.main-navigation.toggled > ul ul li {
	padding-right: 0;
}

.main-navigation.toggled > ul ul a {
	position: relative;
}

.main-navigation.toggled > ul ul a::after {
	content: '\00af';
	display: inline-block;
	color: #fff;
	font-size: 30px;
	line-height: 0;
	vertical-align: text-bottom;
	padding-left: 10px;
}

.menu-toggle {
	display: block;
	float: right;
	font-weight: 700;
	text-transform: uppercase;
	width: 100%;
}

@media (min-width: 400px) {
	.menu-toggle {
		width: auto;
	}
}

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

@-webkit-keyframes submenuShow {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes submenuShow {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

/*------------------------------------*
	$CONTENT
*------------------------------------*/
.entry {
	margin-bottom: 88px;
}

.single .entry {
	margin-bottom: 120px;
}

.page .entry {
	margin-bottom: 40px;
}

.entry .content {
	min-height: 150px;
}

.page-header {
	width: 90%;
	margin: 0 auto;
}

@media (min-width: 800px) {
	.page-header {
		width: 60%;
	}
}

@media (min-width: 1170px) {
	.page-header {
		width: 45%;
	}
}

.page .page-title,
.single .page-title {
	font-size: 28px;
	text-transform: uppercase;
	margin: 25px 0 8px;
}

@media (min-width: 400px) {
	.page .page-title,
	.single .page-title {
		font-size: 38px;
	}
}

@media (min-width: 500px) {
	.page .page-title,
	.single .page-title {
		font-size: 48px;
	}
}

.single .page-title {
	text-transform: capitalize;
}

.page-subtitle {
	font-style: italic;
	font-size: 22px;
	line-height: 1.4;
	color: #a3a3a3;
	margin-bottom: 0;
}

.entry-meta {
	margin-bottom: 20px;
	text-transform: uppercase;
	color: #a3a3a3;
}

.single .entry-meta {
	text-align: center;
}

@media (min-width: 400px) {
	.single .entry-meta {
		text-align: inherit;
	}
}

.entry-meta .seperator {
	display: inline-block;
	margin: 0 5px;
}

.entry-meta .seperator::before {
	content: '\00b7';
}

.cat-links {
	display: block;
}

@media (min-width: 400px) {
	.cat-links {
		float: right;
		display: inline-block;
	}
}

.entry-footer {
	border-top: 2px solid #000;
	padding-top: 30px;
	text-align: center;
}

@media (min-width: 500px) {
	.entry-footer {
		text-align: inherit;
	}
}

.tag-links {
	margin-bottom: 12px;
	display: block;
}

@media (min-width: 500px) {
	.tag-links {
		width: 47.9452054795%;
		float: left;
		margin-right: 4.1095890411%;
		margin-bottom: 0;
	}
}

.tag-links a {
	font-weight: 400;
	font-size: 13px;
	line-height: 1.5;
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 2px 8px;
	letter-spacing: 1px;
	text-transform: lowercase;
	background-color: #fbf1eb;
}

.tag-links a:hover {
	background-color: #f7c8b3;
	color: #232323;
}

@media (min-width: 500px) {
	.entry-share {
		width: 47.9452054795%;
		float: right;
		margin-right: 0;
		text-align: right;
	}
}

.entry-share .zilla-likes {
	position: relative;
	padding-right: 15px;
}

.entry-share .zilla-likes::after {
	content: '';
	border-right: 1px solid #eee;
	width: 1px;
	height: 100%;
	padding-left: 20px;
}

.entry-share ul {
	display: inline-block;
}

.entry-share li {
	display: inline-block;
}

.entry-share li a {
	border: 1px solid #eee;
	border-radius: 50%;
	padding: 8px;
}

.entry-share li a:hover {
	border-color: #000;
}

.entry-share a {
	color: #858585;
}

.entry-share a:hover {
	color: #000;
}

.entry-share .twitter,
.entry-share .gplus {
	margin-right: 3px;
}

.vertical-text-wrapper {
	display: none;
}

.has-featured-image .vertical-text-wrapper {
	float: left;
	margin-right: 8px;
	text-transform: uppercase;
	line-height: 1;
	display: none;
}

@media (min-width: 1170px) {
	.has-featured-image .vertical-text-wrapper {
		display: block;
	}
}

.vertical-text-wrapper a {
	color: #cdcdcd;
	font-weight: 400;
}

.vertical-text-wrapper .vertical-text {
	display: inline-block;
	overflow: hidden;
	width: 1.5em;
}

.vertical-text-wrapper .vertical-text-inner {
	display: inline-block;
	white-space: nowrap;
	-webkit-transform: rotate(-90deg);
	    -ms-transform: rotate(-90deg);
	        transform: rotate(-90deg);
}

.vertical-text-wrapper .vertical-text-inner::before {
	content: '';
	float: left;
	margin-top: 100%;
}

.thumbnail-link {
	display: block;
}

.page .thumbnail-link {
	margin-bottom: 24px;
}

.thumbnail-link img {
	display: block;
}

@media (min-width: 992px) {
	.has-post-thumbnail .content .content-text {
		padding-left: 35px;
	}
}

.single .has-post-thumbnail .content .entry-thumbnail,
.page .has-post-thumbnail .content .entry-thumbnail {
	margin-bottom: 24px;
}

.has-post-thumbnail .content .thumbnail-link {
	position: relative;
	margin-bottom: 12px;
}

@media (min-width: 600px) {
	.has-post-thumbnail .content .thumbnail-link {
		margin-bottom: 35px;
	}
}

.has-post-thumbnail .content .thumbnail-link:hover .entry-title span {
	background-color: #fbf1eb;
	transition: all 200ms ease-in-out 0s;
}

.has-post-thumbnail .content .thumbnail-link img {
	margin-bottom: 24px;
}

@media (min-width: 600px) {
	.has-post-thumbnail .content .thumbnail-link img {
		margin-bottom: 0;
	}
}

.has-post-thumbnail .content .entry-title {
	font-size: 30px;
	line-height: 1.1;
	margin: 0;
	padding-left: 0;
}

@media (min-width: 600px) {
	.has-post-thumbnail .content .entry-title {
		position: absolute;
		bottom: 32px;
		left: 32px;
		width: 80%;
		font-size: 40px;
	}
}

@media (min-width: 801px) {
	.has-post-thumbnail .content .entry-title {
		font-size: 48px;
		line-height: 1.2;
	}
}

.has-post-thumbnail .content .entry-title span {
	background-color: #fff;
	padding: 15px 0 15px 0;
	display: block;
	transition: all 200ms ease-in-out 0s;
}

@media (min-width: 600px) {
	.has-post-thumbnail .content .entry-title span {
		padding-left: 33px;
		padding-right: 33px;
	}
}

@media (min-width: 801px) {
	.has-post-thumbnail .content .entry-title span {
		padding-left: 33px;
	}
}

.has-post-thumbnail .content h2.entry-title {
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 24px;
}

@media (min-width: 600px) {
	.has-post-thumbnail .content h2.entry-title {
		padding-left: 33px;
	}
}

@media (min-width: 801px) {
	.has-post-thumbnail .content h2.entry-title {
		padding-left: 63px;
	}
}

.page .entry-content,
.single .entry-content {
	font-size: 16px;
	line-height: 1.6;
}

/*------------------------------------*
	$MODULES
*------------------------------------*/
/**
 * Top search form
 */
.searchform {
	width: 100%;
	float: left;
	margin-left: 0;
	margin-right: 0;
	position: relative;
	margin-bottom: 10px;
}

@media (min-width: 400px) {
	.searchform {
		width: 31.5315315315%;
		float: left;
		margin-right: 2.7027027027%;
		margin-bottom: 0;
	}
}

@media (min-width: 801px) {
	.searchform {
		width: 14.4144144144%;
		float: left;
		margin-right: 2.7027027027%;
	}
}

.searchform .search-field {
	border: 0;
	border-bottom: 1px solid #000;
	width: 100%;
	height: auto;
	padding: .8em .6em .8em 1.8em;
	font-size: 14px;
	background-color: #fff;
}

.header-style-three .searchform .search-field {
	border-bottom: 0;
	padding: .9em .6em .9em 1.8em;
}

.searchform .search-field::-webkit-input-placeholder {
	color: #000;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
	font-size: 11px;
}

.searchform .search-field::-moz-placeholder {
	color: #000;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
	font-size: 11px;
}

.searchform .search-field:-ms-input-placeholder {
	color: #000;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
	font-size: 11px;
}

.searchform .search-field:-moz-placeholder {
	color: #000;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
	font-size: 11px;
}

.searchform .search-field:focus {
	border: none;
	border-bottom: 1px solid #000;
}

.header-style-three .searchform .search-field:focus {
	border-bottom: 0;
}

.searchform .icon-search {
	position: absolute;
	left: 0;
	top: 9px;
}

.searchform .icon-search::before {
	font-size: 14px;
}

/**
 * After header
 */
.after-header {
	background-color: #fbf1eb;
	height: 100%;
	margin-bottom: 90px;
}

@media (min-width: 800px) {
	.after-header {
		max-height: 505px;
	}
}

.home .after-header {
	margin-bottom: 90px;
}

@media (min-width: 480px) {
	.home .after-header {
		margin-bottom: 142px;
	}
}

.page .after-header,
.single .after-header {
	background-color: transparent;
	margin-bottom: 30px;
}

.attachment .after-header {
	background-color: #fbf1eb;
	margin-bottom: 90px;
}

.after-header .after-header-inner {
	text-align: center;
	padding: 56px 0;
}

.after-header .small-text {
	font-style: italic;
	color: #a3a3a3;
	margin-bottom: 16px;
}

.after-header .large-text {
	font-size: 36px;
	text-transform: uppercase;
	font-weight: 900;
	letter-spacing: 7.2px;
}

/**
 * Featured Posts
 */
.featured .featured-title {
	margin: 0 0 25px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 36px;
	letter-spacing: 7.2px;
	text-transform: uppercase;
	position: relative;
	top: -21px;
	text-align: center;
}

@media (min-width: 800px) {
	.featured .featured-title {
		text-align: left;
	}
}

@media (min-width: 800px) {
	.featured .thumbnail-link {
		width: 57.2072072072%;
		float: left;
		margin-right: 2.7027027027%;
	}
}

.featured .thumbnail-link img {
	width: 100%;
}

.featured .featured-content {
	padding-top: 48px;
}

@media (min-width: 800px) {
	.featured .featured-content {
		width: 40.0900900901%;
		float: right;
		margin-right: 0;
	}
}

.featured .featured-content .entry-title {
	font-size: 32px;
	margin: 0 0 30px;
}

@media (min-width: 600px) {
	.featured .featured-content .entry-title {
		font-size: 48px;
	}
}

.featured .featured-content .entry-meta {
	margin-bottom: 30px;
}

.featured .featured-content .featured-summary {
	color: #333;
	margin-bottom: 20px;
}

.featured .featured-content .more-link-wrapper {
	text-align: right;
	display: block;
}

/**
 * Read More
 */
.more-link-wrapper .more-link {
	text-transform: uppercase;
	border-bottom: 2px solid;
}

/**
 * Zilla Likes
 */
.zilla-likes {
	font-weight: 400;
	color: #a3a3a3;
}

.zilla-likes:hover {
	color: #a3a3a3;
}

.zilla-likes:hover::before {
	content: '\e80e';
}

.zilla-likes.active::before {
	content: '\e80e';
}

.zilla-likes::before {
	content: '\e800';
	color: #fe82b7;
	margin-right: .4em;
}

/**
 * Widgets
 */
.widget {
	position: relative;
	padding: 28px 28px 24px 28px;
	margin-bottom: 90px;
	word-break: break-all;
}

.widget > ul,
.widget > div,
.widget > form,
.widget > select,
.widget > img {
	position: relative;
	z-index: 1;
}

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

.widget ul ul {
	padding: 10px 0;
}

.widget ul ul ul {
	padding: 7px 0 0;
}

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

.widget li {
	padding: 4px 0;
	padding-left: 1.3em;
}

.widget li:first-child {
	padding-top: 0;
}

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

.widget li::before {
	content: '\e80b';
	display: inline-block;
	margin-left: -1.3em;
	width: 1.3em;
}

.widget select {
	width: 100%;
	max-width: 100%;
	height: auto;
	padding: 10px;
	border: 1px solid #eee;
}

.widget a {
	font-weight: 400;
}

.widget::before {
	content: '';
	border: 1px solid #fbf1eb;
	height: 100%;
	width: 98%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

.widget::after {
	content: '';
	border: 1px solid #fbf1eb;
	height: 100%;
	width: 98%;
	display: block;
	position: absolute;
	top: 4px;
	left: 4px;
	z-index: 0;
}

.widget .widget-title {
	font-family: 'Source Sans Pro', sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 16px;
	margin: 0 auto;
	position: absolute;
	top: -12px;
	left: 0;
	right: 0;
	text-align: center;
}

.widget_tag_cloud a {
	font-weight: 400;
	line-height: 1.5;
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 2px 8px;
	letter-spacing: 1px;
	text-transform: lowercase;
	background-color: #fbf1eb;
}

.widget_tag_cloud a:hover {
	background-color: #f7c8b3;
	color: #232323;
}

.widget_search .searchform {
	width: auto;
	float: none;
	margin-right: 0;
}

/**
 * Instagram widget
 */
.widget.null-instagram-feed li {
	padding: 0;
	max-width: 100px;
	display: inline-block;
	float: left;
	margin-right: 25px;
	margin-bottom: 25px;
}

.widget.null-instagram-feed li:last-child {
	margin-right: 0;
}

@media (min-width: 801px) {
	.widget.null-instagram-feed li:last-child {
		margin-right: 25px;
	}
}

@media (min-width: 800px) and (max-width: 1024px) {
	.widget.null-instagram-feed li {
		max-width: 95px;
	}
}

@media (min-width: 801px) {
	.widget.null-instagram-feed li:nth-child(2n) {
		margin-right: 0;
	}
	.widget.null-instagram-feed li:last-child,
	.widget.null-instagram-feed li:nth-last-child(2) {
		margin-bottom: 0;
	}
}

.widget.null-instagram-feed li::before {
	display: none;
}

.widget.null-instagram-feed a,
.widget.null-instagram-feed img {
	display: block;
}

.widget.null-instagram-feed .clear {
	display: none;
}

.posts_with_thumbnail li {
	padding: 0;
	margin-bottom: 20px;
}

.posts_with_thumbnail li::before {
	display: none;
}

.posts_with_thumbnail li:last-child {
	margin-bottom: 0;
}

.posts_with_thumbnail .thumbnail-link {
	max-width: 50px;
	float: left;
	margin-right: 15px;
}

.posts_with_thumbnail .post-detail {
	overflow: hidden;
}

.posts_with_thumbnail .post-detail a {
	font-weight: 700;
	line-height: 1.3;
	display: block;
	margin-top: -4px;
	color: #232323;
	word-break: break-word;
}

.posts_with_thumbnail .post-detail a:hover {
	color: #f7c8b3;
}

.posts_with_thumbnail .post-detail .entry-date {
	font-size: 12px;
	color: #a3a3a3;
}

/**
 * Mailchimp widget
 */
.widget_mc4wp_form_widget .mc4wp-form-fields p {
	margin-bottom: 12px;
}

.widget_mc4wp_form_widget .mc4wp-form-fields input[type='email'] {
	width: 100%;
	font-size: 14px;
	height: 2.75em;
}

.widget_mc4wp_form_widget .mc4wp-form-fields input[type='submit'] {
	width: 100%;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}

/**
 * Posts pagination
 */
.pagination {
	border-top: 2px solid #000;
	text-align: center;
	font-size: 20px;
	text-transform: uppercase;
	padding-top: 12px;
	margin-bottom: 140px;
	clear: both;
}

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

.pagination .page-numbers.current {
	font-weight: 700;
	border-bottom: 3px solid #000;
}

.pagination .next {
	float: right;
	margin-right: 0;
}

.pagination .prev {
	float: left;
	margin-right: 0;
}

/**
 * Most Content
 */
.site .most-content .most.entry {
	margin-bottom: 80px;
}

.most-content .most-content-title {
	text-align: center;
	position: relative;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 62px;
}

@media (min-width: 600px) {
	.most-content .most-content-title {
		font-size: 30px;
	}
}

@media (min-width: 600px) {
	.most-content .most-content-title::before {
		content: '';
		border-bottom: 2px solid #000;
		position: absolute;
		left: 0;
		top: 18px;
		height: 3px;
		width: 100%;
		z-index: 0;
	}
}

@media (min-width: 600px) {
	.most-content .most-content-title span {
		background-color: #fff;
		padding: 0 30px;
		position: relative;
	}
}

@media (min-width: 800px) {
	.most-content .entry {
		display: -webkit-flex;
		display: -ms-flexbox;
		display:         flex;
		-webkit-align-items: center;
		-ms-flex-align: center;
		        align-items: center;
	}
}

.most {
	position: relative;
}

.most .vertical-text-wrapper {
	display: none;
	-webkit-align-self: baseline;
	-ms-flex-item-align: baseline;
	        align-self: baseline;
}

@media (min-width: 601px) {
	.most .vertical-text-wrapper {
		display: block;
	}
}

@media (max-width: 801px) {
	.most .vertical-text-wrapper {
		margin-right: 0;
	}
}

.most .content {
	float: right;
	position: relative;
	width: 100%;
	margin-bottom: 30px;
}

@media (min-width: 601px) {
	.most .content {
		width: 95.7207207207%;
	}
}

@media (min-width: 801px) {
	.most .content {
		float: left;
		width: 64.0540540541%;
		margin-bottom: 0;
	}
}

.most .content .entry-title {
	font-size: 30px;
	position: relative;
	bottom: auto;
	left: auto;
	width: 100%;
	float: right;
	margin-bottom: 12px;
}

@media (min-width: 600px) {
	.most .content .entry-title span {
		padding: 10px;
	}
}

.most .content .thumbnail-link {
	margin-bottom: 12px;
}

@media (min-width: 600px) {
	.most .content .thumbnail-link {
		width: 51.2820512821%;
		float: left;
		margin-bottom: 0;
	}
}

.most .content .thumbnail-link img {
	width: 100%;
	margin-bottom: 0;
}

@media (min-width: 600px) {
	.most .content .thumbnail-link img {
		width: auto;
	}
}

.most .content .entry-meta {
	float: left;
	margin-bottom: 0;
}

@media (min-width: 600px) {
	.most .content .entry-meta {
		margin-left: 83px;
	}
}

@media (min-width: 1110px) {
	.most .content .entry-meta {
		margin-left: 63px;
	}
}

@media (min-width: 600px) {
	.most .content .center-align {
		width: 60%;
	}
}

.most .content-text {
	padding-left: 0;
}

@media (min-width: 801px) {
	.most .content-text {
		width: 31.5315315315%;
		float: right;
		margin-right: 0;
	}
}

@media (min-width: 801px) {
	.most .content-text.center-align {
		top: 55%;
	}
}

@media (max-width: 801px) {
	.most .content-text.center-align {
		position: relative;
		top: auto;
		right: auto;
		-webkit-transform: none;
		    -ms-transform: none;
		        transform: none;
		clear: both;
		padding-left: 33px;
	}
}

@media (max-width: 600px) {
	.most .content-text.center-align {
		padding-left: 0;
	}
}

@media (min-width: 600px) {
	.most .center-align {
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		    -ms-transform: translateY(-50%);
		        transform: translateY(-50%);
		right: 0;
	}
}

/**
 * Social navigation
 */
.social-links {
	text-align: center;
	background-color: #fbf1eb;
	padding: 23px 0;
}

.social-links li {
	display: inline-block;
	padding: 0;
	margin-right: 20px;
	margin-bottom: 0;
}

@media (min-width: 600px) {
	.social-links li {
		margin-right: 60px;
		margin-bottom: 20px;
	}
}

@media (min-width: 801px) {
	.social-links li {
		margin-bottom: 0;
	}
}

@media (min-width: 1170px) {
	.social-links li {
		margin-right: 80px;
	}
}

.social-links li:last-child {
	margin-right: 0;
}

.social-links a {
	display: inline-block;
	color: #000;
	font-weight: 400;
}

.social-links a::before {
	margin: 0 10px 0 0;
}

.social-links a:hover {
	color: #f7c8b3;
}

.social-links a[href*='plus.google.com']::before {
	margin: 0 13px 0 0;
}

.social-links .social-name {
	display: none;
}

@media (min-width: 600px) {
	.social-links .social-name {
		display: inline-block;
	}
}

/**
 * Instagram widget
 */
.instagram-widget {
	position: relative;
}

.instagram-widget .instagram-title {
	margin: 0;
	position: absolute;
	bottom: -15px;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 1;
	font-family: 'Source Sans Pro', sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
}

@media (min-width: 600px) {
	.instagram-widget .instagram-title {
		font-size: 24px;
	}
}

.instagram-widget .instagram-title span {
	background-color: #fbf1eb;
	padding: 8px 20px;
}

.instagram-widget li {
	width: 33.3333333333%;
	float: left;
}

.instagram-widget li:nth-child(3n + 1) {
	margin-left: 0;
	margin-right: -100%;
	clear: both;
	margin-left: 0;
}

.instagram-widget li:nth-child(3n + 2) {
	margin-left: 33.3333333333%;
	margin-right: -100%;
	clear: none;
}

.instagram-widget li:nth-child(3n + 3) {
	margin-left: 66.6666666667%;
	margin-right: -100%;
	clear: none;
}

.instagram-widget li:nth-child(4n),
.instagram-widget li:nth-child(5n),
.instagram-widget li:nth-child(6n) {
	display: none;
}

@media (min-width: 601px) {
	.instagram-widget li {
		width: 25%;
		float: left;
	}
	.instagram-widget li:nth-child(4n + 1) {
		margin-left: 0;
		margin-right: -100%;
		clear: both;
		margin-left: 0;
	}
	.instagram-widget li:nth-child(4n + 2) {
		margin-left: 25%;
		margin-right: -100%;
		clear: none;
	}
	.instagram-widget li:nth-child(4n + 3) {
		margin-left: 50%;
		margin-right: -100%;
		clear: none;
	}
	.instagram-widget li:nth-child(4n + 4) {
		margin-left: 75%;
		margin-right: -100%;
		clear: none;
	}
	.instagram-widget li:nth-child(4n) {
		display: block;
	}
	.instagram-widget li:nth-child(5n),
	.instagram-widget li:nth-child(6n) {
		display: none;
	}
}

@media (min-width: 801px) {
	.instagram-widget li {
		width: 16.6666666667%;
		float: left;
	}
	.instagram-widget li:nth-child(6n + 1) {
		margin-left: 0;
		margin-right: -100%;
		clear: both;
		margin-left: 0;
	}
	.instagram-widget li:nth-child(6n + 2) {
		margin-left: 16.6666666667%;
		margin-right: -100%;
		clear: none;
	}
	.instagram-widget li:nth-child(6n + 3) {
		margin-left: 33.3333333333%;
		margin-right: -100%;
		clear: none;
	}
	.instagram-widget li:nth-child(6n + 4) {
		margin-left: 50%;
		margin-right: -100%;
		clear: none;
	}
	.instagram-widget li:nth-child(6n + 5) {
		margin-left: 66.6666666667%;
		margin-right: -100%;
		clear: none;
	}
	.instagram-widget li:nth-child(6n + 6) {
		margin-left: 83.3333333333%;
		margin-right: -100%;
		clear: none;
	}
	.instagram-widget li:nth-child(4n),
	.instagram-widget li:nth-child(5n),
	.instagram-widget li:nth-child(6n) {
		display: block;
	}
}

.instagram-widget a {
	position: relative;
	display: block;
}

.instagram-widget a::before {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	transition: background-color 400ms ease;
}

.instagram-widget a:hover::before {
	background-color: rgba(251, 241, 235, .6);
}

.instagram-widget img {
	display: block;
}

.instagram-widget .clear {
	display: none;
}

/**
 * Author Box
 */
.single .post-author-box-disabled {
	margin-bottom: 100px;
}

.author-bio {
	background-color: #fbf1eb;
	padding: 30px;
	position: relative;
	margin-bottom: 100px;
}

.author-bio .avatar {
	position: absolute;
	left: 0;
	right: 0;
	top: -50px;
	margin: 0 auto;
	border-radius: 50%;
	display: none;
}

@media (min-width: 500px) {
	.author-bio .avatar {
		display: block;
	}
}

.author-bio .name {
	font-family: 'Source Sans Pro', sans-serif;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 700;
	margin: 0;
	display: inline-block;
}

.author-bio .bio {
	margin-bottom: 30px;
	margin-top: 10px;
}

@media (min-width: 500px) {
	.author-bio .bio {
		margin-bottom: 0;
		margin-top: 30px;
	}
}

@media (min-width: 500px) {
	.author-bio .author-social-links {
		position: absolute;
		top: 30px;
		right: 30px;
	}
}

/**
 * Next / Prev Post
 */
.post-pagination {
	margin-bottom: 100px;
}

.post-pagination .prev-label,
.post-pagination .next-label {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	color: #858585;
	display: block;
	margin-bottom: 10px;
}

.post-pagination .next-label {
	text-align: right;
}

.post-pagination .thumbnail-link {
	position: relative;
}

.post-pagination .thumbnail-link .thumbnail-overlay {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 50%;
	width: 100%;
	background: linear-gradient(to top, black, transparent);
}

.post-pagination .post-title {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 20px;
	color: #fff;
}

.post-pagination .post-title .entry-title {
	font-size: 20px;
	line-height: normal;
	margin-bottom: 0;
}

.post-pagination .post-title .author {
	font-style: italic;
}

.post-pagination .post-title a {
	color: #fff;
}

.post-pagination .next-post .thumbnail-link .post-title {
	text-align: center;
}

.prev-post {
	margin-bottom: 30px;
	position: relative;
}

@media (min-width: 500px) {
	.prev-post {
		width: 47.9452054795%;
		float: left;
		margin-right: 4.1095890411%;
		margin-bottom: 0;
	}
}

.next-post {
	position: relative;
}

@media (min-width: 500px) {
	.next-post {
		width: 47.9452054795%;
		float: right;
		margin-right: 0;
	}
}

/**
 * Related posts
 */
.related-posts .related-title {
	margin-bottom: 30px;
	text-transform: uppercase;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 700;
	font-size: 25px;
}

.related-posts .entry {
	margin-bottom: 20px;
}

@media (min-width: 600px) {
	.related-posts .entry {
		width: 48.6486486486%;
		float: left;
		margin-right: 2.7027027027%;
	}
	.related-posts .entry:nth-of-type(2n) {
		float: right;
		margin-right: 0;
	}
}

@media (min-width: 800px) {
	.related-posts .entry {
		width: 22.972972973%;
		float: left;
		margin-right: 2.7027027027%;
	}
	.related-posts .entry:nth-of-type(2n) {
		float: left;
		margin-right: 2.7027027027%;
	}
	.related-posts .entry:nth-of-type(4n) {
		float: right;
		margin-right: 0;
	}
}

.related-posts .entry-title {
	font-size: 22px;
	line-height: 1.3;
	margin-top: 18px;
	margin-bottom: 8px;
}

.related-posts .entry-meta {
	text-transform: lowercase;
	font-style: italic;
	font-size: 14px;
}

.related-posts .entry-meta a {
	text-transform: uppercase;
	font-style: normal;
	color: #a3a3a3;
}

.related-posts .entry-meta a:hover {
	color: #f7c8b3;
}

/*------------------------------------*
	$FOOTER
*------------------------------------*/
.site-info {
	padding: 70px 0 35px;
}

.framed-container .site-info {
	margin-bottom: 35px;
}

.copyright {
	color: #a3a3a3;
	font-size: 14px;
}

.copyright a {
	font-weight: 400;
}

.info-left {
	text-align: center;
}

@media (min-width: 600px) {
	.info-left {
		width: 48.6486486486%;
		float: left;
		margin-right: 2.7027027027%;
		text-align: left;
	}
}

.info-right {
	text-align: center;
}

@media (min-width: 600px) {
	.info-right {
		width: 48.6486486486%;
		float: right;
		margin-right: 0;
		text-align: right;
	}
}

.info-right .to-top {
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	color: #a3a3a3;
}

/*------------------------------------*
	$COMMENT
*------------------------------------*/
.comments-area,
.comment-respond {
	margin-bottom: 30px;
	margin-top: 0;
	padding-top: 20px;
}

.comments-area {
	margin-bottom: 120px;
	padding-top: 0;
}

.comment-respond {
	border-top: 2px solid #000;
}

.comments-title,
.comment-reply-title {
	margin-bottom: 60px;
	margin-top: 0;
	font-size: 24px;
	font-family: 'Source Sans Pro', sans-serif;
	line-height: 1.1em;
}

.comments-title {
	border-top: 2px solid #000;
	padding-top: 20px;
}

.comment-reply-title {
	margin-bottom: 40px;
}

.comment .comment-respond {
	margin-top: 30px;
}

/**
 * Comment list
 */
.commentlist {
	margin-bottom: 40px;
}

.commentlist .comment {
	margin-bottom: 60px;
}

.commentlist .children {
	margin: 60px 0;
	padding-left: 0;
	list-style: none;
}

@media (min-width: 600px) {
	.commentlist .children {
		padding-left: 90px;
	}
}

@media (min-width: 240px) and (max-width: 768px) {
	.commentlist .children .children {
		padding-left: 0;
	}
}

.commentlist .children .avatar {
	width: 70px;
}

@media (min-width: 480px) {
	.comment-avatar {
		width: 14.4144144144%;
		float: left;
		margin-right: 2.7027027027%;
	}
	.comment-body {
		width: 82.8828828829%;
		float: right;
		margin-right: 0;
	}
}

.comment-avatar {
	text-align: center;
}

.comment-avatar .avatar {
	border-radius: 50%;
}

.name {
	font-size: 16px;
	font-weight: 700;
	display: block;
	text-transform: uppercase;
}

.name a {
	color: #000;
	font-weight: 700;
}

.comment-body {
	position: relative;
	font-size: 16px;
}

.comment-body .comment-wrapper {
	position: relative;
	padding: 29px;
	border: 1px solid #eee;
}

.bypostauthor .comment-body .comment-wrapper {
	border-width: 2px;
	border-color: #fbf1eb;
}

.comment-body .comment-head {
	font-size: 14px;
	margin-bottom: 20px;
}

.comment-body .comment-head .date a {
	color: #858585;
	font-weight: 400;
}

@media (max-width: 479px) {
	.comment-body .comment-content {
		font-size: 16px;
	}
}

.comment-body .comment-content p:last-of-type {
	margin-bottom: 0;
}

.comment-reply-link,
.author-badge {
	font-size: 12px;
	position: absolute;
	top: 0;
	right: 0;
	display: inline-block;
	transition: color .2s ease-in-out;
	color: #858585;
	background-color: #fbf1eb;
	padding: 0 10px;
	text-transform: uppercase;
}

.author-badge {
	right: 65px;
	font-weight: 700;
}

.children .comment-respond {
	margin-top: 0;
}

@media (min-width: 601px) {
	.children .comment-respond {
		margin-top: 60px;
	}
}

.children .comment-form-author,
.children .comment-form-email,
.children .comment-form-url {
	display: block;
	width: 100%;
}

/**
 * Comment form
 */
.comment-notes {
	font-size: 13px;
	font-style: italic;
	color: #999;
}

form.comment-form label {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	display: block;
}

form.comment-form input[type='text'],
form.comment-form input[type='email'],
form.comment-form input[type='url'],
form.comment-form textarea {
	border-radius: 0;
	font-size: 16px;
	color: #858585;
	font-family: 'Source Sans Pro', sans-serif;
}

form.comment-form .comment-form-comment {
	clear: both;
}

@media (min-width: 481px) {
	form.comment-form .comment-form-author,
	form.comment-form .comment-form-email,
	form.comment-form .comment-form-url {
		float: left;
		width: 32%;
		margin-right: 2%;
	}
}

form.comment-form .comment-form-author input,
form.comment-form .comment-form-email input,
form.comment-form .comment-form-url input {
	width: 100%;
}

form.comment-form textarea {
	width: 100%;
}

form.comment-form .comment-form-url {
	margin-right: 0;
}

form.comment-form input[type='submit'] {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 16px 30px;
}

.required {
	color: #f00;
}

#cancel-comment-reply-link {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 13px;
	color: #858585;
}

#comment-nav-above {
	margin-bottom: 30px;
}

.comment-navigation .nav-previous {
	display: inline;
	float: left;
}

.comment-navigation .nav-next {
	display: inline;
	float: right;
	text-align: right;
}

.comment-navigation a {
	color: #000;
}

.comment-awaiting-moderation {
	background-color: #f44336;
	color: #fff;
	padding: 5px 10px;
	font-weight: 700;
	margin-bottom: 12px;
}

/*------------------------------------*
	$GUTENBERG
*------------------------------------*/
.single.layout-full-width-narrow .has-post-thumbnail .content .content-text {
	padding-left: 0;
}

@media (min-width: 768px) {
	.single.layout-full-width-narrow .entry-content > .alignwide {
		margin: 32px calc(25% - 25vw);
		max-width: 100vw;
	}
}

.single.layout-full-width-narrow .entry-content > .alignfull {
	margin: 32px calc(49% - 50vw);
	max-width: 100vw;
	width: 100vw;
}

.entry-content ul,
.entry-content ol {
	margin: 16px 0;
	padding: 0 0 0 48px;
}

.entry-content blockquote {
	font-style: italic;
	margin: 24px 40px;
	color: #777;
}

.entry-content blockquote cite {
	position: relative;
	display: block;
	padding: 10px 0 0 20px;
	color: #555;
}

.entry-content blockquote cite:before {
	position: absolute;
	left: 0;
	content: '\2014';
}

.entry-content q:before,
.entry-content q:after,
.entry-content blockquote:before,
.entry-content blockquote:after {
	content: '';
}

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

.wp-block-video video {
	max-width: 100%;
}

.wp-block-image img {
	display: block;
}

.wp-block-image.alignleft,
.wp-block-image.alignright {
	width: 100%;
}

.wp-block-image.alignfull img {
	width: 100vw;
}

.wp-block-gallery:not(.components-placeholder) {
	margin: 1.5em auto;
}

.wp-block-cover-text p {
	padding: 1.5em 1.4rem;
}

ul.wp-block-latest-posts.alignwide,
ul.wp-block-latest-posts.alignfull,
ul.wp-block-latest-posts.is-grid.alignwide,
ul.wp-block-latest-posts.is-grid.alignwide {
	padding: 0 1.4rem;
}

.wp-block-table {
	display: block;
	overflow-x: auto;
}

.wp-block-table table {
	border-collapse: collapse;
	width: 100%;
}

.wp-block-table td,
.wp-block-table th {
	padding: .5em;
}

.wp-block-embed.type-video > .wp-block-embed__wrapper {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
}

.wp-block-embed.type-video > .wp-block-embed__wrapper > iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.wp-block-quote.is-large {
	margin: 0 auto 1.6rem;
}

.wp-block-pullquote > p:first-child {
	margin-top: 0;
}

.wp-block-separator {
	margin: 3em auto;
	padding: 0;
}

@media screen and (min-width: 768px) {
	.wp-block-cover-text p {
		padding: 1.5em 0;
	}
	.entry-content > * {
		padding-left: 0;
		padding-right: 0;
	}
}

/*--------------------------------------------------------------
# Block Color Palette Colors
--------------------------------------------------------------*/
.has-blue-color {
	color: var(--primary-color);
}

.has-blue-background-color {
	background-color: var(--primary-color);
}

.has-light-gray-color {
	color: var(--secondary-color);
}

.has-light-gray-background-color {
	background-color: var(--secondary-color);
}

.has-very-dark-gray-color {
	color: var(--black-color);
}

.has-very-dark-gray-background-color {
	background-color: var(--black-color);
}

/*--------------------------------------------------------------
# Block Color Palette Colors
--------------------------------------------------------------*/
.has-small-font-size {
	font-size: 14px;
	line-height: 23px;
}

.has-normal-font-size {
	font-size: 16px;
	line-height: 26px;
}

.has-medium-font-size {
	font-size: 24px;
	line-height: 38px;
}

.has-large-font-size {
	font-size: 36px;
	line-height: 54px;
}

.has-huge-font-size {
	font-size: 48px;
	line-height: 72px;
}

/*------------------------------------*
	$HOMEPAGE
*------------------------------------*/
/*------------------------------------*
	$404
*------------------------------------*/
.error404 .site-content,
.search-no-results .site-content {
	margin-bottom: 142px;
}

.error-404 {
	width: 70%;
	margin: 0 auto;
}

.error-404 .page-content h3 {
	font-size: 24px;
	line-height: 1.3;
	font-weight: 400;
	font-family: 'Source Sans Pro', sans-serif;
}

.error-404 .page-content p {
	margin-bottom: 46px;
}

.error-404 .search-area {
	text-align: center;
}

.error-404 .search-area input {
	height: 3em;
	font-size: 16px;
	width: 385px;
}

.error-404 .search-area input::-webkit-input-placeholder {
	color: #9a9a9a;
	text-transform: uppercase;
	letter-spacing: -1px;
}

.error-404 .search-area input::-moz-placeholder {
	color: #9a9a9a;
	text-transform: uppercase;
	letter-spacing: -1px;
}

.error-404 .search-area input:-ms-input-placeholder {
	color: #9a9a9a;
	text-transform: uppercase;
	letter-spacing: -1px;
}

.error-404 .search-area input:-moz-placeholder {
	color: #9a9a9a;
	text-transform: uppercase;
	letter-spacing: -1px;
}

.error-404 .search-area button {
	text-transform: uppercase;
	font-weight: 700;
	padding: .8em 1em;
}

/*------------------------------------*
	$ARCHIVE
*------------------------------------*/
.archive .masonry-wrapper .entry,
.search .masonry-wrapper .entry {
	width: 31.5315315315%;
	margin-right: 2.7027027027%;
	margin-bottom: 4.0540540541%;
	word-break: break-all;
}

.archive .masonry-wrapper .archive-thumbnail,
.search .masonry-wrapper .archive-thumbnail {
	position: relative;
}

.archive .masonry-wrapper .entry-category,
.search .masonry-wrapper .entry-category {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -6px;
	display: inline-block;
	text-align: center;
}

.archive .masonry-wrapper .entry-category a,
.search .masonry-wrapper .entry-category a {
	color: #f7c8b3;
	background-color: #fff;
	padding: 0 10px;
	display: inline-block;
	font-size: 14px;
	text-transform: uppercase;
}

.archive .masonry-wrapper .entry-title,
.search .masonry-wrapper .entry-title {
	font-size: 24px;
	line-height: 1.3;
	margin-top: 18px;
	margin-bottom: 8px;
}

.archive .masonry-wrapper .entry-meta,
.search .masonry-wrapper .entry-meta {
	text-transform: lowercase;
	font-style: italic;
	font-size: 14px;
}

.archive .masonry-wrapper .entry-meta a,
.search .masonry-wrapper .entry-meta a {
	text-transform: uppercase;
	font-style: normal;
	color: #a3a3a3;
}

.archive .masonry-wrapper .entry-meta a:hover,
.search .masonry-wrapper .entry-meta a:hover {
	color: #f7c8b3;
}

.archive .pagination,
.search .pagination {
	border-top: 0;
	padding-top: 0;
}

.author .bio {
	width: 40%;
	margin: 0 auto;
}

.author .bio .avatar {
	border-radius: 50%;
	float: left;
	margin-right: 1.5em;
}

.author .bio .description {
	text-align: left;
}

.author .bio .bio-name {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 36px;
	letter-spacing: 3.6px;
	margin: 0;
	text-transform: uppercase;
}

.author .bio .bio-text {
	color: #a3a3a3;
	font-style: italic;
	margin-bottom: 0;
}
/*# sourceMappingURL=style.css.map */
