/*!
 * Theme Name:  EightyDays
 * Theme URI:   http://gretathemes.com/wordpress-themes/eightydays/
 * Author:      GretaThemes
 * Author URI:  http://gretathemes.com
 * Description: Beautiful WordPress travel theme for travel blogs
 * Version:     1.0.2
 * License:     GNU General Public License v3 or later
 * License URI: http://www.gnu.org/licenses/gpl-3.0.html
 * Text Domain: eightydays
 * Tags:        two-columns, custom-menu, featured-images, post-formats, sticky-post, threaded-comments, translation-ready, editor-style
 */
/*--------------------------------------------------------------
 * TABLE OF CONTENTS:
 *--------------------------------------------------------------
1.0 General
2.0 Header
3.0 Archive Pages
4.0 Entry
5.0 Comments
6.0 Widgets
7.0 Footer
8.0 Mobile sidebar
9.0 Responsive
--------------------------------------------------------------*/
/*--------------------------------------------------------------
 * 1.0 General
 *------------------------------------------------------------*/
/* HTML elements */
*,
*:before,
*:after {
	transition: all .3s;
}
body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
blockquote {
	font-style: italic;
	color: #939393;
	text-align: center;
	border: 0;
}
blockquote:before,
blockquote:after {
	display: block;
	content: '';
	position: relative;
	width: 30px;
	border-top: 2px solid #818181;
	margin: 15px auto;
}
blockquote.pull-right,
blockquote.pull-left {
	max-width: 360px;
	border: 0;
}
blockquote.pull-right:before,
blockquote.pull-left:before,
blockquote.pull-right:after,
blockquote.pull-left:after {
	display: none;
}
blockquote cite {
	font-size: 12px;
	font-style: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
	display: block;
	margin-top: 30px;
}
a:focus,
a:active {
	outline: 0;
}
a:focus {
	color: #333;
}
a:hover img {
	opacity: .85;
}
img {
	max-width: 100%;
	height: auto;
	transition: opacity .3s;
}
label {
	font-weight: normal;
}
th,
td {
	padding: 3px 8px;
	border: 1px solid #e1e1e1;
}
textarea,
input[type='text'],
input[type='url'],
input[type='email'],
input[type='tel'],
input[type='password'],
input[type='search'] {
	border: 1px solid #e1e1e1;
	width: 100%;
	padding-left: .6em;
	padding-right: .6em;
	box-sizing: border-box;
}
textarea:focus,
input[type='text']:focus,
input[type='url']:focus,
input[type='email']:focus,
input[type='tel']:focus,
input[type='password']:focus,
input[type='search']:focus {
	outline: 0;
}
textarea {
	height: 12em;
	display: block;
}
button,
input[type='button'],
input[type='submit'],
.button {
	display: inline-block;
	padding: 0 25px;
	line-height: 40px;
	position: relative;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 2px;
	background: #333;
	border: 0;
	border-radius: 1px;
}
button:hover,
input[type='button']:hover,
input[type='submit']:hover,
.button:hover {
	color: #fff;
	background: #000;
	text-decoration: none;
}
svg {
	vertical-align: middle;
	fill: currentColor;
}
:focus,
:active {
	outline: none;
}
/* Social icons */
.socials {
	list-style: none;
	margin: 0;
	padding: 0 15px;
	font-size: 12px;
	display: inline-block;
	position: relative;
	background: #fff;
}
.socials li {
	display: inline-block;
	margin-right: 15px;
}
.socials li:last-child {
	margin-right: 0;
}
.socials em {
	display: none;
}
.socials a:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.socials a[href*='facebook.com']:before {
	content: '\f09a';
}
.socials a[href*='twitter.com']:before {
	content: '\f099';
}
.socials a[href*='plus.google.com']:before {
	content: '\f0d5';
}
.socials a[href*='linkedin.com']:before {
	content: '\f0e1';
}
.socials a[href*='instagram.com']:before {
	content: '\f16d';
}
.socials a[href*='yelp.com']:before {
	content: '\f1e9';
}
.socials a[href*='youtube.com']:before {
	content: '\f167';
}
.socials a[href*='flickr.com']:before {
	content: '\f16e';
}
.socials a[href*='pinterest.com']:before {
	content: '\f0d2';
}
.socials a[href*='github.com']:before {
	content: '\f09b';
}
.socials a[href*='vimeo.com']:before {
	content: '\f27d';
}
.socials a[href*='dribbble.com']:before {
	content: '\f17d';
}
.socials a[href*='wordpress.com']:before {
	content: '\f19a';
}
.socials a[href*='tumblr.com']:before {
	content: '\f173';
}
.socials a[href*='codepen.io']:before {
	content: '\f1cb';
}
.socials a[href*='skype.com']:before {
	content: '\f17e';
}
.socials a[href*='reddit.com']:before {
	content: '\f1a1';
}
.socials a[href*='stumbleupon.com']:before {
	content: '\f1a4';
}
.socials a[href*='pocket.com']:before {
	content: '\f265';
}
.socials a[href*='foursquare.com']:before {
	content: '\f180';
}
/* WordPress must-have styles */
.alignnone {
	margin: 30px 0;
}
.aligncenter,
.aligncenter img {
	display: block;
	margin: 30px auto;
}
.alignright {
	float: right;
	margin: 0 0 30px 30px;
}
.alignleft {
	float: left;
	margin: 0 30px 30px 0;
}
.wp-caption {
	text-align: center;
	max-width: 100%;
}
.wp-caption img {
	display: block;
	margin: 0 auto;
}
.wp-caption-text {
	font-size: 11px;
	margin: 5px 0 0;
}
.bypostauthor {
	display: block;
}
.sticky {
	display: block;
}
.wp-playlist-item .wp-playlist-caption,
.wp-playlist-item .wp-playlist-item-length {
	line-height: 2.5;
}
.entry-content .wp-playlist,
.entry-summary .wp-playlist {
	padding-bottom: 0;
}
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:focus {
	clip: auto !important;
	display: block;
	height: auto;
	left: 5px;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}
