.page-template .article-header {
    display: none !important;
}
.gh-canvas>* {
    grid-column: wide-start/wide-end;
}
.page-template .page {
    padding: 4vmin 0;
}

.page-template  .article-title {
    display: none;
}
.step-section {
    display: flex;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 10%), 0 2px 4px -1px rgb(0 0 0 / 6%);
    margin-bottom: 50px;
}

.step-wrap .step-wrap {
    background: #fff;
    border-radius: 10px;
    padding: 60px;
}
#copy,#discord {
    cursor: pointer;
}
.step-section:nth-child(even) .step-image {
    order: 5;
}

.step-wrap .step-wrap strong {
    margin-bottom: 10px;
    font-size: 18px;
    color: #eb871e;
}

.step-wrap .step-wrap h1 {
    font-weight: 900;
    font-size: 35px;
    border-bottom: 1px solid #efefef;
    padding-bottom: 15px;
}

.step-section:nth-child(even) {
    text-align: right;
}
.staff-members {
    grid-template-columns: repeat(4,minmax(0,1fr))!important;
    display: grid!important;
    gap: 24px;
    margin-bottom: 25px;
}

.gh-canvas > div {
    grid-column: wide-start/wide-end;
}

.staff-member {
    background: #fff;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 10%), 0 2px 4px -1px rgb(0 0 0 / 6%);
    border-radius: 8px;
    overflow: hidden;
    text-align: center;
}

.staff-member > .name {
    background: #f7f7f7;
    padding: 20px;
    border-top: 1px solid #e7e7e7 !important;
    text-align: center;
}
.staff-wrap {
    margin-top: 0px !important;
}
.vote-wrap {
    display: flex;
    margin-top: 0px;
    width: 100%;
}
.vote-right {
    display: flex;
    align-items: center;
    flex: 1;
}

.vote-right .vote-text {
    background: #0089bb;
    padding: 20px;
    color: white !important;
    border-radius: 8px;
    margin-bottom: 8px;
    font-weight: 800;
    font-size: 21px;
}

.vote-right > a {
    flex: 1;
    margin-right: 20px;
    text-align: center;
    text-decoration: none;
}

.vote-right > a:last-child {
    margin-right: 0px !important;
}

.vote-small {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #0089bb;
}
.vote-left {
    background: #fff;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 10%), 0 2px 4px -1px rgb(0 0 0 / 6%);
    border-radius: 10px;
    width: 40%;
    padding: 50px;
    text-align: center;
    margin-right: 40px;
}

.vote-left h2 {
    margin: 0px;
    font-size: 45px;
    font-weight: 800;
    margin-bottom: 30px;
    position: relative;
}

.vote-left p {
    font-weight: 500;
    color: grey;
    font-size: 16px;
}

.vote-left h2:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    height: 6px;
    background: #ffb56a;
    width: 40px;
    margin: 0 auto;
    bottom: -13px;
    border-radius: 100px;
}
.badge {
    background: #262626 !important;
    padding: 6px 14px;
    border-radius: 8px;
    font-weight: bold;
    color: white;
    margin-top: 4px;
    font-size: 14px;
    display: inline-block;
    min-width: 100px;
}
.badge.owner {
    background: #db1e15 !important;
}
.rule-title {
    margin-top: 0px !important;
}
.badge.admin {
    background: #db1e15 !important;
}
.rules-section {
    background: #fff;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 10%), 0 2px 4px -1px rgb(0 0 0 / 6%);
    border-radius: 8px;
    overflow: hidden;
}
.rule-title {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 25px;
    color: #747474;
}
.rule-wrap > div:not(:last-child) {
    margin-bottom: 30px;
}
.rule-wrap {
    margin-top: 0px !important;
}
.rules-text {
    background: #f7f7f7;
    padding: 20px;
    border-top: 1px
 solid #e7e7e7 !important;
    color: grey;
    font-weight: 500;
    font-size: 15px;
}

.rules-title {
    padding: 20px;
    font-weight: 800;
    font-size: 18px;
}
.badge.mod {
    background: #0089bb !important;
}

.badge {
    background: #e16820 !important;
}
.staff-member .avatar {
    margin: 0 auto;
    text-align: center;
    height: 151px;
    overflow: hidden;
}

.staff-member .avatar img {
    margin: 0 auto;
    margin-top: 30px;
}

.staff-member > .name .name {
    font-weight: 800;
    font-size: 20px;
}
.gh-nav > .nav > li:not(:last-child) {
    border-right: 2px solid #ffffff1a !important;
    padding: 5px 0px;
}
.gh-nav > .nav > li > a {
    font-family: 'Titan One', cursive;
    font-size: 26px;
    text-transform: uppercase;
    padding: 15px 30px;
    color: #ffeed7;
    text-shadow: 0px 1px 2px rgb(0 0 0 / 55%);
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
}
.gh-nav-extras > a {
    font-family: 'Titan One', cursive;
    font-size: 26px;
    text-transform: uppercase;
    padding: 13px 25px;
    background: #0089bb !important;
    color: white !important;
    margin-left: 30px;
    border-radius: 100px;
    text-shadow: 0px 1px 2px rgb(0 0 0 / 55%);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}
