/*
Theme Name: Magazine Pro
Theme URI: https://demo.studiopress.com/
Description: This is the sample theme created for the Genesis Framework.
Author: StudioPress
Author URI: https://www.studiopress.com/

Version: 3.4.0

Tags: accessibility-ready, block-styles, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, left-sidebar, one-column, right-sidebar, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, two-columns, wide-blocks

Template: genesis

License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Text Domain: magazine
Requires at least: 5.4
Requires PHP: 5.6
*/

/* HTML5 Reset
---------------------------------------------------------------------------- */

/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}
/* stylelint-enable */

/* Box Sizing
--------------------------------------------- */

html {
	box-sizing: border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

*,
*:focus-within {
	outline: none;
}

/* Float Clearing
--------------------------------------------- */

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
	content: " ";
	display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
	clear: both;
	content: " ";
	display: table;
}


/* Defaults
---------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

body {
	background: -webkit-gradient(linear, left top, left bottom, from(#2a2a2a), to(#0a0a0a)) fixed;
	background: -o-linear-gradient(#2a2a2a, #0a0a0a) fixed;
	background: linear-gradient(#2a2a2a, #0a0a0a) fixed;
	color: #e5e5e5;
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.625;
	margin: 0;
	overflow-x: hidden;
}

button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	transition: all 0.2s ease-in-out;
}

a {
	color: #f79921;
	text-decoration: none;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

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

p {
	margin: 0 0 20px;
	padding: 0;
}

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

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-bottom: 1px solid currentColor;
	clear: both;
	color: #e6e6e6;
	margin: 1.65em auto;
}

b,
strong {
	font-weight: 700;
}

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

mark {
	background: #ddd;
	color: #333;
}

blockquote {
	margin: 30px;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #f79921;
	font-family: Arial, sans-serif;
	font-weight: 700;
	line-height: 1;
	margin: 0 0 20px;
}

.has-title-4-font-size,
.has-title-3-font-size,
.has-title-2-font-size,
.has-title-1-font-size {
	margin-bottom: 8px;
}

h1,
.has-title-4-font-size {
	font-size: 60px;
}

h2,
.has-title-3-font-size {
	font-size: 42px;
}

h3,
.has-title-2-font-size {
	font-size: 32px;
}

h4,
.has-title-1-font-size {
	font-size: 28px;
}

h5,
.has-largex-font-size {
	font-size: 22px;
}

h6,
.has-mediumx-font-size {
	font-size: 18px;
}

.entry-content h4,
.entry-content h5,
.entry-content h6 {
	font-weight: 600;
}

.has-semi-medium-font-size {
	font-size: 20px;
}

.has-smallx-font-size {
	font-size: 15px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
	vertical-align: top;
}

figure {
	margin: 0;
}

/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery img {
	border: 1px solid #eee;
	height: auto;
	padding: 4px;
}

.gallery img:focus,
.gallery img:hover {
	border: 1px solid #999;
	outline: none;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery-item {
	float: left;
	margin: 0 0 30px;
	text-align: center;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 18px;
	font-weight: 400;
	padding: 15px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-ms-input-placeholder {
	color: #333;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #333;
	opacity: 1;
}

::placeholder {
	color: #333;
	opacity: 1;
}

::-webkit-scrollbar {
  width: 20px;
}

::-webkit-scrollbar-track {
  background: #0a0a0a;
}
 
::-webkit-scrollbar-thumb {
  background: #2a2a2a; 
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #ffce37; 
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.wp-block-button .wp-block-button__link,
.cta-menu a {
	background-color: #fb9a2d;
	border: 0;
	border-radius: 6px;
	color: #fff;
	cursor: pointer;
	font-family: Arial, sans-serif;
	font-size: 20px;
	font-weight: 400;
	padding: 14px 24px;
	text-align: center;
	text-decoration: none;
	white-space: normal;
	width: auto;
	letter-spacing: 1px;
}

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.button:focus,
.button:hover,
.wp-block-button .wp-block-button__link:focus,
.wp-block-button .wp-block-button__link:hover,
.cta-menu a:hover,
.cta-menu a:focus {
	color: #fff;
	box-shadow: 2px 2px 0 #a3c02d;
}

.entry-content .button:focus,
.entry-content .button:hover {
	color: #fff;
}

.button,
.wp-block-button,
.wp-block-button__link {
	display: inline-block;
}

button:disabled,
button:disabled:hover,
input:disabled,
input:disabled:hover,
input[type="button"]:disabled,
input[type="button"]:disabled:hover,
input[type="reset"]:disabled,
input[type="reset"]:disabled:hover,
input[type="submit"]:disabled,
input[type="submit"]:disabled:hover {
	background-color: #eee;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}

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

.wp-block-button.btn-no-shadow .wp-block-button__link,
.wp-block-button.btn-no-shadow .wp-block-button__link:hover
.wp-block-button.btn-no-shadow .wp-block-button__link:focus {
	box-shadow: none;
}

.wp-block-button.small .wp-block-button__link {
	padding: 10px 20px;
	font-size: 12px;
}

.wp-block-button.is-style-outline > .wp-block-button__link,
.wp-block-button.is-style-outline > .wp-block-button__link:hover,
.wp-block-button.is-style-outline > .wp-block-button__link:focus,
.wp-block-button.is-style-outline.btn-secondary > .wp-block-button__link:hover,
.wp-block-button.is-style-outline.btn-secondary > .wp-block-button__link:focus {
	background: none;
	border: 2px solid #b7d43b;
	box-shadow: none;
	color: #b7d43b;
	display: block;
}

.wp-block-button.is-style-outline.btn-secondary > .wp-block-button__link {
	color: #2fb7cf;
	border: 2px solid #2fb7cf;
}

.wp-block-button.btn-style-3 > .wp-block-button__link {
	box-shadow: none;
}

.wp-block-button.btn-style-3 > .wp-block-button__link:hover,
.wp-block-button.btn-style-3 > .wp-block-button__link:focus {
	background-color: #2fb7cf;
}

.wp-block-button.btn-size-full,
.wp-block-button.btn-size-full > .wp-block-button__link {
	width: 100%;
	display: block;
	transition: box-shadow 0.2s ease-in;
}

.wp-block-button.btn-size-full > .wp-block-button__link:hover,
.wp-block-button.btn-size-full > .wp-block-button__link:focus {
	box-shadow: 0px 6px 6px -2px rgb(34, 34, 34);
}


/* Tables
--------------------------------------------- */