.gallery {
	margin: 30px auto;
	clear: both;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
	padding: 0 15px;
}
.gallery-item img {
	width: 100%;
}
.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;
}
/*--------------------------------------------------------------
 * 2.0 Header
 *------------------------------------------------------------*/
/* Topbar */
.top-bar {
	font-size: 14px;
	line-height: 42px;
	color: #818181;
}
.top-bar a {
	color: #818181;
}
.top-bar a:hover {
	color: #333;
}
.top-bar .socials a {
	font-size: 14px;
}
/* Sidebar toggle icon */
.sidebar-toggle {
	float: right;
	position: relative;
	padding: 21px 0;
	cursor: pointer;
	width: 14px;
	height: 14px;
	margin-left: 15px;
}
.sidebar-toggle span,
.sidebar-toggle span:before,
.sidebar-toggle span:after {
	content: '';
	position: absolute;
	display: block;
	width: 14px;
	height: 1px;
	border-radius: 1px;
	background: #818181;
	cursor: pointer;
}
.sidebar-toggle span:before {
	top: -4px;
}
.sidebar-toggle span:after {
	bottom: -4px;
}
.sidebar-toggle:hover span,
.sidebar-toggle:hover span:before,
.sidebar-toggle:hover span:after {
	background: #333;
}
.top-bar-navigation .sidebar-toggle,
.top-bar-text + .sidebar-toggle {
	display: none;
}
div.active.sidebar-toggle span {
	background-color: transparent;
}
div.active.sidebar-toggle span:before,
div.active.sidebar-toggle span:after {
	top: 0;
}
div.active.sidebar-toggle span:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
div.active.sidebar-toggle span:after {
	top: 4px;
	-webkit-transform: translateY(-4px) rotate(-45deg);
	-ms-transform: translateY(-4px) rotate(-45deg);
	transform: translateY(-4px) rotate(-45deg);
}
/* Top bar menu */
.top-bar-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	text-transform: uppercase;
}
.top-bar-menu li {
	display: inline-block;
	position: relative;
}
.top-bar-menu li:hover > ul {
	opacity: 1;
	top: 100%;
	visibility: visible;
}
.top-bar-menu .menu-item-has-children > a:after {
	font: 13px FontAwesome;
	content: '\f107';
	color: #999;
	position: absolute;
	right: -15px;
	top: 0;
	display: inline-block;
}
.top-bar-menu > li {
	margin-right: 30px;
}
.top-bar-menu > li:last-child {
	margin-right: 0;
}
.top-bar-menu > li > a {
	font: 300 12px Poppins, sans-serif;
	letter-spacing: 1px;
}
.top-bar-menu ul {
	position: absolute;
	left: 0;
	top: 90%;
	opacity: 0;
	visibility: hidden;
	z-index: 9;
	margin: 0;
	padding: 0;
	border: 3px solid #ebebeb;
	background: #fff;
	font-size: 10px;
	letter-spacing: 2px;
	text-align: left;
	line-height: 1.5;
}
.top-bar-menu ul li:last-child a {
	border-bottom: none;
}
.top-bar-menu ul a {
	width: 200px;
	padding: 7px 15px;
	display: block;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.top-bar-menu ul ul {
	left: 100%;
	top: 50%;
}
.top-bar-menu ul li:hover > ul {
	top: 0;
	left: 100%;
}
/* Toggle mobile sidebar on the left */
.mobile-sidebar-left {
	/* Mobile sidebar */
}
.mobile-sidebar-left .sidebar-toggle {
	float: left;
	margin-left: 0;
}
.mobile-sidebar-left .mobile-sidebar {
	right: auto;
	left: 0;
}
.mobile-sidebar-left.mobile-sidebar-open .site {
	-webkit-transform: translate3d(320px, 0, 0);
	transform: translate3d(320px, 0, 0);
}
/* Site header */
.site-header {
	margin: 60px 0;
}
/* Page header */
.page-header {
	text-align: center;
	padding: 0;
	border: 0;
	margin: 0 0 30px;
}
.page-title {
	margin: 13px 0;
}
.taxonomy-description {
	color: #818181;
	font-style: italic;
	margin-top: -10px;
	font-size: 14px;
}
/* Page header for singular pages */
.page-header.entry-header {
	margin-bottom: 20px;
}
/* Breadcrumbs */
.breadcrumbs > span {
	color: #979797;
}
.breadcrumbs .sep {
	color: #d1d1d1;
	margin: 0 15px;
}
/* Logo */
.site-title {
	font: 60px/1 Lato, sans-serif;
	margin: 0 0 10px;
}
.site-title a:hover {
	color: #333;
}
.custom-logo {
	display: inline-block;
	margin: 0 0 10px;
}
.site-description {
	text-transform: uppercase;
	font: 300 14px/1 Poppins, sans-serif;
	letter-spacing: 2px;
	color: #818181;
}
/* Primary menu */
.main-navigation {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	margin-top: 30px;
}
.primary-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}
.primary-menu li {
	display: inline-block;
	padding: 0 15px;
	position: relative;
}
.primary-menu li:hover > ul {
	opacity: 1;
	top: 51px;
	visibility: visible;
}
.primary-menu li:before {
	margin-right: 5px;
}
.primary-menu > li.menu-item-has-children > a::after {
	content: '';
	display: block;
	border: 4px solid transparent;
	border-top-color: #e1e1e1;
	position: absolute;
	z-index: 9;
	right: 3px;
	top: 50%;
	margin-top: -2px;
}
.primary-menu > li.menu-item-has-children > a:hover::after {
	border-top-color: #818181;
}
.primary-menu a {
	font: 12px/50px Poppins, sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #818181;
}
.primary-menu a:hover {
	color: #333;
}
.primary-menu a:active,
.primary-menu a:focus {
	text-decoration: none;
}
.primary-menu .current-menu-item > a {
	color: #333;
	text-decoration: none;
}
.primary-menu ul {
	position: absolute;
	left: 0;
	top: 60px;
	opacity: 0;
	visibility: hidden;
	z-index: 9;
	margin: 0;
	padding: 0;
	box-shadow: 0 5px 12px rgba(0, 0, 0, .2);
	background: #fff;
}
.primary-menu ul li {
	width: 200px;
	padding: 7px 15px;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.primary-menu ul li:hover {
	background: #f6f6f6;
}
.primary-menu ul li:last-child {
	border-bottom: none;
}
.primary-menu ul li.menu-item-has-children > a::after {
	content: '';
	display: block;
	border: 3px solid transparent;
	border-left-color: #e1e1e1;
	position: absolute;
	z-index: 9;
	right: 5px;
	top: 50%;
	margin-top: -3px;
}
.primary-menu ul li.menu-item-has-children > a:hover::after {
	border-left-color: #818181;
}
.primary-menu ul a {
	padding-bottom: 0;
	border-bottom: 0;
	display: block;
	font-size: 11px;
	text-align: left;
	line-height: 1.5;
}
.primary-menu ul ul {
	left: 100%;
	top: 50%;
}
.primary-menu ul li:hover > ul {
	top: 0;
	left: 100%;
}
/* Logo left */
.logo-left .site-header,
.logo-right .site-header,
.logo-right .site-header {
	margin-bottom: 54px;
}
.logo-left .site-header,
.logo-right .site-header {
	margin-bottom: 54px;
}
.logo-left .site-branding,
.logo-right .site-branding {
	float: left;
	display: table;
	height: 50px;
}
.logo-left .custom-logo-link,
.logo-right .custom-logo-link {
	display: table-cell;
	vertical-align: middle;
}
.logo-left .custom-logo,
.logo-right .custom-logo {
	display: block;
}
.logo-left .site-title,
.logo-right .site-title {
	line-height: 50px;
}
.logo-left .main-navigation,
.logo-left .primary-menu,
.logo-left .icon-menu-mini,
.logo-right .primary-menu {
	float: right;
}
.logo-left .primary-menu,
.logo-right .primary-menu {
	margin-top: 0;
}
/* Logo right */
.logo-right .site-branding {
	float: right;
}
.logo-right .main-navigation,
.logo-right .primary-menu,
.logo-right .icon-menu-mini {
	float: left;
}
/* Menu toggle icon */
.menu-toggle {
	float: right;
	position: relative;
	padding: 25px 0;
	cursor: pointer;
	width: 16px;
	height: 12px;
	margin-left: 15px;
	display: none;
}
.menu-toggle span,
.menu-toggle span:before,
.menu-toggle span:after {
	content: '';
	position: absolute;
	right: 0;
	display: block;
	height: 2px;
	border-radius: 1px;
	background: #818181;
	cursor: pointer;
}
.menu-toggle span {
	width: 9px;
}
.menu-toggle span:before {
	width: 16px;
	top: -5px;
}
.menu-toggle span:after {
	width: 12px;
	bottom: -5px;
}
.menu-toggle:hover span,
.menu-toggle:hover span:before,
.menu-toggle:hover span:after {
	background: #333;
}
/* Main menu minimize */
.menu-mini .menu-toggle {
	display: inline-block;
}
.menu-mini .menu-toggle.active span {
	background-color: transparent;
}
.menu-mini .menu-toggle.active span:before,
.menu-mini .menu-toggle.active span:after {
	top: 0;
	width: 16px;
}
.menu-mini .menu-toggle.active span:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.menu-mini .menu-toggle.active span:after {
	top: 4px;
	-webkit-transform: translateY(-4px) rotate(-45deg);
	-ms-transform: translateY(-4px) rotate(-45deg);
	transform: translateY(-4px) rotate(-45deg);
}
.menu-mini .primary-menu {
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
}
.logo-left .primary-menu,
.logo-right .primary-menu {
	-webkit-transform-origin: right;
	-ms-transform-origin: right;
	transform-origin: right;
}
.logo-right .primary-menu {
	-webkit-transform-origin: left;
	-ms-transform-origin: left;
	transform-origin: left;
}
.menu-open .primary-menu {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}
/*--------------------------------------------------------------
 * 3.0 Archive Pages
 *------------------------------------------------------------*/
/* Posts navigation */
.posts-navigation,
.post-navigation,
.comment-navigation {
	line-height: 28px;
	overflow: hidden;
	text-transform: uppercase;
	letter-spacing: 1px;
	font: bold 12px Poppins, sans-serif;
}
.posts-navigation a,
.post-navigation a,
.comment-navigation a {
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 5px;
	display: inline-block;
}
.posts-navigation .nav-next,
.post-navigation .nav-next,
.comment-navigation .nav-next {
	float: right;
	text-align: right;
}
.posts-navigation .nav-next i,
.post-navigation .nav-next i,
.comment-navigation .nav-next i {
	margin-left: 5px;
}
.posts-navigation .nav-previous,
.post-navigation .nav-previous,
.comment-navigation .nav-previous {
	float: left;
}
.posts-navigation .nav-previous i,
.post-navigation .nav-previous i,
.comment-navigation .nav-previous i {
	margin-right: 5px;
}
.posts-navigation .page-numbers,
.post-navigation .page-numbers,
.comment-navigation .page-numbers {
	margin: 0 5px;
	font-size: 18px;
}
.posts-navigation .page-numbers.current,
.post-navigation .page-numbers.current,
.comment-navigation .page-numbers.current {
	font-weight: bold;
}
.posts-navigation .page-numbers i,
.post-navigation .page-numbers i,
.comment-navigation .page-numbers i {
	margin: 0;
	font-size: 14px;
}
/* Infinite scroll */
#infinite-handle span {
	display: block;
	background: none;
	color: inherit;
	padding: 0;
	font-size: inherit;
	text-align: center;
}
#infinite-handle span button,
#infinite-handle span button:hover {
	display: inline-block;
	padding: 0 25px;
	line-height: 40px;
	position: relative;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #4d4d4d;
	letter-spacing: 2px;
	background: none;
	border: 1px solid #333;
	border-radius: 1px;
}
#infinite-handle span button:after {
	display: block;
	content: '';
	position: absolute;
	z-index: -1;
	width: 0;
	height: 100%;
	top: 0;
	left: 0;
	background: #333;
}
#infinite-handle span button:hover {
	color: #fff;
	background: none;
}
#infinite-handle span button:hover:after {
	width: 100%;
}
.spinner {
	margin: 0 auto;
}
/*--------------------------------------------------------------
 * 4.0 Entry
 *------------------------------------------------------------*/
