/*!
Theme Name: United Twosday
Theme URI: http://united-twosday.com/
Author: United Twosday
Author URI: http://united-twosday.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: united-twosday
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.

United Twosday is based on Underscores https://underscores.me/, (C) 2012-2020 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:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
  - Magnific Popup
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | 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;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * 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;
	height: 0;
	overflow: visible;
}

/**
 * 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;
	font-size: 1em;
}

/* 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;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * 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;
	font-size: 1em;
}

/**
 * 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;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	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;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * 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;
	padding: 0;
}

/**
 * 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;
	outline-offset: -2px;
}

/**
 * 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;
	font: inherit;
}

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

#wpadminbar {
	position: relative;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 400;
	line-height: 20px;
}

.error404 .page-title {
	text-align: center;
	padding: 0 0 3rem 0;
}

body.home main.site-main h1,
body.home main.site-main h2,
body.home main.site-main h3,
body.home main.site-main h4,
body.home main.site-main h5,
body.home main.site-main h6 {
	line-height: 1.2;
}

body.home .header-nav.sticky .top-title.site-title {
	line-height: 4.6rem;
}

@media only screen and (min-width: 40.063em) {
	body.page article.page-charity .targets-section h3.sub-section {
		font-size: 1.6875rem;
	}
}

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

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

.off-canvas-wrap {
	opacity: 0;
	transition: opacity .2s .3s ease-in-out;
}

.inner-wrap,
.content-body,
.side-bar,
.top-bar {
	background-color: #150021;
}

.main-body {
	padding-top: 3rem;
	padding-bottom: 3rem;
}

body.home .site-main .home-content-area {
	padding-bottom: 150px;
}

body.archive .main-body .content-body,
body.archive .main-body .side-bar, body.search .main-body .content-body,
body.search .main-body .side-bar, body.single .main-body .content-body,
body.single .main-body .side-bar, body.page .main-body .content-body,
body.page .main-body .side-bar {
	padding: 2rem 0 0;
}

body.archive .main-body .content-body, body.search .main-body .content-body, body.single .main-body .content-body, body.page .main-body .content-body {
	padding-left: 1rem;
	padding-right: 1rem;
}

@media only screen and (min-width: 64.063em) {
	body.archive .main-body, body.search .main-body, body.single .main-body, body.page .main-body {
		display: flex;
	}
	body.archive .main-body .content-body,
	body.archive .main-body .side-bar, body.search .main-body .content-body,
	body.search .main-body .side-bar, body.single .main-body .content-body,
	body.single .main-body .side-bar, body.page .main-body .content-body,
	body.page .main-body .side-bar {
		margin-left: .9375em;
		margin-right: .9375em;
	}
	body.archive .main-body .content-body, body.search .main-body .content-body, body.single .main-body .content-body, body.page .main-body .content-body {
		order: 2;
	}
	body.archive .main-body .side-bar, body.search .main-body .side-bar, body.single .main-body .side-bar, body.page .main-body .side-bar {
		order: 1;
	}
}

body.page .main-body .content-body {
	padding-left: 3rem;
	padding-right: 3rem;
}

body.template-full-width .main-body {
	padding-left: calc( .9375em + 1vw);
	padding-right: calc( .9375em + 1vw);
}

body.error404 .main-body {
	display: inline-block;
	height: 100%;
	width: 100%;
	padding-left: 3vw;
	padding-right: 3vw;
}

body.error404 .main-body .content-body {
	padding: 4.5em;
}

footer.blog-footer {
	margin-top: 0;
	padding: 4rem 0 .5rem;
}

footer.blog-footer .footer-bg-tint {
	top: 0;
	bottom: 0;
	opacity: .2;
}

#st_gdpr_iframe {
	border: 0;
}

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

.top-bar hr.separator-top {
	opacity: 0;
}

@media only screen and (min-width: 40.063em) {
	.top-bar hr.separator-top {
		opacity: 1;
	}
}

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

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

body {
	background-color: #eee;
}

.wrapper {
	height: 100vh;
	text-align: center;
}

.wrapper button {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.loader {
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	width: 0;
	height: 100vh;
	transition: width 0s 1.4s ease;
}

.loader .loader__icon {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	opacity: 0;
	transition: opacity .5s ease;
}

.loader .loader__icon svg, .loader .loader__icon img {
	transform-origin: 0 0;
}

.loader .loader__tile {
	position: absolute;
	left: 0;
	width: 0;
	height: 20%;
	background-color: #5a197b;
	transition: width .7s ease;
}

.loader .loader__tile:nth-child(0) {
	top: calc(-1 * 20%);
	transition-delay: -0.2s;
}

.loader .loader__tile:nth-child(1) {
	top: calc(0 * 20%);
	transition-delay: 0s;
}

.loader .loader__tile:nth-child(2) {
	top: calc(1 * 20%);
	transition-delay: 0.2s;
}

.loader .loader__tile:nth-child(3) {
	top: calc(2 * 20%);
	transition-delay: 0.4s;
}

.loader .loader__tile:nth-child(4) {
	top: calc(3 * 20%);
	transition-delay: 0.6s;
}

.loader .loader__tile:nth-child(5) {
	top: calc(4 * 20%);
	transition-delay: 0.8s;
}

.loader--active {
	width: 100%;
	transition-delay: 0s;
}

.loader--active .loader__icon {
	opacity: 1;
	transition: opacity .5s 1.4s ease;
}

.loader--active .loader__tile {
	width: 100%;
}

.loader--active .loader__tile:nth-child(0) {
	transition-delay: -0.2s;
}

.loader--active .loader__tile:nth-child(1) {
	transition-delay: 0s;
}

.loader--active .loader__tile:nth-child(2) {
	transition-delay: 0.2s;
}

.loader--active .loader__tile:nth-child(3) {
	transition-delay: 0.4s;
}

.loader--active .loader__tile:nth-child(4) {
	transition-delay: 0.6s;
}

.loader--active .loader__tile:nth-child(5) {
	transition-delay: 0.8s;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

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

a:focus {
	outline: thin dotted;
}

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

article .entry-content a {
	color: #661f99;
}

body.page article.page-charity .targets-section {
	font-size: 17px;
}

@media only screen and (min-width: 40.063em) {
	body.page article.page-charity .targets-section {
		font-size: 20px;
	}
}

/* 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);
	line-height: 1;
	padding: 0.6em 1em 0.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;
}

.solid-nav-btn a {
	border-left: 1px solid #3e1447;
	border-right: 1px solid #3e1447;
	border-top: 1px solid #3e1447;
	color: #000000;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
	background: #722583;
	background: linear-gradient(#722583, #611f6f);
	box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.15);
}

@media only screen and (min-width: 64.063em) {
	.subscribe-section {
		padding-right: 4.5rem;
	}
	.subscribe-section .validate .mc-field-group {
		width: 100%;
	}
	.subscribe-section .validate .mc-field-group #mce-EMAIL {
		width: 100%;
	}
}

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

#search-modal input {
	outline: transparent;
	border: 0;
	border-bottom: 1px solid #5a197b;
	color: #5a197b;
}

#search-modal button {
	color: #5a197b;
}

.blog-footer .subscribe-section input.email {
	font-size: 14px;
}

@media only screen and (min-width: 40.063em) {
	.blog-footer .subscribe-section input.email {
		font-size: 11px !important;
	}
}

@media only screen and (min-width: 768px) {
	.blog-footer .subscribe-section input.email {
		font-size: 14px !important;
	}
}

@media only screen and (min-width: 64.063em) {
	.blog-footer .subscribe-section input.email {
		font-size: 11px !important;
	}
}

@media only screen and (min-width: 1170px) {
	.blog-footer .subscribe-section input.email {
		font-size: 14px !important;
	}
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
}

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

.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 {
	display: block;
	left: auto;
}

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

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

.main-navigation ul li.search-item i.fa {
	padding-top: 0;
}

.main-navigation li {
	position: relative;
}

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

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

.right-off-canvas-menu ul.menu {
	margin-left: 0;
	font-size: 100%;
}

.right-off-canvas-menu li {
	list-style: none;
}

.right-off-canvas-menu li a {
	text-shadow: 0 0 15px #722583;
}

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

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

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
	justify-content: flex-end;
	order: 1;
}

.comment-navigation .nav-previous,
.comment-navigation .nav-next,
.comment-navigation .sharethis-inline-reaction-buttons,
.posts-navigation .nav-previous,
.posts-navigation .nav-next,
.posts-navigation .sharethis-inline-reaction-buttons,
.post-navigation .nav-previous,
.post-navigation .nav-next,
.post-navigation .sharethis-inline-reaction-buttons {
	flex: 1 0 33.33%;
	max-width: 33.33%;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	order: 3;
	text-align: right;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: start;
}

.comment-navigation .sharethis-inline-reaction-buttons,
.posts-navigation .sharethis-inline-reaction-buttons,
.post-navigation .sharethis-inline-reaction-buttons {
	order: 2;
}

.comment-navigation .sharethis-inline-reaction-buttons .st-btn,
.posts-navigation .sharethis-inline-reaction-buttons .st-btn,
.post-navigation .sharethis-inline-reaction-buttons .st-btn {
	padding-top: 0 !important;
}

@media only screen and (max-width: 40.063em) {
	.comment-navigation .nav-links,
	.posts-navigation .nav-links,
	.post-navigation .nav-links {
		flex-flow: row wrap;
	}
	.comment-navigation .nav-previous,
	.comment-navigation .nav-next,
	.comment-navigation .sharethis-inline-reaction-buttons,
	.posts-navigation .nav-previous,
	.posts-navigation .nav-next,
	.posts-navigation .sharethis-inline-reaction-buttons,
	.post-navigation .nav-previous,
	.post-navigation .nav-next,
	.post-navigation .sharethis-inline-reaction-buttons {
		max-width: none;
	}
	.comment-navigation .nav-previous,
	.comment-navigation .nav-next,
	.posts-navigation .nav-previous,
	.posts-navigation .nav-next,
	.post-navigation .nav-previous,
	.post-navigation .nav-next {
		flex: 1 0 50%;
	}
	.comment-navigation .sharethis-inline-reaction-buttons,
	.posts-navigation .sharethis-inline-reaction-buttons,
	.post-navigation .sharethis-inline-reaction-buttons {
		order: 0;
		flex: 0 0 70%;
		margin: 0 auto 15px;
	}
	.comment-navigation .sharethis-inline-reaction-buttons .st-btn,
	.posts-navigation .sharethis-inline-reaction-buttons .st-btn,
	.post-navigation .sharethis-inline-reaction-buttons .st-btn {
		width: 40px !important;
	}
}

.st-image-share-buttons {
	z-index: 1003 !important;
}

.pagi-container a, .pagi-container .current,
.nav-links a,
.nav-links .current {
	text-transform: uppercase;
	font-size: 1.3rem;
}

.pagi-container {
	padding-left: 2vh;
}

.wp-pagenavi {
	margin-bottom: 30px;
	text-align: center;
}

.wp-pagenavi > a:hover {
	opacity: 1 !important;
}

.wp-pagenavi > a, .wp-pagenavi > span {
	text-transform: lowercase;
}

.wp-pagenavi > a:before, .wp-pagenavi > span:before {
	content: " | ";
	margin: 0 10px;
}

.wp-pagenavi .first:before,
.wp-pagenavi .previouspostslink:before,
.wp-pagenavi .nextpostslink:before,
.wp-pagenavi .last:before {
	display: none;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
	margin: 0 20px;
}

.wp-pagenavi :not(.smaller) + .smaller:before,
.wp-pagenavi > :first-child.current:before {
	display: none;
}

.main-body.permalinks-page .content-area.single .post-navigation {
	margin-bottom: 5em;
}

/* 
 * Sidebar Menu Styles
 *  */
