@import url("./fonts/fonts.css");

/*
Theme Name: aqnb2016

Author: Al McEwen

*/


/**
 * Table of Contents
 *
 * 1.0 - Reset
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigations
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Header
 * 11.0 - Widgets
 * 12.0 - Content
 *    12.1 - Posts and pages
 *    12.2 - Post Formats
 *    12.3 - Comments
 * 13.0 - Footer
 * 14.0 - Media
 *    14.1 - Captions
 *    14.2 - Galleries
 * 15.0 - Multisite
 * 16.0 - Media Queries
 *    16.1 - Mobile Large
 *    16.2 - Tablet Small
 *    16.3 - Tablet Large
 *    16.4 - Desktop Small
 *    16.5 - Desktop Medium
 *    16.6 - Desktop Large
 *    16.7 - Desktop X-Large
 * 17.0 - Print
 */

/*
 @font-face {
  font-family: 'topol-bold';
  src: url('fonts/Topol-Bold/Topol-Bold.eot');
  src: url('fonts/Topol-Bold/Topol-Bold.eot?') format('☺'),
       url('fonts/Topol-Bold/Topol-Bold.woff') format('woff'),
       url('fonts/Topol-Bold/Topol-Bold.ttf') format('truetype');
  /*font-weight: normal;
  font-style: bold;
*/


/**
 * 1.0 - Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer, Nicolas Gallagher, Jonathan Neal, and Blueprint.
 */



html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size:100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 62.5%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
    color: rgb(50, 42,35);
}

*,
*:before,
*:after,
*:focus{
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
	outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

body {
	background: rgb(255,224,223);
}

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

ol,
ul {
	list-style: none;
}

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

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

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

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}
a{
	text-decoration: none !important;
}
a:focus {
	outline: 2px solid #c1c1c1;
	outline: 2px solid rgba(51, 51, 51, 0.3);
}

a:hover,
a:active {
	outline: 0;
	text-decoration: none !important;
}

a img {
	border: 0;
}


/**
 * 2.0 - Genericons
 */

.social-navigation a:before,
.secondary-toggle:before,
.dropdown-toggle:after,
.bypostauthor > article .fn:after,
.comment-reply-title small a:before,
.comment-navigation .nav-next a:after,
.comment-navigation .nav-previous a:before,
.posted-on:before,
.byline:before,
.cat-links:before,
.tags-links:before,
.comments-link:before,
.entry-format:before,
.edit-link:before,
.full-size-link:before,
.pagination .prev:before,
.pagination .next:before,
.image-navigation a:before,
.image-navigation a:after,
.format-link .entry-title a:after,
.entry-content .more-link:after,
.entry-summary .more-link:after,
.author-link:after {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "Genericons";
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	speak: none;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: top;
}

.entry-title, .news-item{
	cursor: pointer;
}


/**
 * 3.0 Typography
 */

body,
button,
input,
select,
textarea {
    color: rgb(50, 42,35);
	font-family: "Recession-2017", "times", "serif";
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	text-align: left !important;
	font-family: "Recession-2017", "times", "serif";
}

p {
	margin-bottom: 1.6em;
}

b,
strong {
	font-weight: 700;
}

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

blockquote {
	border-left: 4px solidrgb(50, 42,35);
	border-left: 4px solid rgba(50, 42,35, 0.7);
	color: rgb(50, 42,35);
	font-size: 18px;
	font-size: 1.8rem;
	font-style: italic;
	line-height: 1.6667;
	margin-bottom: 1.6667em;
	padding-left: 0.7778em;
}

blockquote p {
	margin-bottom: 1.6667em;
}

blockquote > p:last-child {
	margin-bottom: 0;
}