.col-md-6:nth-child(2n+1) {
	clear: left;
}
.hentry {
	margin-bottom: 60px;
}
.entry-media {
	margin-bottom: 28px;
}
.entry-media img {
	width: 100%;
}
.entry-header {
	margin-bottom: 12px;
	text-align: center;
}
.entry-title {
	margin: 13px 0;
	font-size: 20px;
}
.entry-meta {
	font-size: 10px;
	color: #939393;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 1;
}
.entry-meta a {
	color: #939393;
}
.entry-meta a:hover {
	color: #333;
}
.by {
	text-transform: none;
	font-style: italic;
}
.separator {
	color: #e1e1e1;
	padding: 0 5px;
}
.categories,
.categories a {
	color: #c39f76;
}
.author-link img {
	border-radius: 50%;
	margin-right: 5px;
}
.entry-text {
	overflow: hidden;
}
.share {
	text-align: center;
}
.share:before {
	display: block;
	content: '';
	border-top: 1px solid #e1e1e1;
	position: relative;
	top: 16px;
}
/* Entry content */
.entry-content {
	margin-top: 30px;
}
.entry-content a {
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 1px;
}
.share-box {
	float: right;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0 0 30px 30px;
	background: #f6f6f6;
	padding: 15px 15px 10px;
}
.share-box h6 {
	margin: 0 0 5px;
}
.share-box .socials {
	font-size: 10px;
	padding: 0;
	background: transparent;
}
.share-box li {
	display: block;
	margin: 5px 0;
}
.share-box a {
	color: #939393;
	border: 0;
}
.share-box a:before {
	width: 15px;
	margin-right: 5px;
}
.share-box a:hover {
	color: #333;
}
.share-box .screen-reader-text {
	position: static !important;
}
.page .alignright {
	margin-right: 0;
	max-width: 100%;
}
.page .alignleft {
	margin-left: 0;
	max-width: 100%;
}
/* Entry tags */
.post-tags {
	list-style: none;
	font-size: 11px;
	line-height: 28px;
	margin: 10px 0;
}
.post-tags li {
	display: inline-block;
	margin-right: 40px;
}
.post-tags li:last-child {
	margin-right: 0;
}
.post-tags a {
	color: #9c9c9c;
	display: inline-block;
	padding: 0 15px;
	background: #f4f4f4;
	margin-right: 8px;
	border-radius: 2px;
}
.post-tags a:hover {
	background: #f0f0f0;
}
.single .hentry,
.page .hentry {
	margin-bottom: 0;
}
/* Single page */
.page #content {
	margin: 0 auto;
	float: none;
}
/* Post navigation */
.post-navigation {
	margin-top: 60px;
	padding: 15px 0;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
}
.post-navigation a {
	border: 0;
	padding: 0;
}
/* Author bio */
.author-info {
	margin-top: 30px;
}
.author-avatar {
	margin-right: 15px;
}
.author-description {
	margin-left: 95px;
}
.author-title {
	font-weight: bold;
	font-size: 16px;
	line-height: 1;
}
.author-info .socials {
	font-size: 12px;
	line-height: 1;
	padding: 0;
	float: right;
	margin-top: 3px;
}
.author-bio {
	color: #7e7e7e;
	font-size: 13px;
	line-height: 1.5;
	margin: 10px 0 0;
}
/* Related posts */
.related-posts {
	margin-top: 60px;
}
.section-title {
	font-size: 16px;
	line-height: 1;
	position: relative;
	margin-bottom: 40px;
	text-align: center;
}
.section-title:before {
	display: block;
	content: '';
	border-top: 1px solid #e7e7e7;
	position: relative;
	top: 8px;
	z-index: 1;
}
.section-title span {
	display: inline-block;
	padding: 0 30px;
	background: #fff;
	position: relative;
	z-index: 2;
}
.related-post img {
	width: 100%;
}
.related-post-title {
	line-height: 1.2;
	margin: 20px 0 0;
	font-weight: 600;
}
.related-post-date {
	font-size: 13px;
	color: #7e7e7e;
}
/* 404 page */
.error404 .site-header {
	margin-bottom: 120px;
}
.error404 .site-main {
	text-align: center;
}
.not-found-title {
	color: #f0f0f0;
	font-size: 300px;
	margin: 0;
	line-height: 1;
}
.not-found-message {
	font-size: 30px;
	margin: -30px 0 0;
}
.not-found-back {
	color: #979797;
}
/*--------------------------------------------------------------
 * 5.0 Comments
 *------------------------------------------------------------*/