#cssmenu {
	width: auto;
	box-sizing: content-box;
	padding: 0 2rem;
}

#cssmenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 1;
	display: block;
	zoom: 1;
	font-size: 0;
}

#cssmenu ul:after {
	content: " ";
	display: block;
	font-size: 0;
	height: 0;
	clear: both;
	visibility: hidden;
}

#cssmenu ul li {
	width: 50%;
	display: inline-block;
	padding: 0;
	margin: 0;
}

#cssmenu ul li a {
	color: #150021;
	text-decoration: none;
	display: block;
	padding: 6px;
	font-family: 'Avalon', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 18px;
	position: relative;
	transition: color .25s;
}

#cssmenu.align-center ul {
	text-align: center;
	font-size: 0;
}

#cssmenu.align-center ul li {
	float: right;
}

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

.entry-footer {
	clear: both;
}

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

body .main-body,
body .content-body {
	position: relative;
}

body .scroll-to,
body .scroll-to-alt {
	position: absolute;
	top: 0;
}

body.home .scroll-to {
	position: relative;
	top: -60px;
}

/* Archive Posts */
body.archive #results-wrapper .page-title,
body.search #results-wrapper .page-title {
	letter-spacing: -9px;
	font-size: 100px;
	line-height: 1.2;
}

@media only screen and (max-width: 64.063em) {
	body.archive #results-wrapper .page-title,
	body.search #results-wrapper .page-title {
		font-size: 7rem !important;
	}
}

@media only screen and (max-width: 40.063em) {
	body.archive #results-wrapper .page-title,
	body.search #results-wrapper .page-title {
		font-size: 5rem !important;
	}
}

body.archive .post .entry-content,
body.search .post .entry-content {
	margin: 0;
}

body.archive .post .entry-title,
body.search .post .entry-title {
	margin-bottom: 1rem;
}

body.archive .post .ani-div,
body.search .post .ani-div {
	overflow: hidden;
}

body.archive .post .tile-overlay *,
body.search .post .tile-overlay * {
	color: #3e3d3e;
}

body.archive .post .tile-overlay .meta-stamp, body.archive .post .tile-overlay .post-tags, body.archive .post .tile-overlay .post-buttons,
body.search .post .tile-overlay .meta-stamp,
body.search .post .tile-overlay .post-tags,
body.search .post .tile-overlay .post-buttons {
	z-index: 20;
}

body.archive .post .tile-overlay .post-link,
body.search .post .tile-overlay .post-link {
	width: 100%;
	position: absolute;
	height: 100%;
	z-index: 10;
}

body.archive .post .tile-overlay .post-icon,
body.search .post .tile-overlay .post-icon {
	right: 0;
	text-align: right;
	padding: 10px 20px 0 0;
}

body.archive .post .tile-overlay .post-icon .fa,
body.search .post .tile-overlay .post-icon .fa {
	padding-top: 0;
}

body.archive .post .tile-overlay .post-buttons,
body.search .post .tile-overlay .post-buttons {
	position: absolute;
}

body.archive .post .tile-overlay .post-tags,
body.search .post .tile-overlay .post-tags {
	position: absolute;
	bottom: 0;
}

body.archive .post .tile-overlay .post-tags p,
body.search .post .tile-overlay .post-tags p {
	padding: 0 20px;
	line-height: 1.6;
	text-align: justify;
}

body.archive .post.format-gallery .entry-content p:first-child,
body.search .post.format-gallery .entry-content p:first-child {
	margin-top: 15px;
}

body.archive .post.format-gallery .entry-content p:last-child,
body.search .post.format-gallery .entry-content p:last-child {
	margin-bottom: 0;
}

body.archive .post.format-gallery .mobile-meta,
body.search .post.format-gallery .mobile-meta {
	margin-top: 15px;
}

body.archive .post.format-quote .attribution,
body.search .post.format-quote .attribution {
	padding: .5625rem 1.25rem 0 1.1875rem;
	text-align: left;
}

@media only screen and (min-width: 64.063em) {
	body.archive .post.format-quote .attribution,
	body.search .post.format-quote .attribution {
		text-align: center;
		padding: 0;
	}
}

body.archive .post:hover .tile-overlay .post-buttons,
body.search .post:hover .tile-overlay .post-buttons {
	display: inline-block;
	height: 47px;
	margin: auto;
	text-align: center;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

body.archive .mobile-meta .post-buttons,
body.search .mobile-meta .post-buttons {
	text-align: right;
}

body.single-post .post.format-link .entry-content > p:first-child {
	margin-bottom: 0;
}

body.single-post .post.format-link .entry-content > p:first-child a {
	display: block;
	text-align: center;
	line-height: 2.6;
	font-size: 2.3125rem;
}

body.single-post .post.format-gallery .grid-item {
	margin-bottom: 0;
}

body.page {
	margin-bottom: 0;
}

.embed-container {
	position: relative;
	padding-bottom: 80%;
	height: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	z-index: 1;
	vertical-align: middle;
	display: inline-block;
	border-radius: 5px;
}

.embed-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	display: inline-block;
}

@media only screen and (min-width: 64.063em) {
	.embed-container {
		padding-bottom: 56.25%;
	}
}

#targets-section {
	margin-top: 50px;
	padding-top: 30px;
}

#targets-section h3 {
	margin-bottom: 5%;
}

@media only screen and (min-width: 64.063em) {
	#targets-section {
		margin-top: 5%;
		padding-top: 2%;
	}
}

.entry-content .children-pages {
	display: flex;
	flex-flow: wrap;
}

.entry-content .children-pages .child-page {
	width: 47%;
	margin-bottom: 4%;
}

.entry-content .children-pages > div:nth-of-type(2n+1) {
	margin-right: 3%;
}

.entry-content .children-pages > div:nth-of-type(2n+2) {
	margin-left: 3%;
}

#instagram-feed {
	overflow: hidden;
	margin-bottom: 0;
}

#instagram-feed li {
	width: 31.666%;
	float: left;
	margin-bottom: 2.5%;
}

#instagram-feed li:nth-of-type(3n+1) {
	margin-right: 2.5%;
}

#instagram-feed li:nth-of-type(3n+3) {
	margin-left: 2.5%;
}

@media only screen and (min-width: 40.063em) {
	body.archive #results-wrapper .page-title,
	body.search #results-wrapper .page-title {
		font-size: 115px;
	}
	body.archive .post,
	body.search .post {
		margin-bottom: 7.2vh;
	}
}

@media only screen and (min-width: 64.063em) {
	body.archive .post,
	body.search .post {
		margin-bottom: 3.2vh;
	}
	body.archive .post .tile-overlay,
	body.search .post .tile-overlay {
		display: flex;
		width: 100%;
		height: 0;
		bottom: 0;
		position: absolute;
		transition: height .25s ease-in-out;
		background: rgba(206, 202, 202, 0.95);
		z-index: 2;
	}
	body.archive .post .meta-stamp,
	body.search .post .meta-stamp {
		text-align: center;
		display: inline-block;
		margin: 10px 0 0 20px;
		position: absolute;
		opacity: 0;
		transition: opacity .2s .3s ease-in-out;
	}
	body.archive .post .post-tags,
	body.search .post .post-tags {
		margin: auto 0 0 0;
		display: flex;
		margin-right: auto;
		left: 0;
		opacity: 0;
		transition: opacity .2s .3s ease-in-out;
	}
	body.archive .post:hover .tile-overlay,
	body.search .post:hover .tile-overlay {
		height: 100%;
	}
	body.archive .post:hover .meta-stamp, body.archive .post:hover .post-tags,
	body.search .post:hover .meta-stamp,
	body.search .post:hover .post-tags {
		opacity: 1;
	}
	body.archive #results-wrapper .page-title,
	body.search #results-wrapper .page-title {
		font-size: 125px;
	}
}

.main-body.permalinks-page .post-date h2 {
	font-size: 2.75rem;
	line-height: 2.5rem;
}

.main-body.permalinks-page .post-date h2 a {
	font-size: 65px;
	color: #7b7493;
	margin: auto;
}

.main-body.permalinks-page .post-date .fa {
	font-size: 65px;
}

.main-body.permalinks-page article.format-standard .entry-content {
	margin-top: 0;
}

body.page-template-template-full-width .main-body .content-body {
	margin: auto;
	padding: 7% 10%;
}

body.page-template-template-full-width .main-body article.page {
	margin: 0;
}

body.page article.page-charity .targets-section .page-thumb img {
	float: none;
}

@media only screen and (min-width: 64.063em) {
	body.page article.page-charity .targets-section .page-thumb img {
		float: left;
	}
}

body.error404 .page-content {
	text-align: center;
}

body.error404 .page-content ul {
	list-style: none;
	margin-left: 0;
}

body.error404 .page-content .message-404 {
	margin-bottom: 4em;
	font-size: 1.3rem;
}

body.error404 .page-content #archives-dropdown--1 {
	max-width: 200px;
}

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

.bypostauthor {
	display: block;
}

.comment-form-author label,
.comment-form-email label,
.comment-form-url label {
	display: inline-block;
	width: 15%;
	max-width: 90px;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

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

/* Fix layout with Proxy Cache Purge plugin installed */
#wpadminbar #wp-admin-bar-purge-varnish-cache .ab-icon {
	padding: 0 !important;
}

.error404 .page-content .widget {
	margin-bottom: 2.5em;
}

.error404 .page-content .widget:last-of-type {
	margin-bottom: 0;
}

@media only screen and (min-width: 64.063em) {
	.error404 .page-content .widget {
		margin-bottom: 4.5em;
	}
}

.top-bar {
	margin-top: -15px;
	margin-bottom: 0 !important;
}

.top-social {
	margin-right: 20px;
	margin-bottom: 0;
	padding-bottom: 3px;
	padding-top: 6px;
}

header#masthead {
	margin-bottom: 0;
}

.embed-container2 {
	padding: 2.5rem 20px;
	top: 0;
}

body.home .home-content-area,
body.home .embed-container2 {
	background-color: #220533;
}

body.home .embed-container2 {
	padding-bottom: 0;
}

@media only screen and (min-width: 64.063em) {
	body.home .embed-container2 {
		padding-bottom: 50px;
	}
}

body.archive article.post .mobile-meta,
body.search article.post .mobile-meta {
	display: flex !important;
}

body.archive article.post .mobile-meta > div,
body.search article.post .mobile-meta > div {
	width: 33.33%;
	align-self: center;
}