.gh-nav-extras > a > i {
    margin-right: 10px;
}
.gh-nav > .nav > li > a:hover {
    color: white !important;
}
.gh-nav > .nav > li.nav-current > a {
    color: white !important;
}
.gh-nav-extras > a.play i {
    color: #fff;
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
}
.gh-nav-extras > a.play {
    background: #0000 !important;
    border: 3px solid #fff;
    position: relative;
    margin-left: 20px;
}
.gh-nav-extras > a {
    align-items: center;
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
}
.gh-nav-extras > a.play:hover i {
    color: white !important;
    opacity: 1;
}
.gh-nav-extras > a.play:hover {
    border-color: white !important;
}
.gh-nav-extras > a.play:hover > span {
    background: #0089bb;
}
.post-card-primary-tag {
    background: #0089bb;
    display: inline-block;
    color: white !important;
    padding: 0px 10px;
    border-radius: 100px;
    margin-bottom: 9px !important;
}
header#gh-header:after {content: "";position: absolute;top: 0;left: 0;right: 0;bottom: 0;background-image: url(https://i.imgur.com/rJI5Sx3.jpg);background-size: cover;opacity: .12;background-position: center;filter: blur(7px);height: 360px;}
.gh-nav-extras > a.play > span {
    position: absolute;
    top: 0;
    right: 0;
    background: #0089bb;
    font-size: 16px;
    margin: -13px;
    padding: 0px 10px;
    border-radius: 100px;
    text-shadow: 0px 1px 1px rgb(0 0 0 / 35%);
    animation-delay:1s;
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
}
.top-bar .inner {
    display: flex;
}
.top-bar .inner .right p {
    font-size: 12px;
    font-weight: bold;
    color: #ffe95d;
}
.top-bar .inner .right {
    margin-left: auto;
    display: flex;
    align-items: center;
    color: white;
    text-align: right;
}

.top-bar .inner .right h1,.top-bar .inner .right p {
    margin: 0px;
}

.top-bar .inner .right i {
    order: 5;
    margin-left: 25px;
    font-size: 37px;
    position: relative;
    top: 1px;
}

.top-bar .inner .right h1 {
    font-size: 18px;
    margin-bottom: 1px;
}

.top-bar {
    display: flex;
}

.top-bar .inner .right {
    line-height: 1.4;
    text-shadow: 0px 1px 2px rgb(0 0 0 / 55%);
}
.top-bar {
    height: 82px;
    background: #b75e065c;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    border-bottom: 1px solid #f3ac3f;
    box-shadow: inset 0 -1px 0 #c1750a;
}
.gh-nav > .nav > li > a:before {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    content: "";display: block;position: absolute;left: 0;right: 0;height: 5px;background: #ffb56a;width: 35px;margin: 0 auto;bottom: 0;border-radius: 100px;
}
.gh-nav > .nav > li > a {
    position: relative;
}
.gh-nav > .nav > li.nav-current > a:before {
    opacity: 1 !important;
    background: #fff;
}
.gh-nav > .nav > li > a:hover:before {
    background: #fff;
}
#gh-header {
    background-image: linear-gradient(#febe2b, #fe571e) !important;
}
.gh-bottom {
    display: flex;
    position: relative;
    height: 250px;
    align-items: center;
    margin-left: auto;
    flex: 1;
}
.floatIn {
	transform: translatey(0);
	animation: floatIn 1s ease-in-out;
}
.float {
	transform: translatey(0);
	animation: float 4s ease-in-out infinite;
}
.logo-wrap {
    position: absolute;
    left: -20px;
    width: 255px;
}
@keyframes floatIn {
	0% {
        opacity:0;
		transform: translatey(-15px);
	}
	100% {
        opacity:1;
		transform: translatey(0);
	}
}
@keyframes float {
	0% {
		transform: translatey(0px);
	}
	50% {
		transform: translatey(-10px);
	}
	100% {
		transform: translatey(0px);
	}
}
.logo-spacer {
    width: 230px;
}
.gh-nav > .nav {
    list-style: none;
    display: flex;
    align-items: center;
}
.gh-nav > .nav > li {
    margin: 0px;
    padding: 0px;
}
#gh-header {
    padding: 40px 0;
    padding-bottom:100px;
    background: #004448;
}
.gh-head-inner {
    display: flex;
}
.gh-nav {
    margin-right: auto;
}
.gh-nav-extras {
    display: flex;
}
.gh-nav-extras > a.store:hover {
    background: #0089bb !important;
    transform: scale(1.05);
}
.gh-nav-extras > a {
    display: flex;
}
.site-foot .inner {
    display: flex;
    align-items: center;
}
.watermark {
    width: 45px;
    margin-left: auto;
    opacity: .3;
}
.copyright {
    font-weight: bold;
    line-height: 1;
    font-size: 16px;
}
.copyright p {
    font-size: 12px;
    margin-top: 10px;
    opacity: .5;
}
.site-foot {
    background: #f1f1f1;
    padding: 55px 0px;
    margin-top: 60px;
    border-top: 1px solid #dfdbdb;
}
.left.socials {
    display: flex;
    align-items: center;
    margin-left: 280px;
    text-shadow: 0px 1px 2px rgb(0 0 0 / 55%);
}
.post-card-byline-content a {
    color: white !important;
}