blockquote cite,
blockquote small {
	color: rgb(50, 42,35);
	font-size: 15px;
	font-size: 1.5rem;
	font-family: "Recession-2017", "times", "serif";
	line-height: 1.6;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

address {
	font-style: italic;
	margin: 0 0 1.6em;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: Inconsolata, monospace;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

pre {
	background-color: transparent;
	background-color: rgba(0, 0, 0, 0.01);
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	line-height: 1.2;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 0.8em;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

abbr[title] {
	border-bottom: 1px dotted #eaeaea;
	border-bottom: 1px dotted rgba(51, 51, 51, 0.1);
	cursor: help;
}

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

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

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}


/**
 * 4.0 Elements
 */

hr {
	background-color: rgb(50, 42,35);
	background-color: rgb(50, 42,35, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 1.6em;
}

ul,
ol {
	margin: 0 0 1.6em 1.3333em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dl {
	margin-bottom: 1.6em;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 1.6em;
}

table,
th,
td {
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.6em;
	table-layout: fixed; /* Prevents HTML tables from becoming too wide */
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}

td {
	border-width: 0 1px 1px 0;
}

th, td {
	padding: 0.4em;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

figure {
	margin: 0;
}

del {
	opacity: 0.8;
}

/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
	color: rgb(50, 42,35, 0.7);
	font-family: "Recession-2017", "times", "serif";
}

:-moz-placeholder {
	color: rgb(50, 42,35, 0.7);
	font-family: "Recession-2017", "times", "serif";
}

::-moz-placeholder {
	color: rgb(50, 42,35, 0.7);
	font-family: "Recession-2017", "times", "serif";
	opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: rgb(50, 42,35, 0.7);
	font-family: "Recession-2017", "times", "serif";
}


/**
 * 5.0 Forms
 */

button,
input,
select,
textarea {
	background: none;
	border: none;
	border-radius: 0;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	line-height: normal;
}

input:focus,
select:focus {
	outline: 2px solid #c1c1c1;
	outline: 2px solid rgba(51, 51, 51, 0.3);
}

button[disabled],
input[disabled],
select[disabled],
textarea[disabled] {
	cursor: default;
	opacity: .5;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	background: none;
	border: 0;
	color: rgb(50, 42,35);
	cursor: pointer;
	font-family: "nuckle-book", sans-serif;
	font-size: 10px;
	text-transform: capitalize;;
	border-bottom: 1px rgb(50, 42,35) solid;
}

button:hover, button.selected,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	outline: 0;
}


input[type="search"] {
	-webkit-appearance: textfield;
}

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

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

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	padding: 0.375em;
	width: 100%;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	outline: 0;
}

.post-password-form {
	position: relative;
}

.post-password-form label {
	display: block;
	font-family: "Recession-2017", "times", "serif";
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.5;
	text-transform: uppercase;
}

.post-password-form input[type="submit"] {
	padding: 0.7917em;
	position: absolute;
	right: 0;
	bottom: 0;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

.search-form input[type="submit"],
.widget .search-form input[type="submit"] {
	padding: 0;
}


/**
 * 6.0 Navigations
 */


/**
 * 6.1 Links
 */

a {
	color: rgb(50, 42,35);
	text-decoration: none !important;
}

a:hover,
a:focus {
	text-decoration: none !important;
}


/**
 * 6.2 Menus
 */
.main-navigation{
	margin: 0 auto;
}

.main-navigation a {
	display: inline-block;
	font-size: 0.9rem;
	padding-bottom: 0.8rem;
	position: relative;
	text-decoration: none;
    font-family: "Nebula-Belo", 'sans-serif';
    text-transform: capitalize;

}


.main-navigation ul {
	list-style: none;
	margin: auto auto;
	text-align: center;
}

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


.main-navigation span {
	position: relative;
	display: inline;
}
.main-navigation span.toggled-on{
	display: block;

}
.main-navigation .menu-holder {
	text-align: center;
}

.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a {
	font-weight: 700;
}

.main-navigation .nav-menu > ul > li:first-child,
.main-navigation .nav-menu > li:first-child {
	border-top: 0;
}

.main-navigation .menu-item-has-children > a {
	padding-right: 48px;
}

span.nav-item-holder:first-child {
	/*display: none !important;*/
}

.main-navigation .menu-item-description {
	color: #707070;
	color: rgb(50, 42,35, 0.7);
	font-family: "Nebula-Belo", "san-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 {
	background-color: transparent;
	border: 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	content: "";
	height: 42px;
	padding: 0;
	position: absolute;
	text-transform: lowercase; /* Stop screen readers to read the text as capital letters */
	top: 3px;
	right: 0;
	width: 42px;
}

.dropdown-toggle:after {
	color: rgb(50, 42,35);
	content: "\f431";
	font-size: 24px;
	line-height: 42px;
	position: relative;
	top: 0;
	left: 1px;
	width: 42px;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
}

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

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

.social-navigation {
	margin: 9.0909% 0;
}

.social-navigation ul {
	list-style: none;
	margin: 0 0 -1.6em 0;
}

.social-navigation li {
	float: left;
}

.social-navigation a {
	display: block;
	height: 3.2em;
	position: relative;
	width: 3.2em;
}

.social-navigation a:before {
	content: "\f415";
	font-size: 24px;
	position: absolute;
	top: 0;
	left: 0;
}

.social-navigation a[href*="codepen.io"]:before {
	content: "\f216";
}

.social-navigation a[href*="digg.com"]:before {
	content: "\f221";
}

.social-navigation a[href*="dribbble.com"]:before {
	content: "\f201";
}

.social-navigation a[href*="dropbox.com"]:before {
	content: "\f225";
}

.social-navigation a[href*="facebook.com"]:before {
	content: "\f203";
}

.social-navigation a[href*="flickr.com"]:before {
	content: "\f211";
}

.social-navigation a[href*="foursquare.com"]:before {
	content: "\f226";
}

.social-navigation a[href*="plus.google.com"]:before {
	content: "\f206";
}

.social-navigation a[href*="github.com"]:before {
	content: "\f200";
}

.social-navigation a[href*="instagram.com"]:before {
	content: "\f215";
}

.social-navigation a[href*="linkedin.com"]:before {
	content: "\f208";
}

.social-navigation a[href*="pinterest.com"]:before {
	content: "\f210";
}

.social-navigation a[href*="getpocket.com"]:before {
	content: "\f224";
}

.social-navigation a[href*="polldaddy.com"]:before {
	content: "\f217";
}

.social-navigation a[href*="reddit.com"]:before {
	content: "\f222";
}

.social-navigation a[href*="stumbleupon.com"]:before {
	content: "\f223";
}

.social-navigation a[href*="tumblr.com"]:before {
	content: "\f214";
}

.social-navigation a[href*="twitter.com"]:before {
	content: "\f202";
}

.social-navigation a[href*="vimeo.com"]:before {
	content: "\f212";
}

.social-navigation a[href*="wordpress.com"]:before,
.social-navigation a[href*="wordpress.org"]:before {
	content: "\f205";
}

.social-navigation a[href*="youtube.com"]:before {
	content: "\f213";
}

.social-navigation a[href*="mailto:"]:before {
	content: "\f410";
}

.social-navigation a[href*="spotify.com"]:before {
	content: "\f515";
}

.social-navigation a[href*="twitch.tv"]:before {
	content: "\f516";
}

.social-navigation a[href$="/feed/"]:before {
	content: "\f413";
}

.social-navigation a[href*="path.com"]:before {
	content: "\f219";
}

.social-navigation a[href*="skype.com"]:before {
	content: "\f220";
}

.secondary-toggle {
	background-color: transparent;

	height: 42px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	top: 50%;
	right: 0;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 42px;
}

.secondary-toggle:before {
	color: rgb(50, 42,35);
	content: "\f419";
	line-height: 40px;
	width: 40px;
}

.secondary-toggle:hover,
.secondary-toggle:focus {

	outline: 0;
}

.secondary-toggle.toggled-on:before {
	content: "\f405";
	font-size: 32px;
	position: relative;
	top: 1px;
	left: -1px;
}

.post-navigation {


	font-weight: 700;
}

.post-navigation a {
	display: block;
	padding: 3.8461% 7.6923%;
}

.post-navigation span {
	display: block;
}

.post-navigation .meta-nav {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Nebula-Belo", sans-serif;
	font-size: 9px;
	font-size: 1.2rem;
	letter-spacing: 0.04em;
	line-height: 1.5;
	position: relative;
	text-transform: uppercase;
	z-index: 2;
}

.post-navigation .post-title {
	font-family: "Recession-2017", "times", serif;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.3333;
	position: relative;
	z-index: 2;
}

.post-navigation .nav-next,
.post-navigation .nav-previous {
	background-position: center;
	background-size: cover;
	position: relative;
}

.post-navigation a:before {
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}

.post-navigation a:hover:before,
.post-navigation a:focus:before {
	opacity: 0.5;
}

.post-navigation .meta-nav {
	opacity: 0.8;
}

.post-navigation div + div {

}

.pagination {
	background-color: #fff;

	font-family: "Recession-2017", "times", serif;
}

.pagination .nav-links {
	min-height: 3.2em;
	position: relative;
	text-align: center;
}

/* reset screen-reader-text */
.pagination .current .screen-reader-text {
	position: static !important;
}

.pagination .page-numbers {
	display: none;
	line-height: 3.2em;
	padding: 0 0.6667em;
}

.pagination .page-numbers.current {
	text-transform: uppercase;
}

.pagination .current {
	display: inline-block;
	font-weight: 700;
}

.pagination .prev,
.pagination .next {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
	background-color: #333;
	color: #fff;
	display: inline-block;
	height: 48px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 48px;
}

.pagination .prev:before,
.pagination .next:before {
	font-size: 32px;
	height: 48px;
	line-height: 48px;
	position: relative;
	width: 48px;
}

.pagination .prev:hover,
.pagination .prev:focus,
.pagination .next:hover,
.pagination .next:focus {
	background-color: #707070;
	background-color: rgba(51, 51, 51, 0.7);
}

.pagination .prev {
	left: 0;
}

.pagination .prev:before {
	content: "\f430";
	left: -1px;
}

.pagination .next {
	right: 0;
}

.pagination .next:before {
	content: "\f429";
	right: -1px;
}

.image-navigation,
.comment-navigation {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-size: 12px;
	font-size: 1.2rem;
	font-family: "Recession-2017", "times", serif;
	font-weight: 700;
	line-height: 1.5;
	text-transform: uppercase;
}

.image-navigation a,
.comment-navigation a {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}

.image-navigation a:hover,
.image-navigation a:focus,
.comment-navigation a:hover,
.comment-navigation a:focus {
}

.image-navigation .nav-previous:not(:empty),
.image-navigation .nav-next:not(:empty),
.comment-navigation .nav-previous:not(:empty),
.comment-navigation .nav-next:not(:empty) {
	display: inline-block;
}

.image-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before,
.comment-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before {
	content: "\2215";
	font-weight: 400;
	margin: 0 0.7em;
}

.image-navigation .nav-previous a:before,
.comment-navigation .nav-previous a:before {
	content: "\f430";
	margin-right: 0.2em;
	position: relative;
}

.image-navigation .nav-next a:after,
.comment-navigation .nav-next a:after {
	content: "\f429";
	margin-left: 0.2em;
	position: relative;
}

.comment-navigation {

	padding: 2em 0;
}

.comments-title + .comment-navigation {
	border-bottom: 0;
}

.image-navigation {
	padding: 0 7.6923%;
}

.image-navigation .nav-previous:not(:empty),
.image-navigation .nav-next:not(:empty) {
	margin-bottom: 2em;
}


/**
 * 7.0 Accessibility
 */

/* Text meant only for screen readers */
.says,
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}

/* must have higher specificity than alternative color schemes inline styles */
.site .skip-link {
	background-color: #f1f1f1;
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
	color: #21759b;
	display: block;
	font: bold 14px/normal "nuckle-book", sans-serif;
	left: -9999em;
	outline: none;
	padding: 15px 23px 14px;
	text-decoration: none;
	text-transform: none;
	top: -9999em;
}

.logged-in .site .skip-link {
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	font: bold 14px/normal "Open Sans", sans-serif;
}

.site .skip-link:focus {
	clip: auto;
	height: auto;
	left: 6px;
	top: 7px;
	width: auto;
	z-index: 100000;
}


/**
 * 8.0 Alignments
 */

.alignleft {
	display: inline;
	float: left;
}

.alignright {
	display: inline;
	float: right;
}

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

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
	margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
	margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
	clear: both;
	margin-top: 0.4em;
	margin-bottom: 1.6em;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
	margin-bottom: 1.2em;
}


/**
 * 9.0 Clearings
 */

.clear:before,
.clear:after,
.site:before,
.site:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.nav-links:before,
.nav-links:after,
.comment-navigation:before,
.comment-navigation:after,
.social-navigation ul:before,
.social-navigation ul:after,
.textwidget:before,
.textwidget:after {
	content: "";
	display: table;
}

.clear:after,
.site:after,
.entry-content:after,
.comment-content:after,
.site-content:after,
.nav-links:after,
.comment-navigation:after,
.social-navigation ul:after,
.textwidget:after
.clear-fix {
	clear: both;
}


/**
 * 10.0 Header
 */

.site-header {
}

.site-branding {
	position: relative;
}

.site-title {
	font-family: "Recession-2017", "times", serif;
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.3636;
	margin-bottom: 0;
}

.site-description {
	display: none;
	font-family: "Recession-2017", "times", serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 1.5;
	margin: 0.5em 0 0;
	opacity: 0.7;
}


/**
 * 11.0 Widgets
 */

.widget {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	margin: 0 auto 9.09090%;
	width: 100%;
	word-wrap: break-word;
}

.widget pre {
	line-height: 1.2;
}

.widget button,
.widget input,
.widget select,
.widget textarea {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

.widget button,
.widget input {
	line-height: normal;
}

.widget button,
.widget input[type="button"],
.widget input[type="reset"],
.widget input[type="submit"] {
	font-size: 12px;
	font-size: 1.2rem;
	padding: 0.7917em 1.5833em;
}

.widget input[type="text"],
.widget input[type="email"],
.widget input[type="url"],
.widget input[type="password"],
.widget input[type="search"],
.widget textarea {
	padding: 0.375em;
}

.widget-title {
	color: #333;
	font-family: "Recession-2017", "times", serif;
	margin: 0 0 1.6em;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

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

.widget_calendar table {
	margin: 0;
}

.widget_calendar td,
.widget_calendar th {
	line-height: 2.3333;
	text-align: center;
	padding: 0;
}

.widget_calendar caption {
	font-family: "Recession-2017", "times", serif;
	font-weight: 700;
	margin: 0 0 1.6em;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.widget_calendar tbody a {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
	background-color: #333;
	color: #fff;
	display: block;
	font-weight: 700;
}

.widget_calendar tbody a:hover,
.widget_calendar tbody a:focus {
	background-color: #707070;
	background-color: rgba(51, 51, 51, 0.7);
}

.widget_archive a,
.widget_categories a,
.widget_links a,
.widget_meta a,
.widget_nav_menu a,
.widget_pages a,
.widget_recent_comments a,
.widget_recent_entries a {
	border: 0;
}

.widget_archive ul,
.widget_categories ul,
.widget_links ul,
.widget_meta ul,
.widget_nav_menu ul,
.widget_pages ul,
.widget_recent_comments ul,
.widget_recent_entries ul {
	list-style: none;
	margin: 0;
}

.widget_archive li,
.widget_categories li,
.widget_links li,
.widget_meta li,
.widget_nav_menu li,
.widget_pages li,
.widget_recent_comments li,
.widget_recent_entries li {
	padding: 0.7667em 0;
}

.widget_archive li:first-child,
.widget_categories li:first-child,
.widget_links li:first-child,
.widget_meta li:first-child,
.widget_nav_menu li:first-child,
.widget_pages li:first-child,
.widget_recent_comments li:first-child,
.widget_recent_entries li:first-child {
	border-top: 0;
	padding-top: 0;
}

.widget_archive li:last-child,
.widget_categories li:last-child,
.widget_links li:last-child,
.widget_meta li:last-child,
.widget_nav_menu li:last-child,
.widget_pages li:last-child,
.widget_recent_comments li:last-child,
.widget_recent_entries li:last-child {
	padding-bottom: 0;
}

.widget_categories .children,
.widget_nav_menu .sub-menu,
.widget_pages .children {

	margin: 0.7667em 0 0 0.8em;
	padding-top: 0.7667em;
}

.widget_recent_entries .post-date {
	display: block;
}

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

.widget_rss li {
	margin-bottom: 1.6em;
}

.widget_rss ul:last-child,
.widget_rss li:last-child {
	margin-bottom: 0;
}

.widget_rss .rsswidget {
	border: 0;
	font-weight: 700;
}

.widget_rss .rsswidget img {
	margin-top: -4px;
}

.widget_rss .rss-date,
.widget_rss cite {
	font-family: "Recession-2017", "times", serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-style: normal;
	display: block;
	line-height: 2;
	opacity: 0.8;
}

.textwidget > :last-child {
	margin-bottom: 0;
}

.textwidget a {

}

.textwidget a:hover,
.textwidget a:focus {
	border-bottom: 0;
}


/**
 * 12.0 Content
 */

.secondary {
	background-color: #fff;
	display: none;
	padding: 0 7.6923%;
	width: 100%;
	position: relative;
	z-index: 5;
}

.secondary.toggled-on {
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	display: block;
    position: fixed;
    top: 80px;
    left: 0px;
}

.widget-area {
	margin: 9.09090% auto 0;
}

.site-footer {
	background-color: #fff;
}


/**
 * 12.1 Posts and pages
 */

.hentry {
	position: relative;
	width: 63vw;
}

.hentry.has-post-thumbnail {
	padding-top: 0;
}

.hentry.sticky:not(.has-post-thumbnail) {
	padding-top: -webkit-calc(7.6923% + 24px);
	padding-top: calc(7.6923% + 24px);
}


.post-thumbnail {
	border: 0;
	display: block;
	margin-bottom: 80px;
}
.post-thumbnail img {
	display: block;
	margin: 0 auto;
}

a.post-thumbnail:hover,
a.post-thumbnail:focus {
	opacity: 0.85;
}

.entry-header {
	padding: 0 7.6923%;
	margin-top: 60px;
}

.entry-content,
.entry-summary {
	padding: 0 7.6923% 7.6923%;
}

.entry-content > :last-child,
.entry-summary > :last-child {
	margin-bottom: 0;
}

.entry-content,
.entry-summary,
.page-content,
.comment-content {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
}

.entry-content h1,
.entry-summary h1,
.page-content h1,
.comment-content h1 {
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 1.1538;
}

.entry-content h2,
.entry-summary h2,
.page-content h2,
.comment-content h2 {
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 1.3636;
}

.entry-content h3,
.entry-summary h3,
.page-content h3,
.comment-content h3 {
	font-size: 18px !important;
	font-size: 1.8rem !important;
	line-height: 1.3333;
	margin-top: 2.6667em;
	margin-bottom: 1.3333em;
}

.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-summary h4,
.entry-summary h5,
.entry-summary h6,
.page-content h4,
.page-content h5,
.page-content h6,
.comment-content h4,
.comment-content h5,
.comment-content h6 {
	font-size: 15px !important;
	font-size: 1.5rem !important;
	line-height: 1.2;
	margin-top: 3.2em;
	margin-bottom: 1.6em;
}

.entry-content h5,
.entry-content h6,
.entry-summary h5,
.entry-summary h6,
.page-content h5,
.page-content h6,
.comment-content h5,
.comment-content h6 {
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.entry-content > h1:first-child,
.entry-content > h2:first-child,
.entry-content > h3:first-child,
.entry-content > h4:first-child,
.entry-content > h5:first-child,
.entry-content > h6:first-child,
.entry-summary > h1:first-child,
.entry-summary > h2:first-child,
.entry-summary > h3:first-child,
.entry-summary > h4:first-child,
.entry-summary > h5:first-child,
.entry-summary > h6:first-child,
.page-content > h1:first-child,
.page-content > h2:first-child,
.page-content > h3:first-child,
.page-content > h4:first-child,
.page-content > h5:first-child,
.page-content > h6:first-child,
.comment-content > h1:first-child,
.comment-content > h2:first-child,
.comment-content > h3:first-child,
.comment-content > h4:first-child,
.comment-content > h5:first-child,
.comment-content > h6:first-child {
	margin-top: 0;
}

.page-content a,
.comment-content a,
.pingback .comment-body > a {
	text-decoration: none !important;
}

.entry-content a:hover,
.entry-content a:focus,
.entry-summary a:hover,
.entry-summary a:focus,
.page-content a:hover,
.page-content a:focus,
.comment-content a:hover,
.comment-content a:focus,
.pingback .comment-body > a:hover,
.pingback .comment-body > a:focus {
	border-bottom: 0;
	text-decoration: none !important;
}

.entry-content a img,
.entry-summary a img,
.page-content a img,
.comment-content a img {
	display: block;
}

.interviews .entry-content b:before {
    content: "**";
    padding-right: 8px;
}
.interviews .entry-content p b:first-child {
	font-style: italic !important;

}

.entry-content .more-link,
.entry-summary .more-link:after {
	white-space: nowrap;
}

.entry-content .more-link:after,
.entry-summary .more-link:after {
	content: "\f429";
	font-size: 16px;
	position: relative;
	top: 5px;
}

.author-info {
	margin: 0 7.6923%;
	padding: 7.6923% 0;
}

.author-info .avatar {
	float: left;
	height: 36px;
	margin: 0 1.6em 1.6em 0;
	width: 36px;
}

.author-heading {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Recession-2017", "times", serif;
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: 0.04em;
	margin-bottom: 1.5em;
	text-transform: uppercase;
}

.author-title {
	clear: none;
}

.author-bio {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	overflow: hidden;
	padding-bottom: 1px;
}

.author-description {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
}

.author-description a {
	border-bottom: 1px solid #333;
}

.author-description a:hover,
.author-description a:focus {
	border-bottom: 0;
}

.author-description > :last-child {
	margin-bottom: 0;
}

.author-link {
	white-space: nowrap;
}

.author-link:after {
	content: "\f429";
	position: relative;
	top: 1px;
}

.entry-footer {
	color: rgb(50, 42,35);
	font-family: "Recession-2017", "times", serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;

}

.entry-footer a {
	border-bottom: 1px solid transparent;
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}

.entry-footer a:hover {
	border-bottom: 1px solid #333;
}

.entry-footer a:hover,
.entry-footer a:focus {
}

.sticky-post {
	background-color: #333;
	color: #fff;
	font-weight: 700;
	letter-spacing: 0.04em;
	padding: 0.25em 0.5em;
	position: absolute;
	top: 0;
	text-transform: uppercase;
}

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

.sticky .posted-on {
	display: none;
}

.posted-on:before,
.byline:before,
.cat-links:before,
.tags-links:before,
.comments-link:before,
.entry-format:before,
.edit-link:before,
.full-size-link:before {
	margin-right: 2px;
	position: relative;
}

.posted-on,
.byline,
.cat-links,
.tags-links,
.comments-link,
.entry-format,
.full-size-link {
	margin-right: 1em;
}

.format-aside .entry-format:before {
	content: "\f101";
}

.format-image .entry-format:before {
	content: "\f473";
}

.format-gallery .entry-format:before {
	content: "\f103";
}

.format-video .entry-format:before {
	content: "\f104";
}

.format-status .entry-format:before {
	content: "\f105";
}

.format-quote .entry-format:before {
	content: "\f106";
}

.format-link .entry-format:before {
	content: "\f107";
}

.format-chat .entry-format:before {
	content: "\f108";
}

.format-audio .entry-format:before {
	content: "\f109";
}

.posted-on:before {
	content: "\f307";
}

.byline:before {
	content: "\f304";
}

.cat-links:before {
	content: "\f301";
}

.tags-links:before {
	content: "\f302";
}

.comments-link:before {
	content: "\f300";
}

.full-size-link:before {
	content: "\f402";
}

.edit-link:before {
	content: "\f411";
}

.comments-link,
.edit-link {
	white-space: nowrap;
}



.taxonomy-description {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	padding-top: 0.4em;
}

.taxonomy-description a {
	border-bottom: 1px solid #333;
}

.taxonomy-description a:hover,
.taxonomy-description a:focus {
	border-bottom: 0;
}

.taxonomy-description > :last-child {
	margin-bottom: 0;
}

.page-content {
	background-color: #fff;

}

.page-content > :last-child {
	margin-bottom: 0;
}

.page-links {
	clear: both;
	font-family:"Recession-2017", "times", serif;
	margin-bottom: 1.3333em;
}

.page-links a,
.page-links > span {
	display: inline-block;
	font-size: 12px;
	font-size: 1.2rem;
	height: 2em;
	line-height: 2;
	margin: 0 0.3333em 0.3333em 0;
	text-align: center;
	width: 2em;
}

.page-links a {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
	background-color: #333;
	border-color: #333;
	color: #fff;
}

.page-links a:hover,
.page-links a:focus {
	background-color: #707070;
	background-color: rgba(51, 51, 51, 0.7);
	border-color: transparent;
	color: #fff;
}

.page-links > .page-links-title {
	border: 0;
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	height: auto;
	margin: 0;
	padding-right: 0.5em;
	width: auto;
}

.entry-attachment {
	margin-bottom: 1.6em;
}

.type-attachment .entry-title {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
}

.entry-caption {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Recession-2017", "times", serif;
	font-size: 12px;
	font-size: 1.2rem;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	line-height: 1.5;
	padding-top: 0.5em;
	word-wrap: break-word;
}

.entry-caption > :last-child {
	margin-bottom: 0;
}


/**
 * 12.2 Post Formats
 */

.format-aside .entry-title,
.format-image .entry-title,
.format-video .entry-title,
.format-quote .entry-title,
.format-gallery .entry-title,
.format-status .entry-title,
.format-link .entry-title,
.format-audio .entry-title,
.format-chat .entry-title {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.3333;
	margin-bottom: 1.3333em;
}

.format-link .entry-title a:after {
	content: "\f442";
	font-size: 24px;
	height: 24px;
	position: relative;
	top: 0;
	width: 24px;
}

.blog .format-status .entry-title,
.archive .format-status .entry-title {
	display: none;
}


/**
 * 12.3 Comments
 */

.comments-area {
	background-color: #fff;
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	padding: 7.6923%;
}

.comments-area > :last-child {
	margin-bottom: 0;
}

.comment-list + .comment-respond {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
}

.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
	padding-top: 1.6em;
}

.comments-title,
.comment-reply-title {
	font-family:"Recession-2017", "times", serif;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.3333;
}

.comments-title {
	margin-bottom: 1.3333em;
}

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

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	padding: 1.6em 0;
}

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

.comment-list .children > li {
	padding-left: 0.8em;
}

.comment-author {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	margin-bottom: 0.4em;
}

.comment-author a:hover {
	border-bottom: 1px solid #707070;
	border-bottom: 1px solid rgba(51, 51, 51, 0.7);
}

.comment-author .avatar {
	float: left;
	height: 24px;
	margin-right: 0.8em;
	width: 24px;
}

.bypostauthor > article .fn:after {
	content: "\f304";
	position: relative;
	top: 5px;
	left: 3px;
}

.comment-metadata,
.pingback .edit-link {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Recession-2017", "times", serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
}

.comment-metadata a,
.pingback .edit-link a {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}

.comment-metadata a:hover,
.pingback .edit-link a:hover {
	border-bottom: 1px solid #333;
}

.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .edit-link a:hover,
.pingback .edit-link a:focus {

}

.comment-metadata {
	margin-bottom: 1.6em;
}

.comment-metadata .edit-link {
	margin-left: 1em;
}

.pingback .edit-link {
	margin-left: 1em;
}

.pingback .edit-link:before {
	top: 5px;
}

.comment-content ul,
.comment-content ol {
	margin: 0 0 1.6em 1.3333em;
}

.comment-content li > ul,
.comment-content li > ol {
	margin-bottom: 0;
}

.comment-content > :last-child {
	margin-bottom: 0;
}

.comment-list .reply {
	font-size: 12px;
	font-size: 1.2rem;
}

.comment-list .reply a {
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: inline-block;
	font-family: "Recession-2017", "times", serif;
	font-weight: 700;
	line-height: 1;
	margin-top: 2em;
	padding: 0.4167em 0.8333em;
	text-transform: uppercase;
}

.comment-list .reply a:hover,
.comment-list .reply a:focus {
	outline: 0;
}

.comment-form {
	padding-top: 1.6em;
}

.comment-form label {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Recession-2017", "times", serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	display: block;
	letter-spacing: 0.04em;
	line-height: 1.5;
	text-transform: uppercase;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form input[type="submit"] {
	width: 100%;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family:"Recession-2017", "times", serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	margin-bottom: 2em;
}

.logged-in-as a:hover {
	border-bottom: 1px solid #333;
}

.no-comments {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Recession-2017", "times", serif;
	font-weight: 700;
	padding-top: 1.6em;
}

.comment-navigation + .no-comments {
	border-top: 0;
}

.form-allowed-tags code {
	font-family: Inconsolata, monospace;
}

.form-submit {
	margin-bottom: 0;
}

.required {
	color: #c0392b;
}

.comment-reply-title small {
	font-size: 100%;
}

.comment-reply-title small a {
	border: 0;
	float: right;
	height: 32px;
	overflow: hidden;
	width: 26px;
}

.comment-reply-title small a:before {
	content: "\f405";
	font-size: 32px;
	position: relative;
	top: -3px;
}
/**
* 12.4 Custom Template types and overrides eg features, news etc
*/

.news-share-link{
	padding-bottom: 50px;
}
#page{
    /*padding-top: 160px;*/
}
.site-main article{
    margin: 0px !important;
    padding: 0px !important;
}
.aqnb-container{
	display: block;
}


.post-publish-meta
{
	text-transform: capitalize;
    text-align: left;
    font-size: 0.9rem;
    line-height: 1.2rem;
	display: block;
	padding: 0.4rem 0 0;
    font-family: "Nebula-Belo", "san-serif";
}
.post-publish-meta:first-child{
	padding-top: 0.4rem;
}
.post-publish-meta a
{
	text-decoration: none;
}
.entry-content p
{
	margin: 0 auto;
}
.entry-content p, .entry-content, .entry-content a, .entry-content strong
{
	margin: 0;
    font-size: 1.7rem;
    line-height: 2.5rem;
    font-family: "Recession-2017", "times", serif;
    text-align: left !important;
    font-weight: normal;
	margin-bottom: 2.1rem;
	-webkit-hyphens: none;
   	-moz-hyphens: none;
    hyphens: none;

}
.entry-content b, .entery-content strong {
    font-weight: normal;
}

.edit-holder{
	z-index: 999;
    position: absolute;
    top: 80px;
}

.edit-holder a{
	text-align: left;
    font-size: 0.9rem;
    line-height: 1.2rem;
	display: block;
	padding: 0.4rem 0 0;
    font-family: "Nebula-Belo", "san-serif";

}

.entry-content a{
	text-decoration: underline !important;
}
.entry-content p:first-child{
	text-indent:  0px;
}
.entry-content iframe{
	/* mix-blend-mode: multiply;*/
}
.entry-content{
	width: 40vw;
	padding: 0px !important;
	margin-top: 60px !important;
	margin-bottom: 60px !important;
}
.entry-content > h2:last-child{
	display: none;
}
#jump-to{
	padding: 0 !important;
}
#primary{
	margin-top: 16px;
}
.single #primary{
	margin-top: 10px !important;
}