body.archive article.post .mobile-meta .meta-left .post-icon,
body.archive article.post .mobile-meta .meta-left .meta-stamp,
body.search article.post .mobile-meta .meta-left .post-icon,
body.search article.post .mobile-meta .meta-left .meta-stamp {
	float: left;
}

body.archive article.post .mobile-meta .meta-left .post-icon,
body.search article.post .mobile-meta .meta-left .post-icon {
	margin-right: 6px;
}

body.archive article.post .mobile-meta .meta-left .post-icon i.fa,
body.search article.post .mobile-meta .meta-left .post-icon i.fa {
	padding-top: 0;
	font-size: 35px;
}

body.archive article.post .mobile-meta .meta-left .meta-stamp p,
body.search article.post .mobile-meta .meta-left .meta-stamp p {
	font-size: 11px;
	line-height: 1.2;
	margin-bottom: 0;
}

body.archive article.post .mobile-meta .meta-left .meta-stamp h2,
body.search article.post .mobile-meta .meta-left .meta-stamp h2 {
	margin-bottom: 0;
	margin-top: 0;
	font-size: 23px;
	line-height: 1;
}

body.archive article.post .mobile-meta .meta-center,
body.search article.post .mobile-meta .meta-center {
	align-self: center;
	text-align: center;
	font-size: 26px;
	line-height: 1;
}

@media only screen and (max-width: 64.063em) {
	body.archive article.post .mobile-meta .meta-center,
	body.search article.post .mobile-meta .meta-center {
		font-size: 23px;
	}
}

body.archive article.post .mobile-meta .post-buttons .see-post,
body.archive article.post .mobile-meta .post-buttons .more-share,
body.search article.post .mobile-meta .post-buttons .see-post,
body.search article.post .mobile-meta .post-buttons .more-share {
	margin-right: 0;
	margin-left: 10px;
}

body.archive article.post .mobile-meta .post-buttons .see-post i.fa,
body.archive article.post .mobile-meta .post-buttons .more-share i.fa,
body.search article.post .mobile-meta .post-buttons .see-post i.fa,
body.search article.post .mobile-meta .post-buttons .more-share i.fa {
	font-size: 38px;
	padding-top: 0;
}

@media only screen and (min-width: 64.063em) {
	body.archive article.post .mobile-meta,
	body.search article.post .mobile-meta {
		display: none !important;
	}
}

.home-content-area > .row {
	padding-bottom: 150px;
	margin-left: auto;
	margin-right: auto;
}

.home-content-area > .row:last-child {
	padding-bottom: 0;
}

.home-content-area > .row .section-title-container {
	margin-bottom: 25px;
}

.home-content-area > .row .section-title,
.home-content-area > .row .section-description {
	margin-bottom: 10px;
	text-align: center;
}

.home-content-area .row-2-widget {
	background-color: #220533;
}

.home-content-area .row-3-widget {
	display: flex;
	flex-direction: column;
	max-width: 1280px;
	text-align: center;
}

.home-content-area .row-3-widget .widgets-container {
	display: block;
}

@media only screen and (min-width: 40.063em) {
	.home-content-area .row-3-widget .widgets-container {
		display: flex;
	}
}

.home-content-area .row-3-widget .column {
	align-content: flex-start;
	flex-direction: column;
	float: none;
	max-width: 80%;
	width: 62%;
	margin: 0 auto 4rem;
}

.home-content-area .row-3-widget .column * {
	place-content: center;
}

@media only screen and (min-width: 64.063em) {
	.home-content-area .row-3-widget .column {
		width: 33.33%;
		max-width: 300px;
		margin-left: auto;
		margin-right: auto;
	}
	.home-content-area .row-3-widget .column:first-child {
		margin-left: 0;
	}
	.home-content-area .row-3-widget .column:last-child {
		margin-right: 0;
	}
}

.home-content-area .home-gadget {
	margin-bottom: 55px;
}

.home-content-area .home-gadget:last-of-type {
	margin-bottom: 0;
}

.home-content-area .home-gadget .widget-icon {
	width: 100%;
}

.home-content-area .home-gadget .title {
	font-size: 1.15rem;
	line-height: 1.3;
	text-shadow: 0 0 1px;
	text-transform: uppercase;
}

@media only screen and (min-width: 64.063em) {
	.home-content-area .home-gadget .title {
		font-size: 1.45rem;
		line-height: 1.4;
	}
}

.home-content-area .home-gadget .description {
	color: #722583;
	text-shadow: 0px 0px 1px;
	font-size: 16px;
	line-height: 1.2;
	font-weight: 500;
}

@media only screen and (min-width: 40.063em) {
	.home-content-area .home-gadget .description {
		font-size: 18px;
	}
}

@media only screen and (min-width: 40.063em) {
	.home-content-area .home-gadget {
		margin-bottom: 0;
	}
}

/* 
 * Widget styles for box links
 *  */
/* G A M E S  N A V  MAIN */
.sidebar-item.children-pages,
.sidebar-item.children-pages ul,
.sidebar-item.children-pages ul li,
.sidebar-item.children-pages ul li a,
.cssmenu3,
.cssmenu3 ul,
.cssmenu3 ul li,
.cssmenu3 ul li a {
	margin: 0px;
	padding: 0;
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}

body.page-parent .sidebar-item.children-pages,
body.page-parent .cssmenu3 {
	width: auto;
	font-family: Helvetica, Arial, sans-serif;
	color: #000000;
}

body.page-parent .sidebar-item.children-pages ul,
body.page-parent .cssmenu3 ul {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	text-transform: uppercase;
}

body.page-parent main.page-charity .side-bar .sidebar-item.children-pages ul,
body.page-parent main.page-charity .side-bar .cssmenu3 ul {
	display: block;
}

body.page-parent.page-child .sidebar-item.children-pages ul,
body.page-parent.page-child .cssmenu3 ul {
	display: block;
}

body.page-parent.page-child article .gamebox {
	padding: 0;
	margin: 0;
}

.sidebar-item.children-pages ul ul,
.cssmenu3 ul ul {
	display: none;
}

