/*
Theme Name: Kindled Blog
Theme URI: https://themeforest.net/user/danyduchaine/portfolio
Author: Dany Duchaine
Author URI: https://themeforest.net/user/danyduchaine
Description: WordPress theme for blog websites.
Version: 1.0.5
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: kindled-blog
Tags: two-columns, left-sidebar, right-sidebar, custom-background, custom-header, featured-images, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready

*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
	## Other Navigation
# Accessibility
# Alignments
# Clearings
# Header
# Footer
# Slider
# Promo Boxes
# Slick Slider
# Widgets
# Content
	## Global
	## Plugins
	## Posts and pages
	## About author
	## Comments
# Infinite scroll
# Media
	## Captions
	## Images
	## Galleries
--------------------------------------------------------------*/



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

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

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

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

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

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

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

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

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

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

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

td, 
th {
	border: 1px solid #999;
	padding: 0.5em;
	font-weight: normal;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #000;
	font-family: 'Libre Franklin', sans-serif;
	font-size: 16px;
	line-height: 1.5;
}

.site-content {
	font-size: 1.125em;
	line-height: 1.6em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Cormorant Garamond', serif;
	font-weight: normal;
	color: #000;
	clear: both;
	line-height: 1.3em;
	margin-top: 1rem;
	margin-bottom: 1rem;
}

h1 { font-size: 2.4em; }
h2 { font-size: 2.2em; }
h3 { font-size: 2em; }
h4 { font-size: 1.8em; }
h5 { font-size: 1.6em; }
h6 { font-size: 1.4em; }

p {
	margin-bottom: 1.5em;
}

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

blockquote {
    margin: 0;
}

.entry-content blockquote p,
.comment-content blockquote pg35 {
	line-height: 1.3em;
	font-family: 'Cormorant Garamond', serif;
    font-size: 2em;
    font-weight: 600;
    margin: 0;
}

blockquote.right {
	border-left: 2px solid #f3f2f1;
	padding-left: 2.5em;
}

@media screen and (min-width: 35em) {
	blockquote.right {
		width: 50%;
		float: right;
		margin: 0 0 3em 3em;
	}
}

@media screen and (min-width: 72em) {
	blockquote.right {
		width: 35%;
	}
}

blockquote.left {
	border-right: 2px solid #f3f2f1;
	padding-right: 2.5em;
}

@media screen and (min-width: 35em) {
	blockquote.left {
		width: 50%;
		float: left;
		margin: 0 3em 3em 0;
	}
}

@media screen and (min-width: 72em) {
	blockquote.left {
		width: 35%;
	}
}


blockquote cite {
	display: block;
	color: #286459;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-style: normal;
    text-decoration: none;
    letter-spacing: 0.15em;
    font-size: .35em;
    line-height: 2em;
    margin-top: 1em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

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

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

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

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

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

body.custom-background {
	background-image: none !important;
}

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

blockquote,
q {
	quotes: "" "";
}

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

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
	color: #000;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

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

.entry-footer {
	background-color: inherit;
	margin-top: inherit;
	padding: inherit;
}

.entry-footer span {
	display: block;
	line-height: 3em;
	font-size: .9em;
    font-family: 'Georgia', sans-serif;
    font-weight: 500;
}

span.tags-links {
	border-top: 2px solid #f3f2f1;
    color: #000;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    padding: 1.5em 0;
    margin: 0;
}

.tags-links a,
.tags-links a:visited {
	padding: 1em 1.5em;
	color: #fff;
	border-radius: 99px;
	background-color: #71aa9f;
	text-transform: uppercase;
	margin-left: 1em;
	font-weight: 600;
	text-decoration: none;
    letter-spacing: 0.15em;
    font-size: .65em;
    transition: all .3s;
    font-family: 'Lato', sans-serif;
    transition: all .6s;
    display: inline-block;
	line-height: 1;
}    

.tags-links a:hover,
.tags-links a:active,
.tags-links a:focus {
	color: #fff;
	background-color: #eeb38c;
}

.edit-link a {
	padding: .6em .9em;
    border: 1px solid #ebebeb;
    transition: all .3s;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
}

.edit-link a:hover,
.edit-link a:focus,
.edit-link a:active {
	color: #fff;
	background-color: #eeb38c;
    border: 1px solid #eeb38c;
    transition: all .3s;
}


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {

	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;	
}

form button,
form input[type="button"],
form input[type="reset"],
form input[type="submit"] { 
    border-radius: 0;
    border: none;
    background-color: #000;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: .7em;
    padding: 1.08em;
    transition: all .3s;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

form button:hover,
form input[type="button"]:hover,
form input[type="reset"]:hover,
form input[type="submit"]:hover {
	background-color: #eeb38c;
}

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

select {
	border: 1px solid #ccc;
}

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

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #dd8850;
	text-decoration: none;
}

a:visited {
	color: #dd8850;
}

a:hover,
a:focus,
a:active {
	color: #dd8850;
}

.entry-content a:hover,
.entry-content a:focus,
.entry-content a:active,
.posted-on a:hover,
.posted-on a:focus,
.posted-on a:active {
	border-bottom: 2px solid #dddddd;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

@media screen and (min-width: 62em) {
	#site-navigation {
		display: none;
	}
}

.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

#desktop-site-navigation {
	text-align: center;
	width: 100%;
	float: inherit;
	border-bottom: 2px solid #f3f2f1;
	margin-bottom: 5.5em;
}

.home.has-slider #desktop-site-navigation {
	margin-bottom: 5em;
}

.archive #desktop-site-navigation,
.search #desktop-site-navigation,
.page #desktop-site-navigation {
	margin-bottom: 4em;
}

@media screen and (min-width: 62em) {
	.archive #desktop-site-navigation,
	.search #desktop-site-navigation,
	.page #desktop-site-navigation {
		margin-bottom: 2.5em;
	}
}

@media screen and (min-width: 40em) {
	.home.has-slider #desktop-site-navigation {
		margin-bottom: 5.6em;
	}
}

@media screen and (min-width: 62em) {
	.home.has-slider #desktop-site-navigation {
		margin-bottom: 2.5em;
	}
	#desktop-site-navigation {
		margin-bottom: 2.5em;
	}
}

.nav-wrapper {
	background-color: #333;
	position: fixed;
	width: 100%;
	padding: .7em 1.5em 1.5em 1.5em;
	min-height: calc(100vh + 4em);
	opacity: 0;
	top: 63px;
	left: -30em;
}

.admin-bar .nav-wrapper {
	top: 109px;
}

@media screen and (min-width: 62em) {
	.nav-wrapper {
	position: inherit;
	width: inherit;
	min-height: inherit;
	background-color: inherit;
	padding: .8em 0;
	opacity: 1;
	}
}

@media screen and (min-width: 80em) {
	.nav-wrapper {
		position: inherit;
		width: inherit;
		min-height: inherit;
		background-color: inherit;
		opacity: 1;
	}

	.home .nav-wrapper {
		padding: .7em 0;
	}
}

@media screen and (min-width: 90em) {
	.home .nav-wrapper {
		padding: 1.3em 0;
	}
}


/* .main-navigation.toggled .nav-wrapper {
	padding: 1em 1.5em;
} */

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation a {
	font-size: 0.7em;
	letter-spacing: 0.22em;
	display: block;
	font-family: 'Lato', sans-serif;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	padding: 1em 0;
	line-height: 2em;
	position: relative;
	text-decoration: none;
	border-bottom: none;
}

@media screen and (min-width: 62em) {
	.main-navigation a {
		padding: 1.8em 0 1.6em;
		color: #141414;
		transition: all .3s;
	}

	.main-navigation .current-menu-item a,
	.main-navigation a:hover,
	.main-navigation a:active,
	.main-navigation a:focus {
		color: #de681a;
	}

	.main-navigation .sub-menu a { color: inherit; }
}



@media screen and (min-width: 62em) {
	.main-navigation .sub-menu a {
		font-size: 0.7em;
		letter-spacing: 0.18em;
		padding: 0.8em 0;
		line-height: 2em;
		border-bottom: 1px solid #f3f2f1;
	}
}

.main-navigation .sub-menu a:hover {
	color: #de681a;
	transition: all .3s;
}

.main-navigation .sub-menu .current-menu-item > a::after, 
.main-navigation .sub-menu .current-menu-ancestor > a::after,
.main-navigation .sub-menu .current_page_item > a:after {
	width: 0%;
}

.main-navigation .sub-menu .current-menu-item > a, 
.main-navigation .sub-menu .current_page_item > a {
	color: #de681a;
}

@media screen and (min-width: 80em) {
.main-navigation a {
	font-size: 0.7em;
	}
}

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

.main-navigation ul ul {
	display: none;
	margin-left: 0.8em;
}

.main-navigation ul .toggled-on {
	display: block;
}

.main-navigation li {
	position: relative;
	border-bottom: 1px solid #414141;
}

.main-navigation .nav-menu > ul > li:last-child,
.main-navigation .sub-menu > ul > li:last-child,
.main-navigation .nav-menu > li:last-child,
.main-navigation .sub-menu > li:last-child {
	border-bottom: 0;
}

.main-navigation .menu-item-description {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 0.5em;
}

.no-js .main-navigation ul ul {
	display: block;
}

.dropdown-toggle {
	-webkit-tap-highlight-color:  rgba(255, 255, 255, 0); 
	border: none;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	font-family: 'Material Icons';
	content: "";
	height: 51px;
	border-radius: inherit;
	background-color: inherit;
	padding: 0;
	position: absolute;
	text-transform: lowercase; /* Stop screen readers to read the text as capital letters */
	top: 0;
	right: 0;
	width: 51px;
}

.sub-menu .dropdown-toggle {
	height: 38px;
	width: 38px;
}

@media screen and (min-width: 62em) {
	.sub-menu .dropdown-toggle {
		height: 30px;
		width: 30px;
	}
}
.dropdown-toggle:focus {
	outline: none;
}

.dropdown-toggle:after {
	color: #fff;
	content: "\E313";
	font-size: 14px;
	line-height: 42px;
	position: relative;
	top: 0;
	left: 1px;
	width: 42px;
}

/*

.dropdown-toggle:hover,
.dropdown-toggle:focus {
	background-color: #eaeaea;
	background-color: rgba(51, 51, 51, 0.1); 
}

.dropdown-toggle:focus {
	outline: 1px solid #c1c1c1;
	outline: 1px solid rgba(51, 51, 51, 0.3);
} 

*/

.dropdown-toggle.toggle-on:after {
	content: "\E316";
}

/* Small menu. */

.menu-toggle {
	-webkit-tap-highlight-color:  rgba(255, 255, 255, 0); 
	position: absolute;
	font-family: 'Material Icons';
	content: "";
	top: 0;
	right: 0;
	background-color: transparent;
	color: #fff;
	font-size: 1.5em;
    padding: .75em;
	border: inherit;
	z-index: 99;
}

.toggled .menu-toggle {
	z-index: 100;
}

.admin-bar .toggled .menu-toggle {
	top: 48px;
}

.menu-toggle:after {
	color: #fff;
	content: "\E5D2";
}

.toggled .menu-toggle:after {
	content: "\E5CD";
}

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