/* Comments */
.comments-area {
	margin-top: 60px;
}
.comments-title {
	margin-bottom: 60px;
}
.comment-list {
	padding: 0;
}
.comment-list li {
	list-style: none;
	margin-bottom: 60px;
	overflow: hidden;
}
.comment-list li:last-child {
	margin-bottom: 0;
}
.comment-list .children {
	padding-left: 90px;
	margin: 60px 0 0;
}
.comment-text {
	margin-left: 90px;
}
.comment-author-name {
	text-transform: uppercase;
	font-size: 12px;
	font-style: normal;
	margin-right: 15px;
}
.comment-author-name a {
	color: #333;
}
.comment-permalink {
	color: #7e7e7e;
	font-size: 13px;
}
.comment-content {
	font-size: 13px;
}
.comment-content p:last-child {
	margin-bottom: 0;
}
.comment-content a {
	border-bottom: 1px solid #dcdcdc;
	padding-bottom: 1px;
}
.comment-navigation,
.comment-respond {
	margin-top: 60px;
}
.comment-reply-link {
	float: right;
	font-size: 11px;
	line-height: 18px;
	color: #9c9c9c;
	display: inline-block;
	padding: 0 15px;
	background: #f4f4f4;
	border-radius: 2px;
}
.comment-reply-link:hover {
	background: #f0f0f0;
}
/* Comment form */
.comment-reply-title {
	font-size: 16px;
}
.comment-form input {
	width: 50%;
	display: block;
}
.form-submit {
	margin: 30px 0 0;
}
.form-submit input {
	display: inline-block;
	width: auto;
}
/*--------------------------------------------------------------
 * 6.0 Widgets
 *------------------------------------------------------------*/