.sidebar-item.children-pages ul ul li a,
.cssmenu3 ul ul li a {
	cursor: pointer;
	border-bottom: 1px solid #32373e;
	border-left: 1px solid #32373e;
	border-right: 1px solid #32373e;
	padding: 10px 20px;
	z-index: 1;
	text-decoration: none;
	font-size: 13px;
	color: #eeeeee;
	background: #49505a;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.sidebar-item.children-pages ul ul li:hover > a,
.sidebar-item.children-pages ul ul li.open > a,
.sidebar-item.children-pages ul ul li.active > a,
.cssmenu3 ul ul li:hover > a,
.cssmenu3 ul ul li.open > a,
.cssmenu3 ul ul li.active > a {
	background: #424852;
	color: #ffffff;
}

.sidebar-item.children-pages ul ul li:first-child > a,
.cssmenu3 ul ul li:first-child > a {
	box-shadow: none;
}

.sidebar-item.children-pages ul ul ul li:first-child > a,
.cssmenu3 ul ul ul li:first-child > a {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.sidebar-item.children-pages ul ul ul li a,
.cssmenu3 ul ul ul li a {
	padding-left: 30px;
}

.sidebar-item.children-pages ul ul li.has-sub > a::after,
.cssmenu3 ul ul li.has-sub > a::after {
	display: block;
	position: absolute;
	content: "";
	width: 5px;
	height: 5px;
	right: 20px;
	z-index: 10;
	top: 11.5px;
	border-top: 2px solid #eeeeee;
	border-left: 2px solid #eeeeee;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.sidebar-item.children-pages ul ul li.active > a::after,
.sidebar-item.children-pages ul ul li.open > a::after,
.sidebar-item.children-pages ul ul li > a:hover::after,
.cssmenu3 ul ul li.active > a::after,
.cssmenu3 ul ul li.open > a::after,
.cssmenu3 ul ul li > a:hover::after {
	border-color: #ffffff;
}

.sidebar-item.children-pages ul > li.active > ul,
.cssmenu3 > ul > li.active > ul {
	display: block;
}

.sidebar-item.children-pages ul > li > a,
.cssmenu3 > ul > li > a {
	display: block;
	margin: auto;
	padding: 5px 0;
	border-left: 1px solid #3e1447;
	border-right: 1px solid #3e1447;
	border-top: 1px solid #3e1447;
	cursor: pointer;
	z-index: 2;
	font-size: 18px;
	font-weight: 300;
	text-decoration: none;
	color: #000000;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
	background: #722583;
	background: -webkit-linear-gradient(#722583, #611f6f);
	background: -moz-linear-gradient(#722583, #611f6f);
	background: -o-linear-gradient(#722583, #611f6f);
	background: -ms-linear-gradient(#722583, #611f6f);
	background: linear-gradient(#722583, #611f6f);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.sidebar-item.children-pages ul > li > a:hover,
.sidebar-item.children-pages ul > li.active > a,
.sidebar-item.children-pages ul > li.open > a,
.cssmenu3 > ul > li > a:hover,
.cssmenu3 > ul > li.active > a,
.cssmenu3 > ul > li.open > a {
	color: #000000;
	background: #611f6f;
	background: -webkit-linear-gradient(#611f6f, #4f1a5b);
	background: -moz-linear-gradient(#611f6f, #4f1a5b);
	background: -o-linear-gradient(#611f6f, #4f1a5b);
	background: -ms-linear-gradient(#611f6f, #4f1a5b);
	background: linear-gradient(#611f6f, #4f1a5b);
}

.sidebar-item.children-pages ul > li.open > a,
.cssmenu3 > ul > li.open > a {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.15);
	border-bottom: 1px solid #3e1447;
}

.sidebar-item.children-pages ul > li:last-child > a,
.sidebar-item.children-pages ul > li.last > a,
.cssmenu3 > ul > li:last-child > a,
.cssmenu3 > ul > li.last > a {
	border-bottom: 1px solid #3e1447;
}

.sidebar-item.children-pages ul > li > a:hover > span::after,
.sidebar-item.children-pages ul > li.active > a > span::after,
.sidebar-item.children-pages ul > li.open > a > span::after,
.cssmenu3 > ul > li > a:hover > span::after,
.cssmenu3 > ul > li.active > a > span::after,
.cssmenu3 > ul > li.open > a > span::after {
	border-color: #000000;
}

.sidebar-item.children-pages ul > li > ul > li:last-child > a,
.sidebar-item.children-pages ul > li > ul > li.last > a,
.cssmenu3 > ul > li > ul > li:last-child > a,
.cssmenu3 > ul > li > ul > li.last > a {
	border-bottom: 0;
}

.sidebar-item.children-pages ul > li > ul > li.open:last-child > a,
.sidebar-item.children-pages ul > li > ul > li.last.open > a,
.cssmenu3 > ul > li > ul > li.open:last-child > a,
.cssmenu3 > ul > li > ul > li.last.open > a {
	border-bottom: 1px solid #32373e;
}

.sidebar-item.children-pages ul > li > ul > li.open:last-child > ul > li:last-child > a,
.cssmenu3 > ul > li > ul > li.open:last-child > ul > li:last-child > a {
	border-bottom: 0;
}

.sidebar-item.children-pages ul > li:last-child > a, .sidebar-item.children-pages > ul > li.last > a,
.cssmenu3 > ul > li:last-child > a,
.cssmenu3 > > ul > li.last > a {
	margin-bottom: 0px;
}

.align-right {
	float: right;
}

.holder {
	width: 0;
	height: 0;
	position: absolute;
	top: 0;
	right: 0;
}

.holder::after,
.holder::before {
	display: block;
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	right: 20px;
	z-index: 10;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.holder::after {
	top: 18px;
	border-top: 2px solid #000000;
	border-left: 2px solid #000000;
}

.holder::before {
	top: 19px;
	border-top: 2px solid;
	border-left: 2px solid;
	border-top-color: inherit;
	border-left-color: inherit;
}

.tickcounter iframe {
	position: relative !important;
}

.side-bar .tickcounter {
	padding: 0 1.5rem;
}

.home-widget .tickcounter {
	padding: 0 !important;
}

.game_frame {
	clear: both;
}

body.page-parent .game_box1 {
	width: 100%;
	margin: 1.25rem 0;
	position: relative;
	float: left;
	text-align: center;
}

body.page-child .gamebox {
	width: 50%;
	position: relative;
	float: left;
	text-align: center;
	text-transform: uppercase;
}

body.page-child .game_box1, body.page-child .game_box2 {
	position: relative;
	float: left;
	text-align: center;
	text-transform: uppercase;
}

body.page-child .music_wrapper1 {
	width: 50%;
	float: right;
	margin: auto;
	vertical-align: center;
	box-sizing: auto;
	padding: 10px;
	padding-bottom: 103px;
	padding-top: 30px;
}

body.page-child .music_wrapper2 {
	width: 50%;
	float: right;
	margin: auto;
	vertical-align: center;
	box-sizing: auto;
	padding: 10px;
	padding-bottom: 103px;
	padding-top: 30px;
}

body.page-child .music_wrapper {
	padding-bottom: 200px;
}

body.page-child .music_left {
	width: 100%;
	float: left;
}

body.page-child .music_right {
	width: 100%;
	float: left;
}

body.page-child .embed_container {
	float: right;
	width: 100%;
}

body.page-child .genres {
	font-size: 16px;
	color: #722583;
	text-shadow: 0px 0px 10px #722583;
	text-align: center;
}

body.page-child .genres1 {
	font-size: 22px;
	color: #722583;
	text-shadow: 0px 0px 10px #722583;
	text-align: left;
	padding-top: 15px;
}

body.page-child .game_headings {
	font-size: 16px;
	color: #722583;
	text-shadow: 0px 0px 10px #722583;
}

body.page-child .genre_headings img {
	padding-top: 30px;
	padding-bottom: 50px;
}

body.page-child .genre_headings h1 {
	padding-top: 1em;
	padding-bottom: .5em;
}

article.page-charity .gamebox {
	width: 33.33%;
}

.sidebar-item.widget_nav_menu .widget-title, .sidebar-item.widget_wpb_widget .widget-title {
	margin-bottom: 1rem;
}

.sidebar-item .children-pages, .sidebar-item.children-pages {
	width: 100%;
	padding: 0 2rem;
	float: none !important;
}

.sidebar-item .children-pages .menu-item-object-category a,
.sidebar-item .children-pages .embed_container, .sidebar-item.children-pages .menu-item-object-category a,
.sidebar-item.children-pages .embed_container {
	float: none;
	color: #5a197b !important;
	background: #220533;
	border: 0;
	border-bottom: 1px solid #5a197b;
	box-shadow: none;
}

.sidebar-item .children-pages .menu-item-object-category a:hover,
.sidebar-item .children-pages .embed_container:hover, .sidebar-item.children-pages .menu-item-object-category a:hover,
.sidebar-item.children-pages .embed_container:hover {
	background: #150021;
}

/* pre-loader */
#qLoverlay {
	padding: 0 30%;
	text-align: center;
}

#qLoverlay::before {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 53%;
	top: auto;
}

#qLoverlay::after {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 40%;
	font-size: 21px;
	color: #fff;
}

#qLtempOverlay {
	text-align: center;
	background: #000;
}

.queryloader__overlay__bar {
	max-width: 40%;
}

/* Instagram Feed widget */
.widget_instagram_feed {
	padding: 0 2em;
}

.mfp-content img.mfp-img {
	padding: 0;
}

.mfp-figure:after {
	background: transparent;
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
	margin-top: 1em;
	position: fixed;
	right: 2em;
	top: 0;
}

#st-el-1.st-hidden {
	bottom: 0;
}

/* 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 logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	/*16:9*/
	padding-top: 0px;
	height: auto;
	overflow: hidden;
	z-index: 5;
	border-radius: 5px;
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 5;
}

.vid_column {
	float: left;
	width: 50%;
	padding: 10px;
	margin-top: -30px;
	height: 50%;
	padding-bottom: 40px;
}

.vid_wrapper:after {
	content: "";
	display: table;
	clear: both;
	height: 50%;
}

article.page .goal-img-leader img {
	width: 100%;
}

/* Used in Charity sub-page. */
.wp-has-aspect-ratio .wp-block-embed__wrapper {
	position: relative;
}

.wp-has-aspect-ratio .wp-block-embed__wrapper:before {
	display: block;
	content: "";
	width: 100%;
	padding-top: 56.25%;
}

.wp-has-aspect-ratio .wp-block-embed__wrapper > iframe {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.wp-has-aspect-ratio .wp-block-embed__wrapper iframe {
	width: 100% !important;
	height: 100% !important;
}

#watch-section .wp-block-embed__wrapper,
#watch-section .wp-block-embed__wrapper .jetpack-video-wrapper {
	position: relative;
}

#watch-section .wp-block-embed__wrapper:before,
#watch-section .wp-block-embed__wrapper .jetpack-video-wrapper:before {
	display: block;
	content: "";
	width: 100%;
	padding-top: 56.25%;
}

#watch-section .wp-block-embed__wrapper > iframe,
#watch-section .wp-block-embed__wrapper .jetpack-video-wrapper > iframe {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

#watch-section .wp-block-embed__wrapper iframe,
#watch-section .wp-block-embed__wrapper .jetpack-video-wrapper iframe {
	width: 100% !important;
	height: 100% !important;
}

body.page .feed .embed-container {
	position: relative;
	padding-bottom: 0;
}

body.page .feed .embed-container:before {
	display: block;
	content: "";
	width: 100%;
	padding-top: 56.25%;
}

body.page .feed .embed-container > iframe {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

body.page .feed .embed-container iframe {
	width: 100% !important;
	height: 100% !important;
}

.wp-block-gallery.no-spaces .blocks-gallery-item {
	margin: 0;
}

/* 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;
	display: grid;
	grid-gap: 1.5em;
}

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

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

body.archive button.slick-prev, body.archive button.slick-next,
body.search button.slick-prev,
body.search button.slick-next,
body.single-format-gallery button.slick-prev,
body.single-format-gallery button.slick-next {
	display: none !important;
}

body.archive .fa.fa-clone,
body.search .fa.fa-clone,
body.single-format-gallery .fa.fa-clone {
	position: absolute;
	right: 15px;
	top: 15px;
	font-size: 2rem;
	z-index: 1;
	font-weight: 700;
	color: white;
	text-shadow: 0 0 7px #000;
}

body.archive .photoset-wrapper,
body.search .photoset-wrapper,
body.single-format-gallery .photoset-wrapper {
	position: relative;
	width: 100%;
	height: 100vw;
}

body.archive .photoset-slider,
body.search .photoset-slider,
body.single-format-gallery .photoset-slider {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

body.archive .photoset-bg,
body.search .photoset-bg,
body.single-format-gallery .photoset-bg {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	object-fit: cover;
	background-position: center center;
	width: 100%;
	height: 100vw !important;
}

body.archive .slick-slider,
body.search .slick-slider,
body.single-format-gallery .slick-slider {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

body.archive .slick-list,
body.search .slick-list,
body.single-format-gallery .slick-list {
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

body.archive .slick-list:focus,
body.search .slick-list:focus,
body.single-format-gallery .slick-list:focus {
	outline: 0;
}

body.archive .slick-list.dragging,
body.search .slick-list.dragging,
body.single-format-gallery .slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

body.archive .slick-slider .slick-list, body.archive .slick-slider .slick-track,
body.search .slick-slider .slick-list,
body.search .slick-slider .slick-track,
body.single-format-gallery .slick-slider .slick-list,
body.single-format-gallery .slick-slider .slick-track {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

body.archive .slick-track:after, body.archive .slick-track:before,
body.search .slick-track:after,
body.search .slick-track:before,
body.single-format-gallery .slick-track:after,
body.single-format-gallery .slick-track:before {
	display: table;
	content: '';
}

body.archive .slick-track:after,
body.search .slick-track:after,
body.single-format-gallery .slick-track:after {
	clear: both;
}

body.archive .slick-loading .slick-track,
body.search .slick-loading .slick-track,
body.single-format-gallery .slick-loading .slick-track {
	visibility: hidden;
}

body.archive .slick-slide,
body.search .slick-slide,
body.single-format-gallery .slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

body.archive [dir=rtl] .slick-slide,
body.search [dir=rtl] .slick-slide,
body.single-format-gallery [dir=rtl] .slick-slide {
	float: right;
}

body.archive .slick-slide img,
body.search .slick-slide img,
body.single-format-gallery .slick-slide img {
	display: block;
}

body.archive .slick-slide.slick-loading img,
body.search .slick-slide.slick-loading img,
body.single-format-gallery .slick-slide.slick-loading img {
	display: none;
}

body.archive .slick-slide.dragging img,
body.search .slick-slide.dragging img,
body.single-format-gallery .slick-slide.dragging img {
	pointer-events: none;
}

body.archive .slick-initialized .slick-slide,
body.search .slick-initialized .slick-slide,
body.single-format-gallery .slick-initialized .slick-slide {
	display: block;
}

body.archive .slick-loading .slick-slide,
body.search .slick-loading .slick-slide,
body.single-format-gallery .slick-loading .slick-slide {
	visibility: hidden;
}

body.archive .slick-vertical .slick-slide,
body.search .slick-vertical .slick-slide,
body.single-format-gallery .slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

@media only screen and (min-width: 30em) {
	body.archive .photoset-wrapper,
	body.search .photoset-wrapper,
	body.single-format-gallery .photoset-wrapper {
		height: 65vw;
	}
	body.archive .photoset-bg,
	body.search .photoset-bg,
	body.single-format-gallery .photoset-bg {
		height: 65vw !important;
	}
}

@media only screen and (min-width: 77.0625em) {
	body.archive .photoset-wrapper,
	body.search .photoset-wrapper,
	body.single-format-gallery .photoset-wrapper {
		height: 40vw;
	}
	body.archive .photoset-bg,
	body.search .photoset-bg,
	body.single-format-gallery .photoset-bg {
		height: 40vw !important;
	}
}

body.archive .post.format-gallery .gallery-count,
body.search .post.format-gallery .gallery-count,
body.single-format-gallery .post.format-gallery .gallery-count {
	line-height: 1;
}

body.archive .post.format-gallery .gallery-count span,
body.search .post.format-gallery .gallery-count span,
body.single-format-gallery .post.format-gallery .gallery-count span {
	font-size: 1.6rem;
	font-weight: 700;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/* Jetpack infinite scroll
--------------------------------------------- */
.mfp-container {
	width: 80%;
	margin: auto;
	left: 0;
	right: 0;
}

.mfp-content {
	padding: 4em 0;
}

.page-games .mfp-content {
	padding: 0;
}

.mfp-container button i {
	font-size: 2.6rem;
}

.mfp-container button i,
.mfp-counter,
.mfp-title {
	color: #1b1b1b;
}

.mfp-close {
	margin-top: 1em;
	position: fixed;
	right: 2em;
	top: 0;
}

.mfp-close .cross-ico,
.mfp-close .cross-ico:before {
	background-color: #1b1b1b;
}

.mfp-container .mfp-arrow.mfp-arrow-left i {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	padding-bottom: 3px;
}

.mfp-arrow-right .mfp-a,
.mfp-arrow-right:after {
	border-left: 17px solid transparent;
}

.mfp-arrow-left .mfp-a,
.mfp-arrow-left:after {
	border-right: 17px solid transparent;
}

.mfp-arrow-left .mfp-b,
.mfp-arrow-left:before {
	border-right: 27px solid transparent;
}

.mfp-arrow-right .mfp-b,
.mfp-arrow-right:before {
	border-left: 27px solid transparent;
}

.mfp-bg {
	opacity: .9;
	filter: alpha(opacity=90);
}

.mfp-arrow,
.mfp-close {
	opacity: 1;
}

.mfp-title {
	font-weight: 700;
}

.mfp-content .game_frame {
	width: 75% !important;
	margin-left: auto;
	margin-right: auto;
	height: 90vh !important;
}

.mfp-content .game_frame iframe {
	height: 100% !important;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* 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;
}

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

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

/* Alignments
--------------------------------------------- */
.alignleft {
	/*rtl:ignore*/
	float: left;
	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	/*rtl:ignore*/
	float: right;
	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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

.padding-top {
	padding-top: 30px;
}

/* Legacy Codes from Tumblr
--------------------------------------------- */
.tmblr-iframe--unified-controls.tmblr-iframe--loaded {
	display: none;
}

#load-more p a,
.rm-break {
	text-decoration: underline;
}

body {
	margin: 0;
}

.main-body {
	max-width: none;
	background-color: #220533;
}

.content-area.row {
	width: 100% !important;
	margin: 0 auto;
}

main.searchpage .content-area {
	margin: 50px 0;
}

.circle {
	border-radius: 50%;
}

.square {
	border-radius: 5px;
}

.top-bar {
	z-index: 3;
	width: 100%;
	padding: 10px 5% 0;
	margin-bottom: 10px;
}

.top-bar nav.menu-nav {
	float: right;
	margin-top: 85px;
	margin-left: auto;
	max-width: 50vw;
	text-align: right;
}

.top-bar nav.menu-nav .menu-items li {
	display: inline-block;
}

.side-bar .search-sidebar {
	margin-top: 0;
}

.sidebar-item-box {
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
}

.right-off-canvas-toggle {
	position: relative;
	display: inline-block;
	float: right;
}

.post-note-count,
.top-title {
	float: left;
}

.top-title {
	font-size: 2.2rem;
	line-height: 4.6rem;
}

.top-title a {
	font-size: 40px;
}

.top-title a,
.footer-title a {
	text-transform: uppercase;
}

.top-avatar {
	float: left;
	margin-right: 7px;
}

.top-avatar,
.top-title {
	margin: 10px 0;
}

.top-avatar img {
	height: 3.1rem;
	width: 3.1rem;
	margin: 0.25rem;
}

.top-bar button {
	border: none;
	position: relative;
	padding: 0;
	height: 2.6rem;
	width: 2.6rem;
	font-family: sans-serif;
	margin: 0.5rem;
}

button:active,
button:focus,
button:hover {
	outline: 0;
}

button span {
	display: block;
}

.lines-button {
	transition: 0.3s;
	border-radius: 0.57143rem;
}

.lines {
	border-radius: 0.28571rem;
	transition: 0.3s;
	position: relative;
	margin-bottom: 3px;
}

.lines,
.lines::after,
.lines::before {
	display: inline-block;
	width: 2rem;
	height: 1px;
	border-radius: 0.28571rem;
}

.lines::before {
	top: 0.7rem;
}

.lines::after {
	top: -0.7rem;
}

.lines::after,
.lines::before {
	border-radius: 0.28571rem;
	transition: 0.3s;
	position: absolute;
	left: 0;
	transform-origin: 0.28571rem center;
}

.answer-avatar,
.asker-avatar,
.post-colophon img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}

.lines-button.x2 .lines {
	transition: background 0.3s 0.5s ease;
}

.lines-button.close {
	transform: scale3d(0.8, 0.8, 0.8);
}

.lines-button.x2.close .lines {
	transition: background 0.3s 0s ease;
	background: 0 0;
}

.bg-cover,
.footer-bg-cover,
.tagegories ul li div {
	background-position: center center;
	background-size: cover;
}

.bg-cover {
	background-position: 50% 50%;
}

.lines-button.x2.close .lines::before {
	transform: rotate3d(0, 0, 1, 45deg);
}

.lines-button.x2 .lines::after,
.lines-button.x2 .lines::before {
	transform-origin: 50% 50%;
	transition: top 0.3s 0.6s ease, transform 0.3s ease;
}

.lines-button.x2.close .lines::after,
.lines-button.x2.close .lines::before {
	transition: top 0.3s ease, transform 0.3s 0.5s ease;
	top: 0;
	width: 2rem;
}

.lines-button.x2.close .lines::after {
	transform: rotate3d(0, 0, 1, -45deg);
}

.move-left > .inner-wrap {
	position: fixed;
}

#masthead,
.bg-cover,
.bg-tint,
#bg_video,
#bg_video_embed {
	height: 45vh;
}

#bg_video_embed {
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}

#bg_video_embed iframe {
	width: 100% !important;
	height: 100%;
	margin-top: 0;
	z-index: 99;
}

#bg_video {
	object-fit: cover;
}

.off-canvas-bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
}

.menu-content {
	padding: 2rem;
	position: relative;
	min-height: 100%;
}

.menu-avatar {
	margin-bottom: 25px;
}

.menu-follow {
	margin-bottom: 15px;
	display: inline-block;
}

.menu-follow,
.menu-items li a {
	text-transform: uppercase;
	letter-spacing: 0.075rem;
}

.menu-divider {
	width: 15%;
	height: 2px;
	margin: 0 auto 25px;
}

.menu-items li {
	margin-bottom: 12.5px;
}

.bg-cover,
.bg-tint,
#bg_video {
	width: 100%;
}

#masthead {
	position: relative;
	margin-bottom: 3.2vh;
	z-index: 2;
}