.menu-toggle:focus, .search-toggle:focus, .search-toggle-active:focus {
	outline: 0;
}

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

.search-toggle, 
.search-toggle-active {
	-webkit-tap-highlight-color:  rgba(255, 255, 255, 0); 
    font-family: 'Material Icons';
    content: "";
    position: absolute;
    top: -11px;
    left: 0;
    background-color: transparent;
    color: #fff;
    font-size: 1.25em;
    padding: 1.05em;
    padding-left: .85em;
    border: none;
}
 
.search-icon {
	-webkit-tap-highlight-color:  rgba(255, 255, 255, 0); 
    font-family: 'Material Icons';
    content: "";
    float: left;
    color: #fff;
    font-size: 1.2em;
    padding: 18px 0;
    border: none;
}



.search-icon {
	display: none;
}

@media screen and (min-width: 62em) {
	.search-toggle {
		display: none;
	}

	.search-icon {
		display: block;
	}
}

.site-header .search-form {
	opacity: 0;
	display: none;
	position: absolute;
    top: -12px;
    left: 60px;	
    width: 67%;
    background: #000;
    z-index: 999;
}

@media screen and (min-width: 62em) {
	.site-header .search-form {
	    top: 0;
	}
}

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

@media screen and (min-width: 62em) {
	.site-header .search-form {
		position: absolute;
		opacity: 1;
		display: block;
	    width: 150px;
	    background-color: inherit;
	    z-index: 1;
	    -webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		right: 20px;
		left: inherit;
	}
}

.site-header .search-form input {
	   background: #000;
	   padding: 22px;
	   padding-left: 0;
	   width: 100%;
	   border: none;
}

@media screen and (min-width: 62em) {
	.site-header .search-form input {
		background: none;
		width: 10em;
	}
}

.site-header .search-form input:focus {
	   outline: none;
	   color: #fff;
}


.search-form input,
.search-form .search-form-submit {
	float: left;
}

.search-form input {
	padding: 1.25em;
	font-family: 'Lato', sans-serif;
	font-style: italic;
	font-size: .8em;
	border-radius: 0;
}

@media screen and (min-width: 62em) { 
	.search-form input {
		padding: .955em;
	}
}

.page-content .search-icon {
	display: none;
}

.search-form .search-form-submit #searchsubmit {
	margin-left: -1px;
    border: none;
    background-color: #000;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: .94em;
    padding: 1.3em;
    transition: all .3s;
}

#secondary .search-form .search-form-submit #searchsubmit {
    font-size: .85em;
    padding: 1.05em;
}

@media screen and (min-width: 62em) { 
	.search-form .search-form-submit #searchsubmit {
	    font-size: .8em;
	}
}

.search-form .search-form-submit #searchsubmit:hover,
.search-form .search-form-submit #searchsubmit:focus,
.search-form .search-form-submit #searchsubmit:active {
	background-color: #71aa9f;
}

@media screen and (min-width: 62em) {
	.search-toggle, .search-toggle-active {
		position: inherit;
		z-index: 99;
		float: right;
		padding: 1.25em;
	}

	.single .search-toggle, .single .search-toggle-active {
		padding: 1.25em;
	}
}

@media screen and (min-width: 90em) {
	.search-toggle, .search-toggle-active {
		padding: 1.6em;
	}

	.page .search-toggle, 
	.page .search-toggle-active,
	.search .search-toggle, 
	.search .search-toggle-active,
	.error404 .search-toggle, 
	.error404 .search-toggle-active,
	.archive .search-toggle, 
	.archive .search-toggle-active,
	.category .search-toggle, 
	.category .search-toggle-active {
		padding: 1.25em;
	}
}

.search-toggle:after,
.search-icon:after {
	color: #fff;
	content: "\E8B6";
}

.search-toggle-active:after {
	color: #fff;
	content: "\E5CD";
}

/* Hovering Menu */

.main-navigation.toggled {
	left: -.0em;
	position: fixed;
	top: 0;
	z-index: 1;
}

.main-navigation.toggled ul {
	max-height: calc(100vh);
	overflow-y: auto;
}

.main-navigation.toggled ul ul {
	display: none;
}

.main-navigation.toggled ul ul.toggled-on, 
.main-navigation.toggled ul ul.toggled-on > ul {
	display: block;
}

/* Horizontal menu on wide screens */ 

@media screen and (min-width: 62em) {

/* Position the menu in the header */
	.main-navigation,
	.main-navigation.toggled {
		clear: inherit;
		float: left;
		width: 100%;
		text-align: center;
	}

	@media screen and (min-width: 80em) {

/* Position the menu in the header */
	.main-navigation,
	.main-navigation.toggled {
		clear: inherit;
		float: left;
		width: auto;
		text-align: inherit;
		}
	}

	.nav-menu {

	}

	.main-navigation ul,
	.main-navitagtion.toggled ul {

	}

	.main-navigation.toggled ul {
		overflow-y: visible;
	}

	/* Display the menu items in a horizontal order */
	.main-navigation li {
		display: inline-block;
		border: none;
		margin-right: 35px;
	}

	.main-navigation li:last-child {
		margin-right: 0;
	}

	.main-navigation ul ul.toggled-on li.menu-item-has-children  {
   		margin-right: 0;
	}

	.main-navigation li.menu-item-has-children  {
   		margin-right: 50px;
	}

	

	/* Add an outline to the dropdown menu
	.main-navigation ul ul {
		outline: 1px solid #333;
	}  */

	/* Left align the menu items */
	.main-navigation li li {
		display: block;
		text-align: left;
		margin-right: 0;
	}

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

	/* Create hover and focus contrast on dropdown items 
	.main-navigation li li a:hover,
	.main-navigation li li a:focus {
		background: #eee;
		color: #000;
		text-decoration: none;
	} */

	/* Position the dropdown menus absolutely */
	.main-navigation ul ul.toggled-on {
	    position: absolute;
	    width: 18em;
	    display: block;
	    z-index: 10;
	    margin-left: 0;
	    background: #fff;
	    border: 2px solid #f3f2f1;
	    padding: .5em 1.2em;
	}

	.main-navigation ul ul ul.toggled-on {
		position: relative;
		border: none;
		width: 16em;
	}

	/* Indent 3rd level dropdown menus */
	.main-navigation ul ul ul a {
		padding-left: 2em;
	}

	/* Simplify the dropdown toggle */
	.dropdown-toggle {
		-webkit-tap-highlight-color:  rgba(255, 255, 255, 0); 
		top: 16px;
		right: -30px;
		border: none;
		width: 30px;
		height: 30px;
	}

	.sub-menu .dropdown-toggle {
		top: 6px;
		right: 0;
	}

	.dropdown-toggle:after {
		line-height: 27px;
		color: #000;
	}

	.sub-menu .dropdown-toggle:after {
		color: #000;
	}

}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

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

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

.comment-navigation a {
	font-size: 1.5em;
}

/*--------------------------------------------------------------
## Other Navigation
--------------------------------------------------------------*/

.post-navigation, 
.comment-navigation {
	font-family: "Cormorant Garamond", serif;
	font-weight: 600;
	text-align: left;
	overflow: hidden;
}


.post-navigation a,
.comment-navigation a {
	color: #000;
	display: block;
	width: 100%;
	text-decoration: none;
	padding: 1.2em;
	border: 1px solid #ebebeb;
	transition: all .3s;
	background-color: #fbfbfb;
}

@media screen and (min-width: 62em) { 
	.post-navigation a,
	.comment-navigation a {
		padding: 1.5em;
	}
}

@media screen and (min-width: 80em) { 
	.post-navigation a,
	.comment-navigation a {
		padding: 1.8em;
	}
}

.post-navigation a:hover,
.post-navigation a:focus,
.comment-navigation a:hover,
.comment-navigation a:focus {
	border-color: #e4a77f;
	color: #fff;
	background-color: #e4a77f;
}

.post-navigation .post-title {
	font-size: 1.4em;
	font-weight: 500;
}

.nav-previous {
	padding-bottom: 1em;
	width: 100%
}

.nav-next {
	width: 100%;
}

@media screen and (min-width: 30em) {

	.nav-links {
		display: flex;
		justify-content: space-between;
		align-items: stretch;
		padding: 0;
	}

	.post-navigation .nav-previous,
	.comment-navigation .nav-previous {
		display: flex;
		align-items: stretch;
		float: left;
		width: 48%;
	}

	.nav-previous {
		padding-bottom: 0;
	}

	.post-navigation .nav-next,
	.comment-navigation .nav-next {
		display: flex;
		align-items: stretch;
		float: right;
		text-align: right;
		width: 48%;
	}
}

.post-navigation .meta-nav {
	font-family: 'Lato', sans-serif;
	display: block;
	font-size: .9em;
    margin-bottom: .6em;
}

@media screen and (min-width: 62em) {
	.post-navigation .meta-nav {
		padding-bottom: 0;
	}
}

.pagination, .page-links {
	font-size: .9em;
	font-family: 'Lato', sans-serif;
	font-weight: 500;
	line-height: 4em;
	margin-top: 2em;
}

.masonry .pagination, .masonry .page-links {
	margin-top: 0;
}

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

.pagination ul li {
	float: left;
	margin-right: .6em;
}

.pagination ul li:last-of-type {
	margin-right: 0;
}

.pagination ul li a, .page-links a {
	border-radius: 99px;
    padding: .7em 1.15em .8em;
	border: 1px solid #ebebeb;
	transition: all .3s;
	color: #333;
}

.pagination ul li.active a,
.pagination ul li a:hover,
.pagination ul li a:focus,
.pagination ul li a:active,
.page-links a:hover,
.page-links a:focus,
.page-links a:active {
	background-color: #eeb38c;
	border: 1px solid #eeb38c;
	color: #fff;
}

.page-links a {
	margin-right: .7em;
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

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

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

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

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

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

.clear:after,
.entry-content:after,
.post-thumb:after,
.post-thumb-mobile:after,
.site-main article:after,
#secondary article:after,
footer article:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

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

#page-title {
	background-color: #f3f2f1;
}

#page-title h1 {
	font-family: 'Lato', sans-serif;
    font-weight: 500;
    letter-spacing: 0.15em;
    text-align: center;
    color: #5f5f5f;
    font-size: .75em;
    font-style: italic;
    padding: 15px 0;
    margin: 18px 0 21px;
}

.page #page-title h1 {
    font-size: .9em;
    margin: 18px 0 10px;
}

#page-title h1 span {
	font-style: normal;
	color: #1a1a1a;
	font-weight: 700;
	text-transform: uppercase;
}

@media screen and (min-width: 62em) {
	#page-title h1 {
		font-size: .65em;
	    margin-top: 0;
	    margin-bottom: 33px;
	}

	.page #page-title h1 {
		font-size: .9em;
	    margin-top: 0;
	    margin-bottom: 15px;
	}
}

@media screen and (min-width: 80em) {
	
}

.archive-description p {
	color: #fff;
	margin-bottom: 0;
	font-family: 'Lato', sans-serif;
}

.site-header {
	position: fixed;
	background-size: cover;
	width: 100%;
	top: 0;
	transition: top ease-out 300ms;
	z-index: 99;
	background-color: #000;
}