/* Sidebar layout */
.sidebar-left #content {
	float: right;
}
.sidebar-left #secondary {
	margin-left: 0;
}
.sidebar-none #content {
	margin: 0 auto;
	float: none;
}
/* Widget styles */
.widget {
	font-size: 14px;
	line-height: 2;
	margin-bottom: 75px;
}
.widget ul {
	list-style: none;
	padding: 0;
	line-height: 2.5;
}
.widget li ul {
	padding-left: 20px;
}
.widget a {
	color: #333;
}
.widget-title {
	font-size: 16px;
	text-transform: uppercase;
	margin: 0 0 20px;
	position: relative;
	text-align: center;
}
.widget-title:before {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	border-top: 1px solid #e1e1e1;
	z-index: 1;
}
.widget-title span {
	display: inline-block;
	padding: 0 10px;
	background: #fff;
	position: relative;
	z-index: 2;
}
/* Widget search */
.search-form {
	position: relative;
}
.search-form label {
	display: block;
	font-weight: normal;
}
.search-submit {
	border: 0;
	padding: 0;
	background: transparent;
	width: 14px;
	position: absolute;
	right: 10px;
	top: 0;
}
.search-submit:focus,
.search-submit:active {
	outline: 0;
}
.search-submit:after {
	display: none;
}
.search-submit:hover svg {
	fill: #333;
}
/* Search widget in the sidebar */
.widget_search .search-submit {
	font-size: 14px;
	line-height: 28px;
	color: #818181;
}
.widget_search .search-submit:hover {
	background: transparent;
	color: #818181;
}
/* Widget categories */
.widget_categories .count {
	float: right;
	color: #a7a7a7;
}
.widget_categories .children {
	padding-left: 20px;
	display: none;
}
.widget_categories .children li {
	position: relative;
}
.widget_categories .children li:before {
	position: relative;
	display: inline-block;
	content: '';
	width: 13px;
	margin-left: -20px;
	margin-top: 20px;
	float: left;
	border-top: 1px solid #dcdcdc;
}
/* Widget archive */
.widget_archive .count {
	float: right;
	color: #a7a7a7;
}
/* Widget Recent Posts */
.eightydays-recent-posts-widget {
	/* Featured post */
}
.eightydays-recent-posts-widget li {
	margin: 0 0 30px;
	overflow: hidden;
	line-height: 24px;
}
.eightydays-recent-posts-widget .eightydays-thumb {
	float: left;
	width: 67px;
}
.eightydays-recent-posts-widget .eightydays-thumb figure {
	width: 67px;
	height: 67px;
	text-align: center;
	background: #f6f6f6;
}
.eightydays-recent-posts-widget .eightydays-thumb img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
.eightydays-recent-posts-widget .eightydays-text {
	margin-left: 82px;
}
.eightydays-recent-posts-widget .eightydays-title {
	display: block;
	font-weight: 600;
	margin: 0 0 5px;
	line-height: 1.3;
}
.eightydays-recent-posts-widget .eightydays-date {
	font-size: 11px;
	text-transform: uppercase;
}
.eightydays-recent-posts-widget .featured .eightydays-thumb {
	float: none;
	width: 100%;
	display: block;
}
.eightydays-recent-posts-widget .featured .eightydays-thumb figure {
	width: 100%;
	height: auto;
}
.eightydays-recent-posts-widget .featured .eightydays-text {
	margin-left: 0;
}
.eightydays-recent-posts-widget .featured .eightydays-title {
	margin-top: 12px;
	font-size: 15px;
}
/* Widget Flickr */
.eightydays-flickr-photos {
	overflow: hidden;
}
.eightydays-flickr-photos .flickr_badge_image {
	float: left;
	margin: 0 5px 5px 0;
}
/* Widget about */
.eightydays-about-intro,
.eightydays-about-widget .socials,
.eightydays-about-signature {
	text-align: center;
}
.eightydays-about-image {
	margin: 0 auto;
	display: block;
}
.mobile-sidebar .eightydays-about-image img {
	border: 10px solid #fff;
}
.eightydays-about-intro {
	margin: 35px 0 10px;
}
.eightydays-about-widget .socials {
	font-size: 14px;
	display: block;
	margin: 0 auto;
}
.eightydays-about-widget .socials li {
	margin-right: 5px;
}
.eightydays-about-widget .socials a {
	display: inline-block;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	line-height: 35px;
	background: #ddd;
	color: #fff;
}
.eightydays-about-widget .socials a:hover {
	background: #333;
	color: #fff;
}
.eightydays-about-signature {
	font: 40px 'Homemade Apple', cursive;
	display: block;
	margin: 12px auto 0;
}
/* Widget featured posts */
.featured-posts .category {
	margin-top: 29px;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 1;
	letter-spacing: 2px;
}
.featured-posts .entry-date {
	font-size: 10px;
	letter-spacing: 2px;
	line-height: 1;
}
/* Featured posts: grid mode */
.featured-posts-grid {
	text-align: center;
	color: #fff;
	margin-bottom: 60px;
}
.featured-posts-grid a {
	position: relative;
	display: block;
	color: #fff;
}
.featured-posts-grid a:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	content: '';
	background: #000;
	opacity: .2;
	z-index: 1;
}
.featured-posts-grid a:hover:before {
	opacity: .1;
}
.featured-posts-grid img {
	width: 100%;
}
.featured-posts-grid .categories {
	border: 1px solid #fff;
	padding: 5px;
	display: inline-block;
	font-weight: bold;
	color: #fff;
}
.featured-posts-grid-text {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin-top: -25px;
	z-index: 2;
}
/* Featured posts: tiled gallery mode */
.featured-posts-tiled {
	text-align: center;
	color: #fff;
	margin-bottom: 60px;
}
.featured-posts-tiled a {
	position: relative;
	display: block;
	color: #fff;
}
.featured-posts-tiled a:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	content: '';
	background: #000;
	opacity: .2;
	z-index: 1;
	transition: opacity .3s;
}
.featured-posts-tiled a:hover:before {
	opacity: .1;
}
.featured-posts-tiled img {
	width: 100%;
}
.featured-posts-tiled .categories {
	border: 1px solid #fff;
	padding: 5px;
	display: inline-block;
	font-weight: bold;
	color: #fff;
}
.featured-posts-tiled-text {
	position: absolute;
	top: 50%;
	left: 30px;
	right: 30px;
	margin-top: -25px;
	z-index: 2;
}
.featured-posts-tiled-big {
	width: 66.66666667%;
	float: left;
}
.featured-posts-tiled-big .featured-posts-tiled-text {
	margin-top: -52px;
	padding: 0 30px;
}
.featured-posts-tiled-big .entry-title {
	font-size: 28px;
	margin-bottom: 5px;
}
.featured-posts-tiled-small {
	width: 33.33333333%;
	float: right;
	padding: 0 0 5px 10px;
}
.featured-posts-tiled-small:last-child {
	padding: 5px 0 0 10px;
}
/* Featured posts: full grid mode */
.featured-posts-grid-full article {
	padding: 0;
	position: relative;
	width: 100%;
}
.featured-posts-grid-full .owl-item article {
	width: 100%;
}
.featured-posts-grid-full .featured-posts-grid-full-text {
	position: absolute;
	bottom: 30px;
	left: 30px;
	right: 30px;
	background: rgba(255, 255, 255, .9);
	padding: 30px 30px 19px;
}
.featured-posts-grid-full img {
	width: 100%;
}
.featured-posts-grid-full .category {
	margin-top: 0;
}
.featured-posts-grid-full .entry-title {
	font-size: 22px;
	margin: 9px 0 0;
}
.featured-posts-grid-full .entry-date {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	position: relative;
	padding-left: 0;
}
.featured-posts-grid-full .entry-date:after {
	position: absolute;
	content: '';
	bottom: -10px;
	left: 0;
	width: 23px;
	height: 2px;
	background: #eaeaea;
}
.featured-posts-grid-full .entry-summary {
	font-size: 14px;
	margin-top: 5px;
}
.owl-carousel {
	overflow: hidden;
}
.slider-controls,
.owl-controls {
	margin: 30px auto;
	text-align: center;
}
.slider-page,
.owl-page {
	display: inline-block;
	margin-right: 15px;
	border: 2px solid #d7d7d7;
	border-radius: 50%;
	height: 8px;
	width: 8px;
	cursor: pointer;
}
.slider-page:hover,
.owl-page:hover,
.slider-page.active,
.owl-page.active {
	border-color: #818181;
}
.slider-page:last-child,
.owl-page:last-child {
	margin-right: 0;
}
/* Featured posts: single post slider mode */
.featured-posts-single-slider .slide {
	position: relative;
}
.featured-posts-single-slider .row {
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
}
.featured-posts-single-slider .featured-posts-single-slider-text {
	background: rgba(255, 255, 255, .9);
	padding: 35px 40px 40px;
	text-align: center;
}
.featured-posts-single-slider img {
	width: 100%;
}
.featured-posts-single-slider .entry-date {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	position: static;
	padding: 0;
}
.featured-posts-single-slider .entry-meta {
	margin-bottom: 0;
}
.featured-posts-single-slider .entry-summary {
	margin-top: 20px;
}
/* MailChimp for WordPress subscription form */
.mc4wp-form-fields button,
.mc4wp-form-fields input[type='submit'] {
	width: 100%;
	display: block;
}
/* Featured blocks widget */
.featured-blocks a {
	display: block;
	position: relative;
}
.featured-blocks a:hover {
	color: #818181;
}
.featured-blocks a:hover figure:after {
	width: 100%;
}
.featured-blocks img {
	width: 100%;
}
.featured-blocks .featured-blocks-text {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin-top: -25px;
}
.featured-blocks span {
	display: inline-block;
	padding: 0 48px;
	background: rgba(255, 255, 255, .9);
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 50px;
	letter-spacing: 1px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .25);
}
/* Latest tweets widget */
ul.eightydays-tweet-list {
	line-height: 2;
	font-size: 12px;
}
ul.eightydays-tweet-list li {
	position: relative;
	margin-bottom: 20px;
}
ul.eightydays-tweet-list .fa {
	font-size: 20px;
	float: left;
	margin-top: 5px;
}
ul.eightydays-tweet-list .eightydays-tweet-text {
	margin-left: 25px;
}
ul.eightydays-tweet-list .eightydays-created-time {
	font-size: 10px;
	text-transform: uppercase;
}
/* WP Instagram Widget */
.instagram-pics {
	margin: -3px;
	overflow: hidden;
}
.instagram-pics li {
	width: 33.33333333%;
	padding: 3px;
	float: left;
}
.instagram-pics img {
	width: 100%;
}
/*--------------------------------------------------------------
 * 7.0 Footer
 *------------------------------------------------------------*/