#mast-scroll {
	position: absolute;
	bottom: 0;
	font-size: 2rem;
	height: 3.6rem;
	width: 3.6rem;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 999;
}

#mast-scroll i {
	font-size: 5rem;
	top: -30px;
	position: relative;
	color: #000;
}

.menu-content,
.post-colophon,
.tagegories ul li .tag-container,
.top-bar {
	text-align: center;
}

.right-off-canvas-menu .menu-items li a {
	line-height: 1.6;
}

.mast-container {
	display: table;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
}

.mast-wrapper {
	position: relative;
	display: table-cell;
}

.post-colophon img,
.post-colophon p,
.tagegories ul li p {
	display: inline-block;
}

.description-wrapper {
	width: 100%;
	padding-left: 5vw;
	overflow: hidden;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: left;
}

.mast-description {
	margin: 0;
	font-size: 1.2rem;
}

.tagegories {
	width: 100%;
	margin-bottom: 3.2vh;
}

.tagegories ul {
	margin-bottom: 0;
	overflow: hidden;
}

.tagegories ul,
.tagegories ul li,
.tagegories ul li div {
	width: inherit;
}

.tagegories ul li {
	position: relative;
	margin-bottom: 1vh;
	overflow: hidden;
	background-color: #000;
}

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

.tagegories ul li div {
	height: 50vw;
}

.tagegories ul li .tag-container {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.tagegories ul li p {
	padding: 0.25rem 0.7rem;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	text-transform: uppercase;
	font-size: 85%;
	letter-spacing: 0.125rem;
}

.tagegories ul li a {
	position: absolute;
	top: 1rem;
	right: 1rem;
	bottom: 1rem;
	left: 1rem;
	z-index: 1;
}

.home-content-area {
	padding: 150px 5% 0;
}

.home-content-area .home-widget {
	margin-bottom: 150px;
}

.home-content-area .home-widget:last-child {
	margin-bottom: 0;
}

.home-content-area .home-widget.widget-1 {
	max-width: 925px;
	margin: 0 auto;
}

.home-content-area .home-widget .widget-icon {
	display: block;
	margin: 0 auto 15px;
	height: 73px;
}

.home-content-area .home-widget .description {
	text-align: justify;
}

.home-content-area .home-widget .btn {
	width: 100%;
	background: #722583;
	border: 2px solid;
	display: inline-block;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 25px;
	border-radius: 3px;
	font-size: 24px;
	line-height: 29px;
	color: #000;
	transition: all 0.1s ease-in-out;
}

.home-content-area .home-widget .btn:hover {
	background-color: transparent;
}

.post-box {
	position: relative;
	width: 100%;
}

.post {
	margin-bottom: 12.5vh;
}

.post.format-quote blockquote {
	margin: 0;
}

.post.format-quote blockquote p {
	font-size: 2.3125rem;
	line-height: 2.6rem;
	font-style: italic;
	border: 0;
	margin-bottom: .5rem;
}

.post.format-quote blockquote p:before, .post.format-quote blockquote p:after {
	content: "\"";
}

.post.format-quote .attribution {
	font-style: italic;
}

.post.format-quote .attribution:before {
	content: '- ';
}

.post-colophon p {
	margin-bottom: 0.75rem;
}

.post-colophon a {
	font-weight: 700;
}

.post-colophon img {
	width: 24px;
	height: 24px;
	border-radius: 50%;
	margin-right: 5px !important;
}

.post.photo .post-colophon img {
	margin-bottom: 0;
}

.post-divider {
	height: 2px;
	margin: 0.8rem 0;
	width: 5vw;
	max-width: 65px;
}

.post-date h1 a {
	font-size: 2.4rem;
	margin-bottom: 15px;
}

.post-date a {
	font-size: 0.8rem;
}

.post-tags p {
	text-align: left;
	margin-bottom: 5px;
	line-height: 2.6;
}

.entry-content .title-link,
.photo-wrapper,
.post-media.audio,
.post-media.photoset .lightbox,
.post.quote .entry-content p,
.post.format-quote .attribution,
.post.text figure,
.rm-break {
	text-align: center;
	line-height: 2.6;
}

.like-button,
.more-share,
.reblog-button,
.see-post {
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
	vertical-align: middle;
}

.entry-content .title-link,
.visit-link a {
	display: block;
}

#load-more,
#load-more a,
.back-to-top,
.chat-wrapper span {
	display: inline-block;
}

.post-meta {
	overflow: hidden;
}

.post-share,
.previous-post {
	float: right;
}

.post-share .no-op {
	margin-bottom: 0;
}

.more-share i,
.see-post i {
	font-size: 1.35rem;
	color: #ccc;
}

.post-notes .notes,
.sidebar-item dl,
.sidebar-item ol,
.sidebar-item p,
.sidebar-item ul {
	font-size: 85%;
}

.reblog-button {
	height: 24px;
}

.like_button,
.reblog-button a {
	position: relative;
	top: 1px;
}

.post-note-count p {
	margin: 0;
	line-height: 1.6;
}

.photo-wrapper,
.post.text figure {
	margin: 0 auto 1.25rem;
}

.photo-wrapper:last-child {
	margin-bottom: 0;
}

.html_photoset {
	margin: auto;
	max-width: 700px;
}

.photo-wrapper img {
	width: 100%;
}

.photo-wrapper a {
	background-repeat: no-repeat;
	background-image: none !important;
}

.post-media.video iframe,
.post.text .entry-content p iframe {
	width: 100%;
	height: 53vw;
}

.post-media.video iframe.vine-embed {
	height: calc(100vw - 6.4vh);
}

.post-media.video .instagram-media {
	height: calc(100vw - 6.4vh + 75px);
}

.post-media.audio iframe,
.post-media.video iframe {
	margin-bottom: 1.25rem !important;
}

.post.quote .entry-content .post-tags p {
	text-align: left;
}

.visit-link {
	text-align: center;
	width: 95%;
	margin: 0 auto 1.25rem;
}

.chat-wrapper h2,
.post-chat li p,
.visit-link p {
	margin: 0;
}

#likes,
.post.chat .entry-content .title-link {
	text-align: left;
}

.visit-link a {
	padding: 0.35rem 1rem;
}

.chat-wrapper span {
	padding: 0.37rem 0;
}

#results-wrapper,
.notes,
.post.answer .post-entry {
	text-align: center;
}

#results-wrapper.tagpage {
	margin-top: -51px;
	z-index: 99;
	display: flex;
	margin-bottom: 50px;
	pointer-events: none;
	position: relative;
}