.site-header .small-12 { 
	position: relative; 
} 

.site-header-wrapper {
	padding: .75em 0;
}

@media screen and (min-width: 62em) {

}

@media screen and (min-width: 74em) {
	
}

@media screen and (min-width: 80em) {

}

@media screen and (min-width: 90em) {

}

.admin-bar .site-header {
	top: 2.9em;
}

@media screen and (min-width: 62em) {
	.site-header {
	position: inherit;
	width: inherit;
	transition: top 400ms;
	}
}

.site-header.hide {
	top: -5em;
	transition: top ease-in 300ms;
}

.menu-active.hide {
	top: 0;
}

/* Remove background image for mobile  */

@media screen and (max-width: 62em) {
	.site-header {
	background-image: none !important;
	}
}

.site-branding {
	text-align: center;

}

.site-branding img {
	width: 140px;
}

@media screen and (min-width: 62em) {
	.site-branding img {
	width: 240px;
	}
}

@media screen and (min-width: 90em) {
	.home .site-branding img {
	width: 100%;
	}
}

.site-title {
	color: #fff;
	font-family: 'Cormorant SC', serif;
	font-weight: 500;
	letter-spacing: .1em;
	text-transform: lowercase;
	font-size: 2.5em;
	line-height: .8em;
	margin: 0 0 7px 7px;
	text-align: center;
	clear: inherit;
}

@media screen and (min-width: 62em) {
	.site-title {
		font-size: 4.4em;
		margin: 0 0 14px 7px;
	}
}

.site-title a {
	text-decoration: none;
	color: inherit;
}

.site-description {
	display: none;
}

@media screen and (min-width: 62em) {
	.site-description {
		text-align: center;
	    font-size: 80%;
	    color: #c0c0c0;
	    margin-bottom: 1em;
	    display: block;
	}
}

.custom-logo-link {
	line-height: 0;
	display: block;
	text-align: center;
}

.custom-logo-link img {
	width: 140px;
}

@media screen and (min-width: 62em) { 
	.custom-logo-link img {
			width: 240px;
		}
	.custom-logo-link {
		margin: .7em 0;
	}	
}

@media screen and (min-width: 90em) { 
	.custom-logo-link img {
			width: inherit;	
		}
}

#social-header {
	display: none;
}

@media screen and (min-width: 62em) {
	#social-header {
		display: block;
		position: absolute;
		margin: 0;
		padding: 22px 0;
		list-style: none;
	}
}

#social-header li,
#social-mobile li {
	float: left;
	border-bottom: none;
}

#social-header li a,
#social-mobile li a {
	color: #fff;
	padding: 18px 10px;
	font-size: .85em;
	transition: all .3s;
}

#social-header li:first-of-type a,
#social-mobile li:first-of-type a {
	padding-left: 0;
}

#social-header li a:hover,
#social-header li a:focus,
#social-header li a:active,
#social-mobile li a:hover,
#social-mobile li a:focus,
#social-mobile li a:active {
	color: #dd8850;
}


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

footer {
	background-color: #fff;
	color: #000;
	padding: 1.5em 0;
}

@media screen and (min-width: 40em) {
	footer {
		padding: 3em 0;
	}
}

@media screen and (min-width: 62em) {
	footer {
		padding: 4em 0 2em;
	}
}

.footer-widgets-2 {
	margin-bottom: 2em;
}

@media screen and (min-width: 62em) {
	.footer-widgets-2 {
		margin-bottom: 0;
	}
}


footer .widget-title {
	text-align: left;
	font-size: .7em;
}

footer .entry-title a {
	color: #fff;
}

footer .entry-meta {
	color: #ababab;
}

footer .entry-meta a {
	color: #fff;
}

footer .about-author-widget-text {
	color: #ababab;
}

footer .widget_kindled_blog_posts_list_widget .hentry,
.single footer .widget_kindled_blog_posts_list_widget .hentry {
	border-color: #444;
	padding-bottom: 1.5em;
	margin-bottom: 2em;
}



footer .widget_kindled_blog_posts_list_widget .post-thumb,
.single footer .widget_kindled_blog_posts_list_widget .post-thumb, 
.singlee footer .single .widget_kindled_blog_posts_list_widget .post-thumb {
    margin-bottom: 1.2em;
}

footer .widget_kindled_blog_posts_list_widget .post-thumb img {
	width: 100%;
}

footer .widget_kindled_blog_posts_list_widget .entry-title,
.single footer .widget_kindled_blog_posts_list_widget .entry-title {
    font-size: 2em;
    margin: .4rem 0;
}

@media screen and (min-width: 64em) {
	footer .widget_kindled_blog_posts_list_widget .entry-title,
	.single footer .widget_kindled_blog_posts_list_widget .entry-title {
   		font-size: 1.6em;
   	    margin-bottom: .6em;
	}
}

footer .widget_kindled_blog_posts_list_widget .entry-content {
	font-size: .95em;
}

footer .widget_kindled_blog_posts_list_widget .entry-content p {
	margin: 1em 0;
}

@media screen and (min-width: 64em) {
	footer .widget {
	    margin-left: 0;
	    margin-bottom: 2em;
	    padding: 0;
	    border-left: none;
	}
}

@media screen and (min-width: 64em) {
	footer .textwidget {
	    font-size: .95em;
	}
}

footer .widget_kindled_blog_posts_list_widget .entry-meta {
	margin-bottom: .5em;
}

footer .widget_kindled_blog_posts_list_widget .entry-category {
	font-size: .8em;
}

footer .widget_archive ul, 
footer .widget_pages ul, 
footer .widget_categories ul, 
footer .widget_meta ul, 
footer .widget_recent_comments ul, 
footer .widget_recent_entries ul, 
footer .widget_nav_menu ul {
	text-align: left;
	padding: 0;
}

footer .widget_search input[type="search"] {
	background-color: #f0f0f0;
}

.small-site-footer {
	color: #fff;
	background-color: #000;
	padding: 2em 0;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-style: normal;
    text-decoration: none;
    letter-spacing: 0.15em;
    font-size: .65em;
}

.small-footer-right,
.small-footer-left {
	text-align: center;
}

.small-footer-left {
	margin-bottom: 1em;
}

@media screen and (min-width: 40em) {
	.small-footer-left {
		text-align: left;
		margin-bottom: 0;
	}
	.small-footer-right{
		text-align: right;
	}
}


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

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

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    font-family: 'Material Icons';
	content: "";
    width: 37px;
    height: 16px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}
.slick-dots li button:before {
    font-size: 48px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 20px;
    content: '\E15B';
    text-align: center;
    opacity: 1;
    color: #dcdcdc;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
   	opacity: 1;
    color: #59988c;
}

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

#slider {
	margin-bottom: 2em;
}

@media screen and (min-width: 62em) {
	#slider {
	    margin-bottom: 2.5em;
	}
}

#slider .post-thumb {
	width: 100%;
	display: none;
}

@media screen and (min-width: 62em) {
	#slider .post-thumb-mobile {
		display: none;
	}
	#slider .post-thumb {
		display: inherit;
	}
}

#slider .post-thumb a:focus,
#slider .post-thumb a:active,
#slider .post-thumb a:hover,
#slider .post-thumb-mobile a:focus,
#slider .post-thumb-mobile a:active,
#slider .post-thumb-mobile a:hover {
	outline: none;
}

#slider article:focus {
	outline: none;
}

#slider .slider-content {
	margin-bottom: 0;
	opacity: 0;
}

#slider .hentry {
    margin: 0 20px;
    border-bottom: none;
    padding-bottom: 0;
}

#slider .entry-title {
    font-size: 1.3em;
    line-height: 1.25em;
    margin-top: .4rem;
    margin-bottom: .6rem;
    font-weight: 600;
}

@media screen and (min-width: 62em) {
	#slider .entry-title {
		font-size: 1.48em;
	    line-height: 1.4em;
	    margin-top: .7rem;
	    margin-bottom: 1rem;
	}
}

@media screen and (min-width: 62em) {
	#slider .post-main {
		padding: 1.2em;
		padding-right: 0;
    	padding-left: 1px;
	}
}

@media screen and (min-width: 62em) {
	#slider .entry-category {
		font-size: 1.2em;
	}
}

@media screen and (min-width: 62em) {
	#slider .entry-meta {
		font-size: 1.1em;
	}
}

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

#slider .slick-dots {
	text-align: center;
	margin: 1em 1em 0 0;
	padding: 0;
}


@media screen and (min-width: 99em) {

	.slick-prev, .slick-next  {
		opacity: 1;
	}
	.slick-prev {
		left: -60px;
	}
	.slick-next {
		right: -60px;
	}
}

@media screen and (min-width: 105em) {
	.slick-prev {
		left: -90px;
	}
	.slick-next {
		right: -90px;
	}
}

@media screen and (min-width: 110em) {
	.slick-prev {
		left: -115px;
	}
	.slick-next {
		right: -115px;
	}
}

.slick-prev, .slick-next {
	z-index: 999;
    font-size: 0;
    position: absolute;
    top: 32%;
    width: 50px;
    height: 150px;
    background-color: #000;
    cursor: pointer;
    border: 1px solid #484849;
    border-radius: inherit;
    outline: none;
}

.slick-prev:before, .slick-next:before {
    font-family: 'Material Icons';
    font-size: 20px;
    line-height: 1;
    color: #fff;
}

.slick-prev::before {
    content: "\E314";
}

.slick-next::before {
    content: "\E315";
}

/*--------------------------------------------------------------
# Promo Boxes
--------------------------------------------------------------*/

.has-slider #promo-boxes {
    margin-top: 0;
}

#promo-boxes {
	background-color: #cfe7e2;
	padding: 3em 0;
	margin-top: -1.7em;
	margin-bottom: 2em;
}

@media screen and (min-width: 62em) {
	#promo-boxes {
		margin-bottom: 3em;
	}
}


#promo-boxes img {
	display: block;
	width: 100%;
}

.promo-box {
	margin-bottom: 2em;
}

.promo-box:last-of-type {
	margin-bottom: 0;
}

@media screen and (min-width: 40em) {
	.promo-box {
		margin-bottom: 0;
	}
}

.promo-box-content {
	background-color: #fff;
	text-align: center;
	padding: 1.5em 0;
}

.promo-box-content span {
	display: block;
}

.promo-box-content .title {
	font-size: 1.3em;
    font-family: 'Cormorant Garamond', serif;
    color: #000;
    font-weight: 600;
    margin-bottom: .3em;
}

@media screen and (min-width: 40em) {
	.promo-box-content .title {
		font-size: 1em;
	}
}

@media screen and (min-width: 62em) {
	.promo-box-content .title {
		font-size: 1.3em;
	}
}

.promo-box-content .action {
	color: #000;
	font-family: 'Lato', sans-serif;
	text-decoration: underline;
	text-decoration-color: #eeb38c;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.15em;
    font-size: .7em;
}

@media screen and (min-width: 40em) {
	.promo-box-content .action {
		font-size: .6em;
	}
}

@media screen and (min-width: 62em) {
	.promo-box-content .action {
		font-size: .7em;
	}
}

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

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

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

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

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

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.promo-box a {
    transition: all .3s;
    display: block;
}