.logo-compact{
	top: 60px !important;
	background-size: contain !important;
    height: calc(10vw / 5.43);;
    width: 10vw;
	background: url('images/aqnb-logo.svg');
}
.logo-astricks{
	top: 60px !important;
	background-size: contain !important;
    height: calc(10vw / 5.43);;
	width: 10vw;
	margin-right: -2px;
	background: url('images/aqnb-asterisks.svg');
}

.logo-large{
	background-size: 100%  !important;
    width: 63vw;
	height: calc(63vw / 5.43);
    left: 10vw;
	top: 30px !important;
    margin: 0 0 0 0;
	background: url('images/aqnb-logo.svg');
}
.logo-large-page{
	background-size: 100%  !important;
    width: 63vw;
	height: calc(63vw / 5.43);
	position: relative !important;
	top: 30px !important;
    margin: 0 0 0 0;
	background: url('images/aqnb-logo.svg');
}
.logo-base{
    position: absolute;
	right: 1vw;
	top: 0px;
	/*transition: 1s all ease;*/

	background-repeat: no-repeat;
	color: #322A23;
	display: block;
	text-indent: -9999px;
}
.home .logo{
	display: none;
}
.home #page{
	padding-top: 0px;
}
.home  .page-header{
    position: absolute !important;
}
.social-links{
	text-align: right;
}