#results-wrapper.tagpage .page-title {
	text-transform: uppercase;
	font-size: 40px;
	line-height: 1.2;
	z-index: 99;
	padding: 0 9%;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

body.search #results-wrapper.tagpage {
	margin: 0;
}

body.search #results-wrapper.tagpage .page-title {
	font-size: 65px;
	letter-spacing: -3px;
	margin-top: 0.9%;
	margin-bottom: 0.9%;
}

.adspace-container {
	max-width: 400px;
	padding-top: 10px;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-flow: row wrap;
	justify-content: center;
	width: 100% !important;
}

.adspace-container.row {
	margin: 0;
}

.adspace-container.top {
	margin-bottom: 80px;
}

.adspace-container.bottom {
	padding-top: 30px;
}

.adspace-container .adspace {
	margin-bottom: 50px;
}

.adspace-container .adspace a {
	display: table;
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

.adspace-container .adspace img {
	width: 100%;
	height: 100% !important;
	max-height: 250px;
	object-fit: cover;
}

.answer-avatar,
.asker-avatar {
	border-radius: 50%;
	margin-bottom: 0.75rem;
}

.post-answer {
	padding: 2.5rem;
	margin-bottom: 1.25rem;
}

.post-asker {
	padding: 1.25rem 2.5rem 2.5rem;
}

.post-answer p,
.post-asker p {
	margin: 0;
}

.search_query::after,
.tag::after {
	content: close-quote;
}

.search_query::before,
.tag::before {
	content: open-quote;
}

.content-area.single .post-entry,
.single-pagination {
	margin-bottom: 3.5rem;
}

.single-pagination a {
	position: relative;
	padding: 0.2rem;
}

.notes {
	margin-left: 0;
}

.post-notes {
	padding-top: 20px;
}

.post-notes .notes img.avatar {
	margin: 0 10px 0 0;
	border-radius: 50%;
}

.fb-comments span {
	margin-bottom: 2.5rem;
}

.pagi-container {
	text-align: right;
	margin-top: 50px;
}

.back-to-top {
	margin-left: 25px;
}

#load-more p {
	margin: 0;
}

.pagi-container a {
	position: relative;
	margin-bottom: 6.4vh;
}

.sidebar-item.children-pages,
.sidebar-item {
	text-align: center;
	margin-bottom: 6.4vh;
	padding-bottom: 0.5rem;
}

.sidebar-title {
	text-align: left;
	padding: 0.5rem 0;
	position: relative;
	font-size: 30px;
}

.sidebar-title::before {
	content: "";
	width: 10px;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	transform: rotate(45deg);
}

.side-social li,
.sidebar-title::before,
.top-social li,
.footer-social li {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}

.side-follow,
.sidebar-title p {
	margin: 0;
	text-transform: uppercase;
}

.sidebar-title i {
	margin-right: 5px;
}

.about-img {
	width: 100%;
	padding-top: 0;
}

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

.about-content .about-title,
.about-img {
	margin-bottom: 0.6rem;
}

.side-bar ul.side-social {
	font-size: 100%;
	margin: 0;
	text-align: left;
}

#search-modal input,
.blog-footer,
.mfp-title,
.side-bar ul.side-social li {
	text-align: center;
}

.top-bar ul.top-social {
	font-size: 100%;
	text-align: right;
	padding-top: 10px;
}

.header-nav {
	display: flex;
}

.header-nav .right-off-canvas-toggle {
	margin-left: auto;
	margin-bottom: 0;
	margin-top: 0;
}

.header-nav.sticky {
	top: 0;
	position: fixed;
	z-index: 1009;
	width: 100%;
	left: 0;
	background: #150021;
	padding: 0 5%;
	border-bottom: 1px solid #722583;
	transform: translateY(-100%);
	transition: all 0.15s cubic-bezier(0.23, 1.07, 0.8, 0.95);
}

.header-nav.sticky .right-off-canvas-toggle {
	margin-top: 0;
}

.header-nav.sticky .top-title {
	margin-top: auto;
	margin-bottom: auto;
}

.header-nav.sticky .top-title a {
	vertical-align: middle;
}

.header-nav.sticky .menu-nav {
	vertical-align: middle;
	margin-top: auto;
	margin-bottom: auto;
	padding-bottom: 0;
}

.header-nav.sticky .off-canvas-toggle {
	top: 0;
	bottom: 0;
	margin: auto;
}

.header-nav.sticky.nav-up {
	transform: translateY(-100%);
}

.header-nav.sticky.nav-down {
	transform: translateY(0);
	top: 0;
}

.side-bar iframe {
	max-width: 100% !important;
}

.side-social li,
.top-social li,
.footer-social li {
	display: inline-block;
	width: 1.7rem;
	height: 1.7rem;
	margin: 9.5px;
	transform: rotate(45deg);
	border-radius: 2px;
}

.side-social li a,
.top-social li a,
.footer-social li a {
	display: block;
	transform: rotate(-45deg);
}

.side-follow {
	font-weight: 400;
}

.side-follow a {
	display: block;
	padding: 1rem;
	font-weight: 300;
	letter-spacing: 0.125rem;
	font-size: 130%;
}

.sidebar-item.banner {
	background-color: transparent;
}

#instagram-feed {
	overflow: hidden;
	margin-bottom: 0;
}

#instagram-feed li {
	width: 31.666%;
	float: left;
	margin-bottom: 2.5%;
}

#instagram-feed li:nth-of-type(3n+1) {
	margin-right: 2.5%;
}

#instagram-feed li:nth-of-type(3n+3) {
	margin-left: 2.5%;
}

#instagram-feed {
	text-align: center;
}

#instagram-feed li {
	position: relative;
	display: inline-block;
	float: none;
	margin-bottom: 6px;
}

#instagram-feed li::after {
	content: "";
	display: block;
	padding-bottom: 100%;
}

#instagram-feed li a img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	left: 0;
}

#likes {
	margin: 0 0.25rem;
}

#likes .like_post {
	list-style: none;
	max-width: 100%;
	margin-bottom: 1.25rem;
}

#likes iframe {
	width: 100%;
}

.right-off-canvas-menu #likes iframe.soundcloud_audio_player {
	height: 250px;
}

#search-modal .close-reveal-modal,
.share.reveal-modal .close-reveal-modal {
	top: 45px;
	right: 25px;
}

.reveal-modal {
	position: fixed;
	top: 0 !important;
}

.cross-ico {
	transform: rotate(45deg);
	margin: 11.5px 0;
}

.cross-ico::before {
	content: "";
	transform: rotate(-90deg);
}

.cross-ico,
.cross-ico::before {
	display: block;
	width: 25px;
	height: 4px;
	background-color: #5a197b;
}

.blog-footer {
	clear: both;
	min-height: 300px;
	margin-top: 145px;
	position: relative;
}

.blog-footer p {
	font-size: 16px;
}

.blog-footer .widget-group {
	clear: left;
}

.blog-footer .footer-widget {
	margin-bottom: 80px;
}

.blog-footer .footer-widget .section-title {
	font-size: 22px;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.blog-footer .about-section .content-box {
	max-width: 85%;
	margin-left: auto;
	margin-right: auto;
}

.blog-footer .about-section .content-box .footer-text {
	margin-bottom: 0;
}

.blog-footer .contact-section p {
	margin-bottom: 0;
}

.blog-footer .contact-section .fa {
	margin-right: 10px;
}

.blog-footer .contact-section .phone .fa {
	font-size: 19px;
}

.blog-footer .contact-section .fa-phone {
	vertical-align: middle;
}

.blog-footer .links-widget-section ul.menu-items {
	list-style: none;
	margin-left: 0;
	margin-bottom: 0;
}

.blog-footer .links-widget-section ul.menu-items li {
	font-size: 16px;
	margin-bottom: 8px;
}

.blog-footer .links-widget-section ul.menu-items li a {
	text-transform: none;
}

.blog-footer .subscribe-section #mc-embed-signup-scroll {
	display: inline-block;
	width: 325px;
}

.blog-footer .subscribe-section .mc-field-group {
	position: relative;
	display: table;
	margin: 0;
	float: left;
}

.blog-footer .subscribe-section .mc-field-group .fa {
	position: absolute;
	bottom: 0;
	top: 0;
	left: 15px;
	margin: auto;
	display: flex;
	align-items: center;
}

.blog-footer .subscribe-section input.email {
	border-radius: 3px;
	border: 0;
	padding: 13px 18px 13px 47px;
	min-width: 210px;
	background: #808080;
	color: #000;
	font-size: 13.333px;
	line-height: normal;
}

.blog-footer .subscribe-section input.email::placeholder {
	color: #000;
}

.blog-footer .subscribe-section .button-container {
	float: left;
	display: table;
}

.blog-footer .subscribe-section .footer-follow {
	border-color: #722583;
	background-color: #722583;
	cursor: pointer;
	margin-left: 6px;
	color: #000;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 1.5;
	padding: 11px 22px;
	transition: all 0.1s ease-in-out;
}