.promo-box a:hover,
.promo-box a:focus,
.promo-box a:active {
    box-shadow: 0px 5px 20px rgba(0,0,0,0.1);
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
#secondary {
	position: relative;
}

#secondary.left-sidebar {
	margin-top: 0;
}

@media screen and (min-width: 64em) {
	#secondary {
		margin-top: 0;
	}
}

#secondary .widget {
	background-color: #f3f2f1;
	padding: 1em;
	margin-bottom: 1.5em;
}

#secondary .widget:last-of-type {
	margin-bottom: 0;
}

.widget-title {
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 1.5em;
	color: #474646;
    border-bottom: 2px solid #e7e6e5;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.15em;
    font-size: .63em;
    text-align: center;
}

.widget_archive .widget-title,
.widget_categories .widget-title,
.widget_search .widget-title {
	margin-bottom: .7em;
}

.widget ul,
.widget ol {
	padding: .7em 0 0;
	margin: 0;
	font-family: "Lato", sans-serif;
	list-style-type: none;
}

.site-content .widget li {
	display: block;
	padding: .3em 0;
}

.widget li ul,
.widget li ol {
	margin-left: .5em;
}

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

@media screen and (min-width: 30em) {
	.widget li ul,
	.widget li ol {
		margin-left: 1em;
	}
}

.widget a {
	font-weight: 500;
	text-decoration: none;
	font-size: .9em;
}

.widget a:hover,
.widget a:focus {
	text-decoration: underline;
}

/* Make sure select elements fit in widgets. */
.widget select {
	width: 100%;
	padding: .5em;
}

/* Archive and Categories widgets */

.widget_archive ul,
.widget_pages ul,
.widget_categories ul,
.widget_meta ul,
.widget_recent_comments ul,
.widget_recent_entries ul,
.widget_nav_menu ul {
	padding: 0 1em;
}

.site-content .widget_archive li,
.site-content .widget_categories li,
.site-content .widget_pages li,
.site-content .widget_meta li,
.site-content .widget_recent_comments li,
.site-content .widget_recent_entries li,
.site-content .widget_nav_menu li {
	color: #808080;
	border-bottom: 1px solid #e3e3e3;
	padding: .5em 0;
}

.widget_archive li:last-of-type,
.widget_categories li:last-of-type,
.widget_pages li:last-of-type,
.widget_meta li:last-of-type,
.widget_recent_comments li:last-of-type,
.widget_recent_entries li:last-of-type,
.widget_nav_menu li:last-of-type {
	border-bottom: none;
}

.widget_nav_menu .sub-menu {
	padding: 0;
}

.widget_nav_menu  li ul, 
.widget_nav_menu  li ol {
    margin-left: .6em;
}

.site-content .widget_nav_menu .sub-menu li {
    border-bottom: none;
    padding: .25em 0;
}



/* Search widget. */
.widget_search .search-submit,
.widget_search .search-form-submit  {
	display: none;
}

.widget_search .search-form input,
.search-form .search-form-submit {
	float: inherit;
	margin-bottom: 0;
}

.widget_search .search-icon {
	display: none;
}

.widget_search input[type="text"] {
	width: 100%;
	font-size: .7em;
	box-sizing: border-box;
	padding: 1.06em 1em;
	border: none;
	margin-top: 5px;
	border-radius: 0;
}


/* Pages and Menu widgets */


/* RSS widget */


.widget_rss li {
	margin-bottom: 1em;
}
.widget li a.rsswidget {
	padding-right: .5em;
	font-size: 1em;
	line-height: 1.4em;
}

.rss-date,
.widget_rss cite {
	color: #333;
	font-size: .8em;
}

.rssSummary {
	padding: .5em 0;
	font-family: "Lato", sans-serif;
	font-size: .8em;
    line-height: 1.4em;
}



/* Calendar widget */

.widget_calendar {
	font-family: "Lato", sans-serif;
}

.widget_calendar caption {
	padding: 0 0 .5em 0;
	font-size: .7em;
	font-weight: 500;
	text-align: center;
}

.widget_calendar thead {
	background: #000;
	color: #fff;
}

.widget_calendar thead th {
	border-bottom-width: 2px;
}

.widget_calendar td {
	padding: .2em;
	font-size: .8em;
	text-align: center;
	background: #f7f7f7;
	border: 3px solid white;
}

.widget_calendar th {
	border: none;
}

.widget_calendar .pad {
	background: #fff;
}

#wp-calendar {
	margin-bottom: 0;
}

/* Text widget */

.textwidget {
	font-size: .8em;
	line-height: 1.6em;
}


/* Custom Recent Comments and Recent Posts widgets */

.widget_popper_recent_comments ul,
.widget_popper_recent_posts ul {
	margin-top: 2em;
	margin-bottom: 0;
	padding-bottom: 0;
}
.site-content .widget_popper_recent_comments li,
.site-content .widget_popper_recent_posts li {
	position: relative;
	padding: 0 0 1em 70px;
	margin-bottom: 2em;
	border-bottom: 1px solid #c3c3c3;
}

.widget_popper_recent_comments li:last-child,
.widget_popper_recent_posts li:last-child {
	margin-bottom: 0;
	border-bottom: none;
	padding-bottom: 0;
}

.widget_popper_recent_comments a,
.widget_popper_recent_posts a {
	display: block;
	font-size: 1em;
}

.widget_popper_recent_comments a:hover,
.widget_popper_recent_comments a:focus,
.widget_popper_recent_posts a:hover,
.widget_popper_recent_posts a:focus {
	text-decoration: none;
	border-bottom: none;
}
.widget_popper_recent_comments .post-icon,
.widget_popper_recent_posts .post-icon {
    position: absolute;
    left: 0;
    width: 50px;
    height: 50px;
}

.widget_popper_recent_comments .post-icon img {
	border-radius: 50px;
}

.widget_popper_recent_comments .title,
.widget_popper_recent_comments .original-title{
	margin-top: 0;
	margin-bottom: .8em;
	font-size: .7em;
	line-height: 1.4em;
}

.widget_popper_recent_comments .excerpt {
	margin-top: 0;
	margin-bottom: .8em;
	font-family: "Merriweather", serif;
	font-size: .8em;
	line-height: 1.4em;
}

.widget_popper_recent_comments .excerpt::before {
	content: "“";
}

.widget_popper_recent_comments .excerpt::after {
	content: "”";
}

.widget_popper_recent_comments .original-title {
	color: #808080;
	font-weight: 500;
}

.widget_popper_recent_comments .original-title span {
	font-weight: normal;
	font-style: italic;
}

.widget_popper_recent_comments a:hover .original-title,
.widget_popper_recent_comments a:focus .original-title {
	color: #000;
	text-decoration: underline;
}

/* Custom Recent Posts widget */

.widget_popper_recent_posts .post-icon {
	width: 50px;
	height: 50px;
	font-size: 1.3em;
	line-height: 50px;
	text-align: center;
	color: #fff;
	background: #333333;
}

.widget_popper_recent_posts .title {
	margin: 0;
	font-size: .9em;
	line-height: 1.4em;
}

.widget_popper_recent_posts .meta {
	margin: 0 0 .8em;
	font-size: .7em;
	text-transform: uppercase;
	color: #808080;
}

.widget_popper_recent_posts a:hover .title,
.widget_popper_recent_posts a:focus .title {
	text-decoration: underline;
}

/* Custom Ad Widget */

#secondary .widget_kindled_blog_ad_banner_widget {
	padding: .33em;
}

#secondary .widget_kindled_blog_ad_banner_widget img {
	display: block;
}

/* Custom About Widget */

.about-author-image {
	margin-bottom: .5em;
}

footer .about-author-image {
	margin-bottom: 1.4em;
}

.about-author-widget-text {
	font-family: 'Lato', sans-serif;
    font-size: .75em;
    line-height: 1.5em;
    color: #555;
    text-align: center;
}

.about-author-signature {
	text-align: center;
	margin-top: 1em;
}

/* Custom Post List */

.widget_kindled_blog_posts_list_widget a:hover,
.widget_kindled_blog_posts_list_widget a:focus,
.widget_kindled_blog_posts_list_widget a:active {
	text-decoration: none;
}


.widget_kindled_blog_posts_list_widget .entry-category {
	line-height: 1.9em;
	font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.15em;
    font-size: .65em;
}

.widget_kindled_blog_posts_list_widget .entry-category a {
	font-weight: 700;
}

.widget_kindled_blog_posts_list_widget .entry-title,
.single .widget_kindled_blog_posts_list_widget .entry-title {
    margin: .4rem 0;
    font-size: 1em;
    line-height: 1.3em;
    padding: .3em 0;
    font-family: 'Lato', sans-serif;
    font-style: italic;
}

.widget_kindled_blog_posts_list_widget .post-thumb,
.single .widget_kindled_blog_posts_list_widget .post-thumb {
	margin-bottom: 0;
}

@media screen and (min-width: 64em) {
	.widget_kindled_blog_posts_list_widget .post-thumb,
	.single .widget_kindled_blog_posts_list_widget .post-thumb {
		width: 100%;
		float: none;
		margin-top: 0;
	}
}

.widget_kindled_blog_posts_list_widget .post-thumb img {
	width: 100%;
	display: block;
}

.widget_kindled_blog_posts_list_widget .entry-content {
    display: none;
}

.widget_kindled_blog_posts_list_widget .entry-content p {
    margin: .6em 0;
}

@media screen and (min-width: 62em) {
	.widget_kindled_blog_posts_list_widget .entry-content {
	    text-align: left;
	    font-size: .85em;
	    line-height: 1.5em;
	}
}

@media screen and (min-width: 64em) {
	.widget_kindled_blog_posts_list_widget .entry-content,
	.single .widget_kindled_blog_posts_list_widget .entry-content, 
	.widget_kindled_blog_posts_list_widget .byline,
	.single .widget_kindled_blog_posts_list_widget .byline {
	    display: none;
	}
}

.widget_kindled_blog_posts_list_widget .hentry,
.single .widget_kindled_blog_posts_list_widget .hentry {
	margin-bottom: 1em;
    padding-bottom: 0;
}

.widget_kindled_blog_posts_list_widget .hentry:last-of-type,
.single .widget_kindled_blog_posts_list_widget .hentry:last-of-type {
	margin-bottom: 0;
    padding-bottom: 0;
}

.widget_kindled_blog_posts_list_widget .entry-meta,
.single .widget_kindled_blog_posts_list_widget .entry-meta {
	display: none;
}

.widget_kindled_blog_posts_list_widget  .post-main {
	background-color: #fff;
	padding: 1em 1.4em;
}

/* Widget - Subscribe */


#sidebar .widget.widget_kindled_blog_subscribe_widget, 
.sidebar .widget.widget_kindled_blog_subscribe_widget {
	padding: 0;
}

.subscribe-widget {
	text-align: center;
	background: #000;
	background-size: cover;
	position: relative;
}

.subscribe-widget-overlay {
background: rgba( 0, 0, 0, 0.35 );
position: absolute;
left: 0;
right: 0;
bottom: 0;
top: 0;
}

.subscribe-widget-inner {
position: relative;
padding: 33px;
padding-top: 46px;
}