/*
.feature figcaption
{
	-ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
	position: relative;
	left: -400px;
	top: -190px;
}
*/

/**
 * 13.0 Footer
 */

.site-info {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	padding-top: 1em;
	display:none !important;
}

.site-info a {
	border-bottom: 1px solid transparent;
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}

.site-info a:hover {
	border-bottom: 1px solid #333;
}

.site-info a:hover,
.site-info a:focus {
}


/**
 * 14.0 Media
 */

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

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}
.entry-content span{
	color: rgb(50, 42,35) !important;
}

audio,
canvas {
	display: inline-block;
}

embed,
iframe,
object,
video {
	margin-bottom: 1.6em;
	max-width: 100%;
	vertical-align: middle;
}

p > embed,
p > iframe,
p > object,
p > video {
	margin-bottom: 0;
}

.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist {
	font-size: 15px;
	font-size: 1.5rem;
	margin-top: 0;
	margin-bottom: 1.6em;
}

.wp-playlist.wp-playlist {
	padding-bottom: 0;
}

.wp-playlist .wp-playlist-tracks {
	margin-top: 0;
}

.wp-playlist-item .wp-playlist-caption {
	border-bottom: 0;
	padding: 10px 0;
}

.wp-playlist-item .wp-playlist-item-length {
	top: 10px;
}


/**
 * 14.1 Captions
 */

.wp-caption {
	margin-bottom: 1.6em;
	max-width: 100%;
}

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

.wp-caption-text {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Recession-2017", "times", serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 0.5em 0;
}


/**
 * 14.2 Galleries
 */

.gallery {
	margin-bottom: 1.6em;
}

.gallery-item {
	display: inline-block;
	padding: 1.79104477%;
	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-icon img {
	margin: 0 auto;
}

.gallery-caption {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: block;
	font-family: "Nebula-Belo", "san-serif";
	font-size: 9px;
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 0.5em 0;
}

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


/**
 * 15.0 Multisite
 */

.widecolumn {
	background-color: #fff;
	padding: 7.6923%;
}

.widecolumn .mu_register {
	width: auto;
}

.widecolumn .mu_alert {
	margin-bottom: 1.6em;
}

.widecolumn form,
.widecolumn .mu_register form {
	margin-top: 0;
}

.widecolumn h2 {
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 1.1538;
	margin-bottom: 0.9231em;
}

.widecolumn p {
	margin: 1.6em 0;
}

.widecolumn p + h2 {
	margin-top: 1.8462em;
}

.widecolumn label,
.widecolumn .mu_register label {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Recession-2017", "times", serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.5;
	text-transform: uppercase;
}

.widecolumn .mu_register label {
	margin: 2em 0 0;
}

.widecolumn #key,
.widecolumn .mu_register #blog_title,
.widecolumn .mu_register #user_email,
.widecolumn .mu_register #blogname,
.widecolumn .mu_register #user_name {
	font-size: 16px;
	font-size: 1.6rem;
	width: 100%;
}

.widecolumn .mu_register #blogname {
	margin: 0;
}

.widecolumn .mu_register #blog_title,
.widecolumn .mu_register #user_email,
.widecolumn .mu_register #user_name {
	margin: 0 0 0.375em;
}

.widecolumn #submit,
.widecolumn .mu_register input[type="submit"] {
	font-size: 12px;
	font-size: 1.2rem;
	margin: 0;
	width: 100%;
}

.widecolumn .mu_register .prefix_address,
.widecolumn .mu_register .suffix_address {
	font-size: inherit;
}

.widecolumn .mu_register > :last-child,
.widecolumn form > :last-child {
	margin-bottom: 0;
}



/* Mobile menu stuff */
.entry-content.pop-reveal-open{
	float: none !important;
	margin: 0 auto !important;
	padding-left: 0px  !important;
	padding: 0 0 0 40px !important;
	padding-bottom: 40px !important;
}
.entry-content.pop-reveal-open figure {
    display: block;
    text-align: center;
    margin-right: 0px !important;
    float: none !important;
    width: auto !important;
}
.entry-content.pop-reveal-open figure figcaption {
    position: relative !important;
    padding-left: 0px !important;
	left: 0px;
    top: 0px;
    font-size: 12px !important;
    line-height: 14px !important;
    text-indent: 0px;
	text-align: left !important;
}
.entry-content.pop-reveal-open figure img {
	left: 0px !important;
}
.media-holder{

}
.media-item{
	position: relative;
	padding: 8px 0;

}
.media-item img{
	max-width: 55vw;
}
.media-item .caption{
	position: absolute;
	width: 64vw;
    padding: 4px 0 0 57vw !important;
	color:  rgb(50, 42, 35);
    border-top: 1px  rgb(50, 42, 35) solid;
    top: 35px;
	font-size: 12px !important;
	line-height: 14px !important;
	text-indent: 0px;
	z-index: -2;
}
.ord{
	font-size: 9px;
	line-height: 12px;
	font-family: "Nebula-Belo", "san-serif";
}

/* Main theme specifications */

figure {
	display: inline-block;
	text-align: left;
	margin-right: -13.5vw !important;
	float: right;
	width: 16vw !important;
	position: relative;
	padding-left: 2vw;

}


figure img{
	position: relative;
	z-index: 3;
	opacity: 0.3;
	transition: opacity 0.2s ease;
	cursor: pointer;
}
figure img:hover {
	opacity: 1;
}
figure img.open {
	opacity: 1;
	-ms-transform: scale(4) translate(-37%, 33%); /* IE 9 */
    -webkit-transform: scale(4) translate(-37%, 33%); /* Safari */
    transform: scale(4) translate(-37%, 33%);
	z-index: 200;
}
figure figcaption{
    position: absolute;
    padding-left: 2vw !important;
    color: rgb(50, 42, 35);
    border-top: 1px rgb(50, 42, 35) solid;
    top: 3.5rem;
    font-size: 1.2rem !important;
    line-height: 1.4rem !important;
    width: 8vw;
    left: 2vw;
    margin-left: 14vw;
    opacity: 1 !important;
}
figure figcaption span,
figure figcaption em,
figure figcaption a{
	color:  rgb(50, 42, 35) !important;
}