.left.socials > a {
    font-size: 32px;
    color: white;
    margin-right: 25px;
}
.gh-nav, .gh-nav-extras {
    position: relative;
    top: 15px;
    z-index: 10;
}
.logo-wrap {
    z-index: 10;
}
body {
    font-family: 'Rubik', sans-serif;
    background: #f8f8f8;
}
.gh-curve path {fill: #f8f8f8;}
.gh-curve.other path {
    fill: #eaeef1 !important;
    z-index: 5;
}
.gh-curve {
    z-index: 2;
}
.gh-curve.otherother path {
    fill: #0000001a !important;
}
.gh-curve.otherother {bottom: 30px;}
.gh-curve.other {bottom: 15px;}
.gh-curve {
    transform: scaleY(-1);
    bottom: -15px;
}
.gh-curve {
    position: absolute;
    bottom: 0;
    height: 0;
    left: 0;
    right: 0;
}
.post-card-content {
    background: #fff;
    padding: 40px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.post-card-image-link {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
#gh-header {
    position: relative;
    margin-bottom: -20px;
}
#tsparticles {
    height: 385px;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    right: 0;
    opacity: .5;
}
#tsparticles > canvas {
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #f000 !important;
}
.article-byline {
    display: none !important;
}

header.article-header.gh-canvas {
    text-align: center;
}
.play-wrap {
    line-height: 1.4;
    text-shadow: 0px 1px 2px rgb(0 0 0 / 55%);
    margin-left: auto;
    display: flex;
    align-items: center;
    color: #fff;
    text-align: left;
    margin-right: 50px;
}

.play-wrap h1 {
    font-size: 18px;
    margin-bottom: 1px;
}
.play-wrap {
    order: 1;
    margin-right: 0px !important;
}
.play-wrap i {
    font-size: 32px;
    margin-right: 20px;
}

.play-wrap p {
    font-size: 12px;
    font-weight: bold;
    color: #ffe95d;
}
.article-tag {
    text-align: center;
    justify-content: center;
    color: red !important;
}
.gh-nav-extras > a {
    font-size: 20px !important;
}
.article-tag a {
    color: #0089bb !important;
}

.gh-canvas .article-image img {
    border-radius: 10px;
}

@media only screen and (max-width: 768px) {
#gh-header {
    margin-bottom: 10px !important;
}
.gh-curve {
    bottom: 0 !important;
}
.watermark {
    display: none !important;
}
.site-foot .inner {
    justify-content: center;
    text-align: center;
}
.logo-wrap {width: 195px;margin: 0 auto;left: 0;right: 0;margin-top: 130px;}
.logo-spacer {
    display: none;
}
.gh-nav-extras {
    display: none !important;
}
.gh-nav > .nav {
    justify-content: center;
}
.gh-nav > .nav > li:not(:last-child) {
    border: none !important;
    padding: 0px !important;
}
.gh-nav > .nav > li > a {
    text-align: center !important;
    padding: 15px  !important;
    font-size: 19px !important;
}

.gh-bottom {
    height: 105px !important;
}
.gh-nav {
    top: -52px !important;
    width: 100% !important;
}
#gh-header:after {
    height: 200px !important;
}
.left.socials {
    display: none !important;
}
.top-bar .inner .right {
    display: none !important;
}
.gh-nav > .nav > li:not(.active) > a:before {
    display: none !important;
}
.post-card-content {
    text-align: center !important;
}
.post-card-meta {
    display: none !important;
}
.post-card-header {
    margin-top: 0px !important;
}
}

@media only screen and (min-width: 768px) {
.post-card:not(.post-card-large) .post-card-header {
    margin: 0px;
}
.post-card:not(.post-card-large) .post-card-meta {
    display: none;
}
.post-card:not(.post-card-large) .post-card-primary-tag {
    display: none;
}
.post-card-large {
    display: flex !important;
    flex-direction: row !important;
}
.post-card-large .post-card-image-link {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    width: 100%;
    border-radius: 10px;
}
.post-card-large .post-card-content {
    padding:60px;
    border-radius: 10px;
}
.post-card-large .post-card-image-link:after {content: "LATEST";position: absolute;top: 7%;left: -11%;width: 250px;height: 55px;background: #feb22fab;transform: rotate(-45deg);display: flex;align-items: center;justify-content: center;font-weight: 900;color: white !important;letter-spacing: 5px;box-shadow: 0 4px 6px -1px rgb(0 0 0 / 10%), 0 2px 4px -1px rgb(0 0 0 / 6%);text-shadow: 0px 1px 2px rgb(0 0 0 / 55%);}
}