.subscribe-widget-title {
	color: #fff;
	font-family: 'Cormorant Garamond', serif;
    font-size: 2em;
	font-weight: 500;
	line-height: .9em;
	margin-bottom: .4em;
}

.subscribe-widget-subtitle {
	font-family: 'Lato', sans-serif;
	color: #fff;
	font-size: .8em;
	font-weight: 400;
	line-height: 1.5em;
	margin-bottom: 2em;
}

.subscribe-widget .wysija-paragraph,
.subscribe-widget .mc4wp-form-fields p {
	margin: 0;
}


#secondary .mc4wp-alert p {
    margin-top: 2em;
    font-size: .8em;
    color: #fff;
     font-weight: 300;
}

.subscribe-widget .widget_wysija_cont {
	position: relative;
}

.subscribe-widget .wysija-paragraph label, 
.subscribe-widget .mc4wp-form-fields label {
	display: none;
}



.subscribe-widget input[type="text"].wysija-input,
.subscribe-widget input[type="email"].wysija-input,
.subscribe-widget .mc4wp-form-fields input[type="email"],
.subscribe-widget .mc4wp-form-fields input[type="text"]  {
	background: #fff;
	border: 0;
	display: inline-block;
	line-height: 50px;
	height: 50px;
	color: #949494;
	font-size: 14px;
	font-family: 'Lato', sans-serif;
	text-align: center;
	padding: 0;
	width: 100%;
	border-radius: 0;
	padding: 0 20px;
}

.subscribe-widget input[type="submit"].wysija-submit,
.subscribe-widget .mc4wp-form-fields input[type="submit"] {
	display: inline-block;
	border: none;
	width: 100%;
	line-height: 50px;
	height: 50px;
	color: #fff;
	font-size: 14px;
	font-family: 'Lato', sans-serif;
	background: #000;
	padding: 0 20px;
	margin: 0;
	border-radius: 0;
	text-transform: none;
}

.subscribe-widget input[type="text"].wysija-input:hover,
.subscribe-widget input[type="text"].wysija-input:focus,
.subscribe-widget input[type="text"].wysija-input:active,
.subscribe-widget .mc4wp-form-fields input[type="text"]:hover,
.subscribe-widget .mc4wp-form-fields input[type="text"]:focus,
.subscribe-widget .mc4wp-form-fields input[type="text"]:active,
.subscribe-widget .mc4wp-form-fields input[type="email"]:hover,
.subscribe-widget .mc4wp-form-fields input[type="email"]:focus,
.subscribe-widget .mc4wp-form-fields input[type="email"]active  {
	outline: none;
}

.subscribe-widget input[type="submit"].wysija-submit:hover,
.subscribe-widget input[type="submit"].wysija-submit:focus,
.subscribe-widget input[type="submit"].wysija-submit:active,
.subscribe-widget .mc4wp-form-fields input[type="submit"]:hover,
.subscribe-widget .mc4wp-form-fields input[type="submit"]:focus,
.subscribe-widget .mc4wp-form-fields input[type="submit"]:active {
	outline: none;
	background: #eeb38c;
}

.widget_wysija_cont .allmsgs .updated {
	border: 0;
	margin: 0;
	padding: 0;
	background: transparent;
	color: inherit;
	font-size: 15px;
	font-family: 'Lato', sans-serif;
}

.widget_wysija_cont .allmsgs {
	border: 0;
	margin-bottom: 10px;
	background: #000;
	color: #fff;
	padding: 10px;
	font-family: 'Lato', sans-serif;
}

#secondary .widget_kindled_blog_subscribe_widget {
	padding: 0;
}

/* Widget Categories */

.categories-widget-category {
position: relative;
margin-bottom: 10px;
line-height: 47px;
background-color: #262626;
color: #fff;
font-size: 13px;
font-family: 'Lato', sans-serif;
overflow: hidden;
font-weight: 600;
transition: background-color .3s;
}

.categories-widget-category:hover {
background-color: #404040;
}

.categories-widget-category-has-image {
background: #454545;		
}

.categories-widget-category:last-child {
margin-bottom: 0;
}

.categories-widget-category-image {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
	opacity: 0.34;
}

.categories-widget-category-title {
	position: relative;
	text-transform: uppercase;
	padding-left: 15px;
	float: left;
}

.categories-widget-category-count {
	font-weight: 500;
	position: relative;
	float: right;
	padding: 0 25px;
	background: #000;
	transition: padding .3s;
}

.categories-widget-category:hover .categories-widget-category-count {
	padding: 0 30px;
	background-color: #71aa9f;
}

.categories-widget-category-link {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.categories-widget-category a {
	font-weight: 100;
}

/* Footer Instagram Feed */

.instagram #sbi_load {
	display: none;
}

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


.site-content {
}

#primary {
	margin-bottom: 2em;
}

@media screen and (min-width: 40em) {
	#primary {
		margin-bottom: 3em;
	}
}

#secondary {
	margin-bottom: 2em;
}

@media screen and (min-width: 40em) {
	#secondary {
		margin-bottom: 3em;
	}
}




/*--------------------------------------------------------------
## Global
--------------------------------------------------------------*/

.site-main {
	font-size: .85em;
	line-height: 1.6em;
}

@media screen and (min-width: 62em) {
	.site-main {
	font-size: 1em;
	}	
}

.site-main .hentry { clear: both; }

.site-main .hentry.post-s3 { clear: none; }

/*--------------------------------------------------------------
## Plugins
--------------------------------------------------------------*/

.entry-meta-content .addtoany_content_top {
	margin: 0;
}

@media screen and (min-width: 35em) {
	.entry-meta-content .addtoany_content_top {
		float: left;
		margin: 0 2em 0 0;
	}
}

.addtoany_list a > span {
	border-radius: 99px !important;
	background-color: #000 !important;
	padding: 5px;
	box-sizing: content-box;
	transition: all .3s;
}

@media screen and (min-width: 40em) {
	.addtoany_list a > span {
		padding: 9px;
	}
}

.addtoany_list a > span:hover,
.addtoany_list a > span:focus,
.addtoany_list a > span:active {
	background-color: #e4a77f !important;
}

.addtoany_list a {
	border: none !important;
	padding: 0 5px !important;
}

.woocommerce-tabs .addtoany_content_top {
	display: none;
}

.wpusb-icon-pinterest-default {
	padding: .8em .93em !important;
}

.wpusb .wpusb-item .wpusb-btn i {
    color: #fff !important;
    font-size: 15px;
    background-color: #000;
    border-radius: 99px;
    padding: .8em;
    transition: all .3s;
}

.wpusb .wpusb-item:last-of-type {
	margin-right: 2em;
}

.wpusb .wpusb-item .wpusb-btn i:hover {
	color: #fff;
	font-size: 15px;
	background-color: #dd8850;
}


div.wpcf7 {
	padding: 1.5em 2.5em;
	background-color: #fbfbfb;
    border: 1px solid #ebebeb;
    margin: 2em 0;
}

.wpcf7 label {
	font-family: "Lato", sans-serif;
	font-size: .9em;
	line-height: 2.5em;
}

.wpcf7 textarea,
.wpcf7 input {
	border-radius: 0;
    border: 1px solid #e3e3e3;
    font-family: "Lato", sans-serif;
    font-size: 85%;
    padding: .7em;
}

.wpcf7 input[type="submit"] {
	background-color: #000;
    font-family: "Lato", sans-serif;
    font-weight: 500;
    border: none;
    color: #fff;
    border-radius: 0;
    padding: 1em 1.5em;
}

.wpcf7 input[type="submit"]:hover,
.wpcf7 input[type="submit"]:active,
.wpcf7 input[type="submit"]:focus {
	background-color: #eeb38c;
}

/* WooCommerce */ 

.woocommerce {
	font-family: 'Lato', sans-serif;
}

/* WooCommerce - Form */ 

.woocomerce-form,
.woocommerce form.login {
	padding: 2em;
    background-color: #fbfbfb;
    border: 1px solid #ebebeb;
    margin: 2em 0;
    border-radius: 0;
}

.woocommerce-LostPassword,
.lost-password {
	margin-bottom: 0 !important;
	padding-bottom: 0;
}

.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button {
	color: #fff;
    background-color: #71aa9f;
    border-radius: 99px;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: 0.15em;
    font-size: .75em;
    padding: 1.2em 2em;
    transition: all .6s;
}

@media screen and (min-width: 62em) { 
	.woocommerce #respond input#submit, 
	.woocommerce a.button, 
	.woocommerce button.button, 
	.woocommerce input.button {
	    font-size: .65em;
	}
}

.woocommerce #respond input#submit:hover, 
.woocommerce #respond input#submit:active, 
.woocommerce #respond input#submit:focus, 
.woocommerce a.button:hover, 
.woocommerce a.button:active, 
.woocommerce a.button:focus, 
.woocommerce button.button:hover,
.woocommerce button.button:active, 
.woocommerce button.button:focus,  
.woocommerce input.button:hover,
.woocommerce input.button:active,
.woocommerce input.button:focus {
	background-color: #eeb38c;
	color: #fff;
	outline: none;
	border: none;
}

.woocommerce-form__label-for-checkbox input {
	margin-left: 1em;
}

.woocommerce-form__label-for-checkbox span {
	font-size: .8em;
}

.woocommerce-EditAccountForm {
	padding: 1.5em 2.5em 0;
    background-color: #fbfbfb;
    border: 1px solid #ebebeb;
}

/* WooCommerce - My Account / Navigation + Content */ 

.woocommerce-MyAccount-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 20%;
    font-size: .8em;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
}

.woocommerce-account .woocommerce-MyAccount-content {
    width: 75%;
}

.woocommerce-account .addresses .title h3 {
    margin-top: 0;
    font-size: 1.5em;
    font-weight: 600;
}

.woocommerce-MyAccount-navigation ul li {
	border-bottom: 1px solid #f3f2f1;
    padding: .8em 0;
}

.woocommerce-MyAccount-navigation ul li:last-of-type {
	border: none !important;
}


.woocommerce-MyAccount-navigation ul li a {
    display: block;
    color: #989898;
}

.woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-MyAccount-navigation ul li a:active,
.woocommerce-MyAccount-navigation ul li a:focus {
	border-bottom: none;
}

.woocommerce-MyAccount-navigation ul .is-active {
    padding: 0;
    border-bottom: none;
}

.woocommerce-MyAccount-navigation ul .is-active a {
	background-color: #71aa9f;
    color: #fff;
    margin-top: -1px;
    padding: .5em .8em;
}

.woocommerce-account .addresses .title .edit, 
.woocommerce-account ul.digital-downloads li .count {
    margin-top: .35em;
}

.woocommerce .col2-set .col-1, 
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2, 
.woocommerce-page .col2-set .col-2 {
	padding: 1.2em 2.5em 1.9em 2.1em;
    background-color: #fbfbfb;
    border: 1px solid #ebebeb;
}

.woocommerce .woocommerce-Address {
	padding: 2em 2em .7em !important;
}

/* WooCommerce - Message */ 

.woocommerce .woocommerce-message,
.entry-content .woocommerce-message {
    border-top-color: #71aa9f !important;
}