.main-section .page-header{
	position: absolute;
}

.vert-page-header .archive-type h1, .vert-page-header-free .archive-type h1{
	font-size: 3.0rem;
	line-height: 3.6rem;
	text-transform: capitalize;
}
.vert-page-header{
    /*padding-top: calc(63vw / 5.43) ;*/
	padding-top: 100px;
    position: fixed;
    top: 0px;
    width: 66vw;
    display: block;
    background: rgb(255,224,223);
    z-index: 200;
}
.vert-page-header-free{
    position: relative;
    top: 0px;
    width: 66vw;
    display: block;
    background: rgb(255,224,223);
	margin-bottom: 50px;
}
.category-aqnb-news .site-content, .tag .site-content, .author .site-content{
	padding-top: 188px !important;
}
.archive-type a{
	line-height: 20px;
    display: block;
}
.site-content {
	display: block;
	margin: 0 1%;

}

.site-header{
	border-bottom: 0;
	margin: 0 0 10% 1%;
	padding: 0 0%;
	position: fixed;
	width: 10vw;
	min-width: 130px;
	right: 15px;
	top: 30px;
}
.site-main {
	padding: 0 0 0 9vw !important;
	width: 63vw;
}

.page-header {
	position: absolute;
    width: 8vw;
    left: 0px;
    margin:3.8rem 0 0 1% !important;
    padding: 0 !important;
    font-family: "Nebula-Belo";
    font-size: 9px;
    text-transform: capitalize;
}

.page-title {
	font-family: "Recession-2017", "times", serif;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.3333;
}
.entry-header h1,
.entry-summary h1,
.page-content h1,
.comment-content h1,
.entry-content h1,
.entry-content h2
 {
	font-size: 1.5rem;
	line-height: 2.1rem;
	margin-bottom: 0.8rem !important;
	text-indent: 0;
	display: inline-block;
}

.entry-title {
	font-size: 1.8rem !important;
	line-height: 2.2rem !important;
    margin: 0.8rem 0px;
	width: 33vw;
}
.entry-header .entry-title {
	width: 100% !important;
	font-size: 3rem !important;
    line-height: 3.2rem !important;
}
.nav-item-holder{
	height: 2.5rem;
	display: block !important;
	line-height: normal !important;
}

.aqnb-list-header .post-author, .aqnb-list-header .list-date, .post-publish-meta:first-child
{
	text-align: left;
	font-size: 0.9rem;
	line-height: 1.2rem;
	font-family: "Nebula-Belo", "san-serif";
	padding: 0px !important;

}
.aqnb-list-header .list-date{
	padding: 4px 0 0 0 !important;
}
.type-bar{
	content: " ";
	height: 1px;
	width: 100%;
	border-left: 8vw #785A4B solid;
	background:  rgb(50, 42,35);
}
.news-bar{
	border-left: 8vw red solid;
}
.features-bar{
	border-left: 8vw rgb(164, 139, 212) solid;
}
.interviews-bar{
	border-left: 8vw rgb(255, 176, 0) solid;
}
.photo-bar{
	border-left: 8vw rgb(28, 140, 130) solid;
}
.video-bar{
	border-left: 8vw rgb(243, 147, 202) solid;
}
.sound-bar{
	border-left: 8vw rgb(39, 126, 200) solid;
}
.reviews-bar{
	border-left: 8vw rgb(148, 201, 169) solid;
}
.focus-bar{
	border-left: 8vw rgb(134, 22, 87) solid;
}
.stack-ad-bar{
	border-left: 8vw rgb(255, 255, 255) solid;
}
.stack-ad .stack-item{
    z-index: 300 !important;
	opacity: 1;
}
.stack.add>img{
	width: 200px;
	height: 150px;
}
.social-links a, .post-social-btns a{
    width: 20px;
    height: 20px;
    text-align: center;
    display: inline-block;
    font-size: 14px;
}
.post-social-btns{
	padding: 6px 0 10px;
    border-top: 1px rgb(50, 42, 35) solid;
	width: 40vw;
	display: flex;
}
.post-tags-list{
	border-top: 1px rgb(50, 42, 35) solid;
	padding: 4px 0 80px;
	width: 40vw;
	line-height: 1.2rem !important;
}
.post-tags-list a{
	text-transform: capitalize;
    text-align: left;
    font-size: 0.9rem;
    line-height: 1.2rem !important;
    font-family: "Nebula-Belo", "san-serif";
	padding-right: 10px;
	text-decoration:underline !important;
	display: inline-block;
}

.aqnb-list-item.news-item .entry-content{
	width: 40vw;
	margin: 0px !important;
	padding: 0px 0px 50px 0px !important;
}
.aqnb-list-item.news-item .entry-content p{
	text-indent: 0px;
}
.aqnb-list-item.news-item header{
	margin-bottom: 50px !important;
}
.aqnb-list-item.news-item .entry-content .post-thumbnail {
	margin: 20px 0;
}

.aqnb-list-header .list-date, .meta-holder .list-date{
	text-align: left;
	font-size: 0.9rem;
	line-height: 1.2rem;
	margin-bottom: 0.2rem;
	padding: 0.4rem 0 0;
	font-family: "Nebula-Belo", "san-serif";
}
.aqnb-list-header .post-author, .meta-holder .post-author{
	text-align: left;
	font-size: 0.9rem;
	line-height: 1.2rem;
	font-family: "Nebula-Belo", "san-serif";
}
.author-bio{
	font-family: "Recession-2017", "times", serif;
	font-size: 10px;
	font-size: 1rem !important;
	font-weight: 300;
	line-height: 1.4rem !important;
}
.news .entry-content figure{
	display:block;
    text-align: center !important;
    margin-right: 0 !important;
    float: none;

    width: 100% !important;
	padding: 0px !important;
}
.news .entry-content figure figcaption {
    position: relative;;
    padding-left: 0 !important;
    color: rgb(50, 42, 35);
    border-top: none;
	font-size: 1.2rem;
	line-height: 1.5rem;
	text-indent: left !important;
    text-indent: 0px;
    width: 100%;
    left: 0;
	margin: 0px !important;
}
.aqnb-banner-ad{
	position: absolute;
    display: block;
	opacity: 0;
	left: 73vw;
	width: 120px;
	height: 300px;
	-webkit-transition: opacity 0.6s;
	-o-transition: opacity 0.6s;
	transition: opacity 0.6s;
}

#page{
	display:none;

}
#loader .message{
	font-size: 11px;
    position: fixed;
    bottom: 50%;
    font-family: "Nebula-Belo", "san-serif";
    width: 100%;
    text-align: center;
}
.poppi {
	position: fixed;
	display: none;
	min-height: 100%;
	width: 88vw;
	background: rgba(255,224,223, 1);
	z-index: 999;
}
.poppi.showing{
	display:flex;
	flex-direction: column;
}
.poppi .container{
	width: 63vw;
    margin: 60px 0 0 10vw;
    height: 50vw;
}
.poppi input{
	width: calc(100% - 120px);
}
.poppi button, .poppi input{
	display: inline-block;
	padding-top: 20px;
	float: left;
}
.poppi button{
	width: 40px;
	border:0px !important;
}
.search-results header{

}
#doSearch{

}
.search-form-container{
	width: 100%;
	height: 50px;
	margin-bottom: 160px;
	border-bottom: 1px rgb(50, 42,35) solid;
}
#subscribe-form .subscribe-container{
	width: 63vw;
    margin: 60px 0 0 10vw;
    height: 50vw;
}

.poppi input[type="text"]::-webkit-input-placeholder,
#subscribe-form input[type="email"]::-webkit-input-placeholder
{ /* Chrome/Opera/Safari */
	color: rgb(50, 42,35);
	font-size: 3.0rem;
	line-height: 3.6rem;
}
.poppi input[type="text"]::-moz-placeholder,
#subscribe-form input[type="email"]::-moz-placeholder,
{ /* Firefox 19+ */
  color: rgb(50, 42,35);
  font-size: 3.0rem;
  line-height: 3.6rem;
}
.poppi input[type="text"]::-ms-input-placeholder,
#subscribe-form input[type="email"]::-ms-input-placeholder
 { /* IE 10+ */
  color: rgb(50, 42,35);
  font-size: 3.0rem;
  line-height: 3.6rem;
}
.poppi input[type="text"]::-moz-placeholder,
#subscribe-form input[type="email"]::-moz-placeholder
{ /* Firefox 18- */
  color: rgb(50, 42,35);
  font-size: 3.0rem;
  line-height: 3.6rem;
}
.poppi input[type="text"],
#subscribe-form input[type="text"],
#subscribe-form input[type="email"]{
	background: none;
	border: none;
	font-size: 3.0rem;
	line-height: 3.6rem;
	padding: 10px 0;
}
#subscribe-form input[type="text"],
#subscribe-form input[type="email"]{
	border-bottom: 1px rgb(50, 42,35) solid;
}
#subscribe-form input[type="submit"]{
    border: none;
    font-size: 0.9rem;
    line-height: 1rem;
    padding: 10px;
    color: rgb(255,224,223);
    background: rgb(50, 42,35);
    border-radius: 2px;
	margin-top: 16px;
}
#subscribe-form input[type="text"]{
	position: relative;
	width: 45%;
}
#subscribe-form fieldset{
	border-bottom: 1px rgb(50, 42,35) solid;
	margin: 16px 0;
}
#subscribe-form button{
	padding: 0px !important;
	border: none !important;
}
.mc4wp-response{
	padding-top: 16px;
}

#subscribe-form.short-subscribe{
	margin-top: -3px;
}
#subscribe-form.short-subscribe > .subscribe-container{
	width: auto;
    margin:0px;
    height: auto;
}
#subscribe-form.short-subscribe button{
	font-size: 1rem;
}
#subscribe-form.short-subscribe button span{
	display: none;
}
#subscribe-form.short-subscribe input[type="email"]::-webkit-input-placeholder
{ /* Chrome/Opera/Safari */
	color: rgb(50, 42,35);
	font-size: 1.4rem;
	line-height: 1.4rem;
	padding: 0px !important;
}
#subscribe-form.short-subscribe input[type="email"]::-moz-placeholder,
{ /* Firefox 19+ */
	color: rgb(50, 42,35);
	font-size: 1.4rem;
	line-height: 1.4rem;
	padding: 0px !important;
}
#subscribe-form.short-subscribe input[type="email"]::-ms-input-placeholder
 { /* IE 10+ */
	color: rgb(50, 42,35);
	font-size: 1.4rem;
	line-height: 1.4rem;
	padding: 0px !important;
}
#subscribe-form.short-subscribeinput[type="email"]::-moz-placeholder
{ /* Firefox 18- */
	color: rgb(50, 42,35);
	font-size: 1.4rem;
	line-height: 1.4rem;
	padding: 0px !important;
}
#subscribe-form.short-subscribe input[type="email"]{
	background: none;
	font-size: 1.4rem;
	line-height: 1.4rem;
	padding: 0px !important;
	border: none;
}
#subscribe-form.short-subscribe input[type="submit"]{
	margin-top: 0px;
	padding: 2px 4px;

}
#subscribe-form.short-subscribe form,
#subscribe-form.short-subscribe fieldset
{
	display:inline-block !important;
}
.short-subscribe .mc4wp-form-fields > div{
	display: flex;
}
#subscribe-form button{
	padding: 0px !important;
	border: none !important;
}
.contact-holder{
	display: flex;
}