.site-footer {
	margin-top: 120px;
}
.footer-widgets {
	padding: 60px 0 0;
	background: #eef1f3;
}
.footer-widgets .widget-area {
	margin-bottom: 60px;
}
.footer-widgets .widget-title {
	text-align: left;
}
.footer-widgets .widget-title:before {
	display: none;
}
.footer-widgets .widget-title span {
	background: none;
	padding: 0;
}
.footer-widgets .widget {
	line-height: 1.8;
}
.footer-widgets .widget:last-child {
	margin-bottom: 0;
}
.footer-widgets .widget ul {
	line-height: 1.8;
}
.footer-widgets .eightydays-recent-posts-widget li {
	margin-bottom: 15px;
}
.footer-widgets .eightydays-recent-posts-widget .eightydays-thumb {
	width: 55px;
}
.footer-widgets .eightydays-recent-posts-widget .eightydays-text {
	margin-left: 65px;
}
.footer-widgets .eightydays-recent-posts-widget .eightydays-title {
	line-height: 1.2;
}
.site-info {
	padding: 15px 0;
	font-size: 13px;
}
.site-info p {
	margin-bottom: 0;
}
.site-info .custom-logo-link {
	margin-right: 15px;
	display: inline-block;
	vertical-align: top;
}
.site-info .custom-logo-link img {
	margin: 0;
}
.site-info .social-navigation {
	float: right;
	margin-top: 5px;
}
.site-info .credit {
	display: inline-block;
	text-align: left;
}
.site-info .socials {
	font-size: 14px;
	display: block;
	margin: 0 auto;
	text-align: center;
}
.site-info .socials li {
	margin-right: 5px;
}
.site-info .socials a {
	display: inline-block;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	line-height: 35px;
	background: #ddd;
	color: #fff;
}
.site-info .socials a:hover {
	background: #333;
	color: #fff;
}
#scroll-to-top {
	position: fixed;
	bottom: 10px;
	right: 10px;
	width: 45px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	color: rgba(0, 0, 0, .4);
	display: block;
	z-index: 99;
	border-radius: 50%;
	border: 1px solid rgba(0, 0, 0, .25);
}
#scroll-to-top i {
	font-size: 20px;
}
/*--------------------------------------------------------------
 * 8.0 Mobile sidebar
 *------------------------------------------------------------*/