.blog-footer .subscribe-section .footer-follow:hover {
	background-color: transparent;
}

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

.blog-footer .back-to-top {
	position: absolute;
	right: calc(1vw + 0.9375rem + 0.9375rem);
	width: 16px;
	height: 20px;
	border-radius: 2px;
	bottom: 50px;
	font-size: 20px;
	transition: all 0.1s ease-in-out;
}

.blog-footer .back-to-top:hover {
	background-color: transparent;
}

.blog-footer .back-to-top .fa {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	line-height: 16px;
}

.blog-footer .footer-social li {
	display: inline-block;
	position: relative;
	font-size: 1rem;
}

.blog-footer .footer-social li a {
	vertical-align: middle;
	display: inline-block;
	width: 1.7rem;
	height: 1.7rem;
	margin-left: -1px;
	margin-bottom: 5px;
}

.blog-footer .footer-social li a:hover {
	opacity: 1;
}

.blog-footer .copyright {
	font-size: 14px;
	text-transform: uppercase;
}

.footer-bg-cover,
.footer-bg-tint {
	position: absolute;
	height: 100%;
	width: 100%;
}

.footer-message,
.footer-title {
	display: block;
	padding-top: 1.25rem;
	margin-bottom: 0;
}

.footer-title {
	font-size: 2rem;
}

.footer-avatar,
.mfp-close .cross-ico {
	display: inline-block;
}

.footer-avatar {
	margin-bottom: 10px;
}

.footer-avatar img {
	width: 78px;
	height: 78px;
	border: 2px solid;
}

.footer-content {
	padding: 5px 5%;
	position: relative;
}

.footer-content,
.footer-content .footer-separator {
	width: 100%;
}

.copyright {
	padding-bottom: 0.6125rem;
	margin-bottom: 0;
}

.creation {
	margin-bottom: 0;
	padding-bottom: 1.25rem;
}

.copyright,
.creation {
	font-size: 11px;
}

#search-modal .search-container,
.more-share-container {
	border-radius: 4px;
}

#search-modal,
.share.reveal-modal {
	background-color: rgba(0, 0, 0, 0.8);
}

#search-modal .search-form input {
	background-color: transparent;
	width: 100%;
	height: 200px;
	font-size: 6rem;
	text-transform: uppercase;
	box-sizing: content-box;
}

@media only screen and (max-width: 768px) {
	#search-modal .search-form input {
		height: 100px;
		font-size: 50px;
	}
}

#search-modal button {
	background-color: transparent;
	border: 0;
	font-size: 3rem;
	margin: auto;
	left: 0;
	right: 0;
	cursor: pointer;
}

.separator {
	width: 100%;
	margin: 0.5rem 0 1.2rem;
	max-width: 140px;
}

.separator-top {
	width: 100%;
	margin: 0 auto;
}

.footer-separator,
.separator,
.separator-top {
	height: 1px;
	border: 0;
}

.footer-separator {
	clear: left;
}

.footer-separator.top {
	margin-bottom: 50px;
}

.subscribe-desc {
	margin-bottom: 5px;
}

.footer-follow {
	padding: 11px 22px;
	border-radius: 3px;
	border: 2px solid;
}

.footer-follow:hover {
	background-color: transparent;
}

#search-modal .search-container,
.more-share-container {
	text-align: center;
	top: 50%;
	position: relative;
	transform: translateY(-60%);
	width: 95%;
	margin: auto !important;
	padding: 100px 25px;
}

.more-share-container li {
	display: inline-block;
	margin: 10px 0;
}

.more-share-container li img {
	max-width: 80%;
}

.mfp-container button i {
	font-size: 2.6rem;
}

.mfp-container button i,
.mfp-counter,
.mfp-title {
	color: #1b1b1b;
}

.mfp-close .cross-ico,
.mfp-close .cross-ico::before {
	background-color: #1b1b1b;
}

.mfp-container .mfp-arrow.mfp-arrow-left i {
	transform: rotate(180deg);
	padding-bottom: 3px;
}

.mfp-arrow-right .mfp-a,
.mfp-arrow-right::after {
	border-left: 17px solid transparent;
}

.mfp-arrow-left .mfp-a,
.mfp-arrow-left::after {
	border-right: 17px solid transparent;
}

.mfp-arrow-left .mfp-b,
.mfp-arrow-left::before {
	border-right: 27px solid transparent;
}

.mfp-arrow-right .mfp-b,
.mfp-arrow-right::before {
	border-left: 27px solid transparent;
}

.mfp-bg {
	opacity: 0.9;
	filter: alpha(opacity=90);
}

.mfp-arrow,
.mfp-close {
	opacity: 1;
}

.mfp-title {
	font-weight: 700;
}

.mfp-content .game_frame {
	width: 75% !important;
	margin-left: auto;
	margin-right: auto;
	height: 90vh !important;
}

.mfp-content .game_frame iframe {
	height: 100% !important;
}

.content-area.single .game_frame iframe {
	height: 90vh !important;
}

@media only screen and (min-width: 40.063em) {
	.post-media.video,
	.post-meta {
		text-align: center;
	}
	.top-title {
		display: inline-block !important;
		padding-top: 0;
	}
	.top-bar {
		padding: 0 5%;
	}
	.top-bar button {
		height: 3.6rem;
		width: 3.6rem;
		margin-top: auto;
		margin-bottom: auto;
	}
	.top-avatar img {
		height: 4.1rem;
		width: 4.1rem;
	}
	.right-off-canvas-toggle,
	.top-avatar,
	.top-title {
		margin: 30px 0;
	}
	.right-off-canvas-menu {
		width: 25rem;
	}
	.move-left > .inner-wrap {
		transform: translate3d(-25rem, 0, 0);
	}
	.right-off-canvas-menu .menu-items li a {
		line-height: 2.2;
	}
	.menu-content {
		padding: 5rem;
	}
	.menu-follow {
		font-size: 1.4rem;
	}
	.mast-description {
		font-size: 1.6rem;
	}
	#results-wrapper.tagpage {
		margin-top: -61px;
	}
	#results-wrapper.tagpage .page-title {
		font-size: 60px;
	}
	.home-content-area .home-widget.widget-1 .tickcounter iframe {
		max-height: 149px;
		margin-top: auto !important;
	}
	.home-content-area .row-2-widget .home-widget {
		width: 50%;
		margin-bottom: 0;
	}
	.home-content-area .row-2-widget .home-widget .widget-icon {
		height: 84px;
	}
	.adspace-container {
		max-width: 90%;
	}
	.post {
		margin-bottom: 7.2vh;
	}
	.post-colophon,
	.post-note-count,
	.post-share {
		display: inline-block !important;
		text-align: right;
		width: 32%;
	}
	.post-note-count p {
		text-align: right !important;
	}
	.post-colophon {
		text-align: left;
	}
	.post-share {
		text-align: center;
	}
	.post-date {
		position: absolute;
		top: 1.7em;
		left: -6vw;
		text-align: -webkit-right;
	}
	.post-date .fa {
		font-size: 1.55rem;
	}
	.post-date a {
		text-transform: uppercase;
	}
	.post-note-count,
	.post-share {
		float: none;
	}
	.post-date p {
		margin: 0;
	}
	.visit-link a {
		padding: 1.25rem;
	}
	.post-media.video iframe.vine-embed {
		height: calc(87.7vw - 6.4vh);
		max-height: 700px;
		max-width: 700px;
	}
	.post-media.video .instagram-media {
		height: calc(87.7vw - 6.4vh + 75px);
		max-height: 776px;
		max-width: 700px;
	}
	.post-media.video iframe,
	.post.text .entry-content p iframe {
		width: 100%;
		height: 47vw;
	}
	.post-media.video .instagram-media,
	.post-media.video iframe.vine-embed {
		margin: 0 auto 1.25rem !important;
	}
	.post.audio iframe.spotify_audio_player {
		width: 100%;
		height: 80px;
	}
	.post.audio iframe.soundcloud_audio_player {
		width: 100%;
		height: 150px;
	}
	.post.audio iframe.bandcamp_audio_player {
		width: 500px;
		height: 500px;
		max-width: 100%;
	}
	.post-meta p,
	.post-tags p {
		font-size: 85%;
	}
	.pagi-container {
		padding-right: 10%;
	}
	.tagegories ul li {
		width: 100%;
		margin-bottom: 10px;
	}
	.tagegories ul li div {
		width: 100%;
		height: 25vh;
	}
	#search-modal .search-container,
	.more-share-container {
		padding: 100px 50px;
	}
	#search-modal .close-reveal-modal,
	.share.reveal-modal .close-reveal-modal {
		top: 90px;
		right: 50px;
	}
	.html_photoset iframe {
		max-width: 700px;
	}
	img.mfp-img {
		max-height: 95vh !important;
	}
	.blog-footer {
		margin-top: 120px;
	}
	.blog-footer .footer-widget {
		margin-bottom: 100px;
	}
	.blog-footer .footer-separator {
		margin-top: 10px;
	}
	.blog-footer .subscribe-section .subscribe-desc {
		text-align: left;
	}
	.blog-footer .subscribe-section #mc-embed-signup-scroll {
		width: auto;
	}
	.blog-footer .subscribe-section .button-container,
	.blog-footer .subscribe-section .footer-follow {
		width: 100%;
	}
	.blog-footer .subscribe-section .footer-follow {
		margin-left: 0;
		margin-top: 12px;
		padding-top: 12px;
		padding-bottom: 12px;
		font-size: 20px;
		line-height: 20px;
	}
}