table {
	border-collapse: separate;
	border-spacing: 2px;
	margin-bottom: 40px;
	width: 100%;
	word-break: break-all;
}

tbody {
	border-bottom: 1px solid #eee;
}

td,
th {
	line-height: 2;
	text-align: left;
	vertical-align: top;
	padding: 13px 10px;
}

td {
	color: #000;
}

tr {
	background-color: #F6F6F6;
}

th {
	font-weight: 600;
	background-color: #0081c4;
	color: #FFF;
}

.is-style-stripes {
	border-bottom: none;
}

.is-style-stripes tbody tr:nth-child(2n+1) {
	background-color: #f0f0f0;
}

.wp-block-table .has-fixed-layout {
	table-layout:fixed;
	width:100%;
}

.wp-block-table .has-fixed-layout td,
.wp-block-table .has-fixed-layout th {
	word-break:break-word;
}

.wp-block-table.aligncenter,
.wp-block-table.alignleft,
.wp-block-table.alignright {
	display:table;
	width:auto;
}

/* Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.widget_search input[type="submit"]:focus {
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #333;
	display: block;
	font-size: 1em;
	font-weight: 700;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
	display: inline-block;
	position: relative;
	margin-bottom: 30px;
}


/* Structure and Layout
---------------------------------------------------------------------------- */

/* Tiny Flex Grid
--------------------------------------------- */