/* Mobile sidebar */
.site {
	overflow: hidden;
	position: relative;
	z-index: 2;
	background: #fff;
}
.mobile-sidebar {
	width: 320px;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	overflow: auto;
	background: #f5f5f5;
	padding: 20px;
}
.admin-bar .mobile-sidebar {
	top: 32px;
}
@media (max-width: 782px) {
	.admin-bar .mobile-sidebar {
		top: 46px;
	}
}
.mobile-sidebar ul {
	list-style: none;
	padding: 0;
	line-height: 40px;
}
.mobile-sidebar li:before {
	margin-right: 5px;
}
.mobile-sidebar li ul {
	padding-left: 20px;
}
.mobile-sidebar li li {
	font-size: .9em;
}
.mobile-sidebar .primary-menu-mobile {
	text-transform: uppercase;
}
.mobile-sidebar .primary-menu-mobile li li {
	font-size: .9em;
}
.mobile-sidebar .primary-menu-mobile li li a {
	line-height: 1.5;
	display: inline-block;
}
.mobile-sidebar .primary-menu-mobile a {
	font: 12px/50px Poppins, sans-serif;
	letter-spacing: 1px;
}
.mobile-sidebar .primary-menu-mobile ul {
	display: none;
}
.mobile-sidebar .widget_nav_menu .sub-menu {
	display: none;
}
.mobile-sidebar .dropdown-toggle {
	font-size: inherit;
	line-height: inherit;
	float: right;
	cursor: pointer;
}
.mobile-sidebar .search-field {
	background: transparent;
}
.mobile-sidebar-open .site {
	-webkit-transform: translate3d(-320px, 0, 0);
	transform: translate3d(-320px, 0, 0);
	cursor: pointer;
}
/*--------------------------------------------------------------
 * 9.0 Responsive
 *------------------------------------------------------------*/