@media only screen and (min-width: 64.063em) {
	#mast-scroll i {
		font-size: 150px;
		top: -100px;
	}
	main.searchpage {
		margin-top: 100px;
	}
	main.searchpage .adspace-container {
		padding-top: 0;
		margin: 0;
	}
	.main-body.permalinks-page {
		max-width: 100%;
		padding-top: 50px;
	}
	.main-body.permalinks-page .content-body {
		padding-left: 4em;
	}
	.main-body.permalinks-page .content-area.single {
		width: 100%;
	}
	.main-body.permalinks-page .content-area.single .post-date {
		left: 0;
	}
	.main-body.permalinks-page .content-area.single .post,
	.main-body.permalinks-page .content-area.single .daily_update,
	.main-body.permalinks-page .content-area.single .comments-area,
	.main-body.permalinks-page .content-area.single .post-navigation,
	.main-body.permalinks-page .content-area.single .feed,
	.main-body.permalinks-page .content-area.single .post-notes {
		padding-left: 80px;
	}
	.post-box {
		width: 100%;
		margin-left: auto;
	}
	.main-body {
		padding-left: 1vw;
		padding-right: 1vw;
	}
	.header-nav,
	.top-social,
	.header-nav.sticky {
		padding: 0;
		padding-left: calc(1vw + 0.9375em);
		padding-right: calc(1vw + 0.9375em + 0.9375em);
	}
	.top-bar .separator-top {
		width: calc(100% - 2vw - 0.9375em - 0.9375em - 0.9375em);
		margin-left: calc(1vw + 0.9375em);
		margin-top: 10px;
	}
	.top-bar {
		width: 100%;
		padding: 0;
	}
	.top-title {
		font-size: 3.2rem;
		font-weight: 400;
		margin-top: auto;
		margin-bottom: 0;
	}
	.top-bar nav.menu-nav {
		display: inline-block !important;
	}
	.menu-items,
	.menu-items li {
		margin-bottom: 0;
	}
	.menu-nav .menu-items li a {
		font-size: 16px;
	}
	.menu-nav .menu-items li {
		margin-left: 15px;
	}
	.description-wrapper {
		padding-left: 10vw;
	}
	#mast-scroll {
		margin-left: 10vw;
		text-align: left;
	}
	#results-wrapper.tagpage {
		margin-top: -81px;
	}
	#results-wrapper.tagpage .page-title {
		font-size: 100px;
	}
	.content-area,
	.photo-wrapper,
	main {
		overflow: hidden;
	}
	.content-area,
	.side-bar {
		margin: 0;
		clear: none;
	}
	.side-follow a,
	.visit-link a,
	.visit-link h5,
	.visit-link p {
		transition: all 0.25s ease-in-out;
	}
	.side-follow a:hover,
	.visit-link a:hover {
		background-color: transparent;
	}
	a {
		transition: opacity 0.05s ease-in-out;
	}
	.tagegories ul li:hover div,
	.search-item a:hover,
	a:hover {
		opacity: 0.5;
	}
	.tagegories ul li div {
		transition: all 0.25s ease-in-out;
	}
	.tagegories ul li:hover div {
		opacity: 0.5;
		transform: scale(1.1);
	}
	#tumblr-lightbox a:hover,
	.post.photo a:hover,
	a.no-op:hover {
		opacity: 1;
	}
	.tagegories ul li:hover .tag-container {
		opacity: 1;
		transform: none;
	}
	.photo-wrapper img:hover {
		transition: transform 7s linear;
		transform: scale(1.2);
	}
	.photo-wrapper img {
		transition: transform 1s linear;
	}
	#masthead {
		margin-bottom: 1.8%;
	}
	#masthead,
	.bg-cover,
	.bg-tint,
	#bg_video,
	#bg_video_embed,
	.move-right > .inner-wrap {
		height: calc(92vh - 240px);
		margin-top: 2px;
	}
	#search-modal .search-container,
	.more-share-container {
		width: 60%;
	}
	.more-share-container li img {
		max-width: 100%;
	}
	.more-share-container li {
		margin: 10px;
	}
	.mast-description {
		font-size: 2.2rem;
	}
	main {
		position: relative;
	}
	.post-date {
		top: 20px;
		left: -5.95vw;
	}
	.pagi-container {
		padding: 0 1rem;
		float: right;
	}
	.home-content-area {
		padding: 5px 5% 0;
	}
	.home-content-area .row-2-widget {
		max-width: 1280px;
	}
	.home-content-area .row-2-widget .home-widget {
		max-width: calc(565px + 30px);
	}
	.content-body {
		float: right;
	}
	.content-area {
		float: right;
	}
	.side-bar {
		float: left !important;
		padding-top: 0;
		margin: 0;
	}
	.post-media.video iframe,
	.post.text .entry-content p iframe {
		height: 30vw;
	}
	.post-media.video iframe.vine-embed {
		height: 48vw;
	}
	.post-media.video .instagram-media {
		height: calc(48vw + 75px);
	}
	#load-more p a {
		text-decoration: none;
	}
	#infscr-loading {
		text-align: left;
		padding-top: 10px;
		padding-bottom: 5px;
		position: absolute;
		top: 100%;
		width: 100%;
		margin-top: -35px;
	}
	#instagram-feed li {
		margin-bottom: 6px;
	}
	.side-bar i.fa {
		font-size: 0.82rem;
	}
	.footer-content {
		padding-left: calc(1vw + 0.9375em);
		padding-right: calc(1vw + 0.9375em + 0.9375em);
	}
	.blog-footer {
		margin-top: 150px;
	}
	.blog-footer .group-1 {
		width: 25%;
		float: left;
	}
	.blog-footer .group-1 .footer-widget,
	.blog-footer .group-1 .footer-text {
		padding-left: 0;
	}
	.blog-footer .group-2 {
		width: 66%;
		float: right;
		clear: none;
	}
	.blog-footer .footer-widget,
	.blog-footer .footer-text {
		text-align: left;
	}
	.blog-footer .footer-widget {
		margin-bottom: 35px;
	}
	.blog-footer .about-section .content-box {
		max-width: 100%;
	}
	.blog-footer .subscribe-section .mc-field-group {
		margin-left: 0;
	}
	.copyright-section {
		display: flex;
		padding-left: calc(1vw + 0.9375em);
		padding-right: calc(1vw + 0.9375em + 0.9375em);
		max-width: none;
	}
	.copyright-section .content-box {
		display: flex;
		margin-top: auto;
		margin-bottom: auto;
	}
	.copyright-section .footer-social {
		margin-bottom: 0;
		margin-left: auto;
		margin-right: auto;
	}
	.copyright-section .copyright-text-box {
		padding-right: 0;
	}
	.copyright-section .copyright {
		margin-left: auto;
		text-align: right;
		padding: 0;
	}
	.copyright,
	.creation {
		font-size: 1rem;
	}
	#likes .like_post {
		max-width: 250px;
	}
	.footer-message,
	.footer-title {
		padding-top: 0;
	}
	p.creation {
		padding-bottom: 30px;
	}
	.item-slider {
		width: 0;
		height: 1px;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		background-color: #fff;
		transition: width 0.125s ease-in-out;
	}
	.menu-follow,
	.menu-items li a {
		padding: 0.2rem;
		position: relative;
	}
	a:hover .item-slider {
		width: 100%;
	}
	.animateblock {
		transition: all 0.5s ease-in-out;
	}
	.animateblock.d2 {
		transition: all 0.5s ease-in-out 0.2s;
	}
	.animateblock.d3 {
		transition: all 0.5s ease-in-out 0.4s;
	}
	.animated {
		opacity: 1;
	}
	.animateblock.btm {
		transform: translateY(200px);
		transition: all 0.5s linear;
	}
	.animateblock.animated,
	.animateblock.btm.animated {
		transform: translate(0, 0);
	}
}

@media only screen and (min-width: 1170px) {
	#search-modal input {
		font-size: 9rem;
	}
	.copyright-section {
		width: calc(100% - 2vw - 0.9375em - 0.9375em - 0.9375em);
		margin-left: calc(1vw + 0.9375em);
		padding-left: 0;
		padding-right: 0;
	}
}

@media only screen and (min-width: 1440px) {
	#search-modal input {
		font-size: 11rem;
	}
	.home-content-area .row-2-widget .home-widget .widget-icon {
		height: 104px;
	}
	.home-content-area .row-2-widget .home-widget .btn {
		margin-top: 40px;
	}
	#results-wrapper.tagpage {
		margin-top: -90px;
	}
	#results-wrapper.tagpage .page-title {
		font-size: 140px;
	}
	.blog-footer .group-1 {
		width: 22%;
	}
}

/* CLIENT CSS EDITS */
.no-op {
	font-size: 16px;
	text-shadow: 0px 0px 15px #722583;
}

.header-nav.sticky.nav-down {
	box-shadow: 0px 0px 20px #722583;
}

.header-nav.sticky.nav-down .top-title a {
	display: inline;
}

.top-title a {
	padding-left: 35px;
	margin-bottom: -12px;
	display: flex;
}

.header-nav.sticky .top-title a {
	padding-left: 35px;
}

.embed-container2 {
	z-index: 999;
	text-align: center;
	color: #722583;
	text-shadow: 0px 0px 10px #722583;
	font-size: 30px;
	vertical-align: middle;
	position: relative;
	opacity: 10;
	height: 100%;
	overflow: hidden;
	width: 100%;
	vertical-align: middle;
	display: inline-block;
}

.headtext {
	text-align: center;
	color: #722583;
	text-shadow: 0px 0px 10px #722583;
	font-size: 30px;
	vertical-align: middle;
	position: relative;
	opacity: 10;
}

.home-content-area .home-widget .btn {
	border-radius: 3px;
	box-shadow: 0px 0px 30px -10px #722583;
	font-size: 30px;
}

.home-content-area .home-widget .description {
	padding-top: 5px;
	line-height: 1.2;
}

.section-title {
	text-shadow: 0px 0px 10px #722583;
}

.blog-footer .tagline {
	font-size: 18px;
	color: #722583;
}

.blog-footer .footer-widget.subscribe-section .fa, .blog-footer .footer-widget.contact-section .fa {
	color: #d75f45;
}

.blog-footer .footer-widget .section-title {
	margin-bottom: 27px;
}

.blog-footer .links-widget-section ul li {
	line-height: 0.7;
	padding-top: 19px;
}

.blog-footer .about-section .content-box .footer-text {
	line-height: 1.1;
	text-align: justify;
}

.blog-footer .subscribe-section #mc_embed_signup {
	padding-top: 13px;
	padding-bottom: 25px;
}

.blog-footer .subscribe-section #mc_embed_signup form {
	display: inline-block;
}

.blog-footer .subscribe-section #mc_embed_signup #mc_embed_signup_scroll {
	display: flex;
	margin: auto;
}

.blog-footer .subscribe-section input.email {
	background-color: #c4c2c2;
}

.blog-footer .back-to-top {
	font-size: 120px;
	color: black;
	width: auto;
	height: auto;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
}

.daily_update {
	font-size: 30px !important;
	color: #d7454f;
	text-align: center;
	position: relative;
	padding-bottom: 30px;
	vertical-align: middle;
	width: 100%;
	display: block;
	margin-top: -60px;
	top: 25px;
}

@media only screen and (min-width: 64.063em) {
	.daily_update {
		font-size: 70px !important;
	}
}

@media only screen and (min-width: 40.063em) {
	.blog-footer .subscribe-section input.email {
		width: 100%;
		min-width: auto;
	}
	.blog-footer .subscribe-section #mc_embed_signup #mc_embed_signup_scroll {
		display: block;
	}
}

@media only screen and (min-width: 64.063em) {
	.footer-content {
		padding-left: 50px;
	}
	.blog-footer .back-to-top {
		font-size: 200px;
		margin-right: 160px;
		margin-bottom: 65px;
		left: auto;
		right: calc(1vw + .9375rem + .9375rem);
		width: 16px;
		height: 20px;
	}
	.blog-footer .group-1 {
		padding-left: 20px;
	}
	.blog-footer .footer-widget {
		padding-left: 30px;
	}
	.blog-footer .subscribe-section .footer-follow {
		font-size: 25px;
	}
}

@media only screen and (min-width: 1170px) {
	.blog-footer .subscribe-section input.email {
		width: auto;
		min-width: 210px;
	}
	.blog-footer .back-to-top {
		right: calc(3vw + .9375rem + .9375rem);
	}
}

@media only screen and (min-width: 1440px) {
	.blog-footer .group-1 {
		margin-left: 4%;
	}
	.blog-footer .back-to-top {
		margin-right: 238px;
		right: calc(1vw + .9375rem + .9375rem);
	}
}

/*# sourceMappingURL=style.css.map */