.woocommerce .woocommerce-message::before,
.entry-content .woocommerce-message::before {
    content: '\e015'!important;
    color: #71aa9f!important;
}

.woocommerce .woocommerce-info {
    border-top-color: #7188aa;
}

.woocommerce .woocommerce-info::before {
    color: #7188aa;
}

.woocommerce .woocommerce-info a.button {
	background-color: #7188aa;
}

.woocommerce-page .page-title {
	margin: 0 1em 1em 0;
	font-size: 1.8em;
	float: left;
	font-weight: 500;
}

.woocommerce .woocommerce-result-count {
	font-size: .8em;
	color: #999;
	margin: .6em 0 0 0;
	display: none;
}

@media screen and (min-width: 32em) {
	.woocommerce .woocommerce-result-count {
		font-size: .8em;
		color: #999;
		margin: .6em 0 0 0;
		display: block;
	}
}
.woocommerce .woocommerce-ordering select {
    padding: 8px;
    color: #222;
    margin: .3em 0 0;
    font-size: .7em;
    border: 1px solid #e5e5e5;
}

.woocommerce .woocommerce-ordering select:focus,
.woocommerce .woocommerce-ordering select:active {
    outline: none;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, 
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 1em;
    font-weight: 600;
    text-align: center;
    padding-bottom: 0;
    font-family: 'lato';
}

 
.woocommerce ul.products li.product h3 {
	font-family: 'Lato', sans-serif;
	font-weight: 600;
    text-align: center;
}

.woocommerce ul.products li.product .price {
    color: #71aa9f;
    text-align: center;
}

.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product {
    margin: 0 3.8% 1.5em 0;
}

/* Woocommerce - Single Product */

.woocommerce div.product .product_title {
    text-align: left;
    font-size: 2.2em;
    margin: .3em 0 0;
}

.woocommerce .woocommerce-product-rating .star-rating {
    width: 5.4em;
    color: #71aa9f;
    font-family: star;

}

.woocommerce .star-rating {
    width: 5.4em;
    color: #71aa9f;
    font-family: star;
    margin: 0;
    font-size: 1em;
}

@media screen and (min-width: 62em) { 
	.woocommerce .star-rating,
	.woocommerce .woocommerce-product-rating .star-rating {
	    line-height: 1;
	    font-size: .7em;
	}

	.woocommerce .woocommerce-product-rating .star-rating {
	    margin: 1.1em 4px 0 0;
	}
}

.woocommerce-review-link {
	color: #9a9a9a;
}

@media screen and (min-width: 62em) { 
	.woocommerce-review-link {
		font-size: .8em;
	}
}

.woocommerce div.product .woocommerce-product-rating {
    margin-bottom: .3em;
}

.woocommerce #content div.product div.summary, 
.woocommerce div.product div.summary, 
.woocommerce-page #content div.product div.summary, 
.woocommerce-page div.product div.summary {
    width: 100%;
}

@media screen and (min-width: 48em) {
	.woocommerce #content div.product div.summary, 
	.woocommerce div.product div.summary, 
	.woocommerce-page #content div.product div.summary, 
	.woocommerce-page div.product div.summary {
	    width: 46%;
	}
}

.woocommerce div.product p.price, 
.woocommerce div.product span.price {
    color: #dd8850;
    font-size: 1em;
    margin: 0;
}

.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt {
    background-color: #71aa9f;
    color: #fff;
    -webkit-font-smoothing: antialiased;
}

.woocommerce #respond input#submit.alt:hover, 
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit.alt:active, 
.woocommerce a.button.alt:active, 
.woocommerce button.button.alt:active, 
.woocommerce input.button.alt:active,
.woocommerce #respond input#submit.alt:focus, 
.woocommerce a.button.alt:focus, 
.woocommerce button.button.alt:focus, 
.woocommerce input.button.alt:focus {
    background-color: #eeb38c;
}

.woocommerce .entry-summary {
	font-family: 'Libre Franklin', sans-serif;
}

@media screen and (min-width: 62em) { 
	.woocommerce .entry-summary {
	    font-size: .85em;
	    line-height: 24px;
	}
}

.posted_in,
.tagged_as {
	font-family: 'Libre Franklin', sans-serif;
    font-size: .85em;
    line-height: 24px;
}

.woocommerce div.product form.cart div.quantity {
    margin: 0 20px 0 0;
}

article.product-type-simple {
	margin: 0 0 2.35em;
    border-bottom: 2px solid #f3f2f1;
    padding-bottom: 2em;
}

article.product-type-simple p {
	text-align: center;
}

.woocommerce .woocommerce-ordering {
    margin: 0 0 0 2em;
    float: right;
}

@media screen and (min-width: 62em) {
	.woocommerce .woocommerce-ordering {
	    float: left;
	}
}

@media screen and (max-width: 62em) {
	.archive.woocommerce #desktop-site-navigation {
	    margin-bottom: 5em;
	}
}

@media screen and (max-width: 62em) {
	.woocommerce ul.products li.product, 
	.woocommerce-page ul.products li.product, 
	.woocommerce-page[class*=columns-] ul.products li.product, 
	.woocommerce[class*=columns-] ul.products li.product {
	    margin-bottom: 1em;
	}
}

.woocommerce-product-gallery__wrapper {
	margin-top: 0;
}

.woocommerce a.remove {
	color: #bbb !important;
}

.woocommerce a.remove:hover {
    color: #444!important;
    background: inherit;
    text-decoration: none;
}

.woocommerce ul.cart_list li a, 
.woocommerce ul.product_list_widget li a {
	font-size: .9em;
    font-weight: 500;
    line-height: 1.3em;
}

.woocommerce .widget_shopping_cart .cart_list li a.remove, 
.woocommerce.widget_shopping_cart .cart_list li a.remove {
    top: -1px;
}

.woocommerce .widget_shopping_cart .cart_list li a:focus, 
.woocommerce.widget_shopping_cart .cart_list li a:focus {
	text-decoration: none;
}

.woocommerce .quantity,
.woocommerce .total,
.woocommerce .amount,
.woocommerce .reviewer {
	font-size: .85em;
    line-height: .8em;
    font-weight: 600;
}

.woocommerce .widget_shopping_cart .total, 
.woocommerce.widget_shopping_cart .total {
	padding: 20px 0 0 10px;
}

.woocommerce .buttons {
	margin-bottom: 0;
}

.woocommerce .buttons a.button {
	font-size: .5em;
    width: 47%;
    text-align: center;
}

.widget_product_categories ul {
	text-align: center;
	padding: 0 1em;
}

.widget_product_categories ul li ul {
	margin: 0 0 0 1em;
	padding: 0 1em;
}

.widget_product_categories li {
	color: #808080;
    border-bottom: 1px solid #e3e3e3;
    padding: .5em 0;
}

.widget_product_categories li:last-of-type,
.widget_product_categories li ul li {
	border-bottom: none;
	padding: .2em 0 !important;
}

.woocommerce .search-field {
	width: 70%;
    font-size: .7em;
    box-sizing: border-box;
    padding: 1.06em 1em;
    border: none;
    margin-top: 5px;
    border-radius: 0;
    font-family: 'Lato', sans-serif;
    font-style: italic;
}

#secondary .woocommerce form input[type="submit"] {
	display: none;
}

.woocommerce .empty {
	font-size: .8em;
	padding: 0 !important;
	text-align: center;
	color: #999;
}

.woocommerce ul.cart_list, 
.woocommerce ul.product_list_widget {
	background-color: #fff;
	padding: 1em;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
	background-color: #eeb38c;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
   background-color: #d7d7d7 !important;
}

.woocommerce .widget_price_filter .price_slider_amount .button {
    font-size: .6em;
}

.woocommerce .widget_layered_nav ul li.chosen a::before, 
.woocommerce .widget_layered_nav_filters ul li a::before {
    color: #bbb;
}

.woocommerce ul.cart_list li, 
.woocommerce ul.product_list_widget li {
    padding: 4px 0 13px;
}

.woocommerce ul.cart_list li:last-of-type, 
.woocommerce ul.product_list_widget li:last-of-type {
    padding-bottom: 0;
}

.woocommerce .summary form {
    padding: 1.5em .8em;
    margin-bottom: 1.5em;
    border: 1px solid rgba(0,0,0,.1);
    border-left: 0;
    border-right: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background-color: #f4f4f4;
    border-color: #e2e2e2;
    border-radius: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    padding: .6em;
    font-size: .6em;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-weight: 600;
}

.woocommerce div.product .woocommerce-tabs ul.tabs:before {
    border-color: #e2e2e2;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    display: none;
}

.woocommerce-tabs h2 {
	font-size: 1.5em;
    font-weight: 600;
}

.related h2 {
	font-size: 1.35em;
    font-weight: 600;
}

.woocommerce div.product .woocommerce-tabs .panel {
    margin: 0;
}

.entry-content th {
    font-size: .8em;
    background: #f3f2f1;
}

.woocommerce .entry-content td, 
.woocommerce .entry-content th {
    padding: 12px;
    border: 1px solid red;
    border: none;
}

.woocommerce th,
.woocommerce td {
	border: none;
}

.woocommerce table.shop_table {
    border-radius: 0;
}

.woocommerce input.button[name=update_cart] {
	background-color: #ddd;
	transition: none;
}

.woocommerce #content table.cart td.actions .input-text, 
.woocommerce table.cart td.actions .input-text, 
.woocommerce-page #content table.cart td.actions .input-text, 
.woocommerce-page table.cart td.actions .input-text {
    width: 9em;
}

.woocommerce .checkout-button {
	font-size: .9em !important;
	padding: 1.3em 0 !important;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    float: right;
    width: 50%;
}

.woocommerce .cart_totals table {
	border: 1px solid rgba(0,0,0,.1) !important;
}

.woocommerce .cart_totals th {
	padding: 9px 12px !important;
	font-weight: bold;
}

.woocommerce .cart_totals td {
	padding: 6px 12px !important;
}

.cart_totals h2 {
	font-size: 1.5em;
	font-weight: 600;
}

.product-remove a:hover, 
.product-remove a:focus, 
.product-remove a:active {
    border-bottom: inherit!important;
}

#customer_details h3 {
	font-size: 1.5em;
	font-weight: 600;
}

.woocommerce .about_paypal:hover,
.woocommerce .about_paypal:focus,
.woocommerce .about_paypal:active {
	border-bottom: none;
}

.woocommerce .related ul li.product, 
.woocommerce .related ul.products li.product {
    width: 41.5%;
    margin-bottom: 30px;
}

@media screen and (min-width: 62em) { 
	.woocommerce .related ul li.product, 
	.woocommerce .related ul.products li.product {
	    width: 29.5%;
	}
}

.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover {
    background-color: #000 !important;
    color: #fff;
}

.woocommerce ul.order_details {
    margin: 0 0 3em;
    list-style: none;
    padding: 2em;
    background-color: #71aa9f;
    color: #fff;
}

.woocommerce div.product div.images .flex-control-thumbs li {
    padding: 25px 12px 0 12px;
}


.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product {
    text-align: center;
}