@media (min-width: 768px) {
	.featured-posts-grid-full article {
		width: 50%;
	}
}
@media (min-width: 1200px) {
	.featured-posts-grid-full article {
		width: 33.33333333%;
	}
}
@media (min-width: 1600px) {
	.featured-posts-grid-full article {
		width: 25%;
	}
}
@media (min-width: 1024px) {
	/* Scrollbar */
	::-webkit-scrollbar {
		width: 7px;
	}
	::-webkit-scrollbar-track {
		background: rgba(51, 51, 51, .1);
	}
	::-webkit-scrollbar-thumb {
		background: #d2d2d2;
		border-radius: 5px;
	}
	::-webkit-scrollbar-thumb:active {
		background-color: #aaa;
	}
}
@media (max-width: 991px) {
	#secondary {
		margin-top: 75px;
	}
	.featured-posts-tiled .entry-summary {
		display: none;
	}
	.featured-posts-tiled-small .entry-title {
		font-size: 14px;
	}
	.site-info {
		text-align: center;
	}
	.site-info .social-navigation {
		float: none;
	}
}
@media (max-width: 767px) {
	/* Hide main menu and top bar menu / text on mobile */
	.main-navigation,
	.top-bar-menu,
	.top-bar-text {
		display: none;
	}
	/* Show mobile toggle icon */
	.top-bar-navigation .sidebar-toggle,
	.top-bar-text + .sidebar-toggle {
		display: inline-block;
	}
	.featured-posts-tiled-big,
	.featured-posts-tiled-small {
		width: 100%;
		float: none;
		padding: 0;
		margin-bottom: 30px;
	}
	.featured-posts-tiled-small .entry-title {
		font-size: 20px;
	}
	.related-post,
	.featured-posts-grid > article {
		margin-top: 45px;
	}
	.related-post:first-child,
	.featured-posts-grid > article:first-child {
		margin-top: 0;
	}
	.site-info .credit {
		display: block;
		text-align: center;
		margin: 10px 0 0;
	}
}
@media (max-width: 479px) {
	/* Single post */
	.comment-list .children {
		padding-left: 0;
	}
	.alignleft,
	.alignright {
		margin: 30px 0;
	}
	blockquote.pull-right,
	blockquote.pull-left {
		margin-left: 0;
		margin-right: 0;
		width: 100%;
	}
}
@media (max-width: 359px) {
	.featured-posts-tiled-big .entry-title {
		font-size: 20px;
	}
	.mobile-sidebar {
		width: 250px;
	}
	.mobile-sidebar-open .site {
		-webkit-transform: translate3d(-250px, 0, 0);
		transform: translate3d(-250px, 0, 0);
		cursor: pointer;
	}
	.mobile-sidebar-left.mobile-sidebar-open .site {
		-webkit-transform: translate3d(250px, 0, 0);
		transform: translate3d(250px, 0, 0);
	}
}
