/*
Theme Name: Zennor
Theme URI: http://zennor.oakandcove.com/
Author: Oak & Cove
Author URI: https://oakandcove.com
Description: A beautifully simple multipurpose WordPress blogging theme.
Version: 1.0.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: zennor
Tags: custom-colors, one-column, two-columns, three-columns, custom-menu, featured-images, translation-ready
*/

@font-face {
	font-family: 'FontAwesome';
	font-style: normal;
	font-weight: normal;
	src: url('fonts/fontawesome-webfont.eot?v=4.6.3');
	src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.6.3')
			format('embedded-opentype'),
		url('fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'),
		url('fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'),
		url('fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'),
		url('fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular')
			format('svg');
}

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

# Normalize
# Elements
# Forms
# Typography
# Clearings
# Responsive Videos
# WordPress
	## Search Form
	## Captions
	## Alignments
	## Galleries
	## Accessibility
# Social Buttons
# Contianer
# Social Buttons
# Top Bar
	## Social Buttons
	## Toggle Search
	## Search Form
# Header
	## Branding
	## Main Menu
# Slider
	## Promoted Posts
	## Featured Posts
# Site Content
# Pages
  ## 404
# Posts
	## Grid Posts
	## Grid Posts (Full Width)
	## List Posts
	## Comments
		### Comment Navigation
  ## Posts Pagination
# Single Posts
	## Author Card
	## Post Navigation
# Widgets
	## Widget Elements
	## Calender
	## Tagcloud
	## About Me
	## Recent Posts
	## Recent Comments
	## Social Icons
	## Mailchimp
	## Instagram
# Mailchimp
# Instagram
# Footer
	## Branding
	## Social Icons
	## Menu
# Responsive

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	border: 0;
	font: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

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