.archive.woocommerce .star-rating, 
.archive.woocommerce p.stars [class^="star-"], 
.archive.woocommerce p.stars [class*=" star-"] {
	font-family: WooCommerce;
	speak: none;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	font-size: 1em;
}
.archive.woocommerce .star-rating {
	overflow: hidden;
	position: relative;
	height: 1em;
	width: 5em;
}
.archive.woocommerce .star-rating:before {
	content: "\e021\e021\e021\e021\e021";
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	color: #999;
}
.archive.woocommerce .star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em
}
.archive.woocommerce .star-rating span:before {
	content: "\e020\e020\e020\e020\e020";
	top: 0;
	position: absolute;
	left: 0;
	color: #dd8850;
}
/* rating block specific to single product summary area */
.archive.woocommerce .woocommerce-product-rating {
	display: block;
	width: 100%;
}
.archive.woocommerce .woocommerce-product-rating .star-rating {
	margin: 0 auto;
	float: left;
	font-size: 1em;
}
.archive.woocommerce .woocommerce-product-rating .woocommerce-review-link {
	font-size: 85%;
	width: 100%;
	margin: 0.5em 0;
	float: left;
}
/* rating block specific to review submit form */
.archive.woocommerce p.stars {
	position: relative;
	padding: 0.75em;
}
.archive.woocommerce p.stars a {
	display: inline-block;
	margin-right: 1em;
	text-indent: -9999px;
	position: relative;
	border-bottom: 0!important;
	outline: 0;
	color: #999;
}
.archive.woocommerce p.stars a:hover, 
.archive.woocommerce p.stars a.active {
	color: #dd8850;
}
.archive.woocommerce p.stars a:last-child {
	border-right: 0
}
.archive.woocommerce p.stars [class^="star-"], 
.archive.woocommerce p.stars [class*=" star-"] {
	border-right: 1px solid #ccc
}
.archive.woocommerce p.stars [class^="star-"]:after, 
.archive.woocommerce p.stars [class*=" star-"]:after {
	text-indent: 0;
	position: absolute;
	top: 0;
	left: 0
}
.archive.woocommerce p.stars a.star-1 {
	width: 2em
}
.archive.woocommerce p.stars a.star-1:after {
	content: "\e021"
}
.archive.woocommerce p.stars a.star-1.active:after, 
.archive.woocommerce p.stars a.star-1:hover:after {
	content: "\e020"
}
.archive.woocommerce p.stars a.star-2 {
	width: 3em
}
.archive.woocommerce p.stars a.star-2:after {
	content: "\e021\e021"
}
.archive.woocommerce p.stars a.star-2.active:after, 
.archive.woocommerce p.stars a.star-2:hover:after {
	content: "\e020\e020"
}
.archive.woocommerce p.stars a.star-3 {
	width: 4em
}
.archive.woocommerce p.stars a.star-3:after {
	content: "\e021\e021\e021"
}
.archive.woocommerce p.stars a.star-3.active:after, 
.archive.woocommerce p.stars a.star-3:hover:after {
	content: "\e020\e020\e020"
}
.archive.woocommerce p.stars a.star-4 {
	width: 5em
}
.archive.woocommerce p.stars a.star-4:after {
	content: "\e021\e021\e021\e021"
}
.archive.woocommerce p.stars a.star-4.active:after, 
.archive.woocommerce p.stars a.star-4:hover:after {
	content: "\e020\e020\e020\e020"
}
.archive.woocommerce p.stars a.star-5 {
	width: 6em;
}
.archive.woocommerce p.stars a.star-5:after {
	content: "\e021\e021\e021\e021\e021"
}
.archive.woocommerce p.stars a.star-5.active:after, 
.archive.woocommerce p.stars a.star-5:hover:after {
	content: "\e020\e020\e020\e020\e020"
}
/* rating block specific to product listing */
.archive.woocommerce ul.products li.product .star-rating {
	display: block;
	text-align: center;
	margin: .5em auto;
}
/* rating block specific to sidebar widgets */
.archive.woocommerce ul.cart_list li .star-rating, 
.archive.woocommerce ul.product_list_widget li .star-rating {
	display: block;
	text-align: center;
	margin: 0 auto;
}
/* end of review stars */

.wpmenucartli i {
	font-size: 1.1em;
    margin-right: .5em;
}

.woocommerce .comment-form label {
    display: inline;
}

.woocommerce span.onsale {
    padding: .25em .75em;
    background-color: #eeb38c;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.post-thumb,
.post-thumb-mobile {
	margin-bottom: .85em;
}

.site-main .post-thumb img,
.large-12 .post-s2 .post-thumb img {
	width: 100%;
}

.page #main .post-thumb {
	margin-bottom: 0;
	margin-top: 2em;
}

@media screen and (min-width: 62em) {
	.post-thumb {
 		float: left;
  		margin-right: 25px;
  		margin-bottom: 0;
  		width: 45%;
	}
	.post-s2 .post-thumb {
 		float: inherit;
  		margin-right: 0;
  		width: 100%;
	}
	.post-s3 .post-thumb {
 		float: inherit;
  		margin-right: 0;
  		width: 100%;
	}
	.page .post-thumb {
		float: inherit;
		margin-right: inherit;
		width: 100%;
	}
}

@media screen and (min-width: 69em) {
	.post-thumb {
  		width: 42%;
	}
	.large-12 .post-thumb {
  		width: 26%;
	}
	.large-12 .post-s2 .post-thumb {
  		width: 100%;
	}
	.large-12 .post-s3 .post-thumb {
  		width: 100%;
	}
	.post-s4 .post-thumb {
  		width: 30%;
	}
	.large-12 .post-s4 .post-thumb {
		width: 20%;
	}
}

.single .post-thumb {
	margin: 0;
}

@media screen and (min-width: 62em) {
	.single .post-thumb {
		max-width: inherit;
		width: inherit;
 		float: none;
	}
}

@media screen and (min-width: 62em) {
	.single .post-thumb img {
		width: 100%;
	}
}

@media screen and (min-width: 62em) {
	.post-main {
		overflow: hidden;
		padding: .7em 2.2em;
	}
	.large-12 .post-main {
		overflow: hidden;
		padding: .7em 4.2em;
	}
	.post-s3 .post-main {
		padding: 1.2em 1em .7em;
	}
	.post-s4 .post-main {
		padding: 0 2.2em .7em;
	}
}

@media screen and (min-width: 80em) {
	.post-s2 .post-main {
	     padding: 1.5em 7em .7em;
	}
}

.single .site-main .post-main {
	padding: 0;
}

.entry-title {
	color: #000;
	font-size: 1.9em;
	font-weight: 500;
	line-height: 1.13em;
	text-align: center;
	margin-top: .9rem;
    margin-bottom: 1rem;
}

@media screen and (min-width: 62em) {
	.entry-title {
		font-size: 2.4em;
	}
	.large-12 .entry-title {
		line-height: 1.3em;
	}
	.post-s3 .entry-title {
		font-size: 1.8em;
		line-height: 1.2em;
	}
	.post-s4 .entry-title {
		text-align: left;
		font-size: 2.2em;
	}
	.large-12 .post-s4 .entry-title {
		text-align: left;
		font-size: 2.2em;
	}
}

@media screen and (min-width: 75em) {
	.post-s2 .entry-title {
		font-size: 3em;
	}
}

.single .entry-title {
	font-size: 2.3em;
	margin: 0 0 1.5rem;
	overflow: hidden;
	padding: .03em 0;
}

@media screen and (min-width: 62em) {
	.single .entry-title {
	font-size: 2.2em;
	line-height: 1.2em;
	margin: 0 0 1.5rem 0;
	}
}

@media screen and (min-width: 69em) {
	.single .entry-title {
	font-size: 2.5em;
	line-height: 1.15em;
	}
}

@media screen and (min-width: 80em) {
	.single .entry-title {
		font-size: 3em;
	}
}

.entry-title a {
	color: #000;
	text-decoration: none;
	padding: .5em 0;
	transition: all .3s;
}

.entry-title a:hover,
.entry-title a:active,
.entry-title a:focus {
	color: #b86128;
	outline: none;
}

.entry-category {
	text-align: center;
	display: block;
	color: #286459;
	font-family: 'Cormorant SC', serif;
	text-transform: lowercase;
	font-weight: 700;
    letter-spacing: 0.06em;
    font-size: 1.2em;
}

@media screen and (min-width: 62em) {
	.entry-category {
		font-size: 1.1em;
	}
	.post-s4 .entry-category {
		text-align: left;
	}
}

.entry-category a {
	color: #286459;
	text-decoration: none;
}

.single .deck {
	font-weight: 500;
	font-style: italic;
	font-size: 1em;
    line-height: 1.5em;
}

.single .deck p {
	margin: 1em 0 1.4em;
}

@media screen and (min-width: 80em) {
	.single .deck p {
		margin: 1.5em 0;
	}
}

.entry-content {
	margin: 0;
	text-align: left;
}

.single .entry-content ul,
.single .entry-content ol {
	margin-left: 0;
}

.home .entry-content,
.category .entry-content,
.archive .entry-content {
	text-align: center;
}

@media screen and (min-width: 62em) {
	.post-s4 .entry-content {
		text-align: left;
	}
}

.has-featured-image.single .site-main .entry-header {
	
    padding: .7em 1em 0 0;
    background-color: #fff;
    z-index: 9;
    position: relative;
}

@media screen and (min-width: 62em) {
	.has-featured-image.single .site-main .entry-header {
		width: 90%;
	    padding: 1.5em 2em 0 0;
	    background-color: #fff;
	    margin-top: -5em;
	    z-index: 9;
	    position: relative;
	}	
}

@media screen and (min-width: 69em) {
	.has-featured-image.single .site-main .entry-header {
	    padding: 2em 3em 0 0;
	}	
}

.single .site-main .entry-header h1 {
	text-align: left;
}

@media screen and (min-width: 62em) {
	.entry-content {
	font-size: .9em;
	line-height: 1.5em;
	}	
}

.entry-content p {
    margin: 1.4em 0 2em;
    line-height: 1.55em;
    font-size: .94em;
    
}

.entry-meta-content {
	overflow: hidden;
	border-bottom: 2px solid #f3f2f1;
	padding-bottom: 1.5em;
	margin-bottom: 2em;
}

.entry-meta {
	text-align: center;
	display: block;
	color: #424242;
	font-family: 'Cormorant Garamond', serif;
	font-size: 1.1em;
	font-weight: 600;
	font-style: italic;
}

@media screen and (min-width: 62em) {
	.entry-meta {
		font-size: 1em;
	}
	.post-s4 .entry-meta {
		font-size: 1em;
		text-align: left;
	}
}

@media screen and (min-width: 80em) {
	.entry-meta {
		
	}
}

.has-featured-image.single .date {
	padding-bottom: 0;
    border-bottom: none;
}

.entry-meta a {
	color: #242424;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-style: normal;
    text-decoration: none;
    letter-spacing: 0.15em;
    font-size: .65em;
    padding-bottom: 3px;
    margin-left: 6px;
}

.entry-meta .author a {
	border-bottom: 2px solid #71aa9f;
	padding-bottom: 2px;
}

.single .entry-meta a {
	font-weight: 700;
}


.entry-meta.author {
	text-align: left;
}