.flexgrid{-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -10px}.flexgrid.nogutter{margin:0}.flexgrid.nogutter>.col{padding:0}.col{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%;min-width:0;padding:0 10px}.col-align--top{-ms-flex-item-align:start;align-self:flex-start}.col-align--bottom{-ms-flex-item-align:end;align-self:flex-end}.col-align--middle{-ms-flex-item-align:center;align-self:center}.col--top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.col--bottom{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.col--middle{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.grid--start{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.grid--bottom{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.grid--middle{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.grid--between{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.grid--around{-ms-flex-pack:distribute;justify-content:space-around}.grid--evenly{-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly}.col-fixed{-webkit-box-flex:initial;-ms-flex:initial;flex:initial}.col-grow-2{-webkit-box-flex:2;-ms-flex-positive:2;flex-grow:2}.col-grow-3{-webkit-box-flex:3;-ms-flex-positive:3;flex-grow:3}.col-grow-4{-webkit-box-flex:4;-ms-flex-positive:4;flex-grow:4}.col-grow-5{-webkit-box-flex:5;-ms-flex-positive:5;flex-grow:5}.col-grow-6{-webkit-box-flex:6;-ms-flex-positive:6;flex-grow:6}.col-grow-7{-webkit-box-flex:7;-ms-flex-positive:7;flex-grow:7}.col-grow-8{-webkit-box-flex:8;-ms-flex-positive:8;flex-grow:8}.col-grow-9{-webkit-box-flex:9;-ms-flex-positive:9;flex-grow:9}.col-grow-10{-webkit-box-flex:10;-ms-flex-positive:10;flex-grow:10}.col-grow-11{-webkit-box-flex:11;-ms-flex-positive:11;flex-grow:11}.col-1{-ms-flex-preferred-size:8.3333333333%;flex-basis:8.3333333333%;max-width:8.3333333333%}.col-2{-ms-flex-preferred-size:16.6666666667%;flex-basis:16.6666666667%;max-width:16.6666666667%}.col-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.col-4{-ms-flex-preferred-size:33.3333333333%;flex-basis:33.3333333333%;max-width:33.3333333333%}.col-5{-ms-flex-preferred-size:41.6666666667%;flex-basis:41.6666666667%;max-width:41.6666666667%}.col-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.col-7{-ms-flex-preferred-size:58.3333333333%;flex-basis:58.3333333333%;max-width:58.3333333333%}.col-8{-ms-flex-preferred-size:66.6666666667%;flex-basis:66.6666666667%;max-width:66.6666666667%}.col-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.col-10{-ms-flex-preferred-size:83.3333333333%;flex-basis:83.3333333333%;max-width:83.3333333333%}.col-11{-ms-flex-preferred-size:91.6666666667%;flex-basis:91.6666666667%;max-width:91.6666666667%}.col-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}@media only screen and (max-width: 360px){.col-xs{-webkit-box-flex:100%;-ms-flex:100%;flex:100%;max-width:100%}}@media only screen and (max-width: 480px){.col-sm{-webkit-box-flex:100%;-ms-flex:100%;flex:100%;max-width:100%}}@media only screen and (max-width: 768px){.col-md{-webkit-box-flex:100%;-ms-flex:100%;flex:100%;max-width:100%}}@media only screen and (max-width: 960px){.col-lg{-webkit-box-flex:100%;-ms-flex:100%;flex:100%;max-width:100%}}@media only screen and (max-width: 1200px){.col-xl{-webkit-box-flex:100%;-ms-flex:100%;flex:100%;max-width:100%}}

/* Site Container
--------------------------------------------- */

.site-container {
	animation: fadein 1s;
	word-wrap: break-word;
}

@keyframes fadein {

	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}

}

/* Instructural Wrap
--------------------------------------------- */

.wrap {
	margin: 0 auto;
	max-width: 1140px;
	padding: 0 40px;
}

/* Site Inner
--------------------------------------------- */

.site-inner {
	clear: both;
	padding-top: 80px;
}

/* Common Classes
---------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.author-box .avatar,
.alignleft .avatar {
	margin-right: 20px;
}

.alignright .avatar {
	margin-left: 20px;
}

.comment .avatar {
	margin: 0 15px 20px 0;
}

/* Genesis
--------------------------------------------- */

.after-entry,
.archive-description,
.author-box {
	margin-bottom: 40px;
}

.after-entry {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	padding: 20px 30px;
}

.after-entry .widget:last-of-type {
	margin-bottom: 0;
}

.breadcrumb {
	border-bottom: 1px solid #eee;
	font-size: 16px;
	margin-bottom: 40px;
	padding-bottom: 10px;
}

.genesis-title-hidden .breadcrumb {
	margin-top: 40px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.entry-content .search-form {
	margin-bottom: 40px;
	width: 50%;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
}

.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* Titles
--------------------------------------------- */

.archive-description .entry-title,
.archive-title,
.author-box-title {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
}

.entry-header {
	text-align: center;
	padding: 45px 40px;
}

.entry-header.has-featured-image {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 125px 40px;
}

.entry-title {
	margin-bottom: 10px;
	line-height: 1;
	font-size: 34px;
	color: #f79921;
}

.has-featured-image .entry-title {
	color: #FFF;
	font-size: 75px;
	text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
}

.sub-entry-title {
	font-size: 25px;
	color: #FFF;
	padding-top: 5px;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
	text-decoration: none;
}

.entry-title a:focus,
.entry-title a:hover {
	color: #0073e5;
}

.widget-title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 20px;
}

.genesis-title-hidden .site-inner {
	padding-top: 115px;
}

/* WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter,
.singular-image {
	display: block;
	margin: 0 auto 30px;
}

img.alignnone,
.alignnone {
	margin-bottom: 15px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 20px 20px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 20px 20px;
}

figcaption,
.gallery-caption,
.wp-caption-text {
	font-size: 14px;
	font-weight: 600;
	margin-top: 0.5em;
	margin-bottom: 1em;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 30px;
}

/* Gutenberg Blocks
--------------------------------------------- */

.wp-block-group {
	padding-top: 5.1464766429137%;
	padding-bottom: 5.1464766429137%;
}

.entry-content .wp-block-columns {
	margin-bottom: 0;
}

.wp-block-column {
	padding: 5.1464766429137% 40px;
	position: relative;
}

.entry-content .wp-block-column.hascontent-background-img {
	align-self: stretch;
	margin: 0;
}

.wp-block-columns.no-gutter .wp-block-column {
	margin-left: 0;
}

.brutifulgames .alignfull {
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
}

.brutifulgames .alignwide {
	margin-left: -75px;
  margin-right: -75px;
}

.brutifulgames .alignfull img {
	width: 100%;
}

/* Content Width & Alignments
---------------------------------------------------------------------------- */

.content-width-wide {
	max-width: 1400px;
	margin: 0 auto;
}

.content-width-large {
	max-width: 1160px;
	margin: 0 auto;
}

.content-width-medium {
	max-width: 775px;
	margin: 0 auto;
}

.content-width-small {
	max-width: 653px;
	margin: 0 auto;
}

.content-width-slim {
	max-width: 580px;
	margin: 0 auto;
}

.text-align-left,
.has-text-align-left {
	text-align: left;
}

.text-align-right,
.has-text-align-right {
	text-align: right;
}

.text-align-center,
.has-text-align-center {
	text-align: center;
}

.position-absolute {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	border: 0;
}

/* Widgets
---------------------------------------------------------------------------- */

.widget {
	margin-bottom: 40px;
}

.widget p:last-child,
.widget ul > li:last-of-type {
	margin-bottom: 0;
}

.widget ul > li {
	margin-bottom: 10px;
}

.widget ul > li:last-of-type {
	padding-bottom: 0;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}

.featured-content .entry:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
}

.featured-content .entry-title {
	font-size: 16px;
	margin-bottom: 5px;
	margin-top: 10px;
}


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

/* Skip Links
---------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link .skip-link-hidden {
	display: none;
	visibility: hidden;
}

.genesis-skip-link li {
	height: 0;
	list-style: none;
	width: 0;
}

/* Header Container
---------------------------------------------------------------------------- */

/* Site Header
--------------------------------------------- */

.site-header {
	background-color: #0c0c0c;
	padding: 10px 0;
	position: fixed;
	width: 100%;
	z-index: 999;
}

.site-header .wrap {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
}

/* Title Area
--------------------------------------------- */

.title-area {
	padding-bottom: 25px;
	padding-top: 25px;
}

.wp-custom-logo .title-area {
	max-width: 155px;
	padding: 0;
	width: 100%;
	float: left;
	transition: max-width .2s ease-in;
}

.wp-custom-logo .title-area img {
	width: auto;
}

.site-title {
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 0;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
	color: #333;
	text-decoration: none;
}

.site-description,
.wp-custom-logo .site-title {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

/* Header Widget Area
--------------------------------------------- */

.header-widget-area {
	flex-grow: 1;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: center;
}

.header-widget-area .widget {
	margin-bottom: 0;
	flex-grow: 1;
}


/* Site Navigation
---------------------------------------------------------------------------- */

.genesis-nav-menu,
.footer-widgets .menu  {
	clear: both;
	color: #D2D3D4;
	font-family: Arial, sans-serif;
	font-size: 0;
	font-weight: 700;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item,
.footer-widgets .menu .menu-item {
	display: inline-block;
	text-align: left;
	margin: 0;
}

.genesis-nav-menu a,
.footer-widgets .menu a {
	border: 0;
	color: #D2D3D4;
	font-size: 16px;
	display: block;
	padding: 18px 5px;
	position: relative;
	text-transform: uppercase;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.footer-widgets .menu a:focus,
.footer-widgets .menu a:hover,
.footer-widgets .menu .current-menu-item > a,
.footer-widgets .menu .sub-menu .current-menu-item > a:focus,
.footer-widgets .menu .sub-menu .current-menu-item > a:hover {
	color: #f79921;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	transition: opacity 0.4s ease-in-out;
	width: 190px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #222;
	border-top: none;
	font-size: 12px;
	padding: 20px;
	position: relative;
	text-transform: none;
	width: 190px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -53px 0 0 189px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu .cta-menu {
	margin-left: 15px;
}

.genesis-nav-menu > .cta-menu > a {
	box-shadow: none;
	color: #fff;
	padding: 14px 30px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

/* Menu
--------------------------------------------- */

.header-widget-area .widget_nav_menu {
	text-align: center;
}

.nav-primary {
	clear: left;
	width: 100%;
}

.genesis-nav-menu li:not(:last-child) a::after,
.footer-widgets .menu li:not(:last-child) a::after {
	content: "|";
	color: #f79921;
	margin-left: 13px;
}


/* Content Area
---------------------------------------------------------------------------- */

/* Entry Content
--------------------------------------------- */

.entry {
	margin-bottom: 0;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 30px;
	padding-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ul > li,
.entry-content ul ul > li {
	list-style-type: circle;
}

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

ul.nobullet li {
	list-style-type: none;
	margin-bottom: 10px;
}

ul.has-custom-list-bullet li::before {
	display: none;
	content: '\f192';
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

ul.has-custom-list-bullet li .svg-inline--fa {
	color: #b7d43b;
	font-size: 14px;
	margin-right: 15px;
	margin-left: -30px;
}

.entry-content code {
	background-color: #f5f5f5;
}

.content .sticky {
	background-color: #f5f5f5;
	padding: 30px;
}

.entry-content .post-edit-link {
	display: none;
}

/* Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 20px;
}

.entry-footer .entry-meta {
	border-top: 1px solid #eee;
	padding-top: 20px;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 60px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #f5f5f5;
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 4px;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #333;
	color: #fff;
}

/* Entry Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 40px;
}

.comment-list li {
	padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
	padding-left: 0;
}

.comment-header {
	margin-bottom: 30px;
}

.comment-content {
	clear: both;
}

.comment-content ul > li {
	list-style-type: disc;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-header p {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

.comment-form-cookies-consent label {
	display: inline;
	padding-left: 10px;
}

/* Sidebar
---------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
	line-height: 1.5;
}

.sidebar .widget {
	margin-bottom: 40px;
}

.sidebar p {
	margin-bottom: 20px;
}

/* Footer Widgets
---------------------------------------------------------------------------- */

.footer-widgets {
	clear: both;
	text-align: center;
	padding-top: 50px;
}

.footer-widget-area {
	width: 100%;
	display: none;
}

.footer-widget-area:last-child,
.footer-widgets .widget:last-child {
	margin-bottom: 0;
}

.footer-widgets .widget-title {
	color: #0081c4;
	border-bottom: 2px solid #73d0ed;
	padding-bottom: 15px;
	margin-bottom: 25px;
}

.footer-widgets .footer-logo {
	width: 80%;
}
.footer-widgets a {
	color: #f79921;
}

.footer-widgets a:focus, 
.footer-widgets a:hover {
	color: #FFF;
}

.footer-widgets .social-media-profiles {
	margin-bottom: 10px;
}

.footer-widgets .smp-icons .smp-icon a:hover {
	font-size: 28px;
}


/* Site Footer
---------------------------------------------------------------------------- */

.site-footer {
	color: #2a2a2a;
	font-size: 15px;
	font-style: italic;
	line-height: 1.5;
	padding: 30px 0;
	text-align: center;
}

.site-footer p {
	margin-bottom: 0;
}

/* Styles
---------------------------------------------------------------------------- */

.bgcolor-white {
	background-color: #FFF;
}

.bgcolor-none {
	background-color: transparent;
}

.bgcolor-1 {
	background-color: #424242;
}

.bgcolor-2 {
	background-color: #0081c4;
	color: #FFF;
}

.bgcolor-3 {
	background-color: #d1f3f9;
}

.bgcolor-4 {
	background-color: #f8f8f8;
}

.has-tc-one-color {
	color: #F79921;
}

.has-tc-two-color {
	color: #757575;
}

.has-tc-three-color {
	color: #000;
}

.has-box-shadow {
	box-shadow: 0 0 3px 3px rgba(2, 2, 2, 0.4);
}

.has-border-radius {
	border-radius: 4px;
}

.wp-block-image.has-border-radius img {
	border-radius: 6px;
}

.site-container .has-no-padding {
	padding: 0;
}

.site-container .has-no-padding-left {
	padding-left: 0;
}

.site-container .has-no-padding-right {
	padding-right: 0;
}

.site-container .has-no-padding-bottom {
	padding-bottom: 0;
}

.site-container .has-no-padding-top {
	padding-top: 0;
}

.site-container .has-no-margin {
	margin: 0;
}

.site-container .has-no-margin-left {
	margin-left: 0;
}

.site-container .has-no-margin-right {
	margin-right: 0;
}

.site-container .has-no-margin-bottom,
.wp-block-image.has-no-margin-bottom figure {
	margin-bottom: 0;
}

.site-container .has-no-margin-top {
	margin-top: 0;
}

.site-container .has-content-padding {
	padding: 35px 30px;
}

.is-font-weight-bold {
	font-weight: 700;
}

.has-font-heading {
	font-family: Arial, sans-serif;
	font-weight: 700;
}

.has-letter-spacing-1px {
	letter-spacing: 1px;
}

.has-letter-spacing-2px {
	letter-spacing: 2px;
}

.title-caption {
	margin-bottom: 8px;
}

hr.is-style-divider,
.has-divider::after {
	content: '';
	background-color: #b8d53c;
	height: 4px;
	width: 100%;
	display: block;
	max-width: 100%;
	margin-top: 20px;
}

.has-background-dim hr.is-style-divider,
.has-background-dim .has-divider::after {
	background-color: #fff;
}

.divider-width-small::after {
	max-width: 80px;
}

.divider-width-medium::after {
	max-width: 265px;
}

.divider-width-full::after {
	max-width: 665px;
}

.divider-align-center::after {
	margin-left: auto;
	margin-right: auto;
}

.divider-spacing-big::after {
	margin-top: 45px;
	margin-bottom: 30px;
}

hr.is-style-divider {
	width: 265px;
	margin: 45px auto;
}

/* Custom Styles
---------------------------------------------------------------------------- */

/* Social Media Icons
--------------------------------------------- */

.header-widget-area .widget_custom_html {
	max-width: 155px;
	text-align: right;
}

.smp-icons .smp-icon {
	display: inline-block;
	font-size: 28px;
	margin: 0;
	line-height: 1;
}

.smp-icons .smp-icon:not(:last-child) {
	margin-right: 10px;
}

/* Homepage
--------------------------------------------- */

.game-card img {
	background-color: #424242;
	box-shadow: 0px 0px 3px 3px rgba(2, 2, 2, 0.4);
	padding: 8px;
	border-radius: 4px;
	transition: box-shadow 0.2s ease-in, background-color 0.2s ease-in;
	cursor: pointer;
}

.game-card img:hover {
	background-color: #f79921;
	box-shadow: 0px 0px 6px 6px #FB9A2D66;
	
}

.staff-card .wp-block-image img {
	max-width: 205px;
}

.staff-card.wp-block-column {
	margin-bottom: 2em;
}

/* Landing Page Styles
---------------------------------------------------------------------------- */

/* Voyedge
---------------------------------------- */

body.landing-voyedge {
	background: #0bbae9;
	color: #FFF;
	font-family: 'Rubik', sans-serif;
	font-weight: 300;
}

.landing-voyedge .wrap {
	max-width: 1920px;
}

.landing-voyedge .content-width-wide {
	max-width: 1400px;
}

.landing-voyedge .content-width-large {
	max-width: 1160px;
}

.landing-voyedge .content-width-medium {
	max-width: 775px;
}

.landing-voyedge .content-width-small {
	max-width: 653px;
}

.landing-voyedge .content-width-slim {
	max-width: 580px;
}

.landing-voyedge h1,
.landing-voyedge h2,
.landing-voyedge h3,
.landing-voyedge h4,
.landing-voyedge h5,
.landing-voyedge h6 {
	font-family: 'Rubik', sans-serif;
	font-weight: 400;
	color: #FFF;
}

.landing-voyedge strong {
	font-weight: 400;
}

.landing-voyedge a {
	color: #035AB4;
}

.landing-voyedge .site-header {
	background: #0bbae9;
	box-shadow: 0 5px 3px -3px rgba(32, 32, 32, 0.533);
}

.landing-voyedge .title-area,
.landing-voyedge .header-widget-area .widget_nav_menu {
	display: none;
}

.landing-voyedge .genesis-nav-menu a {
	padding: 18px 10px;
}

.landing-voyedge .genesis-nav-menu li:not(:last-child) a::after {
	content: '';
}

.landing-voyedge .header-widget-area section {
	flex-basis: 33.3333%;
	max-width: none;
}

.landing-voyedge .landing-page-logo {
	text-align: center;
}

.landing-voyedge .site-inner {
	padding-top: 74px !important;
}

.landing-voyedge .site-header a {
	color: #FFF;
}

.landing-voyedge .wp-block-cover {
	padding: 5.1464766429137% 40px;
}

.landing-voyedge .site-footer {
	padding-top: 0;
	background-color: #202020;
	color: #F79921;
}

.landing-voyedge .footer-widgets {
	background-color: #202020;
	padding-bottom: 15px;
	padding-top: 0;
}

.landing-voyedge .footer-widgets a {
	color: #FFF;
}

.landing-voyedge .footer-widgets-2 {
	display: none;
}

.landing-voyedge::-webkit-scrollbar-track {
  background: #02242e;
}
 
.landing-voyedge::-webkit-scrollbar-thumb {
  background: #055166;
  border-radius: 10px;
}

.landing-voyedge::-webkit-scrollbar-thumb:hover {
  background: #0aabd6;
}

.landing-voyedge .press-columns > .wp-block-column:not(:last-child) {
	margin-bottom: 45px;
}

/* Get In Line
---------------------------------------- */

body.landing-getinline {
	background: #1a1a1a url("/wp-content/uploads/2021/03/main-bg.jpg") no-repeat fixed top center;
	background-size: cover;
	font-family: Verdana, Arial, sans-serif;
	font-weight: 400;
	color: #d2d3d4;
}

.landing-getinline .entry-content p:last-child {
	margin-bottom: 0;
}

.landing-getinline .entry-content ul {
	margin-bottom: 35px;
}

.landing-getinline h1 {
	color: #FFEA73;
	font-weight: 400;
}

.landing-getinline h2 {
	color: #FFEA73;
	font-weight: 400;
	box-shadow: 0px 5px 3px -3px #FFEA73, 0px -5px 3px -3px #FFEA73;
	padding: 18px;
	margin-bottom: 25px;
}

.landing-getinline .site-inner {
	padding-top: 0 !important;
}

.landing-getinline .content-width-small {
	max-width: 670px;
}

.landing-getinline .bgcolor-main {
	background-color: #1a1a1a;
}

.landing-getinline .wp-block-image.showcase img {
	box-shadow: 0px 0px 6px 6px #FFEA73;
	border-radius: 4px;
	max-width: 320px;
}

.landing-getinline .wp-block-buttons.full .wp-block-button {
	display: block;
}

.landing-getinline .wp-block-buttons.full .wp-block-button__link {
	display: block;
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
	font-size: 26px;
}

.landing-getinline .wp-block-buttons.full .wp-block-button__link:hover,
.landing-getinline .wp-block-buttons.full .wp-block-button__link:focus {
	box-shadow: none;
	background-color: #ffce37;
}

.landing-getinline .social-media-profiles {
	margin-bottom: 30px;
	margin-top: 30px;
}

.landing-getinline .social-media-profiles ul {
	padding: 0;
	margin: 0;
}

.landing-getinline .smp-icons .smp-icon a {
	background-color: #ffce37;
	padding: 10px;
	width: 50px;
	height: 50px;
	display: block;
	border-radius: 50px;
}

.landing-getinline .smp-icon a:hover {
	font-size: 28px;
}

.landing-getinline .entry-content ul.blocks-gallery-grid {
	padding: 0;
	justify-content: center;
	width: 100%;
}

.landing-getinline .entry-content ul.blocks-gallery-grid .blocks-gallery-item {
	align-self: center;
}

.landing-getinline .download-btns {
	justify-content: center;
}

/* Get In Line - Press Kit
---------------------------------------- */

body.landing-getinline.presskit {
	background: linear-gradient(to right bottom, #2a2a2a, #0a0a0a) fixed center no-repeat; 
	background-color: #111111;
}

.landing-getinline.presskit .wp-block-image.showcase img {
	max-width: 420px;
}

.landing-getinline.presskit .header-banner .wp-block-image {
	text-align: center;
}

.landing-getinline.presskit .header-banner .wp-block-image img {
	max-width: 1080px;
}

.landing-getinline.presskit .screenshots .blocks-gallery-grid .blocks-gallery-item:last-child img {
	max-width: calc(50% - 8px);
}

/* Media Queries
---------------------------------------------------------------------------- */
@media only screen and (max-width: 1280px) {
	.landing-voyedge .content-width-large.landing-page-section-1 {
		max-width: 775px;
	}
}

@media only screen and (max-width: 782px) {
	.landing-voyedge .gameplay-columns {
		flex-wrap: nowrap;
	}

	.landing-voyedge .wp-block-column:not(:first-child) {
		margin-left: 2em;
	}
}

@media only screen and (max-width: 768px) {
	.header-widget-area .widget_nav_menu {
		text-align: right;
	}

	.header-widget-area .widget_custom_html {
		display: none;
	}

	.footer-widgets-1 {
		display: block;
	}

	.staff-card.wp-block-column {
		padding-left: 20px;
		padding-right: 20px;
	}

	.landing-getinline .download-btns .wp-block-column {
		padding: 20px;
	}

	.landing-voyedge .landing-page-logo {
		order: -1;
	}

	.landing-voyedge .widget_nav_menu_voyedge {
		text-align: right;
	}
	
	.landing-voyedge .has-title-1-font-size {
		font-size: 22px;
	}

	.landing-voyedge .download-btns {
		margin-bottom: 30px;
	}

	.landing-voyedge .download-btns .wp-block-column {
		padding: 0 20px;
	}

	.features-columns .wp-block-column {
		padding-left: 0;
		padding-right: 0;
	}

	.landing-voyedge .faq-columns > .wp-block-column,
	.landing-voyedge .press-columns > .wp-block-column {
		flex-basis: 100% !important;
		margin-left: 0;
	}

	.landing-voyedge .wp-block-cover {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}

@media only screen and (max-width: 680px) {
	.about .staff-card.wp-block-column {
		flex-basis: 100% !important;
		margin-left: 0;
	}

	.landing-getinline.presskit .logos-gallery .blocks-gallery-item {
		padding: 20px;
	}

	.press .press-columns .wp-block-column {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media only screen and (max-width: 599px) {
	.site-header {
		padding: 15px 0;
	}

	.wp-custom-logo .title-area {
		max-width: 100%;
		float: none;
		text-align: center;
	}

	.header-widget-area {
		display: none;
	}

	.genesis-title-hidden .site-inner {
		padding-top: 105px;
	}

	.footer-widget-area {
		display: block;
	}

	.landing-getinline.presskit .wp-block-image.showcase img {
		max-width: 100%;
	}

	.press .press-columns .wp-block-column {
		margin-bottom: 2em;
	}

	.landing-voyedge .header-widget-area {
		display: flex;
	}

	.landing-voyedge .download-btns .wp-block-image figure {
		float: none;
		text-align: center;
		display: block;
		margin-left: 0;
		margin-right: 0;
	}

	.landing-voyedge .wp-block-column:not(:first-child) {
		margin-left: 0;
	}

	.landing-voyedge .wp-block-column p {
		text-align: center;
	}
}

@media only screen and (max-width: 480px) {
	.wrap {
		padding-left: 25px;
		padding-right: 25px;
	}

	.brutifulgames .alignwide {
		margin-left: -55px;
		margin-right: -55px;
	}

	.about .wp-block-columns {
		padding: 0;
	}

	.landing-getinline .wp-block-image.showcase img {
		max-width: 100%;
	}

	.presskit .wp-block-group.wrap,
	.press .wp-block-group.wrap {
		padding-left: 0;
		padding-right: 0;
	}

	.landing-voyedge .genesis-nav-menu a {
		padding: 18px 3px;
	}
}

@media only screen and (max-width: 360px) {

	.genesis-nav-menu a, 
	.footer-widgets .menu a {
		padding: 18px 3px;
	}
	
}