#search-form .search-results{
	width: 100%;
	height: calc(100% - 100px - 2em);
	overflow-y: auto;
	overflow-x: hidden;
}
.search-query{
	text-align: left;
    font-size: 0.9rem;
    line-height: 1.2rem;
    margin-bottom: 0.2rem;
    font-family: "Nebula-Belo", "san-serif";
}
.main-section {
	/* padding-bottom: calc(63vw / 5.43);*/
	padding-bottom: 0px;
}
.archive-type span{
	text-align: left;
	font-size: 0.9rem;
	line-height: 1.2rem;
	padding: 0.4rem 0;
	font-family: "Nebula-Belo", "san-serif";
	display: block;
}
.media-quick-link{
	margin-top:10px !important;
	z-index: 620;
}
.media-quick-link-bottom{
    margin-top: 87px !important;
	z-index: 620;
}
.home .media-quick-link-bottom{
    margin-top: -22px !important;
	z-index: 620;
}
.media-quick-link-post{
    margin-top: -10px !important;
	z-index: 620;
}
.anchor-link{
	height: 20px;
}
.aqnb-list-item{
	cursor: pointer;
}

/* About page tweak */
.page-id-59 #content{
	padding-top: 0px !important;
}
.page-id-59 .logo-compact{
	display: none;
}

.icon {
	background-repeat: no-repeat;
	color: #322A23;
	display: block;
	text-indent: -9999px;
	background-size: 100% 100% !important;

}
.facebook {
	height: 20px;
	width: 20px;
	background: url('images/icons/facebook.svg');
}
.instagram {
	height: 20px;
	width: 20px;
	background: url('images/icons/instagram.svg');
}
.twitter {
	height: 20px;
	width: 20px;
	background: url('images/icons/twitter.svg');
}
.soundcloud {
	height: 20px;
	width: 20px;
	background: url('images/icons/soundcloud.svg');
}
.youtube {
	height: 20px;
	width: 20px;
	background: url('images/icons/youtube.svg');
}
.vimeo {
	height: 20px;
	width: 20px;
	background: url('images/icons/vimeo.svg');
}


/**
 * 16.0 Media Queries
 */

/*
 * Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}


/**
 * 16.1 Mobile Large 620px


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

	ul,
	ol {
		margin-left: 0;
	}

	li > ul,
	li > ol,
	blockquote > ul,
	blockquote > ol {
		margin-left: 1.3333em;
	}

	blockquote {
		margin-left: -1em;
	}

	blockquote > blockquote {
		margin-left: 0;
	}

	.site-title {
		font-size: 22px;
		font-size: 2.2rem;
		line-height: 1.0909;
	}

	.site-description {
		display: block;
	}

	.secondary {
		box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
		margin: 7.6923% 7.6923% 0;
		padding: 7.6923% 7.6923% 0;
	}

	.main-navigation {
		margin-bottom: 11.1111%;
	}

	.main-navigation ul {
		border-top: 1px solid rgba(51, 51, 51, 0.1);
		border-bottom: 1px solid rgba(51, 51, 51, 0.1);
	}

	.main-navigation ul ul {
		border-top: 0;
		border-bottom: 0;
	}

	.social-navigation {
		margin-bottom: 11.1111%;
	}

	.social-navigation {
		margin-top: 0;
	}

	.widget-area {
		margin-top: 0;
	}

	.widget {
		margin-bottom: 11.1111%;
	}


    .site-main main{
        padding: 0px !important;
    }

	.hentry.sticky:not(.has-post-thumbnail) {
		padding-top: inherit;
	}

	.hentry,
	.page-header,
	.page-content {

	}

	.hentry + .hentry,
	.page-header + .hentry,
	.page-header + .page-content {
		margin-top: 7.6923%;
	}

	.hentry + .hentry {
		border-top: 0;
	}

	.post-thumbnail {
		margin-bottom: 80px;
	}

	.entry-header {
		padding: 0 9.0909%;
	}

	.entry-content,
	.entry-summary {
		padding: 0 9.0909% 9.0909%;
	}

	.page-title,
	.taxonomy-description {
		margin-left: -7px;
	}

	.page-content {
		padding: 9.0909%;
	}

	.site-footer {
		border-top: 0;
		box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
		margin: 0 auto;
	}

	.post-navigation {
		border-top: 0;
		box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
		margin: 7.6923% 7.6923% 0;
	}

	.post-navigation a {
		padding: 4.5454% 9.0909%;
	}

	.pagination {
		border-top: 0;
		box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
		margin: 7.6923% 7.6923% 0;
		padding: 0;
	}
 /**/
	/* restore screen-reader-text
	.pagination .current .screen-reader-text {
		position: absolute !important;
	}

	.pagination .page-numbers {
		display: inline-block;
	}

	.image-navigation {
		padding: 0 9.0909%;
	}

	.comments-area {
		border-top: 0;
		box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
		margin: 7.6923% 7.6923% 0;
	}

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

	.comment-content li > ul,
	.comment-content li > ol,
	.comment-content blockquote > ul,
	.comment-content blockquote > ol {
		margin-left: 1.3333em;
	}

	.widecolumn {
		box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
		margin: 7.6923%;
	}


}*/

	.menu-open{
		display: block;
	}
	.menu-closed{
		display: none;
	}


/**
 * 16.5 Desktop Medium 1100px
 */