body {
	background-color: #ffffff;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

iframe {
	max-width: 100%;
}

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

a {
	text-decoration: none;
}

a:hover,
a:active,
a:focus {
	outline: none;
}

button:focus,
input:focus {
	outline: none;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

dt {
	font-weight: bold;
}

blockquote,
q {
	quotes: none;
}

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

pre {
	max-width: 100%;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

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

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

big {
	font-size: 125%;
}

small {
	font-size: 75%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

ul,
ol,
dd {
	margin: 0 0 25px 25px;
}

li > ul,
li > ol {
	margin: 0 0 0 20px;
}

address {
	margin: 0 0 20px 0;
}

blockquote {
	margin: 20px 0 20px 20px;
}

blockquote:before {
	content: '';
	display: block;
}

table {
	text-align: left;
	width: 100%;
	margin: 0 0 20px 0;
}

table tr {
	border-bottom: solid 1px #f1f3f3;
}

table tr th,
table tr td {
	padding: 10px 20px;
}

table tr th {
	color: #4a4a4a;

	background-color: #f7f8f9;
}

pre {
	background-color: #f7f8f9;
	padding: 30px;
	margin: 0 0 20px 0;
}

hr {
	background-color: #f1f3f3;
	border: none;
	height: 1px;
	margin: 20px 0;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

label {
	display: block;
	font-size: 12px;
	margin-bottom: 2px;
}

button,
input[type='button'],
input[type='reset'],
input[type='submit'],
.more-link {
	-webkit-appearance: none;
	color: #ffffff;
	cursor: pointer;
	background-color: #c19ca2;
	padding: 12px 22px;
	border: none;
	border-radius: 0;
	margin: 0;
	font-family: inherit;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: normal;
	display: inline-block;
}

input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'],
input[type='number'],
input[type='tel'],
input[type='range'],
input[type='date'],
input[type='month'],
input[type='week'],
input[type='time'],
input[type='datetime'],
input[type='datetime-local'],
input[type='color'],
textarea,
select {
	-moz-appearance: none;
	-webkit-appearance: none;
	background-color: #f5f5f5;
	padding: 12px 16px;
	border: none;
	border-radius: 0;
	margin: 0;
	width: 100%;
	font-family: inherit;
	font-size: 12px;
	vertical-align: top;
}

textarea {
	padding: 12px 16px;
}

::-webkit-input-placeholder {
	color: #9c9c9c;
}

::-moz-placeholder {
	color: #9c9c9c;
}

select {
	background-image: url('images/select-arrow.png');
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 20px 6px;
	padding-right: 35px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
	only screen and (min--moz-device-pixel-ratio: 2),
	only screen and (-o-min-device-pixel-ratio: 2/1),
	only screen and (min-device-pixel-ratio: 2),
	only screen and (min-resolution: 192dpi),
	only screen and (min-resolution: 2dppx) {
	select {
		background-image: url('images/select-arrow@2x.png');
		background-size: 20px 6px;
	}
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #6b6b6b;
	line-height: 1.8;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Crimson Text', serif;
	margin: 0 0 20px 0;
	color: #4a4a4a;
	line-height: 1.2;
}

h1 {
	font-size: 34px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 26px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 22px;
}

h6 {
	font-size: 20px;
}

p {
	margin-bottom: 20px;
}

blockquote {
	font-family: 'Crimson Text', serif;
	font-size: 24px;
	font-style: italic;
	color: #4a4a4a;
	line-height: 1.4;
}

pre {
	font-family: 'Courier 10 Pitch', Courier, monospace;
}

em,
i {
	font-style: italic;
}

strong,
b {
	font-weight: bold;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.container:before,
.container:after,
.clear:before,
.clear:after {
	content: '';
	display: table;
	table-layout: fixed;
}

.container:after,
.clear:after {
	clear: both;
}

/*--------------------------------------------------------------
# Responsive Videos
--------------------------------------------------------------*/

.video-container {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*--------------------------------------------------------------
# WordPress
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Search Form
--------------------------------------------------------------*/

.search-form {
	position: relative;
}

.search-form button[type='submit'] {
	background: none;
	border: none;
	color: #344147;
	font-size: 14px;
	height: 100%;
	padding: 0 10px;
	position: absolute;
	right: 0;
	top: 0;
}

.search-form input[type='search'] {
	padding-right: 40px;
	width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

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

.wp-caption .wp-caption-text {
	font-size: 12px;
	padding-top: 10px;
	font-style: italic;
}

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

/*--------------------------------------------------------------
## Alignments
--------------------------------------------------------------*/

.alignnone {
	margin: 6px 0 0 0;
}

.alignleft {
	display: inline;
	float: left;
	margin: 6px 20px 20px 0;
}

.alignright {
	display: inline;
	float: right;
	margin: 6px 0 20px 20px;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.gallery {
	margin-bottom: 20px;
	width: 101%;
	margin-left: -0.5%;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
	padding: 0.5%;
}

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

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

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

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

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

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

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
	font-size: 12px;
	font-style: italic;
	padding: 10px 0 20px;
}

/*--------------------------------------------------------------
## Accessibility
--------------------------------------------------------------*/

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

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/*--------------------------------------------------------------
# Contianer
--------------------------------------------------------------*/

.container {
	position: relative;
	max-width: 1140px;
	margin: 0 auto;
}

/*--------------------------------------------------------------
# Social Buttons
--------------------------------------------------------------*/

.social-buttons {
	margin: 0;
}

.social-buttons li {
	display: inline-block;
	margin: 0 12px 0 0;
}

.social-buttons li a {
	color: #252525;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/

.top-bar {
	position: relative;
	background-color: #c19ca2;
	padding: 20px 6%;
	line-height: 1;
}

/*--------------------------------------------------------------
## Social Buttons
--------------------------------------------------------------*/

.top-bar .social-buttons {
	float: left;
	font-size: 12px;
}

.top-bar .social-buttons li a {
	color: #ffffff;
}

/*--------------------------------------------------------------
## Toggle Search
--------------------------------------------------------------*/

.top-bar .toggle-search {
	color: #ffffff;
	cursor: pointer;
	float: right;
	font-size: 12px;
	padding-left: 15px;
	margin-left: 15px;
	border-left: solid 1px #ffffff;
}

.top-bar .toggle-search.active:before {
	content: '\f00d';
}

/*--------------------------------------------------------------
## Cart Count
--------------------------------------------------------------*/

.top-bar .cart-count {
	float: right;
	font-size: 12px;
	color: #ffffff;
}

.top-bar .cart-count i {
	margin-right: 5px;
}

/*--------------------------------------------------------------
## Search Form
--------------------------------------------------------------*/

.top-bar .search-form {
	-moz-transform: translateY(-50%);
	-moz-transition: all 300ms ease-in-out;
	-webkit-transform: translateY(-50%);
	-webkit-transition: all 300ms ease-in-out;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	transition: all 300ms ease-in-out;
	width: 300px;
}

.top-bar .search-form.active {
	opacity: 1;
	pointer-events: all;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.header {
	text-align: center;
	padding: 60px 6% 30px 6%;
}

.header .branding {
	margin-bottom: 20px;
}

.header .main-navigation {
	position: relative;
	transform: translateY(0);
}

/*--------------------------------------------------------------
## Branding
--------------------------------------------------------------*/

.header .branding {
	display: inline-block;
}

.header .branding .name {
	font-family: 'Sacramento';
	margin-bottom: 0;
	font-size: 70px;
	line-height: 1;
}

.header .branding .name a {
	color: #252525;
}

/*--------------------------------------------------------------
## Main Menu
--------------------------------------------------------------*/

.header .main-navigation {
	z-index: 999;
	line-height: 60px;
}

.header .main-navigation li {
	display: inline-block;
	margin: 0 20px 0 20px;
	position: relative;
}

.header .main-navigation ul {
	list-style: none;
	margin: 0;
}

.header .main-navigation ul li.menu-item-has-children > a:after {
	font-family: 'fontawesome';
	content: '\f107';
	float: right;
	margin-left: 5px;
}

.header .main-navigation ul li:hover > ul,
.header .main-navigation ul li.focus > ul {
	left: auto;
}

.header .main-navigation ul ul {
	left: -9999px;
	position: absolute;
	text-align: left;
	z-index: 99999;
	box-shadow: 0px 4px 7px rgba(220, 220, 220, 0.2);
	border-top: solid 1px #4a4a4a;
}

.header .main-navigation ul ul li.menu-item-has-children > a:after {
	content: '\f105';
}

.header .main-navigation ul ul ul {
	left: -9999px;
	padding-top: 0;
	top: -1px;
}

.header .main-navigation ul ul li {
	display: block;
	margin: 0;
}

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

.header .main-navigation ul ul a {
	background-color: #ffffff;
	border-bottom: solid 1px #e9e9e9;
	width: 240px;
	padding: 14px 20px;
	line-height: normal;
	text-transform: none;
	letter-spacing: 0;
}

.header .main-navigation a {
	-moz-transition: 0.3s color ease-in-out;
	-webkit-transition: 0.3s color ease-in-out;
	transition: 0.3s color ease-in-out;
	color: #777777;
	display: block;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.header .main-navigation .current_page_item > a,
.header .main-navigation .current-menu-item > a,
.header .main-navigation .current_page_ancestor > a,
.header .main-navigation .current-menu-ancestor > a,
.header .main-navigation li:hover > a,
.header .main-navigation li.focus > a {
	color: #272c30;
}

/*--------------------------------------------------------------
# Slider
--------------------------------------------------------------*/

.slider {
	background-image: url(images/loader.gif);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 60px 60px;
}

.slider.slick-initialized {
	background-image: none;
	height: auto;
}

.slider .slide {
	opacity: 0;
	outline: 0;
	position: relative;
}

.slider.slick-initialized .slide {
	-moz-transition: 0.4s opacity ease-in-out;
	-webkit-transition: 0.4s opacity ease-in-out;
	opacity: 1;
	transition: 0.4s opacity ease-in-out;
}

.slider .slick-arrow {
	-moz-transform: translateY(-50%);
	-moz-transition: 0.2s all ease-in-out;
	-webkit-transform: translateY(-50%);
	-webkit-transition: 0.2s all ease-in-out;
	color: #fff;
	cursor: pointer;
	font-size: 60px;
	opacity: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.2s all ease-in-out;
	z-index: 999;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 22px 40px;
	height: 40px;
	width: 22px;
}

.slider .slick-arrow.slick-prev {
	background-image: url(images/previous-arrow.png);
	left: -4%;
}

.slider:hover .slick-arrow.slick-prev {
	left: 3%;
	opacity: 1;
}

.slider .slick-arrow.slick-next {
	background-image: url(images/next-arrow.png);
	right: -2%;
}

.slider:hover .slick-arrow.slick-next {
	opacity: 1;
	right: 3%;
}

.slider .slick-dots {
	-moz-transition: 0.3s opacity ease-in-out;
	-webkit-transition: 0.3s opacity ease-in-out;
	transition: 0.3s opacity ease-in-out;
	position: absolute;
	bottom: 30px;
	line-height: 1;
	margin: 0;
	width: 100%;
	text-align: center;
	opacity: 0;
}

.slider:hover .slick-dots {
	opacity: 1;
}

.slider .slick-dots li {
	display: inline-block;
	height: 41px;
	padding: 20px 5px;
	cursor: pointer;
}

.slider .slick-dots li button {
	-moz-transition: 0.3s opacity ease-in-out;
	-webkit-transition: 0.3s opacity ease-in-out;
	transition: 0.3s opacity ease-in-out;
	text-indent: -9999px;
	padding: 0;
	border: none;
	height: 1px;
	width: 20px;
	opacity: 0.4;
	background-color: #ffffff;
}

.slider .slick-dots li:hover button {
	opacity: 1;
}

.slider .slick-dots li.slick-active button {
	opacity: 1;
}

/*--------------------------------------------------------------
## Promoted Posts
--------------------------------------------------------------*/

.promoted {
	padding: 0 6% 80px 6%;
}

.promoted .promoted-slider.slider {
	margin: 0 -20px;
}

.promoted .promoted-slider.slider .slick-dots {
	padding-top: 20px;
	bottom: -60px;
}

.promoted .promoted-slider.slider .slick-dots li button {
	background: #272c30;
}

.promoted .promoted-slider.slider .slide.entry {
	margin-bottom: 0;
	padding: 0 20px;
	text-align: center;
}

.promoted .promoted-slider.slider .slide.entry .entry-header .entry-image {
	margin-bottom: 20px;
}

.promoted .promoted-slider.slider .slide.entry .entry-meta {
	margin-bottom: 0;
}

/*--------------------------------------------------------------
## Featured Posts
--------------------------------------------------------------*/

.featured-slider.slider {
	overflow: hidden;
	margin-bottom: 80px;
}

.featured-slider.slider .slide.entry {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 600px;
	margin-bottom: 0;
}

.featured-slider.slider .slide.entry .overlay {
	background-color: #000000;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	opacity: 0.15;
}

.featured-slider.slider .slide.entry .slide-content {
	-moz-transition: 0.4s opacity ease-in-out;
	-webkit-transition: 0.4s opacity ease-in-out;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	position: absolute;
	max-width: 80%;
	top: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 999;
	transform: translateY(-50%);
	transition: 0.4s opacity ease-in-out;
	text-align: center;
	display: inline-block;
	opacity: 0;
	pointer-events: none;
}

.featured-slider.slider .slide.entry.slick-current .slide-content {
	-moz-transition-delay: 0.5s;
	-webkit-transition-delay: 0.5s;
	opacity: 1;
	pointer-events: all;
	transition-delay: 0.5s;
}

.featured-slider.slider .slide.entry .slide-content .entry-title,
.featured-slider.slider .slide.entry .slide-content .entry-title a {
	color: #ffffff;
	font-size: 44px;
	margin-bottom: 10px;
}

.featured-slider.slider .slide.entry .slide-content .entry-meta > span {
	color: #ffffff;
}

.featured-slider.slider .slide.entry .slide-content .entry-meta > span a {
	color: #ffffff;
}

.featured-slider.slider .slide.entry .slide-content .more-link {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/*--------------------------------------------------------------
# Site Content
--------------------------------------------------------------*/

.content {
	padding: 0 6% 80px 6%;
}

.content-area {
	float: left;
	width: 68%;
}

.content-area.full-width {
	width: 100%;
	float: none;
}

.content-area.centered {
	float: none;
	margin: 0 auto;
	width: 80%;
}

/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/

.entry.page {
	margin-bottom: 0;
}

.page-title {
	font-size: 38px;
	margin-bottom: 60px;
	text-align: center;
}

/*--------------------------------------------------------------
## 404
--------------------------------------------------------------*/

.error-404 {
	padding: 40px 0;
	text-align: center;
}

/*--------------------------------------------------------------
# Posts
--------------------------------------------------------------*/

.entry {
	margin-bottom: 60px;
}

.entry .entry-header .entry-image,
.entry .entry-header .entry-gallery,
.entry .entry-header .entry-video {
	margin-bottom: 25px;
}

.entry .entry-title {
	margin-bottom: 10px;
	text-align: center;
}

.entry .entry-title a {
	color: #272c30;
}

.entry .entry-meta {
	font-size: 12px;
	display: block;
	color: #a7a7a7;
	margin-bottom: 20px;
	text-align: center;
}

.entry .entry-meta > span {
	display: inline-block;
	margin: 0 6px;
}

.entry .entry-meta > span.sticky-post {
	background-color: #c19ca2;
	color: #ffffff;
	text-transform: uppercase;
	padding: 0 10px 0 10px;
	font-size: 12px;
}

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

.entry .entry-meta a {
	color: #a7a7a7;
}

.entry .entry-meta .cat-links a {
	color: #c19ca2;
}

.entry .entry-content .page-links {
	clear: both;
	margin: 0 0 20px 0;
}

.entry .entry-content .page-links a {
	padding: 0 5px;
}

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

.entry .entry-footer {
	padding-top: 10px;
}

.entry .entry-footer .entry-meta {
	margin-bottom: 0;
	text-align: left;
	float: left;
	width: 50%;
	padding: 8px 0 0 0;
}

.entry .entry-footer .entry-meta > span {
	margin: 0 12px 0 0;
}

.entry .entry-footer #tags {
	float: right;
	text-align: right;
	width: 50%;
}

.entry .entry-footer #tags a {
	display: inline-block;
	color: #535353;
	font-size: 9px;
	text-transform: uppercase;
	letter-spacing: 2px;
	background-color: #f7f8f9;
	padding: 10px 18px;
	margin: 2px 0;
	font-weight: 400;
}

.entry .entry-footer .entry-sharing {
	margin: 0 12px 0 0;
	display: inline-block;
}

.entry .entry-footer .entry-sharing li {
	display: inline-block;
	margin-right: 10px;
}

.entry .entry-footer .entry-sharing li a {
	color: #a7a7a7;
	font-size: 14px;
}

.entry .entry-footer .more-link {
	float: right;
}

/*--------------------------------------------------------------
## Grid Posts
--------------------------------------------------------------*/

.grid {
	font-size: 0;
}

.grid .entry {
	font-size: 14px;
}

.grid .grid-item {
	display: inline-block;
	width: 48%;
	margin-right: 4%;
	vertical-align: top;
	text-align: center;
}

.grid .grid-item:nth-of-type(2n + 2) {
	margin-right: 0;
}

/*--------------------------------------------------------------
## Grid Posts (Full Width)
--------------------------------------------------------------*/

.content-area.full-width.grid .grid-item {
	width: 30.6%;
}

.content-area.full-width.grid .grid-item:nth-of-type(2n + 2) {
	margin-right: 4%;
}

.content-area.full-width.grid .grid-item:nth-of-type(3n + 3) {
	margin-right: 0;
}

/*--------------------------------------------------------------
## List Posts
--------------------------------------------------------------*/

.entry.list .entry-header {
	float: left;
	padding-right: 4%;
	width: 40%;
}

.entry.list .entry-content {
	overflow: hidden;
}

.entry.list .entry-content .entry-title,
.entry.list .entry-content .entry-meta {
	text-align: left;
}

.entry.list .entry-content .entry-meta > span {
	margin: 0 12px 0 0;
}

/*--------------------------------------------------------------
## Posts Pagination
--------------------------------------------------------------*/

.pagination {
	text-align: center;
}

.pagination .nav-links .page-numbers {
	-webkit-transition: 0.2s all ease-in-out;
	-moz-transition: 0.2s all ease-in-out;
	transition: 0.2s all ease-in-out;
	padding: 10px 15px;
	background-color: #f7f7f7;
	display: inline-block;
	color: #5b5b5b;
	line-height: normal;
	font-size: 12px;
	font-weight: 400;
}

.pagination .nav-links .page-numbers:hover {
	background-color: #efefef;
}

.pagination .nav-links .page-numbers.current {
	background-color: #c19ca2;
	color: #ffffff;
}

/*--------------------------------------------------------------
# Single Posts
--------------------------------------------------------------*/

.single-post .entry {
	margin-bottom: 40px;
}

/*--------------------------------------------------------------
## Author Card
--------------------------------------------------------------*/

.author-card {
	margin-bottom: 40px;
	border-top: solid 1px #efefef;
	padding-top: 40px;
}

.author-card .author-title a {
	color: #344147;
}

.author-card .author-card-gravatar {
	float: left;
	width: 120px;
	padding: 0 30px 0 0;
}

.author-card .author-card-bio {
	overflow: hidden;
}

/*--------------------------------------------------------------
## Related Posts
--------------------------------------------------------------*/

.related-posts {
	border-top: solid 1px #efefef;
	padding-top: 40px;
	margin-bottom: 40px;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comments-area {
	border-top: solid 1px #efefef;
	padding-top: 40px;
}

.comments-area .comments-title {
	text-align: center;
}

.comments-area .comment-list {
	list-style: none;
	margin: 0;
}

.comments-area .comment-list .comment.bypostauthor {
}

.comments-area .comment-list .comment .comment-content {
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: solid 1px #efefef;
}

.comments-area .comment-list .comment .comment-content .comment-avatar {
	float: left;
	padding-right: 20px;
}

.comments-area .comment-list .comment .comment-content .comment-body {
	position: relative;
	overflow: hidden;
}

.comments-area
	.comment-list
	.comment
	.comment-content
	.comment-body
	.comment-cite {
	font-size: 16px;
	line-height: 1;
}

.comments-area
	.comment-list
	.comment
	.comment-content
	.comment-body
	.comment-meta {
	margin-bottom: 10px;
	font-size: 12px;
}

.comments-area
	.comment-list
	.comment
	.comment-content
	.comment-body
	.comment-meta
	a {
	color: #a7a7a7;
}

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

.comments-area .comment-list .comment .comment-content .comment-body .reply {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	background-color: #f7f8f9;
	padding: 8px 22px;
}

.comments-area .comment-list .comment .comment-content .comment-body .reply a {
	color: #535353;
}

.comments-area .comment-list .children {
	list-style: none;
}

.comment-respond {
	margin-bottom: 40px;
}

.comment-respond .comment-reply-title {
	text-align: center;
}

.comment-respond .comment-form {
	background-color: #f7f7f7;
	padding: 40px;
}

.comment-respond .comment-form textarea,
.comment-respond .comment-form input[type='text'],
.comment-respond .comment-form input[type='email'],
.comment-respond .comment-form input[type='url'] {
	background-color: #ffffff;
	border-color: #ffffff;
	width: 100%;
}

.comment-respond .comment-form .comment-form-author,
.comment-respond .comment-form .comment-form-email,
.comment-respond .comment-form .comment-form-url {
	float: left;
	width: 29.3%;
	margin-right: 6%;
}

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

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

/*--------------------------------------------------------------
### Comment Navigation
--------------------------------------------------------------*/

.comment-navigation {
	font-size: 15px;
	overflow: hidden;
	padding: 0 0 20px 0;
}

.comment-navigation a {
	-webkit-appearance: none;
	color: #ffffff;
	cursor: pointer;
	background-color: #c19ca2;
	padding: 10px 12px;
	border: solid 1px #c19ca2;
	border-radius: 2px;
	display: inline-block;
	line-height: normal;
}

.comment-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
## Post Navigation
--------------------------------------------------------------*/

.post-navigation a {
	color: #272c30;
}

.post-navigation span {
	display: block;
	margin-bottom: 5px;
	color: #a7a7a7;
	font-size: 12px;
}

.post-navigation h6 {
	margin-bottom: 0;
}

.post-navigation .nav-next,
.post-navigation .nav-previous {
	float: left;
	margin-right: 2%;
	width: 49%;
}

.post-navigation .nav-next {
	margin-right: 0;
	text-align: right;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget-area {
	float: right;
	width: 26%;
}

.widget-area .widget {
	border-bottom: solid 1px #efefef;
	margin-bottom: 40px;
	padding-bottom: 40px;
}

.widget-area .widget:last-of-type {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.widget-area .widget a {
	color: #535353;
}

.widget-area .widget .widget-title {
	text-align: center;
}

.widget-area .widget .widget-title a {
	color: #4a4a4a;
}

/*--------------------------------------------------------------
## Widget Elements
--------------------------------------------------------------*/

.widget-area .widget ul {
	list-style: none;
}

.widget-area .widget > ul {
	margin: 0;
	padding: 0;
}

.widget-area .widget ul li {
	margin-bottom: 10px;
}

.widget-area .widget ul li:last-of-type {
	margin-bottom: 0;
}

/*--------------------------------------------------------------
## Categories
--------------------------------------------------------------*/

.widget-area .widget.widget_categories {
	text-align: center;
}

/*--------------------------------------------------------------
## Calender
--------------------------------------------------------------*/

.widget-area .widget #wp-calendar {
	width: 100%;
}

.widget-area .widget #wp-calendar caption {
	margin-bottom: 10px;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.widget-area .widget #wp-calendar tr th,
.widget-area .widget #wp-calendar tr td {
	padding: 5px;
}

.widget-area .widget #wp-calendar #prev,
.widget-area .widget #wp-calendar #next {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: left;
}

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

/*--------------------------------------------------------------
## Tagcloud
--------------------------------------------------------------*/

.widget-area .widget .tagcloud {
	text-align: center;
}

.widget-area .widget .tagcloud a {
	background-color: #f7f8f9;
	font-size: 10px !important;
	letter-spacing: 1px;
	padding: 6px 12px;
	text-transform: uppercase;
	display: inline-block;
	margin: 2px;
	font-weight: 400;
}

/*--------------------------------------------------------------
## About Me
--------------------------------------------------------------*/

.widget-area .widget .about-me-widget {
	text-align: center;
}

.widget-area .widget .about-me-widget .about-me-image {
	margin-bottom: 25px;
	position: relative;
}

.widget-area .widget .about-me-widget .about-me-link {
	font-size: 13px;
	color: #c19ca2;
}

/*--------------------------------------------------------------
## Recent Posts
--------------------------------------------------------------*/

.widget-area .widget .recent-posts .recent-post .recent-post-thumbnail {
	float: left;
	width: 120px;
	padding-top: 4px;
}

.widget-area
	.widget
	.recent-posts
	.recent-post
	.recent-post-content
	.recent-post-title {
	margin-bottom: 5px;
	font-size: 18px;
}

.widget-area
	.widget
	.recent-posts
	.recent-post
	.recent-post-content
	.recent-post-title
	a {
	color: #4a4a4a;
}

.widget-area
	.widget
	.recent-posts
	.recent-post
	.recent-post-content
	.recent-post-meta {
	font-size: 12px;
	color: #a7a7a7;
}

.widget-area .widget .recent-posts .recent-post,
.widget-area .widget .recent-posts .recent-post .recent-post-content {
	overflow: hidden;
}

.widget-area
	.widget
	.recent-posts
	.recent-post.has-post-thumbnail
	.recent-post-content {
	padding-left: 20px;
}

/*--------------------------------------------------------------
## Recent Comments
--------------------------------------------------------------*/

.widget-area .widget .recent-comments .recent-comment {
	overflow: hidden;
}

.widget-area .widget .recent-comments .recent-comment .recent-comment-avatar {
	float: left;
	width: 60px;
}

.widget-area .widget .recent-comments .recent-comment .recent-comment-content {
	overflow: hidden;
	padding-left: 20px;
}

.widget-area .widget .recent-comments .recent-comment .recent-comment-author {
	margin-bottom: 0;
}

/*--------------------------------------------------------------
## Social Icons
--------------------------------------------------------------*/

.widget-area .widget .social-buttons {
	text-align: center;
}

.widget-area .widget .social-buttons li {
	margin: 0 6px;
}

/*--------------------------------------------------------------
## Mailchimp
--------------------------------------------------------------*/

.widget-area .widget.widget_mc4wp_form_widget {
	text-align: center;
}

.widget-area .widget.widget_mc4wp_form_widget .widget-title {
	background-color: #f7f7f7;
	padding: 40px 40px 0 40px;
	margin-bottom: 0;
}

.widget-area .widget.widget_mc4wp_form_widget .mc4wp-form {
	background-color: #f7f7f7;
	padding: 20px 40px 40px 40px;
	font-size: 13px;
}

.widget-area .widget.widget_mc4wp_form_widget .mc4wp-form p:last-of-type {
	margin-bottom: 0;
}

.widget-area .widget.widget_mc4wp_form_widget .mc4wp-form label {
	display: block;
}

.widget-area .widget.widget_mc4wp_form_widget .mc4wp-form select,
.widget-area .widget.widget_mc4wp_form_widget .mc4wp-form input[type='text'],
.widget-area .widget.widget_mc4wp_form_widget .mc4wp-form input[type='email'],
.widget-area .widget.widget_mc4wp_form_widget .mc4wp-form input[type='number'] {
	width: 100%;
	border-color: #ffffff;
	background-color: #ffffff;
	text-align: center;
}

.widget-area .widget.widget_mc4wp_form_widget .mc4wp-form input[type='submit'] {
	width: 100%;
}

/*--------------------------------------------------------------
## Instagram
--------------------------------------------------------------*/

.widget-area .widget .instagram-pics {
	margin: 0;
	padding: 0;
}

.widget-area .widget .instagram-pics li {
	display: inline-block;
	margin-bottom: 0;
	padding: 1%;
	width: 50%;
}

.widget-area .widget .instagram-pics {
	margin-left: -1%;
	width: 102%;
}

/*--------------------------------------------------------------
# Mailchimp
--------------------------------------------------------------*/

.mailchimp {
	padding: 120px 6%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
}

.mailchimp .mailchimp-content {
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	display: inline-block;
	width: 60%;
	padding: 60px;
	background-color: #ffffff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.mailchimp .mailchimp-content .mailchimp-title {
	font-size: 40px;
}

.mailchimp .mailchimp-content p {
	display: inline-block;
	vertical-align: top;
}

.mailchimp .mailchimp-content input[type='email'] {
	padding: 16px;
	margin-right: 10px;
	width: 280px;
}

.mailchimp .mailchimp-content input[type='submit'] {
	padding: 16px 22px;
}

/*--------------------------------------------------------------
# Instagram
--------------------------------------------------------------*/

.instagram {
	position: relative;
	text-align: center;
	padding: 120px 0;
}

.instagram.top-padding {
	padding-top: 0;
}

.instagram .instagram-title {
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	position: absolute;
	z-index: 1;
	top: 50%;
	width: 33.33%;
	left: 0;
	right: 0;
	margin: 0 auto;
	background-color: #ffffff;
	padding: 40px;
	font-size: 30px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.instagram p {
	position: absolute;
	bottom: -30px;
	margin: 0;
	text-align: center;
	width: 100%;
}

.instagram .instagram-pics {
	width: 101%;
	margin: 0 -0.5% 0 -0.5%;
}

.instagram .instagram-pics li {
	display: inline-block;
	width: 25%;
	padding: 0.5%;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.footer {
	padding: 120px 6%;
	font-size: 14px;
	text-align: center;
	background-color: #f7f7f7;
	line-height: 60px;
}

.footer a {
	color: #252525;
}

/*--------------------------------------------------------------
## Branding
--------------------------------------------------------------*/

.footer .branding {
	display: inline-block;
}

.footer .branding .name {
	line-height: 1;
	font-family: 'Sacramento';
	margin-bottom: 0;
	font-size: 60px;
}

.footer .branding .name a {
	color: #252525;
}

/*--------------------------------------------------------------
## Social Icons
--------------------------------------------------------------*/

.footer .social-buttons li {
	margin: 0 6px;
}

/*--------------------------------------------------------------
## Menu
--------------------------------------------------------------*/

.footer .footer-navigation ul {
	margin: 0;
}

.footer .footer-navigation li {
	display: inline-block;
	margin: 0 15px 0 15px;
	position: relative;
}

.footer .footer-navigation li a {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

/*--------------------------------------------------------------
## Copyright
--------------------------------------------------------------*/

.footer .copyright {
	font-size: 12px;
	color: #a7a7a7;
}

.footer .copyright a {
	color: #a7a7a7;
}

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/

@media only screen and (max-width: 768px) {
	.header {
		text-align: center;
	}

	.header .main-navigation .menu {
		display: none;
	}

	.slicknav_menu {
		display: block;
	}

	.content-area {
		float: none;
		width: 100%;
	}

	.content-area.full-width.grid .grid-item {
		width: 48%;
	}

	.content-area.full-width.grid .grid-item:nth-of-type(3n + 3) {
		margin-right: 4%;
	}

	.content-area.full-width.grid .grid-item:nth-of-type(2n + 2) {
		margin-right: 0;
	}

	.widget-area {
		float: none;
		width: 60%;
		margin: 0 auto;
		padding-top: 80px;
	}

	.mailchimp .mailchimp-content {
		width: 80%;
	}

	.instagram .instagram-title {
		width: 55%;
	}

	.footer {
		text-align: center;
	}

	.footer .footer-navigation {
		float: none;
		display: block;
		margin-bottom: 20px;
	}

	.footer .footer-navigation li {
		margin: 0 15px;
	}
}

@media only screen and (max-width: 520px) {
	.content-area.centered {
		width: 100%;
	}

	.entry .entry-footer {
		text-align: center;
	}

	.entry.list .entry-header {
		float: none;
		padding-right: 0;
		width: 100%;
	}

	.entry .entry-footer .entry-meta,
	.entry .entry-footer #tags {
		width: 100%;
		text-align: center;
	}

	.entry .entry-footer .entry-meta {
		padding: 0 0 20px 0;
	}

	.entry .entry-footer .entry-sharing,
	.entry .entry-footer .entry-meta > span {
		margin: 0 6px;
	}

	.widget-area {
		float: none;
		width: 100%;
	}

	.grid .grid-item,
	.content-area.full-width.grid .grid-item {
		width: 100%;
		margin: 0;
	}

	#comments #respond p.comment-form-author,
	#comments #respond p.comment-form-email,
	#comments #respond p.comment-form-url {
		width: 100%;
		margin: 0 0 20px 0;
	}

	#comments #respond p.form-submit {
		margin-bottom: 0;
	}

	.post-navigation .nav-next,
	.post-navigation .nav-previous {
		width: 100%;
		text-align: center;
	}

	.post-navigation .nav-previous {
		margin-bottom: 40px;
	}

	.mailchimp .mailchimp-content {
		width: 100%;
	}

	.instagram .instagram-pics li {
		width: 50%;
	}

	.instagram .instagram-title {
		width: 75%;
	}
}
