/*!
Theme Name: hobbigator-2020
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: hobbigator
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

hobbigator is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

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 https://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. */
}

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;
}

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%;
}

/*--------------------------------------------------------------
# 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, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

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

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

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: 3px;
	padding: 3px;
}

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;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

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

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

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

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

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

.main-navigation ul ul a {
	width: 200px;
}

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

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

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

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

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

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

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

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	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;
	clip-path: none;
	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: 1.5em;
}

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

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content: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,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

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

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

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

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

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.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%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## 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: 0.8075em 0;
}

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

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

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	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;
}


/*------------------------------------------------------------------
## Custom Styling
------------------------------------------------------------------*/

/*
font-family: 'Open Sans Condensed', sans-serif;
font-family: 'Nunito', sans-serif;
font-family: 'Quicksand', sans-serif;
*/

/* -------- Home --------- */
body{
	font-family: 'Quicksand', sans-serif;
}
a{
	text-decoration: none;
}
.wrapper{
	margin: 0 auto;
	padding: 0 15px;
	max-width: 960px;
}
.site-header{
	height: 80px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}
.site-branding{
	float: left;
	overflow: hidden;
}
.site-title{
	padding: 0;
	margin: 0;
}
.site-title a{
	width: 200px;
	height: 50px;
    background: url(images/hobbigator.png) 0 50% no-repeat;
    background-size: auto 50px;
	display: block;
    white-space: nowrap;
    text-indent: 999px;
    margin: 15px 0;
}
.site-description{
	display: none;
}
button.menu-toggle{
	position: relative;
    background: rgba(0, 0, 0, 0);
    color: #333;
    border-radius: 0;
    border: none;
    text-indent: 999px;
    white-space: nowrap;
    overflow: hidden;
    position: fixed;
    width: 80px;
    height: 80px;
    top: 0px;
    right: -10px;
    transition: all 1s;
}
button.menu-toggle:before {
    content: "\2630";
    position: absolute;
    left: 16px;
    text-indent: 0;
    font-size: 30px;
    top: 22px;
}
.toggled button.menu-toggle{
	right: 180px;
	color: #fff;
    background: rgba(0, 0, 0, 0.8);
}
.nav-menu{
	display: block !important;
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	background-color: #333;
	width: 0px;
	white-space: nowrap;
    transition: all 1s;
}
.toggled .nav-menu{
	width: 200px;
}
.main-navigation li {
    padding: 28px 15px;
    position: relative;
    border-bottom: 1px solid #222;
    float: none;
    color: #fff;
}
.main-navigation li a{
	color: inherit;
}
.featured{
	background: url(images/hobbigator-bg.jpg) no-repeat 50% 50%;
	background-size: cover;
	height: 60vh;
	margin-top: 75px;
}
.featured .blacked{
	background-color: rgba(0, 0, 0, 0.65);
    height: 100%;
    color: #fff;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: flex-end;
    text-shadow: 0 0 3px #000;
    text-align: center;
}
.featured .wrapper{
	padding: 5vw;
}
.featured .blacked p{
	max-height: calc(50vh - 218px);
    overflow: hidden;
    padding: 0 15px;
    display: none;
}
.author-profile{
	border-radius: 50%;
	border: 2px solid #fff;
	margin-bottom: -20px;
}
.home-cat{
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	width: 100%;
}
.home-cat li{
	width: 100%;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.home-cat li:first-child{
	border: none;
}
.home-cat li:nth-child(4){
	display: none;
}
.home-cat li a{
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
    white-space: nowrap;
    padding: 0 15px;
}
.home-cat span {
    font-size: 250%;
    white-space: nowrap;
    line-height: 1;
}
.site-main{
	font-size: 85%;
}
.post {
    display: flex;
    flex-direction: row-reverse;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 15px 0;
    margin: 0;
}
.post:first-of-type{
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.post header{
	width: 100%;
	/*padding-left: 15px;*/
	display: flex;
	flex-direction: column;
	align-items: flex-start;
    justify-content: center;
	box-sizing: border-box;
}
.post header h2{
	margin: 0;
	font-size: 125%;
	line-height: 140%;
	position: relative;
}
.post.category-treasure-hunt h2 span,
.post.category-super-treasure-hunt h2 span,
.post.category-duplicate h2 span,
.post.category-wishlist h2 span{
	position: absolute;
    font-size: 50%;
    color: #fff;
    line-height: 1;
    margin-top: 4px;
}
.post.category-treasure-hunt h2 span:before,
.post.category-super-treasure-hunt h2 span:before,
.post.category-duplicate h2 span:after,
.post.category-wishlist h2 span:after{
    padding: 3px 5px;
    margin-left: 5px;
    margin-right: -3px;
    border-radius: 2px;
}
.post.category-treasure-hunt h2 span:before{
	content: "TH";
    background: #03c100;
}
.post.category-super-treasure-hunt h2 span:before{
	content: "STH";
    background: #ff1d1d;
}
.post.category-duplicate h2 span:after{
	content: "D";
	background: #ffa201;
}
.post.category-wishlist h2 span:after{
	content: "\f004";
    font-family: "Font Awesome 5 Pro";
    background: #ff4276;
    padding: 4px 5px;
}
.post header a{
	color: #000;
	text-decoration: none;
}
.post .post-thumbnail{
	width: 50%;
	margin-right: 15px;
	line-height: 0;
}
.post .post-thumbnail.no-thumbnail, .single .post .no-thumbnail{
	background: #e8e8e8 url("images/no-thumbnail.jpg") no-repeat 50% 50%;
	background-size: 60px;
	border-radius: 5px;
	min-height: 100px;
}
.single .post .no-thumbnail{
	min-height: 25vh;
	margin-bottom: 15px;
}
.post .post-thumbnail img{
	width: 100%;
}
.btn-filter {
	position: fixed;
    bottom: 30px;
    right: 30px;
    background: #fff;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
    height: 40px;
    width: 40px;
    border-radius: 20px;
    z-index: 1001;
    transition: 1s all;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
}
.btn-filter:before{
	content: "\f0b0";
    position: absolute;
    top: 10px;
    left: 13px;
}
.btn-filter.showFilter{
	bottom: calc(100vh - 50px);
    right: 10px;
    box-shadow: none;
    font-family: inherit;
}
.btn-filter.showFilter:before{
	content: "\2573";
}
.site-filter {
	background-color: #fff;
	box-sizing: border-box;
	position: fixed;
	top: 120vh;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: auto;
	z-index: 1000;
    transition: 1s all;
}
.site-filter.showFilter{
	top: 0;
}
.goo-banner {
	text-align: center;
	margin-bottom: 30px;
}
.user-cat{
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-top: none;
	display: flex;
	flex-direction: column-reverse;	
}
.user-cat h2{
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	padding: 15px;
	margin: 0;
}
.user-cat h2 span{
	font-size: 65%;
}
.user-cat ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.user-cat li{
	padding: 10px 15px;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	display: flex;
	align-items: center;
}/*
.user-cat li.current{
	background-color: rgba(0, 0, 0, 0.05);
}*/
.user-cat input[type="checkbox"]{
	margin-right: 10px;
    height: 12px;
}
.user-cat input{
	border: 0;
	outline: none;	
}
.user-cat label,
.user-cat a{
	color: #333;
	display: block;
	transition: all 1s;
	width: 100%;
	cursor: pointer;
}
.user-cat label:hover{
	color: #f00;
}
.user-cat li span{
	float: right;
	background: #ffa201;
    padding: 0 8px;
    text-align: center;
    box-sizing: border-box;
    border-radius: 2px;
    color: #fff;
}
/*.comments-area{
	width: 60%;
    padding-left: 30px;
    float: right;
}
.comment-list{
	list-style: none;
	padding: 0;
	margin: 0;
}
.comment-list .avatar{
	float: left;
	margin: 5px 10px 0 0;
}*/
.collection-score{
	padding: 15px 0;
	font-size: 75%;
	color: #999;
}
.site-footer {
    background: #333;
    font-size: 75%;
    padding: 10px;
    text-align: center;
    color: #ccc;
}
/* Single Post */
.single .site-content {
	margin-top: 80px;
}
.single .site-main {
	width: 100%;
}
.single .post{
	flex-direction: column-reverse;
	border: none;
}
.single .entry-header,
.single .post-thumbnail{
	width: 100%;
	padding: 0;
}
.single .post-thumbnail{
	padding: 5vw;
}
.entry-data h1{
	font-size: 150%;
	line-height: 150%;
	margin: 0;
}
.entry-meta-data{
	list-style: none;
	padding: 0;
	margin: 0;
}
.entry-meta-data li{
	padding: 15px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.entry-meta-data span{
	float: right;
}
.btn-actions{
	display: flex;
}
.btn-actions a{
	display: block;
	width: 100%;
	color: inherit;
}
.btn-users{
	display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    float: right;
}
.btn-users li{
    border: 0;
    margin: 0 0 0 -2px;
    padding: 0;
    width: 20px;
    height: 20px;
    overflow: hidden;
    text-indent: 999px;
    white-space: nowrap;
    background: #ccc url("images/profile.png") no-repeat 50% 50%;
    background-size: cover;
    border-radius: 10px;
    box-shadow: 0 0 3px;
}
li.other-count {
    text-indent: 0;
    padding-left: 5px;
    overflow: visible;
    width: auto;
    background: transparent;
    box-shadow: none;
}
.prod-stars{
	float: right;
	margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}
.prod-stars li{
	padding: 0;
	margin: 0 0 0 5px;
	border: none;
	color: #ffa201;
}
.dups-count{
	display: flex;
	flex-direction: column-reverse;
}
.dups-count span{
	background-color: #ffa201;
	padding: 0 5px;
	border-radius: 3px;
}
.dups-count span#dups-trigger{
	cursor: pointer;
}
.dups-count span i{
	margin-left: 5px;
	transition: all 0.5s;
}
.dups-list{
	flex-direction: column-reverse;
	margin-top: 15px;
	background-color: #e1e1e1;
	padding: 10px 10px 0;
	display: none;
	border-radius: 3px;
}
.dups-list a{
	margin-bottom: 10px;
	color: #333;
}
.dups-count.show-list .dups-list{
	display: flex;
}
.dups-count.show-list span i{
	transform: rotate(180deg);
}
.related-posts-title{
	margin-top: 30px;
}
.related-posts-wrapper{
	position: relative;
}
.related-posts-wrapper .btn-prev,
.related-posts-wrapper .btn-next{
	position: absolute;
	top: 50%;
	width: 30px;
	height: 30px;
	white-space: nowrap;
    transform: translateY(-50%);
	background-color: #fff;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
	text-indent: 30px;
    overflow: hidden;
    display: none;

}
.related-posts-wrapper .btn-prev{
	left: 0;
}
.related-posts-wrapper .btn-next{
	right: 0;
}
.related-posts-wrapper .btn-prev:before,
.related-posts-wrapper .btn-next:before{
	content: "";
	height: 15px;
    width: 15px;
    top: 50%;
    left: 50%;
    margin: -8px -4px;
	transform: rotate(45deg);
	display: block;
	position: absolute;
	border: 2px solid #000;
    border-width: 0 0 2px 2px;
}
.related-posts-wrapper .btn-next:before{
    border-width: 2px 2px 0 0;
    margin: -8px -12px;
}
.related-posts{
	display: flex;
	flex-direction: column;
	align-content: flex-start;
	flex-wrap: wrap;
	max-height: 200px;
	overflow: auto;
	list-style: none;
	margin: 0 0 0 -25px;
	padding: 0;
}
.related-posts li{
	max-width: 33.33%;
	padding-left: 25px;
	box-sizing: border-box;
}
.related-posts li img{
	max-height: 200px;
}
.post-tags{
	margin: 30px 0;
}
.post-tags a{
	background-color: #ccc;
	float: left;
	margin: 0 10px 10px 0;
	font-size: 85%;
	color: #333;
	display: block;
	border-radius: 3px;
    padding: 5px;
    line-height: 1;
}
.nav-links{
	margin-top: 15px;
}
.nav-links a{
	color: #333;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous{
	text-align: right;
	float: right;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next{
	text-align: left;
	float: left;
}
@media screen and (min-width: 37.5em) {
	.site-main{
		width: 70%;
		float: left;
	}
	.site-filter{
		width: 30%;
		float: right;
		padding: 0 0 0 15px;
	}
	body.author .site-filter{
		padding-top: 15px;
	}
	.home-cat li:nth-child(4){
		display: block;
	}
	.featured .wrapper{
		padding: 3vh 5vw;
	}
	.featured .blacked p{
		display: block;
	}
	body.author .post .post-thumbnail{
		width: 25%;
	}
	body.author .post header{
		width: 100%;
	}
	.post header h2{
		font-size: 140%;
	}
	.post header .entry-date{
		font-size: 75%;
	}
	.main-navigation{
		float: right;
		clear: none;
		width: auto;
		margin-top: 25px;
	}
	.main-navigation li{
		margin-left: 25px;
	    color: #333;
	    padding: 0;
	    float: left;
	    border-bottom: transparent;
	}
	.main-navigation a{
		color: #000;
	}
	.nav-menu{
		width: auto;
		position: static;
		background-color: transparent;
	}
	.single .post{
		flex-direction: row-reverse;
	}
	.entry-data{
		width: 60%;
		padding-left: 30px;
	}
	.single .post .no-thumbnail{
		max-height: 45vh;
		margin-top: 5px;
		width: 40%;
	}
	.single .post-thumbnail{
		width: 40%;
		padding: 0;
	}
	div#disqus_thread {
	    width: 60%;
	    float: right;
	    padding-left: 30px;
	}
	.post.category-wishlist h2 span:after{
		padding: 5px 5px 4px;
	}
	.related-posts{
		overflow: hidden;
	}
	.btn-filter{
		display: none;
	}
	.site-filter{
		position: static;
	}
	.user-cat{
		margin-bottom: 15px;
	}
}