@media screen and (min-width: 68.75em) {
	body,
	button,
	input,
	select,
	textarea {
		font-size: 17px;
		font-size: 1.7rem;
		line-height: 1.6471;
	}

	button,
	input {
		line-height: normal;
	}

	p,
	address,
	pre,
	hr,
	ul,
	ol,
	dl,
	dd,
	table {
		margin-bottom: 1.6471em;
	}

	blockquote {
		font-size: 20px;
		font-size: 2rem;
		line-height: 1.75;
		margin-bottom: 1.75em;
		margin-left: -1.05em;
		padding-left: 0.85em;
	}

	blockquote p {
		margin-bottom: 1.75em;
	}

	blockquote cite,
	blockquote small {
		font-size: 17px;
		font-size: 1.7rem;
		line-height: 1.6471;
	}

	pre {
		line-height: 1.2353;
	}

	button,
	input[type="button"],
	input[type="reset"],
	input[type="submit"],
	.post-password-form input[type="submit"],
	.widecolumn #submit,
	.widecolumn .mu_register input[type="submit"] {
		font-size: 14px;
		font-size: 1.4rem;
		padding: 0.8214em 1.5714em;
	}

	input[type="text"],
	input[type="email"],
	input[type="url"],
	input[type="password"],
	input[type="search"],
	textarea {
		padding: 0.5em;
	}

	.main-navigation {
		font-size: 14px;
		font-size: 1.4rem;
	}


	.main-navigation .menu-item-has-children > a {
		padding-right: 34px;
	}

	.main-navigation .menu-item-description {
		line-height: 1.4583;
		margin-top: 0.25em;
	}

	.dropdown-toggle {
		height: 28px;
		width: 28px;
	}

	.dropdown-toggle:after {
		line-height: 28px;
		width: 28px;
	}

	.social-navigation ul {
		margin-bottom: -1.4706em;
	}

	.social-navigation li {
		width: 20%;
	}

	.social-navigation a {
		height: 2.8824em;
	}

	.post-password-form label,
	.post-navigation .meta-nav,
	.comment-navigation,
	.image-navigation,
	.author-heading,
	.author-bio,
	.entry-footer,
	.page-links a,
	.page-links span,
	.comment-metadata,
	.pingback .edit-link,
	.comment-list .reply,
	.comment-notes,
	.comment-awaiting-moderation,
	.logged-in-as,
	.comment-form label,
	.form-allowed-tags,
	.site-info,
	.wp-caption-text,
	.gallery-caption,
	.entry-caption,
	.widecolumn label,
	.widecolumn .mu_register label {
		font-size: 14px;
		font-size: 1.4rem;
	}

	.pagination .nav-links {
		min-height: 3.2941em;
	}

	.pagination .page-numbers {
		line-height: 3.2941em;
		padding: 0 0.8235em;
	}

	.pagination .prev,
	.pagination .next {
		height: 56px;
		padding: 0;
		width: 56px;
	}

	.pagination .prev:before,
	.pagination .next:before {
		height: 56px;
		line-height: 56px;
		width: 56px;
	}

	.image-navigation .nav-previous a:before,
	.image-navigation .nav-next a:after,
	.comment-navigation .nav-previous a:before,
	.comment-navigation .nav-next a:after {
		top: 2px;
	}

	blockquote.alignleft,
	.wp-caption.alignleft,
	img.alignleft {
		margin: 0.4118em 1.6471em 1.6471em 0;
	}

	blockquote.alignright,
	.wp-caption.alignright,
	img.alignright {
		margin: 0.4118em 0 1.6471em 1.6471em;
	}

	blockquote.aligncenter,
	.wp-caption.aligncenter,
	img.aligncenter {
		margin-top: 0.4118em;
		margin-bottom: 1.6471em;
	}

	.wp-caption.alignleft,
	.wp-caption.alignright,
	.wp-caption.aligncenter {
		margin-bottom: 1.2353em;
	}

	.site-title {
		font-size: 24px;
		font-size: 2.4rem;
		line-height: 1.1667;
	}

	.site-description {
		font-size: 14px;
		font-size: 1.4rem;
	}

	.widget {
		font-size: 14px;
		font-size: 1.4rem;
	}

	.widget blockquote {
		font-size: 14px;
		font-size: 1.4rem;
		padding-left: 1.2143em;
	}

	.widget button,
	.widget input,
	.widget select,
	.widget textarea {
		font-size: 14px;
		font-size: 1.4rem;
	}

	.widget button,
	.widget input[type="button"],
	.widget input[type="reset"],
	.widget input[type="submit"] {
		font-size: 12px;
		font-size: 1.2rem;
		padding: 0.75em 1.5em;
	}

	.widget input[type="text"],
	.widget input[type="email"],
	.widget input[type="url"],
	.widget input[type="password"],
	.widget input[type="search"],
	.widget textarea {
		padding: 0.5em;
	}

	.widget .wp-caption-text,
	.widget .gallery-caption {
		line-height: 1.4583;
		padding: 0.5833em 0;
	}

	.widget_calendar caption {
		margin: 0 0 1.9286em;
	}

	.widget_calendar td,
	.widget_calendar th {
		line-height: 1.9286;
	}

	.widget_archive li,
	.widget_categories li,
	.widget_links li,
	.widget_meta li,
	.widget_nav_menu li,
	.widget_pages li,
	.widget_recent_comments li,
	.widget_recent_entries li {
		padding: 0.4643em 0;
	}

	.widget_categories .children,
	.widget_nav_menu .sub-menu,
	.widget_pages .children {
		margin: 0.4643em 0 0 1em;
		padding-top: 0.4643em;
	}

	.widget_rss .rss-date,
	.widget_rss cite {
		line-height: 1.75;
	}

	.post-thumbnail {
		margin-bottom: 80px;
	}
/*
	.entry-title,
	.widecolumn h2 {
		font-size: 35px;
		font-size: 3.5rem;
		line-height: 1.2;
		margin-bottom: 1.2em;

	}

	.entry-content h1,
	.entry-summary h1,
	.page-content h1,
	.comment-content h1 {
		font-size: 35px;
		font-size: 3.5rem;
		line-height: 1.2;
		margin-top: 1.6em;
		margin-bottom: 0.8em;
	}


	.entry-content h2,
	.entry-summary h2,
	.page-content h2,
	.comment-content h2 {
		font-size: 29px;
		font-size: 2.9rem;
		line-height: 1.2069;
		margin-top: 1.931em;
		margin-bottom: 0.9655em;
	}

	.entry-content h3,
	.entry-summary h3,
	.page-content h3,
	.comment-content h3 {
		font-size: 24px;
		font-size: 2.4rem;
		line-height: 1.1667;
		margin-top: 2.3333em;
		margin-bottom: 1.1667em;
	}

	.entry-content h4,
	.entry-summary h4,
	.page-content h4,
	.comment-content h4 {
		font-size: 20px;
		font-size: 2rem;
		line-height: 1.4;
		margin-top: 2.8em;
		margin-bottom: 1.4em;
	}

	.entry-content h5,
	.entry-content h6,
	.entry-summary h5,
	.entry-summary h6,
	.page-content h5,
	.page-content h6,
	.comment-content h5,
	.comment-content h6 {
		font-size: 17px;
		font-size: 1.7rem;
		line-height: 1.2353;
		margin-top: 3.2941em;
		margin-bottom: 1.6471em;
	}

*/
	.entry-content .more-link:after,
	.entry-summary .more-link:after {
		font-size: 24px;
		top: 2px;
	}

	.author-info .avatar {
		height: 42px;
		margin: 0 1.6471em 1.6471em 0;
		width: 42px;
	}

	.author-link:after {
		top: 3px;
	}

	.posted-on:before,
	.byline:before,
	.cat-links:before,
	.tags-links:before,
	.comments-link:before,
	.entry-format:before,
	.edit-link:before,
	.full-size-link:before {
		top: 3px;
	}

	.taxonomy-description {
		padding-top: 0.4118em;
	}

	.page-title,
	.comments-title,
	.comment-reply-title,
	.post-navigation .post-title {
		font-size: 24px;
		font-size: 2.4rem;
		line-height: 1.1667;
	}

	.page-links {
		margin-bottom: 1.4117em;
	}

	.page-links a,
	.page-links > span {
		margin: 0 0.2857em 0.2857em 0;
	}

	.entry-attachment {
		margin-bottom: 1.6471em;
	}

	.format-aside .entry-title,
	.format-image .entry-title,
	.format-video .entry-title,
	.format-quote .entry-title,
	.format-gallery .entry-title,
	.format-status .entry-title,
	.format-link .entry-title,
	.format-audio .entry-title,
	.format-chat .entry-title {
		font-size: 20px;
		font-size: 2rem;
		line-height: 1.4rem;
		margin-bottom: 1.4rem;
	}

	.format-link .entry-title a:after {
		top: 0.0833em;
	}

	.comments-title {
		margin-bottom: 1.4em;
	}

	.comment-list article,
	.comment-list .pingback,
	.comment-list .trackback {
		padding: 1.6471em 0;
	}

	.comment-list + .comment-respond,
	.comment-navigation + .comment-respond {
		padding-top: 1.6471em;
	}

	.comment-list .children > li {
		padding-left: 1.1667em;
	}

	.comment-author {
		margin-bottom: 0;
	}

	.comment-author .avatar {
		height: 42px;
		margin-right: 1.64705em;
		top: 5px;
		width: 42px;
	}

	.bypostauthor > article .fn:after {
		top: 7px;
		left: 6px;
	}

	.comment-metadata .edit-link:before {
		top: 6px;
	}

	.pingback .edit-link:before {
		top: 6px;
	}

	.comment-content ul,
	.comment-content ol {
		margin-bottom: 1.6471em;
	}

	.comment-list .reply a {
		padding: 0.4286em 0.8571em;
	}

	.comment-form,
	.no-comments {
		padding-top: 1.6471em;
	}

	.comment-reply-title small a:before {
		top: -1px;
	}

	embed,
	iframe,
	object,
	video {
		margin-bottom: 1.6471em;
	}

	.wp-audio-shortcode,
	.wp-video,
	.wp-playlist.wp-audio-playlist {
		font-size: 17px;
		font-size: 1.7rem;
		margin-bottom: 1.6471em;
	}

	.wp-caption,
	.gallery {
		margin-bottom: 1.6471em;
	}

	.widecolumn .mu_alert {
		margin-bottom: 1.6471em;
	}

	.widecolumn p {
		margin: 1.6471em 0;
	}

	.widecolumn p + h2 {
		margin-top: 1.6em;
	}

	.widecolumn #key,
	.widecolumn .mu_register #blog_title,
	.widecolumn .mu_register #user_email,
	.widecolumn .mu_register #blogname,
	.widecolumn .mu_register #user_name {
		font-size: 17px;
		font-size: 1.7rem;
	}

	.widecolumn .mu_register #blog_title,
	.widecolumn .mu_register #user_email,
	.widecolumn .mu_register #user_name {
		margin: 0 0 0.4117em;
	}


	/*Theme specific*/
	.embed-youtube, iframe{
		margin-top: 20px;
	}
	.embed-vimeo, .embed-youtube{
		text-indent: 0 !important;
	}
	.city-selector {
	}
	.city-selector button{
	    background: none;
	    border: 0;
	    cursor: pointer;
    	font-family: "Nebula-Belo", 'sans-serif';
	    font-size: 0.9rem;
		text-align: left;
	    text-transform: capitalize;
		display: block;
		padding: 0px;
		width: 100%;
		line-height: 1.2rem;
	    margin-bottom: 0.2rem;
	}
	.city-selector button.selected{
		text-decoration: underline;
	}

	#content{
		padding-top: calc(63vw / 5.43 + 30px) !important;
	}

	.single #content{
		padding-top: 0px !important;
	}
	.home #content{
		padding-top: calc(63vw / 5.43 + 30px) !important;
	}
	.home .main-section {
	    padding-bottom: calc(63vw / 5.43)!important;
	}
	.aqnb-list-header
	{
		position: relative;
		width:63vw;
		display: inline-block;
		margin-bottom: 50px;

	}
	.aqnb-list-header .list-date, .meta-holder .list-date{
		text-align: left;
		font-size: 0.9rem;
		line-height: 1.2rem;
		margin-bottom: 0.2rem;
		font-family: "Nebula-Belo", "san-serif";
	}
	.aqnb-list-header .post-author, .meta-holder .post-author{
		text-align: left;
		font-size: 0.9rem;
		line-height: 1.2rem;
		font-family: "Nebula-Belo", "san-serif";
		text-transform: capitalize;
	}
	/*.aqnb-list-header .list-date, .meta-holder .list-date{
        text-transform: capitalize;
        text-align: left;
		font-size: 0.9rem;
		line-height: 1.2rem;
		margin-bottom: 0.2rem;
        font-family: "Nebula-Belo", "san-serif";
	}
	.aqnb-list-header .post-author, .meta-holder .post-author{
		text-transform: capitalize;
		text-align: left;
		font-size: 9px;
		line-height: 12px;
		font-family: "Nebula-Belo", "san-serif";
	}*/
	/*.aqnb-list-header h2
		{
            font-size: 18px !important;
			line-height: 20px;
			text-align: left;
            font-weight: 100;
            padding-bottom: 10px;
            margin: 0px !important;

		}*/
	.fixed-header{
		height: 40px;
		width: 100%;
		position: fixed;
		z-index: 600;
		display: fixed;
	}
	.push-right{
		float: right;
		margin-right: 15px;
	}
	#main-nav-menu{
		margin-top: calc(63vw / 5.43);
	}
	#secondary-nav-menu{
		margin-top: 40px;
	}


    .post-thumbnail.stack {
        position: absolute;;
        top: -25%;
        margin:0;
        min-height: 160px;
		overflow: hidden;
		text-align: center;
    }

    .stack-item{
        position: absolute;
        right: 0px;
        top: -20%;
		z-index: 100;
		opacity: 0.9;
		transition: 1s opacity;

    }
	.stack-item .stack, .stack-item img{
		/*transition: 1s all;*/
	}
	.stack-main:hover .stack-item{
		z-index: 300;
		opacity: 1;

	}
	.stack img{
		/*margin-left: -50%;*/
	}
	
	
	/* Banner Popup Desktop  */
	.popup-banner{
		 margin-left: -16px;
		 bottom: 4%;
	}
	  
	#popup-banner-text a {
		white-space: nowrap;
		font-size: 1.1vw;
		line-height: 1.6;
	}
	
	#fragment {
 	  padding-right: 20px;	
	}
	
	#close {
		top: 6px;
		font-size: 0.9vw;
	}
	
	#close:hover{
		font-size: 0.9vw;
	}
	/* Banner Popup Desktop End  */

}


@media screen and (min-width: 1600px) {
	html{
		font-size: 80%;
	}
}