.entry-meta-content .entry-meta {
    float: left;
    padding: .4em 0;
    margin-right: 1em;
}

@media screen and (min-width: 62em) { 
	.entry-meta-content .entry-meta {
	    margin-right: 1.5em;
	}
}

.entry-meta-content .entry-category {
    float: left;
    padding: .35em 0;
    color: #424242;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.1em;
    font-weight: 600;
    font-style: italic;
}

.entry-meta-content .entry-category a {
    color: #286459;
    padding-bottom: 3px;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-style: normal;
    text-decoration: none;
    letter-spacing: 0.15em;
    font-size: .65em;
    margin-left: 6px;
}

.has-featured-image .entry-meta.author {
	display: block;
}

.entry-meta .byline { 
	margin-right: 1em;
}

@media screen and (min-width: 62em) { 
	.entry-meta .byline { 
		margin-right: 1.5em;
	}
}


#primary .sticky {
	display: block;
	background-color: #fafafa;
	padding: 2em 2.5em;
}

.hentry {
	margin: 0 0 2.35em;
	border-bottom: 2px solid #f3f2f1;
	padding-bottom: 2em;
}

.post-s2.hentry {
	padding-bottom: .5em;
	border-bottom: none;
}


@media screen and (min-width: 40em) { 
	.hentry.post-s3 {
		border-bottom: none;
		padding-bottom: 0;
	}
}

.page .content-area .hentry {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

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

.single .hentry {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 1em;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.continue-reading {
	text-align: center;
}

@media screen and (min-width: 62em) { 
	.post-s4 .continue-reading {
		text-align: left;
	}
}

.continue-reading a {
	color: #fff;
	background-color: #71aa9f;
	font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: 0.15em;
    font-size: .65em;
    padding: 1.2em 2em;
    transition: all .6s;
}

.continue-reading a:hover,
.continue-reading a:active,
.continue-reading a:focus {
	background-color: #eeb38c;
}

@media screen and (min-width: 62em) { 
	.continue-reading a { 
		font-size: .6em;
		padding: 1em 1.8em;
	}
}

.drop-cap {
    display: block;
    float: left;
    font-family: 'Cormorant Garamond', sans-serif;
    font-size: 5em;
    line-height: .85em;
    color: #000;
    padding-right: .2em;
}

/*--------------------------------------------------------------
## About author
--------------------------------------------------------------*/

.about-author {
	border: 1px solid #ebebeb;
    background-color: #fbfbfb;
    padding: 2em;
    margin-bottom: 2em;
}

.about-author-title {
	border-bottom: 2px solid #f3f2f1;
	font-family: 'Lato', sans-serif;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    font-style: normal;
    text-decoration: none;
    letter-spacing: 0.15em;
    font-size: .65em;
    padding-bottom: 1.5em;
    margin: 3em 0 3em;
}

.about-author-sidebar {
    float: left;
    margin-right: 2em;
    width: 15%;
}

@media screen and (min-width: 50em) { 
	.about-author-sidebar {
	    width: inherit;
	}
}

.about-author-main {
    overflow: hidden;
}

.about-author-bio {
	font-size: 85%;
	font-family: 'Lato', sans-serif;
    line-height: 1.55em;
    margin: .7em 0;
}

.about-author-social {
	padding: 1em 0 .4em;
}

.about-author-social a {
	margin: 0 .4em .6em 0;
    color: #fff;
    background-color: #71aa9f;
    border-radius: 99px;
    transition: all .3s;
    display: inline-block;
    line-height: 1;
}

.about-author-social a:hover,
.about-author-social a:focus,
.about-author-social a:active {
	background-color: #eeb38c;
}


.social-link-twitter {
	padding: .7em;
}

.social-link-facebook {
	padding: .7em .9em;
}

.social-link-instagram {
	padding: .7em .75em;
}

.social-link-behance {
	padding: .7em .6em;
}

.social-link-dribbble {
	padding: .7em .75em;
}

.social-link-vine {
	padding: .7em .76em;
}

@media screen and (min-width: 62em) { 
	.social-link-twitter {
		padding: 0.6em .65em;
	}

	.social-link-facebook {
		padding: .6em .81em;
	}

	.social-link-instagram {
		padding: .6em .68em;
	}

	.social-link-behance {
		padding: .6em .55em;
	}

	.social-link-dribbble {
		padding: .6em .7em;
	}

	.social-link-vine {
		padding: .6em .7em;
	}
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.comment-content p {
	font-family: "Lato", sans-serif;
	font-weight: 400;
	color: #333;
}

@media screen and (min-width: 50em) {
	.comment-content p {
		font-size: 85%;
		line-height: 1.55em;
	}
}

.bypostauthor {
	display: block;
}

.comments-title {
	border-bottom: 2px solid #f3f2f1;
	font-family: 'Lato', sans-serif;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    font-style: normal;
    text-decoration: none;
    letter-spacing: 0.15em;
    font-size: .65em;
    padding-bottom: 1.5em;
    margin: 3em 0 3em;
}

.comment-list {
	padding: 0;
	margin: 0;
}

.comment-list,
.comment-list ol {
	list-style-type: none;
}

.comment-body {
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 2.2em;
    padding-bottom: .8em;
}

.comment-meta {
	position: relative;
	margin-left: 70px;
	font-family: "Lato", sans-serif;
	font-size: 80%;
	color: #000;
	background-color: inherit;
	margin-top: inherit;
	padding: 0;
}

.comment .avatar {
	position: absolute;
	left: -70px;
	width: 50px;
	height: 50px;
}

.children {
	margin-left: 1em;
	padding-left: 0;
}

.comment .avatar {
	top: -5px;
}

@media screen and (min-width: 30em) {

	.children {
		margin-left: 2em;
	}

	.comment-meta {
		margin-left: 80px;
		font-size: 90%;
	}

	.comment .avatar {
		top: 0px;
	    left: -90px;
	    width: 55px;
	    height: 55px;
	}

	.comment-content {
		margin-left: 80px;
	}

}
@media screen and (min-width: 50em) {

	.children {
		margin-left: 3em;
	}

	.comment-meta {
		margin-left: 90px;
	}

	.comment .avatar {
		top: 5px;
	    left: -90px;
	    width: 55px;
	    height: 55px;
	}

	.comment-content {
		margin-left: 90px;
	}
}

.comment-meta b a {
	text-decoration: none;
	color: #333;
}

.comment-meta a {
	text-decoration: none;
	color: #888;
}

.comment-meta a:hover,
.comment-meta a:focus {
	border-bottom: 2px solid #000;
}

.comment-metadata a:hover,
.comment-metadata a:focus {
	border-color: #ebebeb;
}

.comment-author {
	font-size: 1.2em;
	line-height: 1.3em;
}

.comment-author b {
	font-weight: 500;
}

.says {
	font-size: 80%;
}

.comment-metadata {
    margin-top: .5em;
	padding-bottom: .5em;
	font-size: .8em;
	line-height: 1em;
}

.comment-metadata .edit-link {
	float: right;
	margin-top: -1.5em;
}

.comment-metadata .edit-link a {
	padding: .5em 1em;
	font-weight: 600;
	color: #dd8850;
}

.comment-metadata .edit-link a:hover,
.comment-metadata .edit-link a:focus,
.comment-metadata .edit-link a:active {
	color: #fff;
	border: 1px solid #eeb38c;
}

.reply {
	margin-bottom: 1.5em;
}

@media screen and (min-width: 30em) {
	.reply {
		margin-left: 80px;
	}
}

@media screen and (min-width: 50em) {
	.reply {
		margin-left: 90px;
	}
}
.reply a {
	display: inline-block;
	padding: .6em 1.2em;
	font-family: "Lato", sans-serif;
	font-size: .65em;
	color: #fff;
	line-height: 1.3em;
	text-decoration: none;
	transition: all .3s;
	border-radius: 99px;
	background-color: #71aa9f;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.15em;
}   

.reply a:hover,
.reply a:focus {
	background: #eeb38c;
	color: #fff;
	border-color: #eeb38c;
}

#reply-title {
	font-size: 1em;
	margin-bottom: 0;
	font-weight: 600;
	font-family: "Lato", sans-serif;
}

.comment-content ol {
	list-style-type: decimal;
}

.comment-content a {
	word-wrap: break-word;
}

.bypostauthor .avatar {
	box-sizing: content-box;

}

.logged-in-as {
	font-family: "Lato", sans-serif;
	margin: .5em 0;
}

@media screen and (min-width: 50em) {
	.logged-in-as {
		font-size: 85%;
	}
}

.comment-respond {
	padding: 1em 1.5em;
	background-color: #fbfbfb;
	border: 1px solid #ebebeb;
	margin-bottom: 2em;
}

@media screen and (min-width: 50em) {
	.comment-respond {
		padding: 1em 1.8em;
	}
}

.comment-notes {
	font-family: "Lato", sans-serif;
	color: #888;
	margin-top: .5em;
}

.comment-form label {
	font-family: "Lato", sans-serif;
	width: 5em;
	display: inline-block;
}

.comment-form textarea, 
.comment-form input {
	border-radius: 0;
	border: 1px solid #e3e3e3;
	font-family: "Lato", sans-serif;
	font-size: 85%;
}

.comment-form .submit {
	background-color: #000;
	font-family: "Lato", sans-serif;
	font-weight: 600;
	border: none;
	color: #fff;
	border-radius: 0;
	padding: 1em 1.5em;
}

.form-submit { 
	margin-bottom: .8em; 
}

.comment-form .submit:hover,
.comment-form .submit:active,
.comment-form .submit:focus {
	background-color: #71aa9f;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

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

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

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

.wp-caption .wp-caption-text {
	margin-top: -2em;
	position: relative;
	width: 90%;
}

.wp-caption-text {
	font-family: 'Lato', sans-serif;
	font-size: 1em;
	background-color: #fff;
	padding: 1.3em;
	font-style: italic;
}

/*--------------------------------------------------------------
## Images
--------------------------------------------------------------*/
img.aligncenter {
	margin-top: 2em;
	margin-bottom: 2em;
}

img.alignright,
img.alignleft {
	margin-bottom: 2em;
	margin-top: 2em;
}

.centered-image {
	max-width: calc(100% + 3.2em);
	margin: 1.5em -1.6em;
}

@media screen and (min-width: 30em) {
	.centered-image {
		max-width: calc(100% + 4em);
		margin: 1.5em -2em;
	}

}

.featured-image {
	margin: 0;
}

@media screen and (min-width: 50em) {
		.centered-image {
		max-width: calc(100% + 6em);
		margin-right: -3em;
		margin-left: -3em;
	}	
}


/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin: 1.5em 0;
}

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

.gallery-item img {
	display: block;
}

.gallery-item a {
	display: inline-block;
	border-bottom: none;
}

.gallery-item a:hover,
.gallery-item a:focus {
	border-bottom: none;
	box-shadow: none;
}

.gallery-item a img {
	padding: .5em;
	margin: 0 auto;
	border: 1px solid #fff;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
	border-color: #c3c3c3;
}

.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;
	margin: 0;
	font-family: "Lato", sans-serif;
	border: none;
}

.gallery-caption::before {
	content: "";
}