/**
* Mobile and Tablet
*/
@media screen and (max-width: 772px){

    .patreon-link {
       width: 95vw!important;
    }
	
	#menu-main-nav .nav-item-holder:first-child{
		display: block;
	}

	body{
		padding-top: 40px;
	}
	.fixed-header {
		position: fixed;
		width: 100%;
		height: 40px;
		z-index: 999;
		top: 0;
		background: rgb(255,224,223);

	}

	.site-main{
		width: 100%;
		padding: 0px 2% !important;
	}
	.site-header{
		right: 0px;
	}
	.entry-title {
	    font-size: 1.8rem !important;
	    line-height: 2.2rem !important;
	    margin: 0.8rem 0px;
	    width: 100%;
	}
	.entry-content{
		width: 100%;
		padding: 16px !important;
		line-height: 21px;
	}
	.entry-content figure{
		display: inline-block;
		text-align: center;
		margin-right: 0 !important;
		float: none;
		width: 100% !important;
		position: relative;
	}
	.entry-content figure img{
		left: 0px;
	}
	.page-header{
		display: none;
	}

	figure figcaption, figure figcaption strong {
	    position: relative;;
	    left: 0px;
	    padding-left: 0 !important;
	    color: rgb(50, 42, 35);
	    border-top: 1px rgb(50, 42, 35) solid;
	    padding: 2px 0 8px 0 !important;
		top: 0px !important;
	    font-size: 10px !important;
	    line-height: 12px !important;
	    text-indent: 0px;
		width: 100%;
		margin: 0px !important;
	}
	figure img:hover {
		opacity: 1;
		-ms-transform: scale(1) translate(0) !important; /* IE 9 */
	    -webkit-transform: scale(1) translate(0) !important; /* Safari */
	    transform: scale(1) translate(0) !important;
	}
	.entry-content.pop-reveal-open {
	    float: none !important;
	    margin: 0 auto !important;
	    padding: 0 0 40px 0 !important;
	}
	.reveal-holder{
		margin-bottom: 20px;
	}

	.post-thumbnail{
		margin-bottom: 0px;
		display: none;
	}


	.post-publish-meta {
	    padding-left: 8px;
	}

	.aqnb-list-item.news-item .entry-content {
		width: 100%;
		padding: 0px 8px;
	}
/*
	.aqnb-list-header .list-date
	{
		text-transform: capitalize;
		text-align: left;
		font-size: 1rem;
		line-height: 12px;
		font-family: "Nebula-Belo", "san-serif";
		padding: 4px 0px 0px 4px;
	}
	.aqnb-list-header .post-author
	{
		text-transform: capitalize;
		text-align: left;
		font-size: 10px;
		line-height: 12px;
		font-family: "Nebula-Belo", "san-serif";
		padding: 0px 0px 8px 4px;
	}*/
	
	/* updated 25 July 2018 */
	.media-item img {
	    padding: 8px;
		width: 100%;
		max-width: 100vw!important;
	}
	.media-item .caption {
		position: relative;
	    width: 100%;
	    padding: 8px 0 0 0 !important;
	    top: 0px;
	    font-size: 12px !important;
	    line-height: 14px !important;
	}

	/* Updated 25 July 2018 */
	.logo-compact {
		top: 0 !important;
	    background-size: 100% 20px !important;
	    height: 20px;
	    width: 100px;
	    position: relative;
		float: left;
		margin: 8px 5px 5px 8px;
	}
	
	.logo-base {
	    position: relative;
	    transition: 0.5s all ease;

	}
	.social-links{
		margin: 0 5px 0;
	}
	.logo-large {
	    width: 100%;
	}

	.post-tags-list{
		width: 100%;
	}

	.main-navigation, .menu{
		text-align: left;
	}
	#menu-main-nav{
		padding-top: 40px;
	}

	span.nav-item-holder:first-child {
    	display: block !important;
	}
	#secondary-nav-menu{
		padding-top: 40px;
	}
	.site-header{
		position: fixed;
		padding-bottom: 20px;
	    width: 60%;
		height: 100%;
		background: rgb(255,224,223);
	    z-index: 990;
		top: 40px;
		padding: 0 8px;
	}
	.vert-page-header {
		width: 100%;
		padding-bottom: 20px;
	}
	.category-aqnb-news .site-content, .tag .site-content, .author .site-content {
	    padding-top: 0px !important;
	}
	#primary {
	    margin-top: 30px;
	}

	#search-form .container {
	    /* width: 63vw; */
		width: 100%;
	    margin: 0px;
	    height: 50vw;
		padding: 0px 5%;
	}
	#search-form .search-results {
	    width: 100%;
	    height: 80vh;
	    overflow-y: auto;
	    overflow-x: hidden;
	}

	.aqnb-list-item {
	    padding-top: 40px;
	}
	.hentry {
		width: 100%;
	}

	/* Updated 25 July 2018 */
	.logo-astricks {
		/* display: none; */
		position: relative;
    	float: right;
    	margin: 11px 10px 0 0;
    	top: 0 !important;
		background-size: 100% 20px !important;
		height: 20px;
    	width: 100px;
	}
	
	/* About page hacks for menu */
	.page-id-59 .logo-astricks {
		display: block !important;

		top: 0 !important;
	    background-size: 100% 20px !important;
	    height: 20px;
	    width: 100px;
	    position: relative;
	    float: right;
	    margin: 8px 5px 0 0;
	}
	
	figure img.open {
		-ms-transform: scale(1) translate(0%) !important; /* IE 9 */
    	-webkit-transform: scale(1) translate(0%) !important; /* Safari */
    	transform: scale(1) translate(0%) !important;
	}
	
	/* Banner Popup Mobile*/
	.popup-banner{
		 margin-left: -6px;
		 bottom: 1%;
	}
	#popup-banner-text a {
		white-space: normal;
		font-size: inherit;
		line-height: 1.4;
	}
	#fragment{
		padding-right: 5px;
    	padding-left: 5px;
	}
	#close {
		font-size: 2.5vw;
		top: 4px;
        right: 5px;
	}
	#close:hover {
		font-size: 2.5vw;
	}
	/* Banner Popup Mobile End */	
}
/**
 * 17.0 Print
 */

@media print {
	body {
		background: none !important; /* Brute force since user agents all print differently. */
		font-size: 11.25pt;
	}

	.secondary-toggle,
	.navigation,
	.page-links,
	.edit-link,
	#reply-title,
	.comment-form,
	.comment-edit-link,
	.comment-list .reply a,
	button,
	input,
	textarea,
	select,
	.widecolumn form,
	.widecolumn .mu_register form {
		display: none;
	}

	.site-header,
	.site-footer,
	.hentry,
	.entry-footer,
	.page-header,
	.page-content,
	.comments-area,
	.widecolumn {
		background: none !important; /* Make sure color schemes dont't affect to print */
	}

	body,
	blockquote,
	blockquote cite,
	blockquote small,
	label,
	a,
	.site-title a,
	.site-description,
	.post-title,
	.author-heading,
	.entry-footer,
	.entry-footer a,
	.taxonomy-description,
	.entry-caption,
	.comment-author,
	.comment-metadata,
	.comment-metadata a,
	.comment-notes,
	.comment-awaiting-moderation,
	.no-comments,
	.site-info,
	.site-info a,
	.wp-caption-text,
	.gallery-caption {
		color: rgb(50, 42,35) !important; /* Make sure color schemes don't affect to print */
	}

	pre,
	abbr[title],
	table,
	th,
	td,
	.site-header,
	.site-footer,
	.hentry + .hentry,
	.author-info,
	.page-header,
	.comments-area,
	.comment-list + .comment-respond,
	.comment-list article,
	.comment-list .pingback,
	.comment-list .trackback,
	.no-comments {
		color: rgb(50, 42,35)!important; /* Make sure color schemes don't affect to print */
	}

	.site {

	}

	.sidebar {
		position: relative !important; /* Make sure sticky sidebar doesn't affect to print */
	}

	.site-branding {
		padding: 0;
	}

	.site-header {
		padding: 7.6923% 0;
	}

	.site-description {
		display: block;
	}

	.hentry + .hentry {
		margin-top: 7.6923%;
	}

	.hentry.has-post-thumbnail {
		padding-top: 7.6923%;
	}

	.sticky-post {
		background: #000 !important;
		color: #fff !important;
	}

	.entry-header,
	.entry-footer {
		padding: 0;
	}

	.entry-content,
	.entry-summary {
		padding: 0 0 7.6923%;
	}

	.post-thumbnail img {
		margin: 0;
	}

	.author-info {
		margin: 0;
	}

	.page-content {
		padding: 0 !important;
	}

	.page-header {
		padding: 3.84615% 0;
	}

	.comments-area {
		border: 0;
		padding: 7.6923% 0 0;
	}

	.site-footer {
		margin-top: 7.6923%;
	}

	.widecolumn {
		margin: 7.6923% 0 0;
		padding: 0;
	}
}

/* 18.0 - Image Filters */
.pop-reveal-open{
	display: block;

	opacity: 1;
}
.pop-reveal-hide{
	display: none;
	opacity: 0;

}

.aqnb-clear-image
{
}


/* Hide wp stats pic */
img#wpstats {
    display: none;
}

/* BEGIN POPUP BANNER */

.popup-banner {
  text-align: center;
  position: fixed;
  min-width: 100%;
  background: #332b23;	
  z-index: 1000;	
  /*transition: top 0.2s ease-in-out; */
  transition: 1s all ease;
 /* margin-left: -16px; */
  -webkit-animation: 3s ease 0s normal forwards 1 fadein;
   animation: 3s ease 0s normal forwards 1 fadein;
}
 
@keyframes fadein{
    0% { opacity:0; }
    66% { opacity:0; }
    100% { opacity:1; }
}

@-webkit-keyframes fadein{
    0% { opacity:0; }
    66% { opacity:0; }
    100% { opacity:1; }
}

#popup-banner-text a{
	text-align: center;
	/*padding: 25px 0 0px; */
	font-family: "Nebula-Belo", 'sans-serif';
	/* font-size: 1.4vw; */	
	color: #f9e1df;
	overflow: hidden;
    /* white-space: nowrap; */
	margin-left: auto;
    margin-right: auto;
	margin-top: 15px;
    margin-bottom: 15px;
    min-width: 100%;
	display: block;
}

#fragment {
  /*font-size: 2rem;
   * text-decoration: none; 
  padding-right: 20px;	*/
  display: block;
  box-sizing: border-box;
  
}

/*#fragment:hover {
  box-shadow: 2px 2px 5px rgba(0, 0, 0, .2);
}
*/
.item-right{
  text-align:right;
}

#close {
  font-family: "Nebula-Belo", 'sans-serif';	
  text-transform: capitalize;
  color: #f9e1df;
  display: inline-block;
  position: absolute;	
}

#close:hover {
  display: inline-block;
  color: #fff;
  cursor:pointer;
}

/* END POPUP BANNER */

/* Patreon footer */
.patreon-link {
    border-top: 1px rgb(50, 42, 35) solid;
    margin: 0;
    line-height: 2.5rem;
    font-size: 1.7rem;
    font-family: "Recession-2017", "times", serif;
    text-align: left !important;
    font-weight: normal;
    padding: 12px 12px 0px;
	width: 40vw;
	background: #332b23;
 	color: #f9e1df;
}

.shopify-buy-frame iframe {
    height: 441px!important;
}

.patreon-link a{
	text-decoration: underline!important;
	color: #f9e1df;
}

.post-social-btns {
	border-top: none!important;
} 
