/*
Theme Name: AHOY
Theme URI: https://ahoy.gg
Author: CAPSTAN GAMES LTD
Author URI: https://capstangames.com
Description: Official Ahoy.gg Wordpress Theme
Version: 2023
Requires at least: 6.1
Tested up to: 6.1
Requires PHP: 7.0
License: CC BY-NC-ND 4.0
License URI: https://creativecommons.org/licenses/by-nc-nd/4.0/
Text Domain: Ahoy

Ahoy Wordpress Theme © CAPSTAN GAMES LTD

/* ================== FONT IMPORT ================== */

/* INTER (Sans-serif) */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
/* font-family: 'Inter', sans-serif; */

/* Allura (Cursive) */
@import url('https://fonts.googleapis.com/css2?family=Allura&display=swap');
/* font-family: 'Allura', cursive; */

/* Montaga (Serif) */
@import url('https://fonts.googleapis.com/css2?family=Montaga&display=swap');
/* font-family: 'Montaga', serif; */

/* EB Garamond (Serif) */
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital@0;1&display=swap');
/* font-family: 'EB Garamond', serif; */

/* ================== HTML, BODY ================== */

html {
    margin: 0;
    padding: 0;
    min-height: 100%;
    width: 100%;
    background: #0c1013;
		scroll-behavior: smooth;
    overflow-x: hidden;
}

.only-on-mobile {
  	display: none;
}

.container.only-on-mobile {
    text-align: center;
	  padding-bottom: 200px;
}

.container.only-on-mobile h2 {
    padding-top: 100px;
}

.not-on-mobile {
  	display: block;
}

body {
    margin: 0;
    padding: 0;
    min-height: 100%;
    width: 100%;
    overflow: hidden;
}

html.noscroll {
  	overflow: 'hidden';
    height: '100%';
}

body.noscroll {
  	overflow: 'hidden';
    height: '100%';
}

strong {
    color: #dfdac6;
}

#page-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

#page-bg .page-bg-effect {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

#page-bg .backdrop, .foreground {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

#page-bg-mob {
  	display: none;
  	background: url(img/mobile-bg.jpg);
  	background-position: top center;
  	background-size: cover;
  	background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    top: -100px;
    position: relative;
    margin: 0px;
  	text-align: center;
}

#page-bg-mob h2, #page-bg-mob h1, #page-bg-mob p {
    position: relative;
    text-align: center;
    width: 95%;
    margin: 0 auto;
    color: #FFF;
    font-family: 'EB Garamond';
    font-style: italic;
    font-size: 1em;
    font-weight: 300;
    max-width: 400px;
}

#page-bg-mob img.feature-logo {
    margin-top: 110%;
  	width: 150px;
}

#page-bg-mob h2 {
    font-family: 'Allura', cursive;
    font-size: 2em;
    font-weight: 300;
}

#page-bg-mob h1 {
    font-weight: 300;
    font-size: 2.5em;
    margin-top: -20px;
}

#page-bg-mob hr.flourish {
    margin-top: 30px;
}

img {
  	-webkit-user-drag: none;
		-khtml-user-drag: none;
		-moz-user-drag: none;
		-o-user-drag: none;
		user-drag: none;
}

::-webkit-scrollbar {
    width: 8px;
    background-color: transparent;
}

::-webkit-scrollbar-thumb {
    border-radius: 100px;
    -webkit-box-shadow: inset 0 0 0px rgb(0 0 0 / 0%);
    background-color: #474e52;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0px rgb(0 0 0 / 0%);
    border-radius: 0px;
    background-color: transparent;
}

/* Change the white to any color */
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    border: 1px solid #dca457;
    -webkit-text-fill-color: #dca457;
    -webkit-box-shadow: 0 0 0px 1000px rgba(0,0,0,0) inset;
    transition: background-color 5000s ease-in-out 0s;
}

i.gi {
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    line-height: 0px;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    padding: 0px;
    margin: 0px;
    position: relative;
    top: 6px;
}

img.divider {
    margin: 0 auto;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
    margin-top: 60px;
    margin-bottom: 20px;
}

a#begin.anchor {
    top: -550px;
    position: relative;
    display: block;
}


/* ================== Button Style ================== */

a.link-btn {
    color: #d9d5ca;
    text-align: center;
    height: 59px;
    width: 298px;
    display: block;
    position: relative;
    margin: 0 auto;
    line-height: 56px;
    text-decoration: none;
    transition: all .2s;
    margin-top: 30px;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    font-family: 'EB Garamond', serif;
    font-size: 32px;
    font-weight: 300;
    font-style: italic;
    z-index: 10;
    pointer-events: all;
    margin-bottom: -20px;
}

a.link-btn::before {
    content: "";
    background-image: url(img/link-btn-wide.png);
    background-position: center center;
    background-repeat: no-repeat;
    height: 59px;
    width: 298px;
    display: block;
    position: absolute;
    top: 0;
    z-index: -1;
    transition: opacity .2s;
    filter: hue-rotate(180deg) brightness(.1) saturate(6);
}

a.link-btn:hover, a.link-btn:focus {
    color: #ffffff;
    filter: invert(1);
}

a.link-btn:hover::before, a.link-btn:focus::before {
    opacity: 1;
    filter: hue-rotate(0deg) brightness(.2) saturate(0);
}

#backtotop {
    z-index: 100;
    position: fixed;
    bottom: 50px;
    right: 50px;
    width: 150px;
    height: 150px;
    pointer-events: none;
    transition: all .3s;
    cursor: pointer;
		opacity: 0;
  	display: none;
}

#backtotop.scrolled {
  	display: block;
		opacity: 1;
    pointer-events: all;
}

#backtotop img {
    rotate: 180deg;
    position: relative;
    transform: translateX(50%);
    left: 50%;
    transition: all .3s;
    margin-top: 100px;
}

#backtotop:hover img {
    margin-top: 40px;
}

#backtotop h1 {
    text-align: center;
    height: auto;
    position: absolute;
    content: "Discover Ahoy!";
    font-family: 'EB Garamond', serif;
    color: #d9d5ca;
    font-size: 1.5em;
    font-weight: 500;
    font-style: italic;
    margin: 0;
    margin-bottom: 0px;
    transition: all .3s;
    pointer-events: none;
    width: 100%;
    left: 50%;
    margin-top: 10px;
    transform: translateX(-50%);
    opacity: 0;
}

#backtotop:hover h1 {
    margin-top: 10px;
    opacity: 1;
}

/* ================== HEADER ================== */

header {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    overflow: hidden;
	height: auto;
    padding-bottom: 50px;
    z-index: 200;
    pointer-events: none;
}

#responsivebar {
  	display: none;
}

#menubar {
    height: 180px;
    width: 1200px;
    margin: 0 auto;
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

#menubar #nav-top i.gi {
    top: -12px;
    font-size: 60%;
}
#menubar .collapsed-nav i.gi {
    top: -7px;
    font-size: 60%;
}

#menubar #nav-top a i {
    opacity: .4;
    transition: opacity .3s;
}

#menubar #nav-top a:hover i {
    opacity: 1;
}

#logo-top {
    display: inline-block;
    margin-top: 60px;
    padding: 20px 0px;
    position: relative;
    pointer-events: all;
}

#logo-top a {
    display: block;
    border-radius: 70px 15px 50px 40px;
    overflow: hidden;
}

#logo-top a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('img/logo-top.png');
    background-repeat: no-repeat;
    background-position: center 20px;
    filter: brightness(200%);
    opacity: 0;
    transition: opacity .2s;
    pointer-events: none;
}

#logo-top a:hover::after {
    opacity: 1;
}

#nav-top {
    font-family: 'EB Garamond', serif;
    color: #dcd8cc;
    display: inline-block;
    font-style: italic;
    font-size: 1.6em;
    padding: 0px;
    width: calc(100% - 133px - 4px);
    pointer-events: all;
    float: right;
    position: relative;
    top: 125px;
}

#nav-top ul {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
    height: 100%;
    position: relative;
    top: -30px;
    display: flex;
    gap: 10px;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    padding-left: 70px;
}

#nav-top li {
    display: inline-block;
    text-align: center;
    margin: 0;
}

#nav-top li a {
    color: #dcd8cc;
    text-decoration: none;
    transition: all .2s;
    height: 60px;
    line-height: 60px;
}

.page-template-template-landing #nav-top li#nav-thegame a::after {
    content:"";
    position: relative;
    display: block;
    width: 29px;
    height: 5px;
    left: 50%;
    bottom: 15px;
    background-image: url('img/nav-active.png');
    transform: translateX(-50%);
    transition: opacity .2s;
    pointer-events: none;
}

.page-template-template-landing .bg-effects {
    position: relative;
    width: 100%;
    height: 100%;
}

.page-template-template-landing .ensign {
    background-image: url(img/placeholder/ensign.gif);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 3.3%;
    height: 3.3%;
    position: absolute;
    top: 48%;
    left: 66.1%;
    scale: .7;
    filter: brightness(1.5) saturate(1) contrast(0.65);
}

.page-template-template-landing .gulls {
    background-image: url(img/placeholder/gulls.gif);
    width: 10%;
    height: 10%;
    position: absolute;
    top: 25%;
    left: 67%;
    filter: brightness(.95);
    background-size: 100%;
    background-repeat: no-repeat;
}


.blog #nav-top li#nav-journal a::after {
    content:"";
    position: relative;
    display: block;
    width: 29px;
    height: 5px;
    left: 50%;
    bottom: 15px;
    background-image: url('img/nav-active.png');
    transform: translateX(-50%);
    transition: opacity .2s;
    pointer-events: none;
}

.page-template-template-faq2 #nav-top li#nav-faq a::after,
.page-template-template-faq #nav-top li#nav-faq a::after {
    content:"";
    position: relative;
    display: block;
    width: 29px;
    height: 5px;
    left: 50%;
    bottom: 15px;
    background-image: url('img/nav-active.png');
    transform: translateX(-50%);
    transition: opacity .2s;
    pointer-events: none;
}

#nav-top li.active a:hover::after {
    opacity: .5;
}

#nav-top li a:hover,
#nav-top li a:focus {
    color: #FFF;
}

#nav-top li.link-btn {
    display: inline-block;
    text-align: center;
    padding: 0px 0px 0px 0px;
    float: right;
}

#nav-top .link-btn a {
    color: #d7d5ca;
    text-align: center;
    height: 59px;
    width: 160px;
    display: block;
    position: relative;
    line-height: 56px;
}

#nav-top .link-btn a:hover,
#nav-top .link-btn a:focus {
    color: #FFF;
}

#nav-top .link-btn a::before {
    content: "";
    background-image: url(img/contribute-btn-bg-1.png);
    background-position: center center;
    background-repeat: no-repeat;
    height: 104px;
    width: 193px;
    display: block;
    position: absolute;
    top: -15px;
    z-index: 0;
    transition: opacity .4s;
    left: 50%;
    transform: translateX(-50%);
	opacity: 1;
}

#nav-top .link-btn a:hover::before {
	opacity: .5;
}

#nav-top .link-btn a::after {
    content: "";
    background-image: url(img/contribute-btn-bg-2.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 75px;
    width: 172px;
    display: block;
    position: absolute;
    top: -11px;
    left: 50%;
    z-index: -1;
    transform: translateX(-50%);
    margin-left: 3px;
    transition: all .4s;
}

#nav-top .link-btn a:hover::after, 
#nav-top .link-btn a:focus::after {
    width: 198px;
    margin-left: 5px;
    height: 91px;
    top: -18px;
}

#account {
    width: 1200px;
    height: 55px;
    position: fixed;
    top: 0;
    margin: 0 auto;
    color: #dcd8cc;
    text-align: right;
    font-family: 'EB Garamond', serif;
    font-size: 1em;
    z-index: 100;
    pointer-events: all;
    font-style: italic;
}

#account::before {
    content: "";
    height: 67px;
    position: absolute;
    width: 1000%;
    top: 0px;
    left: -500%;
    transition: background .3s;
    background: url('img/main-nav-bg.png');
    background-position: center top;
    opacity: .1;
}

.scrolled #account::before {
    opacity: 1;
}

#account .avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #000;
    border: 2px solid #11191c;
    display: inline-block;
    position: absolute;
    top: 16px;
    right: 40px;
}

#account .avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

#account .avatar::after {
    box-shadow: 0px 0px 0px 2px rgba(255,255,255,.05);
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    border-radius: 50%;
    z-index: 1;
    transition: box-shadow .3s;
}

#account button:hover .avatar::after,
#account button:focus .avatar::after,
#account button.active .avatar::after {
    box-shadow: 0px 0px 0px 2px #dcd8cc;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    border-radius: 50%;
    z-index: 1;
}

#account .username {
    position: relative;
    display: block;
    font-weight: 400;
    bottom: 8px;
    font-size: 18px;
    height: 58px;
    top: 0;
    line-height: 63px;
    transition: all .2s;
    width: max-content;
    text-align: right;
    padding: 0px 75px 0px 10px;
}

#account .username span {
	color: #d3d0c4;
}

#account .account-container {
    position: relative;
}

.collapsed-nav {
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s;
}

.scrolled .collapsed-nav {
    opacity: 1;
    pointer-events: all;
}

#account .account-container .collapsed-nav img {
    height: 35px;
    position: absolute;
    left: 0;
    top: 10px;
}

#account .account-container .collapsed-nav ul {
    list-style: none;
    float: left;
    display: inline-block;
    padding-left: 100px;
}

#account .account-container .collapsed-nav ul li {
    list-style: none;
    float: left;
    margin-right: 50px;
    display: inline-block;
    position: relative;
    bottom: -2px;
}

#account .account-container .collapsed-nav ul li a {
    color: rgb(223 214 207);
    background: rgba(255,255,255,0);
    transition: all .2s;
    cursor: pointer;
    font-weight: 300;
    font-size: 18px;
    font-family: 'EB Garamond', serif;
    font-style: italic;
	text-decoration: none;
}

#account .account-container .collapsed-nav ul li a:hover, 
#account .account-container .collapsed-nav ul li a:focus, 
#account .account-container .collapsed-nav ul li a.active {
    color: #d8d5c9;
    text-shadow: 0px 0px 10px #d8d5c980;
}


.collapsed-nav #nav-contribute {
    width: auto;
    margin-right: 0px !important;
}

.collapsed-nav #nav-contribute a {
    color: #d3d0c4 !important;
    font-weight: 500 !important;
    font-size: 22px !important;
    line-height: 23px;
    padding-left: 30px;
    padding-right: 30px;
}

.collapsed-nav #nav-contribute a:hover {
  	color: #FFF !important;
}

.collapsed-nav #nav-contribute:hover a {
    text-shadow: none;
}

.collapsed-nav #nav-contribute::before {
    content: "";
    background: url(img/contribute-btn-bg-collapsed.png);
    width: 146px;
    position: absolute;
    height: 46px;
    top: -13px;
    left: 0px;
    background-size: 100% 100%;
    pointer-events: none;
    transition: all .3s;
	opacity: 0.7;
}

.collapsed-nav #nav-contribute:hover::before {
	opacity: 1;
}

/* === ACCOUNT: LOGGED IN === */

button#loggedin-dropdown-toggle {
    text-decoration: none;
    z-index: 20;
    position: relative;
    cursor: pointer;
    border: none;
    background: none;
    padding: 0px;
    margin: 0px;
    top: 0px;
    position: absolute;
    right: 0;
    z-index: 5;
    cursor: pointer;
    height: 55px;
    width: 300px;
    font-family: 'EB Garamond', serif;
		text-decoration: none;
    font-style: italic;
}

i.dropdown-arrow {
    position: absolute !important;
    top: 31px !important;
    right: 20px !important;
}

.loggedin-dropdown {
    display: block;
    position: absolute;
    right: 1px;
    height: auto;
    background: rgb(22 33 38 / 95%);
    border: 1px solid rgba(255,255,255,.1);
    backdrop-filter: blur(3px);
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    box-shadow: 0px 10px 20px rgb(0 0 0 / 50%);
    pointer-events: none;
    opacity: 0;
    transition: all .3s;
    border-top: none;
    z-index: -1;
    top: 0px;
    width: 100%;
    padding: 65px 0px 0px 0px;
}

.loggedin-dropdown.active {
    opacity: 1;
    pointer-events: all;
}

.loggedin-dropdown ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.loggedin-dropdown ul li {
    display: block;
}

.loggedin-dropdown a {
    color: rgba(220, 216, 204, .5);
    background: rgba(255,255,255,0);
    transition: all .2s;
    cursor: pointer;
    font-weight: 300;
    font-size: 18px;
    display: block;
    height: 100%;
    padding: 15px 15px;
    text-align: left;
	text-decoration: none;
}

.loggedin-dropdown li:last-of-type a {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    margin-bottom: 20px;
}

.loggedin-dropdown a i {
    margin-right: 10px;
}

.loggedin-dropdown a:hover,
.loggedin-dropdown a:focus {
    color: #dcd8cc;
    background: rgba(255,255,255,0.02);
}

.loggedin-dropdown hr {
    position: relative;
    width: 100%;
    border: none;
    background: rgba(255,255,255,.1);
    height: 1px;
    padding: 0;
    margin: 0;
}

.loggedin-actions ul {
    list-style: none;
    margin: 0;
}
.loggedin-actions li {
    transition: padding .3s;
    width: 100%;
}

button.active .loggedin-actions li {
    padding: 0px 3000px 0px 0px;
}


.loggedin-actions {
    display: inline-block;
    color: rgba(220, 216, 204, .5);
    transition: all .2s;
    padding: 5px;
    cursor: pointer;
    font-weight: 300;
    font-size: 16px;
    text-align: left;
    padding-right: 25px;
    position: absolute;
    right: -25px;
    top: -8px;
}

button:hover .loggedin-actions,
button:focus .loggedin-actions,
button.active .loggedin-actions {
    color: #dcd8cc;
}

/* === ACCOUNT: LOGGED OUT === */

.loggedout-actions {
    display: inline-block;
    position: relative;
    top: 16px;
}

.loggedout-actions ul {
    list-style: none;
    margin: 0;
    padding: 0;
    padding: 0px;
}

.loggedout-actions li {
    display: inline-block;
    top: -6px;
    position: relative;
}

.loggedout-actions  .loggedout-divider {
    position: relative;
    display: inline-block;
    width: 2px;
    height: 25px;
    background: linear-gradient(0deg, transparent, #d9d5ca, transparent);
    margin: 0px 2px;
    top: 1px;
    opacity: .5;
}

.loggedout-actions a {
    color: #d9d5ca;
    transition: all .2s;
    position: relative;
    display: inline-block;
    margin: 0px 10px 0px 10px;
    text-decoration: none;
    cursor: pointer;
    font-weight: 400;
    font-size: 18px;
    font-family: 'EB Garamond', serif;
    font-style: italic;
    transition: all .3s;
}

.loggedout-actions a:hover,
.loggedout-actions a:focus {
    color: #FFF;
}

/* ================== LOGIN POPUP ================== */

.login-modal-open {
  	cursor: pointer;
}

.login-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    height: auto;
    width: 800px;
    background: #121b20;
    min-height: 600px;
    z-index: 1000;
    transform: translate(-50%,-50%);
    border-radius: 5px;
    border: 1px solid #222f38;
    box-shadow: 0px 30px 100px rgba(0,0,0,0.5), 0px 5px 10px 4px rgba(0,0,0,0.3);
    -webkit-touch-callout: none;
  	-webkit-user-select: none;
 	 	-khtml-user-select: none;
  	-moz-user-select: none;
  	-ms-user-select: none;
 		user-select: none;
  	transition: margin-top 1s;
  
  	display: none; /** This is used to hide until the login popup is opened. **/
}

.login-popup.hidden {
    margin-top: 0px;
}

.login-popup a.btn-login-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 22px;
    height: 22px;
    display: block;
    text-align: center;
    line-height: 100px;
    color: #374248;
    font-size: 1.5em;
    margin: 13px 15px 0px 0px;
    transition: all .3s;
  	cursor: pointer;
}

.login-popup a.btn-login-close:hover {
		color: #FFF;
}

.login-popup-bg {
  	content: "";
    background: #0a0f12d4;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 998;
    backdrop-filter: blur(3px);
  	cursor: pointer;
  	transition: background .3s;
  
  	display: none; /** This is used to hide until the login popup is opened. **/
}

.login-popup-bg:hover {
  	background: #121b20e8;
}

.login-popup .panel-left {
    position: absolute;
    border-right: 1px solid #222f38;
    top: 0;
    left: 0;
    width: 45%;
    bottom: 0;
    background: #182228;
    text-align: center;
  	background-image: url(img/content/login-bg.jpg);
  	background-position: center center;
}

.login-popup .panel-left img.login-logo {
    margin-top: 40%;
    -webkit-touch-callout: none;
  	-webkit-user-select: none;
 	 	-khtml-user-select: none;
  	-moz-user-select: none;
  	-ms-user-select: none;
 		user-select: none;
}

.login-popup .panel-left h1 {
    font-family: 'EB Garamond', serif;
    font-style: italic;
    font-weight: 500;
    font-size: 2.3em;
    color: #d3d0c5;
}

.login-popup .panel-left span {
    color: #7a868d;
    font-family: 'EB Garamond', serif;
    font-style: italic;
    font-size: 1.3em;
    display: block;
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
}

.login-popup .panel-left a {
  	margin-top: 10px;
    color: #d3d0c5;
  	text-decoration: none;
    transition: all .3s;
}

.login-popup .panel-left a:hover {
  	color: #FFF;
}

.login-popup .panel-right {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 45%;
}

.um-login .um-field-area input {
    border: 2px solid #222f3878 !important;
    border-radius: 5px !important;
    color: #fff !important;
    font-size: 1em !important;
    font-family: 'Inter', sans-serif !important;
    font-weight: 300 !important;
    position: relative !important;
    text-align: left !important;
    background: #0a0f12 !important;
    padding: 20px 14px !important;
    top: -7px !important;
    box-sizing: border-box !important;
    width: 100% !important;
    margin-right: 10px !important;
}

.um-login .um-form {
    width: 80%;
    margin-top: 200px;
    left: 10%;
    position: relative;
    box-sizing: border-box;
}

div#um_field_50_user_password {
    position: relative;
    top: 10px;
    padding-bottom: 30px;
}

div#um_field_50_username {
    position: relative;
    margin-bottom: 30px;
}

.um-login input#um-submit-btn {
    font-family: 'Inter', sans-serif !important;
    font-weight: 700 !important;
    position: relative !important;
    top: -7px !important;
    line-height: 0px !important;
    border-radius: 6px !important;
    border: 1px solid #202a30 !important;
    background: #d3ccab !important;
    padding: 13px 25px !important;
    transition: all .3s !important;
    color: #0c1013 !important;
    font-size: 14px !important;
    text-transform: uppercase !important;
    text-align: center !important;
    cursor: pointer !important;
    min-width: auto !important;
    height: 60px !important;
}

.um-login a.um-button.um-alt {
    display: none;
}

/* ================== LANDING HEADER ================== */

.page-title {
		text-transform: capitalize;
}

.focus-full {
		filter: blur(0px) !important;
}

.page-template-template-landing #page-bg {
    background-color: #0c1013;
    overflow: hidden;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    min-width: 1920px;
    aspect-ratio: 2;
}

.page-bg-bottom {
    height: 400px;
    bottom: -1px;
    width: 100%;
    position: absolute;
    background-image: url(img/page-bg-bottom-min.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    opacity: .5;
}

.page-bg-effect-anim {
	transition: .5s filter ease;
	-webkit-transition: .5s -webkit-filter ease;
	-moz-transition: .5s -moz-filter ease;
	-ms-transition: .5s -ms-filter ease;
	-o-transition: .5s -o-filter ease;
}

.page-template-template-landing .page-bg-effect0 {
    /* background-image: url(img/placeholder/bg-min.jpg);
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute; */
    top: -20px;
    left: 0;
    right: 0;
    bottom: 0;
}

#page-bg video {
    width: 100%;
    opacity: .85;
}

#page-bg iframe {
    width: 100%;
    height: 100%;
    opacity: 1;
    top: -60px;
    position: absolute;
}

.video-overlay {
  	top: 0px;
  	position: absolute;
  	left: 0;
  	right: 0;
  	height: 250px;
    background: rgb(12,16,19);
		background: linear-gradient(180deg, rgba(12,16,19,1) 0%, rgba(12,16,19,0) 100%);
}

.page-bg-bottom span {
    left: 50%;
    font-family: 'EB Garamond';
    font-weight: 500;
    color: rgb(155 155 155 / 100%);
    font-size: 2em;
    font-style: italic;
    text-align: center;
    transform: translateX(-50%);
    position: absolute;
    top: 200px;
}

#landing {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1;
    min-height: 1090px;
    aspect-ratio: 2;
}

.landing-offset {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1;
    min-height: 1090px;
    aspect-ratio: 2;
    margin-top: -230px;
  	pointer-events: none;
}

#landing .feature-content {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    height: 100%;
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

#landing .broadarrow {
    position: fixed;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    transition: opacity .3s;
}

.scrolled #landing .broadarrow {
    opacity: 0;
    pointer-events: none;
}

#landing .broadarrow a:after {
    position: absolute;
    content: "Discover Ahoy!";
    font-family: 'EB Garamond', serif;
    color: #d9d5ca;
    font-size: 2em;
    font-weight: 500;
    font-style: italic;
    margin: 0;
    margin-bottom: 0px;
    opacity: 0;
    transition: all .3s;
    pointer-events: none;
    width: 200px;
    left: 50%;
    bottom: 40px;
    transform: translateX(-50%);
}

#landing .broadarrow a:hover:after {
    margin-bottom: 15px;
    opacity: 1;
    pointer-events: none;
}

#landing .broadarrow a {
    text-decoration: none;
    cursor: pointer;
    opacity: .75;
    transition: opacity .3s;
}

#landing .broadarrow a:hover {
    opacity: 1;
}

#landing .feature-content .feature-right {
    position: relative;
    width: 450px;
    float: left;
    left: 60px;
    top: 50%;
    margin-top: -50px;
    transform: translateY(-50%);
    text-align: center;
    font-family: 'EB Garamond', serif;
    color: #d9d5ca;
    font-size: 2em;
    font-weight: 300;
    font-style: italic;
    pointer-events: none;
}

#landing .feature-content .feature-right::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background: url(img/featuretext-bg-min.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 720px;
    height: 800px;
    z-index: -1;
    opacity: 1;
    transition: all 3s, opacity 1s;
    margin-left: 10px;
    margin-top: 60px;
    -webkit-mask-image: linear-gradient(180deg, #0000, #fff, #0000);
    				mask-image: linear-gradient(180deg, #0000, #fff, #0000);
    -webkit-mask-size: 100% 80%;
    				mask-size: 100% 80%;
    -webkit-mask-position-y: 50%;
   					mask-position-y: 50%;
    -webkit-mask-repeat: no-repeat;
    				mask-repeat: no-repeat;
}

#landing .feature-content .feature-right:hover::after {
    opacity: .9;
    width: 800px;
    height: 900px;
    -webkit-mask-size: 100% 400%;
    				mask-size: 100% 400%;
    -webkit-mask-position-y: 50%;
    				mask-position-y: 50%;
}

#landing .feature-content .feature-right h1 {
    font-family: 'EB Garamond', serif;
    font-weight: 300;
    font-size: 2em;
    margin: 0;
	text-shadow: 0px 2px 10px rgb(0 0 0 / 70%);
}

#landing .feature-content .feature-right h2 {
    font-weight: 300;
    font-size: 1.4em;
    margin: 0;
    margin-bottom: -14px;
    font-family: 'Allura', cursive;
	text-shadow: 0px 2px 10px rgb(0 0 0 / 70%);
}

#landing .feature-content .feature-right h3 {
    font-weight: 300;
    font-size: 2.3em;
    margin: 0;
	text-shadow: 0px 2px 10px rgb(0 0 0 / 70%);
}

#landing .feature-content .feature-right p {
    font-weight: 300;
    font-size: 0.85em;
    margin: 10px 0px 20px;
    line-height: 1.6em;
	text-shadow: 0px 2px 10px rgb(0 0 0 / 70%);
}

#landing .feature-content .feature-right .feature-emblem {
    width: 100px;
    height: auto;
    margin-top: 100px;
}
  
#landing .feature-content .feature-right .feature-logo {
    display: none;
    margin: 0 auto;
    height: auto;
    margin-top: 0;
    width: 300px;
    margin-bottom: 20px;
}

hr.flourish {
    background: url(img/flourish_01.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    width: 100px;
    height: 30px;
    border: none;
}




/* ================== CONTAINER ================== */


.container {
    width: 1200px;
    text-align: left;
    margin: 0 auto;
    position: relative;
    min-height: 1px;
}

.container.start {
    width: 1000px;
    text-align: left;
    margin: 0 auto;
    position: relative;
    min-height: 1px;
    margin-top: 100px;
    margin-bottom: 200px;
}

.container.start h1 {
    text-align: center;
    margin-bottom: 20px;
}

.container.start p {
    margin: 0 auto;
    font-family: 'EB Garamond', serif;
    font-weight: 300;
    margin-bottom: 20px;
    position: relative;
    z-index: 5;
    color: #dfd6cf;
    font-style: italic;
    font-size: 1.4em;
    width: 100%;
    text-align: center;
    line-height: 2em;
}

.container h1 {
    font-family: 'EB Garamond', serif;
    font-weight: 300;
    font-size: 3em;
    margin: 0;
    position: relative;
    text-align: left;
    color: #dfd6cf;
    text-shadow: 0px 2px 3px rgb(0 0 0 / 60%);
    font-style: italic;
    margin-bottom: -20px;
}

.hr-anchor {
    position: relative;
    width: 1200px;
    height: 1px;
    margin: 0 auto;
    text-align: center;
    z-index: 1;
}

.hr-anchor::after {
    content: "";
    position: absolute;
    bottom: -100px;
    width: 100%;
    height: 50px;
    background-image: url(img/hr-anchor.png);
    background-repeat: no-repeat;
    background-position: center center;
    left: 0px;
}


/* ================== LANDING CONTENT ================== */




#landing-news {
    width: 1200px;
    height: 370px;
    margin: 0 auto;
    margin-top: 820px;
    margin-bottom: 100px;
    display: flex;
    gap: 10px;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: stretch;
    position: relative;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#landing-news .landing-news-item {
    background: rgb(22 33 38);
    border-radius: 6px;
    position: relative;
    width: 100%;
    overflow: hidden;
    border: 2px solid rgba(223, 214, 207, 0.1);
    border-radius: 6px;
    transition: border .3s;
	
	overflow: hidden;
    position: relative;
    align-self: stretch;
    justify-self: stretch;
    width: 385px;
    height: 370px;
    padding: 30px 30px 40px 30px;
    background: rgb(20 27 32 / 70%);
    border-radius: 5px;
    border: 1px solid #202a30;
    box-sizing: border-box;
    transition: all .2s;
}

#landing-news .landing-news-item:hover {
    background: rgb(25 34 40);
}

#landing-news .landing-news-item a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-decoration: none;
}

#landing-news .landing-news-item img {
	opacity: .8;
    object-fit: cover;
    transition: all .3s;
    width: 100%;
    height: 60%;
}

#landing-news .landing-news-item a:hover img {
    opacity: 1;
}

#landing-news h1 {
    font-family: 'EB Garamond', serif;
    font-weight: 300;
    font-size: 3em;
    margin: 0;
    clear: both;
    position: absolute;
    top: -60px;
    text-align: left;
    left: 0;
    color: #dfd6cf;
    text-shadow: 0px 2px 3px rgb(0 0 0 / 60%);
    font-style: italic;
}

#landing-news span {
    font-family: 'EB Garamond', serif;
    font-weight: 300;
    font-size: 1.5em;
    margin: 0;
    clear: both;
    position: absolute;
    top: -39px;
    text-align: right;
    right: 0;
    color: #dfd6cf;
    text-shadow: 0px 2px 3px rgb(0 0 0 / 60%);
    font-style: italic;
}

#landing-news span a {
    color: #dfd6cf;
    text-decoration: none;
    transition: color .3s;
}

#landing-news span a:hover {
    color: #ffffff;
    text-decoration: none;
}

#landing-news .landing-news-item h1 {
    font-size: 1.5em;
    padding: 4px 15px;
    z-index: 2;
    font-family: 'EB Garamond', serif;
    font-weight: 300;
    margin: 0;
    position: relative;
    text-align: left;
    color: #c7c0a7;
    text-shadow: 0px 2px 3px rgb(0 0 0 / 60%);
    font-style: italic;
    text-decoration: none;
    top: 0px;
}

#landing-news .landing-news-item h2 {
    font-family: 'Inter';
    font-weight: 400;
    margin: 0;
    clear: both;
    text-align: left;
    color: #a7a087;
    font-size: 0.9em;
    padding: 4px 15px;
    transition: bottom .3s;
    position: absolute;
    z-index: 2;
    bottom: 8px;
}

#landing-news .landing-news-item span {
    z-index: 2;
}

#landing-news .landing-news-item i {
    z-index: 2;
    position: absolute;
    top: 20px;
    right: 8px;
    color: #dfd6cf;
    opacity: .3;
    transition: opacity .3s;
}

#landing-news .landing-news-item a:hover i {
    opacity: 1;
}




/* ================== LANDING CONTENT BLOCK ================== */


.content-block {
    width: 100%;
    height: 100%;
    text-align: center;
    margin-top: 50px;
    position: relative;
    color: #899297;
    margin-bottom: -50px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
}

.content-block-container {
    width: 1200px;
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    text-shadow: 0px 2px 2px #0c1013;
}

.content-block::before {
    content: "";
    position: absolute;
    top: 0px;
    width: 100%;
    height: 50px;
    background-image: url(img/hr-anchor.png);
    background-repeat: no-repeat;
    background-position: center center;
    left: 0px;
    z-index: 10;
}

.content-block::after {
    content: "";
    position: absolute;
    left: 50%;
    right: 0;
    transform: translateX(-50%);
    background: linear-gradient(0deg, #0c1013 15%, transparent 60%);
    width: 300%;
    height: 800px;
    z-index: 1;
    opacity: 1;
    bottom: 0px;
}

.content-block .content-block-image {
    height: 1200px;
    margin-top: 0;
    margin-bottom: 0px;
    position: relative;
    top: 0px;
    z-index: -1;
    -webkit-mask-image: linear-gradient(to bottom, transparent 2%, black 30%, black 80%, transparent 100%);
    				mask-image: linear-gradient(to bottom, transparent 2%, black 30%, black 80%, transparent 100%);
}

.content-block .content-block-image img {
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    -webkit-mask-image: linear-gradient(to left, transparent 0%, black 30%, black 60%, transparent 100%);
    				mask-image: linear-gradient(to left, transparent 0%, black 30%, black 60%, transparent 100%);
    height: 100%;
}

.content-block h1 {
    font-family: 'EB Garamond', serif;
    font-weight: 300;
    color: #f1ebe7;
    font-size: 2.4em;
    font-style: italic;
    margin-bottom: 10px;
    position: relative;
    z-index: 5;
    text-shadow: 0px 2px 5px #0c0f12;
}

.content-block p {
    margin: 0 auto;
    font-family: 'EB Garamond', serif;
    font-weight: 300;
    margin-bottom: 20px;
    position: relative;
    z-index: 5;
    color: #dfd6cf;
    font-style: italic;
    font-size: 1.4em;
    width: 100%;
}




/* ================== GLOBAL FOOTER ================== */



footer {
    background: url(img/footer-min.jpg);
    background-position: center center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    height: auto;
    position: relative;
    padding-top: 100px;
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 30%);
    mask-image: linear-gradient(to bottom, transparent 0%, black 30%);
}

footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 700px;
    background: linear-gradient(0deg, transparent 0%, #0c1013 80%);
}

footer::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('img/caustics.gif');
    background-position: top center;
    background-size: 40%;
    background-repeat: repeat;
    height: auto;
    mix-blend-mode: plus-lighter;
    opacity: .5;
    z-index: 1;
}

footer .social {
    width: 1200px;
    height: 200px;
    text-align: center;
    margin: 0 auto;
    padding-top: 80px;
    position: relative;
    z-index: 2;
}

footer .social ul {
    margin: 0;
    padding: 0;
    padding-top: 30px;
    padding-bottom: 30px;
    list-style: none;
}

footer .social li {
    display: inline-block;
}

footer .social li a {
    position: relative;
    font-size: 2.5em;
    margin: 15px;
    padding: 15px;
    top: 20px;
    color: #587381;
    transition: all .2s;
}

footer .social li a:hover {
    color: #89b2c7;
}

footer .footer-container {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: auto;
    background: rgba(7, 7, 8, 0.85);
    position: relative;
    z-index: 2;
}

footer .logos {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 60px;
    z-index: 2;
}

footer .logos a {
    display: inline-block;
    margin-right: 20px
}

footer .logos a img {
    filter: invert(44%) sepia(33%) saturate(328%) hue-rotate(156deg) brightness(89%) contrast(87%);
    transition: all .2s;
    width: 250px;
}

footer .logos a:hover img {
    filter: invert(70%) sepia(38%) saturate(259%) hue-rotate(156deg) brightness(92%) contrast(88%);
}

footer #copy {
    padding-top: 30px;
    padding-bottom: 10px;
    width: 1200px;
    margin: 0 auto;
    color: #4e778d;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
    font-size: .7em;
    justify-content: center;
    letter-spacing: .05rem;
    text-align: center;
}

footer nav {
    padding-bottom: 80px;
    width: 1200px;
    margin: 0 auto;
    color: #4e778d;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
    font-size: .7em;
    justify-content: center;
    letter-spacing: .05rem;
    text-transform: uppercase;
    text-align: center;
}

footer nav a {
    text-decoration: none;
    color: #4e778d;
    margin: 5px;
    transition: all .2s;
}

footer nav a:hover {
    color: #8eb7cc;
}



/* ================== ACCOUNT MODALS ================== */

a.close-modal {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: pointer;
}

.modal-bg {
    position: absolute;
    background: rgba(10, 20, 23, 0.85);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    backdrop-filter: blur(3px);
    
    user-select: none; /* supported by Chrome and Opera */
   -webkit-user-select: none; /* Safari */
   -khtml-user-select: none; /* Konqueror HTML */
   -moz-user-select: none; /* Firefox */
   -ms-user-select: none; /* Internet Explorer/Edge */
    z-index: 800;
    display: none;
}

.modal {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    
    user-select: none; /* supported by Chrome and Opera */
   -webkit-user-select: none; /* Safari */
   -khtml-user-select: none; /* Konqueror HTML */
   -moz-user-select: none; /* Firefox */
   -ms-user-select: none; /* Internet Explorer/Edge */
    z-index: 1000;
    display: none;
}

.modal-dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 500px;
    height: auto;
    padding-bottom: 220px;
    border-radius: 6px;
    border: 1px solid rgba(27, 39, 45, 0.44);
    text-align: center;
    box-shadow: inset 0px 0px 15px #1b272d;
    font-family: 'Inter', sans-serif;
    color: #6b838d;
}

.modal-dialog::before {
    content: "";
    
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    
    background-image: url('img/modal-bg.jpg');
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    border-radius: 6px;
    z-index: -2;
}

.modal-dialog::after {
    content: "";
    
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    
    background: rgb(27,39,45);
    background: linear-gradient(168deg, rgba(27,39,45,0) 0%, rgba(27,39,45,1) 100%);
    border-radius: 6px;
    z-index: -1;
}

.modal .modal-logo {
    position: relative;
    margin-top: 40px;
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
}

.modal .close {
    position: absolute;
    top: 0px;
    right: 20px;
    font-size: 40px;
    color: rgba(107, 131, 141, 0.55);
    background: none;
    border: none;
    cursor: pointer;
    padding: 0px;
    margin: 0px;
    line-height: 0px;
    height: auto;
    width: auto;
    margin-top: 30px;
    transition: color .3s;
}

.modal .close:hover,
.modal .close:focus,
.modal .close:active {
    color: rgba(220, 164, 87, 1);
}

.modal input[type=text],
.modal input[type=password] {
    background: rgba(10, 20, 23, 0.5);
    outline: 0px;
    border: 2px solid rgba(60, 78, 86, 0.3);
    height: 50px;
    float: left;
    margin-left: 60px;
    margin-right: 60px;
    width: calc(100% - 120px - 30px);
    margin-bottom: 20px;
    border-radius: 6px;
    padding: 0px 15px;
    color: #6b838d;
    font-size: 25px;
    font-family: 'EB Garamond', serif;
    font-style: italic;
    font-weight: 300;
}

.modal input[type=text]:focus,
.modal input[type=password]:focus {
    border: 2px solid #dca457;
}

.modal input::placeholder {
    color: #6b838d;
    font-family: 'EB Garamond', serif;
    font-style: italic;
    font-weight: 300;
}

.modal .remember-me {
    float: left;
    text-align: left;
    margin-left: 60px;
    line-height: 40px;
    margin-bottom: 40px;
}

.modal input[type="checkbox"] {
    display: none;
}

.modal input[type="checkbox"] + label {
    display: block;
    position: relative;
    left: -9px;
    padding-left: 40px;
    font-size: 20px;
    line-height: 32px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.modal input[type="checkbox"]:hover + label:before {
    background: rgba(10, 20, 23, 0.5);
    box-shadow: inset 0px 0px 0px 2px rgba(10, 20, 23, 0);
}

.modal input[type="checkbox"] + label:last-child {
    margin-bottom: 0;
}

.modal input[type="checkbox"] + label:before {
    content: "";
    display: block;
    width: 1.4em;
    height: 1.4em;
    border: 1px solid #343a3f;
    border-radius: 0.2em;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all 0.2s, background 0.2s ease-in-out;
    transition: all 0.2s, background 0.2s ease-in-out;
    background: rgba(10, 20, 23, 0.5);
}

.modal input[type="checkbox"]:checked + label:before {
    width: 1.3em;
    height: 1.3em;
    border-radius: 0.2em;
    border: 2px solid #dca457;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    background: #121d22;
}

.modal input[type="checkbox"]:checked + label:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00c";
    position: absolute;
    left: 5.5px;
    color: #dca457;
    font-style: normal;
    text-shadow: 0px 1px 0px #dca457, 1px 0px 0px #dca457, 0px -1px 0px #dca457, -1px 0px 0px #dca457;
}

.modal .remember-me label {
    height: 40px;
    display: inline-block;
    float: left;
    margin-left: 10px;
    line-height: 38px;
    font-size: 25px;
    font-family: 'EB Garamond', serif;
    font-style: italic;
    font-weight: 300;
}

.modal h1 {
    margin: 0px;
    margin-top: 15px;
    margin-bottom: 20px;
    padding: 0;
    color: #dca457;
    font-size: 30px;
    font-family: 'EB Garamond', serif;
    font-style: italic;
    font-weight: 300;
}

.modal .submit {
    display: block;
    float: left;
    width: calc(100% - 10px);
    height: 180px;
    background: #10181d;
    position: absolute;
    bottom: 5px;
    left: 5px;
    right: 5px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    text-align: center;
    z-index: 1;
}

.modal .submit .btn {
    position: relative;
    height: 70px;
    width: calc(100% - 90px);
    padding: 0px 15px;
    font-size: 30px;
    font-family: 'EB Garamond', serif;
    font-style: italic;
    font-weight: 700;
    color: #261c0f;
    top: -35px;
    
    background-color: transparent;
    background-image: url('img/gold-btn-wide-over.png');
    background-position: center center;
    background-repeat: no-repeat;
    border: none;
    
    cursor: pointer;
}

.modal .submit .btn::after {
    background-image: url('img/gold-btn-wide.png');
    background-position: center center;
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: opacity .3s;
    z-index: 1;
    outline: none;
}

.modal .submit .btn:hover::after,
.modal .submit .btn:focus::after {
    opacity: 1;
    outline: none;
}

.modal .submit .btn span {
    position: relative;
    z-index: 5;
}

.modal .submit .forgot-prompt {
    position: relative;
    margin-top: 66px;
    z-index: 50;
    margin-bottom: 22px;
}

.modal .submit hr {
    position: relative;
    width: 70%;
    background: rgba(55, 72, 80, 0.5);
    border: none;
    height: 2px;
    top: -5px;
}

.modal .submit .register-prompt a {
    margin-left: 15px;
}

.modal .submit a {
    color: #dca457;
    cursor: pointer;
    text-decoration: none;
    transition: color .3s;
}

.modal .submit a:hover {
    color: #f6c683;
}

@media only screen and (max-width: 500px) {
    .modal {
        overflow: hidden;
    }
    
    .modal-dialog {
        width: 100%;
        height: calc(100% - 180px);
        top: 0;
        left: 0;
        right: 0;
        transform: translate(0,0);
        border-radius: 0;
    }
    .modal-dialog:before,
    .modal-dialog:after {
        border-radius: 0;
    }

    .modal input[type=text],
    .modal input[type=password] {
        height: 50px;
        float: left;
        margin-left: 30px;
        margin-right: 30px;
        width: calc(100% - 60px - 30px);
        margin-bottom: 20px;
    }
    
    .modal .submit {
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: 0px !important;
        width: 100%;
    }
    
    .modal .submit .register-prompt span {
        display: none;
    }
    
    .modal .submit .register-prompt a {
        margin-left: 0px;
    }
    
    .modal-logo {
        transform: scale(.7);
    }
    
    .modal input[type="checkbox"] + label {
        display: block;
        position: relative;
        left: -39px;
    }
}




/** Forced Login Styling **/

.lwa-bones .pixelbones form {
    background: transparent !important;
}

.lwa.lwa-default.pixelbones.lwa-login {
    background: transparent !important;
    z-index: 10;
    position: relative;
}

.lwa-bones .lwa.lwa-login .grid-container.submit {
    margin-top: 60px;
    height: 0px;
    margin-bottom: -39px;
}

.lwa-submit-button {
    width: 100%;
    position: absolute;
    display: block;
    text-align: center;
    top: 0;
    height: 0px;
}

.lwa-links {
    display: none !important;
}

.lwa-wrapper .input-field label {
    display: none !important;
}

.lwa-wrapper input.button-primary {
    position: relative !important;
    height: 70px !important;
    width: 400px !important;
    padding: 0px 15px !important;
    font-size: 30px !important;
    font-family: 'EB Garamond', serif !important;
    font-style: italic !important;
    font-weight: 700 !important;
    color: #261c0f !important;
    top: -35px !important;
    background-image: url(img/gold-btn-wide-over.png) !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    border: none !important;
    cursor: pointer !important;
    background-color: transparent !important;
    border-color: transparent !important;
    text-transform: none !important;
}

.lwa-wrapper input.button-primary::before {
    content: "";
    background-image: url('img/gold-btn-wide.png');
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: opacity .3s;
    z-index: 1;
    outline: none;
}

.lwa-wrapper input.button-primary:hover::before,
.lwa-wrapper input.button-primary:focus::before {
    opacity: 1;
    outline: none;
}

.lwa-wrapper input[type=text],
.lwa-wrapper input[type=password] {
    background: rgba(10, 20, 23, 0.5);
    outline: 0px;
    border: 2px solid rgba(60, 78, 86, 0.3) !important;
    height: 50px !important;
    float: left;
    margin-left: 60px !important;
    margin-right: 60px !important;
    width: calc(100% - 120px) !important;
    margin-bottom: 20px !important;
    border-radius: 6px !important;
    padding: 0px 15px !important;
    color: #6b838d;
    font-size: 25px !important;
    font-family: 'EB Garamond', serif !important;
    font-style: italic;
    font-weight: 300;
    background-color: rgba(10, 20, 23, 0.5) !important;
    box-shadow: none !important;
    box-sizing: border-box !important;
}

.lwa-wrapper input[type=text]:focus,
.lwa-wrapper input[type=password]:focus {
    border: 2px solid #dca457;
}

.lwa-wrapper input::placeholder {
    color: #6b838d;
    font-family: 'EB Garamond', serif;
    font-style: italic;
    font-weight: 300;
}

.lwa-wrapper .remember-me {
    float: left;
    text-align: left;
    margin-left: 60px;
    line-height: 40px;
    margin-bottom: 40px;
}

.lwa-wrapper input[type="checkbox"] {
    display: none;
}

.lwa-wrapper input[type="checkbox"] + label {
    display: block;
    position: relative;
    left: -9px;
    padding-left: 40px;
    font-size: 20px;
    line-height: 32px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.lwa-wrapper input[type="checkbox"]:hover + label:before {
    background: rgba(10, 20, 23, 0.5);
    box-shadow: inset 0px 0px 0px 2px rgba(10, 20, 23, 0);
}

.lwa-wrapper input[type="checkbox"] + label:last-child {
    margin-bottom: 0;
}

.lwa-wrapper input[type="checkbox"] + label:before {
    content: "";
    display: block;
    width: 1.4em;
    height: 1.4em;
    border: 1px solid #343a3f;
    border-radius: 0.2em;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all 0.2s, background 0.2s ease-in-out;
    transition: all 0.2s, background 0.2s ease-in-out;
    background: rgba(10, 20, 23, 0.5);
}

.lwa-wrapper input[type="checkbox"]:checked + label:before {
    width: 1.3em;
    height: 1.3em;
    border-radius: 0.2em;
    border: 2px solid #dca457;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    background: #121d22;
}

.lwa-wrapper input[type="checkbox"]:checked + label:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00c";
    position: absolute;
    left: 5.5px;
    color: #dca457;
    font-style: normal;
    text-shadow: 0px 1px 0px #dca457, 1px 0px 0px #dca457, 0px -1px 0px #dca457, -1px 0px 0px #dca457;
}


/* ================= TABBED MENU ================= */

.page-tabs {
    width: 1260px;
    position: relative;
    left: -30px;
    height: 130px;
    background: url(img/tabs-bg-parchment.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.page-tabs.scrolled {
    position: fixed;
    top: 38px;
    width: 1260px;
    z-index: 11;
    left: 50%;
    transform: translateX(-50%);
}

#page-tabs-replacement {
	height: 0px;
	position: relative;
}

#page-tabs-replacement.scrolled {
	height: 130px;
	position: relative;
}

.page-tabs ul {
    display: flex;
    margin: 0px 25px;
    padding: 0;
    position: relative;
    top: 31px;
}

.page-tabs ul li {
    color: #0f171a;
    text-align: center;
    height: 59px;
    display: inline-block;
    position: relative;
    margin: 0 auto;
    line-height: 62px;
    text-decoration: none;
    transition: all .2s;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    font-family: 'EB Garamond', serif;
    font-size: 21px;
    font-weight: 300;
    font-style: italic;
    z-index: 10;
    pointer-events: all;
    cursor: pointer;
}

.page-tabs ul li a {
    display: block;
    text-decoration: none;
    color: #0f171a;
    transition: color .1s;
    padding: 0px 20px 0px 20px;
	cursor: pointer;
}

.page-tabs ul li a:hover {
	color: #0f171a;
}

.page-tabs ul li.active a {
	color: #c1b99b;
}

.page-tabs ul li::before {
    content: "";
    background-image: url(img/tabs-select-ink-01.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 116%;
    height: 110%;
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    z-index: -1;
    transition: all .5s;
	backface-visibility: hidden !important
	transform: translateZ(0) scale(1,1)!important;
	top: 2px;
}
.page-tabs ul li:nth-child(odd)::before {
    background-image: url(img/tabs-select-ink-02.png);
	top: -3px;
}

.page-tabs ul li:nth-child(3n)::before {
    background-size: 100% -100%;
}

.page-tabs ul li:nth-child(4n)::before {
    background-size: -100% 100%;
}

.page-tabs ul li:hover::before {
    opacity: .25;
    filter: hue-rotate(160deg);
}

.page-tabs ul li.active::before {
    opacity: 1;
    filter: hue-rotate(0deg);
}


.page-tabs ul li:after {
	content: "";
	position: absolute;
	background-image: url('img/tabs-divide.png');
	right: -7px;
	width: 7px;
	height: 40px;
	top: 50%;
	transform: translatey(-50%);
}

.page-tabs ul li:last-of-type:after {
	display: none;
}

.page-tabs ul li.force-right {
    float: right;
    position: absolute;
    right: 0;
    top: 0;
}

.page-tabs ul li.force-right:after {
	content: "";
	position: absolute;
	background-image: url('img/tabs-divide.png');
	left: -7px;
	width: 7px;
	height: 40px;
	top: 50%;
	transform: translatey(-50%);
}


/* ================== BLOG PAGE ================== */


.blog header{
	height: auto;
    padding-bottom: 100px;
}

.blog #page-bg {
    width: 100%;
    height: 1000px;
    background-color: #121415;
    background-image: url(img/content/bg-1.jpg);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    opacity: 0.2;
    -webkit-mask-image: linear-gradient(to bottom, black 0%, transparent 100%);
    mask-image: linear-gradient(to bottom, black 0%, transparent 100%);
  	display: block;
}

.blog .container h1.page-title {
    width: fit-content;
    text-align: center;
    margin-top: 50px !important;
    margin-bottom: 100px !important;
    position: relative;
    margin: 0 auto;
}

.blog .container h1.page-title::after {
    content: "";
    position: absolute;
    bottom: -58px;
    width: 674px;
    height: 137px;
    left: 50%;
    background-image: url(img/header-title-underline.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transform: translateX(-50%);
    opacity: .2;
}

.blog .container h1 {
    font-family: 'EB Garamond', serif;
    font-weight: 300;
    font-size: 3em;
    margin: 0;
    position: relative;
    text-align: left;
    color: #dfd6cf;
    text-shadow: 0px 2px 3px rgb(0 0 0 / 60%);
    font-style: italic;
    margin-bottom: 0px;
    text-align: center;
    margin-top: 120px;
}

#showcase,
.showcase-loadmore {
    width: 100%;
    margin: 0 auto;
    margin-top: 0px;
    position: relative;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: stretch;
    gap: 22px;
}

#showcase .landing-news-item {
    overflow: hidden;
    position: relative;
    align-self: stretch;
    justify-self: stretch;
    width: 385px;
    height: 370px;
    padding: 30px 30px 40px 30px;
    background: rgb(20 27 32 / 70%);
    border-radius: 5px;
    border: 1px solid #202a30;
    box-sizing: border-box;
    transition: all .2s;
}

#showcase .landing-news-item:first-of-type {
    width: 100%;
    height: 450px;
}

#showcase .landing-news-item:first-of-type img {
    height: 80%;
}

#showcase .landing-news-item:hover {
    background: rgb(25 34 40);
}

#showcase .landing-news-item a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-decoration: none;
}

#showcase .landing-news-item a:hover {
}

#showcase .landing-news-item img {
    opacity: .8;
    object-fit: cover;
    transition: all .3s;
    width: 100%;
    height: 60%;
}

#showcase .landing-news-item a:hover img {
    opacity: 1;
}

#showcase h1 {
    font-family: 'EB Garamond', serif;
    font-weight: 300;
    font-size: 3em;
    margin: 0;
    clear: both;
    position: absolute;
    top: -60px;
    text-align: left;
    left: 0;
    color: #dfd6cf;
    text-shadow: 0px 2px 3px rgb(0 0 0 / 60%);
    font-style: italic;
}

#showcase span {
    font-family: 'EB Garamond', serif;
    font-weight: 300;
    font-size: 1.5em;
    margin: 0;
    clear: both;
    position: absolute;
    top: -39px;
    text-align: right;
    right: 0;
    color: #dfd6cf;
    text-shadow: 0px 2px 3px rgb(0 0 0 / 60%);
    font-style: italic;
}

#showcase span a {
    color: #dfd6cf;
    text-decoration: none;
    transition: color .3s;
}

#showcase span a:hover {
    color: #ffffff;
    text-decoration: none;
}

#showcase .landing-news-item h1 {
    font-size: 1.5em;
    padding: 4px 15px;
    z-index: 2;
    font-family: 'EB Garamond', serif;
    font-weight: 300;
    margin: 0;
    position: relative;
    text-align: left;
    color: #c7c0a7;
    text-shadow: 0px 2px 3px rgb(0 0 0 / 60%);
    font-style: italic;
    text-decoration: none;
    top: 0px;
}

#showcase .landing-news-item h2 {
    font-family: 'Inter';
    font-weight: 400;
    margin: 0;
    clear: both;
    text-align: left;
    color: #a7a087;
    font-size: 0.9em;
    padding: 4px 15px;
    transition: bottom .3s;
    position: absolute;
    z-index: 2;
    bottom: 8px;
}

#showcase .landing-news-item span {
    z-index: 2;
}

#showcase .landing-news-item i {
    z-index: 2;
    position: absolute;
    top: 20px;
    right: 8px;
    color: #dfd6cf;
    opacity: .3;
    transition: opacity .3s;
}

#showcase .landing-news-item a:hover i {
    opacity: 1;
}

.alm-btn-wrap {
    margin: 0 auto;
    margin-top: 30px;
}

.alm-load-more-btn.more {
    text-align: center;
    width: 200px;
    height: 59px;
    position: relative;
    margin: 0 auto;
    line-height: 62px;
    font-family: 'EB Garamond', serif;
    font-size: 22px;
    font-weight: 300;
    font-style: italic;
    z-index: 10;
    pointer-events: all;
    display: block;
    text-decoration: none;
    color: #0f171a;
    transition: all .2s;
    padding: 0px 20px 0px 20px;
    cursor: pointer;
    background: none;
    border: none;
}

.alm-load-more-btn.more::before {
    content: "";
    background-image: url(img/link-btn-parchment.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 59px;
    width: 108%;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 1;
    z-index: -1;
    transition: all .2s;
    filter: brightness(1.7);
}

.alm-load-more-btn.more:hover::before {
	filter: brightness(2);
}

.alm-load-more-btn.more.done {
    opacity: .2;
    filter: saturate(0);
    cursor: default;
}

.alm-load-more-btn.more.done:hover::before {
    filter: brightness(1.7);
}

blockquote.wp-block-quote {
    padding: 20px 30px 24px 80px;
    background: #181e22;
    margin-top: 10px;
    border-radius: 6px;
    margin-left: 0px;
    position: relative;
    min-height: 120px;
    margin-right: 0px;
}

blockquote.wp-block-quote h5 {
    margin: 0px !important;
    margin-bottom: 10px !important;
}

blockquote.wp-block-quote cite {
    font-size: .8em;
    color: #ded5cea6;
    margin-left: 0px;
    position: absolute;
    bottom: 25px;
}

blockquote.wp-block-quote p {
    margin: 0px !important;
    margin-bottom: 1em !important;
}

blockquote.wp-block-quote ul {
    margin: 0px !important;
    margin-bottom: 2em !important;
}

blockquote.wp-block-quote li {
    margin-bottom: 10px;
    margin-left: -20px;
}

blockquote.wp-block-quote p:last-of-type {
    margin: 0px !important;
    margin-bottom: 2em !important;
}

blockquote.wp-block-quote::after {
    font-family: 'Material Symbols Outlined';
    content: "\e0c6";
    position: absolute;
    top: 15px;
    left: 17px;
    font-size: 50px;
    color: #99a08770;
    z-index: 1;
    font-weight: 100;
}

pre.wp-block-verse {
    padding: 20px 30px 54px 80px;
    background: #202d22;
    border-radius: 6px;
    margin-left: 0px;
    position: relative;
    margin-top: -20px;
    margin-bottom: 30px;
    color: #7aab87;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top: 4px solid #425d4552;
}

pre.wp-block-verse::after {
    font-family: 'Material Symbols Outlined';
    content: "\e2e6";
    position: absolute;
    top: 15px;
    left: 17px;
    font-size: 50px;
    color: #7aab7d61;
    z-index: 1;
    font-weight: 100;
}

pre.wp-block-verse::before {
    content: "- Ahoy Team";
    position: absolute;
    bottom: 25px;
    left: 80px;
    font-size: .8em;
    font-style: italic;
    font-weight: 700;
}


/* ================== FAQ PAGE ================== */



.page-template-template-faq header,
.page-template-template-faq2 header{
    padding-bottom: 100px;
}

.page-template-template-faq #page-bg,
.page-template-template-faq2 #page-bg {
    width: 100%;
    height: 1000px;
    background-color: #121415;
    background-image: url(img/content/bg-2.jpg);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    opacity: 0.2;
    -webkit-mask-image: linear-gradient(to bottom, black 0%, transparent 100%);
    mask-image: linear-gradient(to bottom, black 0%, transparent 100%);
  	display: block;
}

.page-template-template-faq .container h1.page-title,
.page-template-template-faq2 .container h1.page-title {
    width: fit-content;
    text-align: center;
    margin-top: 50px !important;
    margin-bottom: 100px !important;
    position: relative;
    margin: 0 auto;
}


.page-template-template-faq .container h1.page-title::after,
.page-template-template-faq2 .container h1.page-title::after {
    content: "";
    position: absolute;
    bottom: -58px;
    width: 674px;
    height: 137px;
    left: 50%;
    background-image: url(img/header-title-underline.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transform: translateX(-50%);
    opacity: .2;
}

.page-template-template-faq .container h1,
.page-template-template-faq2 .container h1 {
    font-family: 'EB Garamond', serif;
    font-weight: 300;
    font-size: 3em;
    margin: 0;
    position: relative;
    text-align: left;
    color: #dfd6cf;
    text-shadow: 0px 2px 3px rgb(0 0 0 / 60%);
    font-style: italic;
    margin-bottom: 0px;
    text-align: center;
    margin-top: 120px;
}

.faq-container {
    position: relative;
}

.faq-container .anchor {
    position: absolute;
    top: -180px;
}

.faq-question {
    position: relative;
    padding: 30px 30px 40px 30px;
    margin: 10px 0px 20px 10px;
    margin-bottom: 20px;
    background: rgb(20 27 32 / 70%);
    border-radius: 5px;
    border: 1px solid #202a30;
    box-sizing: border-box;
    transition: all .2s;
}

.faq-question:hover {
    background: rgb(25 34 40);
}

.faq-question h2 {
    font-family: 'EB Garamond', serif;
    font-weight: 300;
    font-size: 2em;
    margin: 0;
    position: relative;
    text-align: left;
    color: #c7c0a7;
    text-shadow: 0px 2px 3px rgb(0 0 0 / 60%);
    font-style: italic;
    margin-bottom: 15px;
}

.faq-question p {
    font-family: 'Inter';
    font-weight: 300;
    font-size: 1em;
    margin: 20px 30px 5px 30px;
    position: relative;
    text-align: left;
    color: #a7a087;
    line-height: 1.5em;
}
.faq-question a {
    color: #c7c0a7;
    text-decoration: none;
    text-shadow: 0px 0px 3px #c7c0a76b;
	text-shadow: 0px 0px 3px rgba(199,192,167,0);
    font-weight: 500;
	transition: all .3s;
}

.faq-question a:hover,
.faq-question a:active {
	color: #e9e1c7;
    text-shadow: 0px 0px 3px rgba(199,192,167,0.42);
}

.faq-question a.share {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    width: 45px;
    height: 45px;
    position: absolute;
    top: 23px;
    right: 23px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    opacity: 1;
    transition: all .2s;
    color: #48545a;
    text-align: center;
    line-height: 45px;
    font-size: 1.3em;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    z-index: 10;
  
  	-webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    user-select: none;
}

.faq-question a.share span {
    font-size: 15px;
    font-family: 'Inter';
    font-weight: 600;
    color: #0f171a;
    display: block;
    width: 200px;
    background: #8d866e;
    border-radius: 5px;
    padding: 0px 10px;
    position: absolute;
    top: 2px;
    left: -230px;
    height: 40px;
    line-height: 40px;
		transition: all .3s;
		opacity: 0;
		pointer-events: none;
  
  	-webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    user-select: none;
}

.faq-question a.share span::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #8d866e;
    right: -6px;
    top: 50%;
    transform: translateY(-50%);
  
  	-webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    user-select: none;
}

.faq-question a.share span.share-hover {
	opacity: 0;
}

.faq-question a.share:hover span.share-hover {
	opacity: 1;
}

.faq-question a.share span.share-clicked {
	background: #3f9551;
	color: #0f1a0f;
	opacity: 0;
}

.faq-question a.share:hover span.share-clicked {
	display: none;
	opacity: 1;
}

.faq-question a.share span.share-clicked::before {
	border-left: 6px solid #3f9551;
}

.faq-question a.share:hover {
	color: #899aa3;
}

.faq-question a.anchor {
    top: -180px;
    position: absolute;
}

.faq-question:has(.anchor:target) {
    border-color: #c7c0a7;
    box-shadow: 0px 0px 15px #c7c0a74f;
    border-top: 7px solid #c7c0a7;
}

.faq-more {
    width: 100%;
    height: 500px;
    background: url(img/content-bg-parchment-1.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 40px 100px;
    box-sizing: border-box;
	margin-bottom: -100px;
	position: relative;
	text-align: center;
	margin-top: 100px;
}

.faq-more h1 {
    color: #322419 !important;
    text-shadow: none !important;
    z-index: 10;
    margin-top: 40px !important;
}

.faq-more p {
    font-family: 'Montaga', serif;
    font-weight: 600;
    font-size: 1.1em;
    margin: 0;
    position: relative;
    color: #322419;
    text-shadow: none;
    margin-top: 20px;
    margin-bottom: 0px;
    line-height: 1.4em;
	z-index: 10;
}

.faq-more a {
    display: block;
    height: 59px;
    text-decoration: none;
    color: #0f171a;
    transition: color .1s;
    padding: 0px 20px 0px 20px;
    cursor: pointer;
    z-index: 10;
    position: relative;
    width: 200px;
    line-height: 62px;
    font-family: 'EB Garamond', serif;
    font-size: 22px;
    font-weight: 300;
    font-style: italic;
    transition: all .2s;
    cursor: pointer;
    pointer-events: all;
	text-align: center;
	margin: 0 auto;
	margin-top: 50px;
	scale: 1.4;
}

.faq-more a:hover {
	color: #e9e1c3;
}

.faq-more a::before {
    content: "";
    background-image: url(img/link-btn-wide-parchment.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 59px;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: .35;
    z-index: -1;
    transition: opacity .2s;
}

.faq-more a:hover::before {
    opacity: 1;
}


/* ================== CONTRIBUTE PAGE ================== */

.contribute-container img.lifetime-glow {
    margin-top: 20px;
    margin-bottom: 10px;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
}

.lifetime-glow {
  	box-shadow: 0px 0px 20px #d2d3d64a;
}

.donate-options {
    width: 1480px;
    height: 800px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    background-image: url(img/content/contribute-top.png);
    background-size: 100% 100%;
	-webkit-user-select: none; /* Safari */
  	-ms-user-select: none; /* IE 10 and IE 11 */
  	user-select: none; /* Standard syntax */
}

.donate-options .proclamation-date {
    position: absolute;
    top: 182px;
    left: 92px;
    width: 445px;
    rotate: -4deg;
    text-align: center;
    font-size: .8em;
    font-weight: 700;
    font-family: 'EB Garamond', serif;
    color: #403e35;
    opacity: .9;
}

.donate-options .donate-buttons {
    position: relative;
    top: 283px;
    width: 100%;
    display: inline-grid;
    padding-left: 653px;
    padding-right: 298px;
    box-sizing: border-box;
    scale: 1.1;
    justify-content: center;
}

.donate-options a.donation-button {
    width: 270px;
    height: 308px;
    display: block;
    background: url(img/content/contribute-btn-1.png);
    cursor: pointer;
    position: relative;
    font-family: 'EB Garamond', serif;
    font-size: 1.6em;
    font-style: italic;
    color: #646151;
    font-weight: 500;
    transition: all .2s;
}

.donate-options a.donation-button.direct {
    background: url(img/content/contribute-btn-2.png);
}

.donate-options a.donation-button.patreon {
    grid-column: 2 !important;
}

.donate-options a.donation-button.kofi {
    grid-column: 1;
}

.donate-options .kofi img {
    height: 150px;
    margin-top: -10px;
    position: relative;
}

.donate-options .best-way-note {
    width: 350px;
    height: auto;
    background: #c8c1a6;
    border-radius: 5px;
    padding: 10px;
    text-align: center;
    bottom: -62px;
    position: absolute;
    left: 50%;
    color: #403e34;
    font-weight: bold;
    border: 1px solid #403e34;
    box-shadow: 0px 5px 10px rgba(0,0,0,0.5);
    font-size: 12px;
}

.donate-options a.donation-button:hover {
    color: #403e34;
    background-position: 0px -3px;
}

.donate-options a.donation-button img {
    mix-blend-mode: multiply;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    top: 60px;
	transition: all .3s;
}

.donate-options a.donation-button:hover img {
    top: 50px;
}

.donate-options a.donation-button span {
    position: absolute;
    bottom: 20px;
    left: 14px;
    right: 14px;
    height: 56px;
    text-align: center;
    line-height: 56px;
		transition: all .3s;
}

.donation-button:hover span {
    top: auto;
    bottom: 24px !important;
}

.donate-options a.donation-button #donate-button {
    display: none;
}

.donate-options .donate-title {
    position: absolute;
    top: 162px;
    left: 768px;
    right: 346px;
    box-sizing: border-box;
    height: 122px;
    text-align: center;
}

.donate-options .donate-title h1 {
    font-family: 'Allura', cursive;
    text-align: center;
    margin: 0;
    padding: 0;
    letter-spacing: 7px;
    text-shadow: none;
    color: #403e34;
    font-weight: 600;
    font-style: normal;
    font-size: 4em;
    top: -7px;
}

.donate-options .donate-title h2 {
    margin: 0;
    padding: 0;
    font-family: 'EB Garamond', serif;
    font-style: italic;
    margin-right: 80px;
    position: relative;
    top: 20px;
    color: #403e34;
    font-size: 1.8em;
}

.paypal-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    height: auto;
    width: 900px;
    padding-bottom: 30px;
    min-height: 750px;
    z-index: 1000;
    transform: translate(-50%,-50%);
    border-radius: 5px;
    border: 1px solid #222f38;
    box-shadow: 0px 30px 100px rgba(0,0,0,0.5), 0px 5px 10px 4px rgba(0,0,0,0.3), inset 0px 0px 50px rgb(27 50 60 / 40%);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: margin-top 1s;
    text-align: center;
    background-color: #121b20;
    background-image: url(img/popup-repeating-bg.jpg), url(img/popup-donate-bg.jpg);
    background-blend-mode: color, multiply;
    background-size: 200px, 120%;
    background-position: center;
  
  	display: none; /** This is used to hide until the login popup is opened. **/
}

.paypal-popup-bg {
  	content: "";
    background: #0a0f12d4;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 998;
    backdrop-filter: blur(3px);
  	cursor: pointer;
  	transition: background .3s;
  
  	display: none; /** This is used to hide until the login popup is opened. **/
}

.paypal-popup-bg:hover {
  	background: #121b20e8;
}

.paypal-popup.hidden {
    margin-top: 0px;
}

.paypal-popup a.btn-paypal-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 22px;
    height: 22px;
    display: block;
    text-align: center;
    line-height: 100px;
    color: #374248;
    font-size: 1.5em;
    margin: 13px 15px 0px 0px;
    transition: all .3s;
  	cursor: pointer;
}

.paypal-popup a.btn-paypal-close:hover {
		color: #FFF;
}

.paypal-popup .woocommerce-product-gallery {
    display: none !important;
}

.paypal-popup h1 {
    margin: 0;
    padding: 0;
    position: relative;
    top: 0;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 30px;
}

.paypal-popup a {
    color: #c7c0a7;
    text-decoration: none;
    text-shadow: 0 0 3px #c7c0a76b;
    text-shadow: 0 0 3px transparent;
    font-weight: 500;
    transition: all .3s;
}

.paypal-popup a:hover,
.paypal-popup a:active {
    color: #e9e1c7;
    text-shadow: 0 0 3px rgba(199,192,167,.42);
}

.paypal-popup .price {
    display: none;
}

.paypal-popup .woocommerce-product-details__short-description {
    text-align: center;
    font-family: 'Inter';
    font-weight: 300;
    font-size: 1em;
    color: #a7a087;
    line-height: 1.5em;
    margin-bottom: 40px;
}

.paypal-popup .woonp {
    display: block !important;
}

.paypal-popup .woonp label {
    display: block;
    text-align: center;
    margin: 0 auto;
    font-family: 'EB Garamond', serif;
    font-weight: 300;
    margin-bottom: 20px;
    position: relative;
    z-index: 5;
    color: #dfd6cf;
    font-style: italic;
    font-size: 1.4em;
    width: 100%;
    margin-top: 50px;
}

.paypal-popup .woonp input {
    width: 200px !important;
    height: 60px;
    border: 2px solid #222f3878;
    border-radius: 5px;
    color: #fff;
    font-size: 2em;
    font-family: eb garamond;
    font-weight: 600;
    position: relative;
    margin-top: -10px;
    margin-bottom: 20px;
    text-align: center;
    padding-right: 8px;
    border-top: 0;
    background: linear-gradient(0deg,#0a0f12,#0a0f1200);
}

.paypal-popup .woonp input::-webkit-outer-spin-button,
.paypal-popup .woonp input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.paypal-popup .woonp input[type=number] {
  -moz-appearance: textfield;
}

.paypal-popup .quantity {
    display: none;
}

.paypal-popup button {
    float: none;
    left: 50%;
    transform: translateX(-50%);
    border: none;
    background-color: transparent;
    font-family: eb garamond;
    font-style: italic;
    font-size: 1.6em;
    margin-top: 270px;
    cursor: pointer;
    color: #d7d5ca;
    text-align: center;
    height: 67px;
    width: 201px;
    display: block;
    position: absolute;
    line-height: 56px;
    transition: all .3s;
    text-transform: capitalize;
    border-radius: 20px;
    bottom: 50px;
}

.paypal-popup button:hover {
  	color: #FFF;
}

.paypal-popup button::before {
    content: "";
    background-image: url(img/contribute-btn-bg-1.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 120px;
    width: 260px;
    display: block;
    position: absolute;
    top: -17px;
    z-index: 0;
    transition: opacity .3s;
    left: 50%;
    transform: translateX(-50%);
    opacity: .3;
    pointer-events: none;
}

.paypal-popup button:hover::before {
    opacity: 1;
}

.paypal-popup button::after {
    content: "";
    background-image: url(img/contribute-btn-bg-2.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 80px;
    width: 230px;
    display: block;
    position: absolute;
    top: -9px;
    left: 50%;
    z-index: -1;
    transform: translateX(-50%);
    margin-left: 3px;
    transition: all .4s;
    filter: invert(1) saturate(0);
    opacity: .05;
}

.paypal-popup button:hover::after {
    width: 280px;
    margin-left: 5px;
    height: 115px;
    top: -28px;
    opacity: .1;
}

.paypal-popup button.single_add_to_cart_button.button.alt.wp-element-button {
    display: none !important;
    pointer-events: none !important;
}

.paypal-popup #alg_currency_selector {
    position: relative;
    top: -150px;
}

.paypal-popup select#alg_currency_select {
    width: 200px;
    border: 2px solid #222f3878;
    border-radius: 4px;
    padding: 6px 5px 6px 5px;
    top: -170px;
    position: relative;
    background: #0a0f12;
    color: #8b8774;
    font-family: 'Inter', sans-serif;
    font-style: italic;
}

.paypal-popup option {
    border-radius: 0px !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.paypal-popup .product_meta {
    display: none;
}

.paypal-popup .woocommerce-tabs.wc-tabs-wrapper {
    display: none;
}

.paypal-popup #expiry {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    font-family: inter;
    font-weight: 300;
    font-size: 1em;
    color: #57af7a;
    line-height: 1.5em;
    margin-bottom: 20px;
    display: block;
    background: rgb(6 14 18/49%);
    border-radius: 5px;
    padding: 15px 20px;
    border: 1px solid #222f3887;
    font-size: .95em;
    position: relative;
    margin-top: 100px;
}

.paypal-popup #expiry.error {
    color: #c94949;
}

.paypal-popup .error a {
    color: #e57878;
}

.paypal-popup .error a:hover, .paypal-popup .error a:active {
    color: #ffffff;
    text-shadow: 0 0 3px rgb(205 117 117 / 42%);
}

.paypal-popup .existing-contribution-warning {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    font-family: inter;
    font-weight: 300;
    font-size: 1em;
    color: #c94949;
    line-height: 1.5em;
    margin-bottom: 100px;
    display: block;
    background: rgb(6 14 18/49%);
    border-radius: 5px;
    padding: 15px 20px;
    border: 1px solid #222f3887;
    font-size: .95em;
    position: relative;
    margin-bottom: 140px;
}

.paypal-popup #expiry.infinite {
    color: #dbe7eb;
    border-color: #dbe7eb;
    box-shadow: 0px 0px 20px #dbe7eb5c;
}

.paypal-popup #expiry h2 {
    font-size: 1em;
    font-family: 'EB Garamond';
    text-transform: uppercase;
    margin: 0px;
    margin-bottom: 10px;
}

.paypal-popup #expiry span {
  	font-weight: 600;
}

.paypal-popup #expiry span#expiry-date {
    font-style: italic;
    margin-top: 5px;
    display: block;
    font-size: .9em;
  	font-weight: 300;
}

.paypal-popup #currency-converter {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-family: inter;
    font-weight: 300;
    font-size: 1em;
    color: #607178;
    line-height: 1.5em;
    margin-bottom: 100px;
    display: block;
    border-radius: 5px;
    font-size: .8em;
    position: absolute;
    left: 50%;
    top: 389px;
    transform: translateX(-50%);
}

.paypal-popup #currency-converter span {
  	margin: 0px 5px;
}

.paypal-popup #currency-converter b {
    display: block;
}

.checkout {
  	width: 100%;
    height: 500px;
    background: url(img/content-bg-parchment-1.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 70px 100px;
    box-sizing: border-box;
    margin-bottom: 50px;
    position: relative;
    font-family: 'EB Garamond';
    font-size: 1.2em;
    font-weight: 600;
    color: #322419;
  	margin-bottom: 20px;
}

.checkout h3 {
    font-family: eb garamond,serif;
    font-weight: 600;
    font-size: 2em;
    margin: 0;
    position: relative;
    text-align: center;
    color: #322419;
    text-shadow: none;
    font-style: italic;
    margin-bottom: 0;
    z-index: 10;
    margin-bottom: 10px;
  	text-transform: capitalize;
}

.checkout #customer_details {
  	float: left;
  	width: 50%;
  	position: relative;
  	height: 100%;
  	padding-right: 80px;
  	box-sizing: border-box;
  	padding-left: 20px;
}

.checkout #customer_details::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(0deg, transparent 0%, #3224198c 20%, #3224198c 80%, transparent 100%);
}

.checkout .woocommerce-billing-fields__field-wrapper {
    margin-top: 30px;
}

.checkout #order_review {
    float: right;
    width: 50%;
    padding-left: 51px;
    box-sizing: border-box;
    margin-top: 30px;
    text-align: center;
}

.checkout table.shop_table.woocommerce-checkout-review-order-table {
  	width: 100%;
}

.checkout thead {
    display: none;
}

.checkout td {
    text-align: right;
}

.checkout tr.cart_item {
    height: 70px;
}

.checkout td.product-name {
    text-align: left;
}

.checkout tr.cart-subtotal {
    display: none;
}

.checkout tr.order-total {
  	position: relative;
}

.checkout table {
    padding: 10px 20px;
    font-family: 'EB Garamond' !important;
    font-size: 1.1em;
    font-weight: 600 !important;
    font-style: italic;
    color: #322419;
  	border-collapse: collapse;
  	margin-bottom: 20px;
}

.checkout abbr.required {
    text-decoration: none;
}

.checkout h3#order_review_heading {
    width: 50%;
    float: right;
    padding-left: 50px;
    box-sizing: border-box;
}

.checkout th {
    text-align: left;
}

.checkout tfoot {
    height: 70px;
    position: relative;
}

.checkout tfoot::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    height: 2px;
    left: -30px;
    right: -30px;
    background: linear-gradient(90deg, transparent 0%, #3224198c 20%, #3224198c 80%, transparent 100%);
}

.checkout p#billing_first_name_field {
    float: left;
    width: 50%;
    padding-right: 5px;
    box-sizing: border-box;
}

.checkout p#billing_last_name_field {
    float: left;
    width: 50%;
    padding-left: 5px;
    box-sizing: border-box;
}

.checkout input {
    height: 30px;
    padding: 20px 13px;
    border: 0px;
    font-family: 'EB Garamond';
    font-size: 1.2em;
    background: transparent;
    font-weight: 700;
    font-style: italic;
    display: block;
    width: 100%;
    background: #32241924;
    margin-top: 5px;
    border-bottom: 3px solid #322419;
    border-radius: 2px;
}

.checkout #customer_details .mailchimp-newsletter {
    width: 100%;
    top: 20px;
    position: relative;
}

.checkout ul.wc_payment_methods.payment_methods.methods {
    list-style: none;
}

.checkout input[type="checkbox"] {
    width: 20px;
    border: 0px;
    float: left;
    top: -5px;
    position: relative;
    left: -6px;
}

.checkout input[type="checkbox"]::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: #9b937b;
    top: 5px;
    position: relative;
    border-radius: 3px;
    border: 2px solid #322419;
}

.checkout input[type="checkbox"]::before {
    content: "";
    background-image: url(img/checkmark.png);
    width: 29px;
    height: 25px;
    display: block;
    pointer-events: none;
    position: absolute;
    z-index: 4;
    left: 4px;
    top: 0px;
    background-size: 100% 100%;
    transition: all .2s;
    opacity: 0;
}

.checkout input[type="checkbox"]:checked::before {
    content: "";
    background-image: url(img/checkmark.png);
    width: 29px;
    height: 25px;
    display: block;
    pointer-events: none;
    position: absolute;
    z-index: 4;
    left: 4px;
    top: 0px;
    background-size: 100% 100%;
    opacity: 1;
}

.checkout .mailchimp-newsletter span {
    float: left;
    width: calc(100% - 30px);
    padding-left: 20px;
    box-sizing: border-box;
    font-size: .9em;
    top: -5px;
    position: relative;
}

.checkout label {
    top: 5px;
    position: relative;
    text-transform: uppercase;
    font-size: .8em;
}

.checkout .woocommerce-billing-fields h3 {
    padding-right: 20px;
}

.checkout p {
    margin: 0px;
    margin-top: 6px;
}

.checkout ul.wc_payment_methods.payment_methods.methods {
    display: none;
}



span#select2-billing_country-container {
    top: -15px;
    position: relative;
    padding: 0px;
    left: -3px;
    color: #0e0000;
}

span.select2.select2-container.select2-container--default.select2-container--focus {
    margin-top: 3px;
    box-sizing: border-box;
}

span.select2-selection.select2-selection--single {
    height: 30px;
    padding: 20px 13px;
    border: 0px;
    font-family: 'EB Garamond';
    font-size: 1.2em;
    background: transparent;
    font-weight: 700;
    font-style: italic;
    display: block;
    width: 100%;
    background: #32241924;
    margin-top: 5px;
    border-bottom: 3px solid #322419;
    border-radius: 2px;
}

span.select2-selection__arrow {
    margin-top: 10px;
    right: 9px !important;
    top: 2px !important;
}

.select2 b {border-color: #322419 transparent transparent transparent !important;border-width: 7px 6px 0 6px !important;}

span.select2.select2-container.select2-container--default.select2-container--below {
    margin-top: 3px;
}

span.select2.select2-container.select2-container--default.select2-container--below.select2-container--open {
    margin-top: 3px;
}

span.select2-dropdown.select2-dropdown--below {
    background: #a69e83;
    border: 3px solid #322419;
    border-top: 0px;
    border-radius: 0px 0px 4px 4px;
}

input.select2-search__field {
    height: 30px;
    padding: 17px 8px !important;
    font-family: 'EB Garamond';
    font-size: 1.2em;
    font-weight: 700;
    font-style: italic;
    display: block;
    background: #32241924;
    border-bottom: 3px solid #322419;
    border-radius: 2px;
    border-width: 2px !important;
    border-color: #817962 !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #968d75;
}

.select2-results__option {
    border-bottom: 1px solid #8179624d;
    font-family: 'EB Garamond';
    font-weight: 600;
    padding: 4px 10px;
}

.woocommerce-order-received li.woocommerce-order-overview__order.order {
    display: none;
}

.woocommerce-order-received ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
    text-align: center;
    padding: 0;
    margin: 0;
    list-style: none;
    padding-bottom: 40px !important;
}

.woocommerce-order-received p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    text-align: center;
}

.woocommerce-order-received section.woocommerce-order-details {
    width: 100%;
    text-align: center;
}

.woocommerce-order-received table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
    margin: 0 auto;
    width: 400px;
    color: #a7a087;
}

.woocommerce-order-received td.woocommerce-table__product-name.product-name {
    text-align: left;
}

.woocommerce-order-received td.woocommerce-table__product-total.product-total {
    text-align: right;
}

.woocommerce-order-received th {
    text-align: left;
}

.woocommerce-order-received td {
    text-align: right;
}

.woocommerce-order-received th.woocommerce-table__product-table.product-total {
    text-align: right;
}

.woocommerce-order-received thead {
    color: #ded5ce;
}

.woocommerce-order-received section.woocommerce-customer-details {
    display: none;
}

.woocommerce-order-received a.button {
    color: #d7d5ca;
    text-align: center;
    height: 59px;
    width: 220px;
    display: block;
    position: relative;
    line-height: 56px;
    margin: 0 auto;
    font-size: 1.3em;
    font-family: 'EB Garamond';
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 100px;
  	display: none;
}

.woocommerce-order-received a.button::before {
    content: "";
    background-image: url(img/contribute-btn-bg-1.png);
    background-position: center center;
    background-repeat: no-repeat;
    height: 220%;
    width: 140%;
    display: block;
    position: absolute;
    top: -28px;
    z-index: 0;
    transition: opacity .4s;
    left: 50%;
    transform: translateX(-50%);
    opacity: 1;
    background-size: 100% 100%;
}

.woocommerce-order-received p:nth-of-type(2) {
    display: none;
}

.woocommerce-thankyou-order-details li {
    margin: 15px 0px;
}




*[class*="page-template-template-contribute"] .page-tabs ul {
    float: left;
    width: calc(100% - 50px);
    box-sizing: border-box;
}

*[class*="page-template-template-contribute"] .page-tabs ul li {
	margin: 0;
	margin-right: 10px;
}

.page-template-template-contribute .anchor {
    position: absolute;
    top: -120px;
}

.page-template-template-contribute header {
    padding-bottom: 100px;
}

.page-template-template-contribute #page-bg {
    width: 100%;
    height: 1000px;
    background-color: #121415;
    background-image: url(img/content/bg-4.jpg);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    opacity: 0.15;
    -webkit-mask-image: linear-gradient(to bottom, black 0%, transparent 100%);
    mask-image: linear-gradient(to bottom, black 0%, transparent 100%);
  	display: block;
}

.page-template-template-contribute .container h1.page-title {
    width: fit-content;
    text-align: center;
    margin-top: 50px !important;
    margin-bottom: 40px !important;
    position: relative;
    margin: 0 auto;
}

.page-template-template-contribute .container h1.page-title::after {
    content: "";
    position: absolute;
    bottom: -58px;
    width: 674px;
    height: 137px;
    left: 50%;
    background-image: url(img/header-title-underline.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transform: translateX(-50%);
    opacity: .2;
}

.page-template-template-contribute .divider {
    margin-top: 20px;
}

.contribute-intro {
    width: 100%;
    height: 500px;
    background: url(img/content-bg-parchment-1.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 70px 100px;
    box-sizing: border-box;
	margin-bottom: 50px;
	position: relative;
}

.contribute-intro h1 {
    font-family: 'EB Garamond', serif;
    font-weight: 300;
    font-size: 3em;
    margin: 0;
    position: relative;
    text-align: center;
    color: #322419;
    text-shadow: none;
    font-style: italic;
    margin-bottom: 0px;
	z-index: 10;
}

.contribute-intro p {
    font-family: 'Montaga', serif;
    font-weight: 600;
    font-size: 1.1em;
    margin: 0;
    position: relative;
    text-align: left;
    color: #322419;
    text-shadow: none;
    margin-top: 20px;
    margin-bottom: 0px;
    line-height: 1.4em;
	z-index: 10;
}

.contribute-container {
    padding: 0px 100px;
    margin: 30px 0px;
	margin-bottom: 50px;
	position: relative;
}

.contribute-container h1 {
    color: #8896a1;
    margin-left: -5px;
	margin-bottom: 0px;
	text-align: center;
}

.contribute-container h2 {
    font-family: 'EB Garamond', serif;
    font-weight: 300;
    font-size: 2em;
    margin: 0;
    position: relative;
    text-shadow: 0px 2px 3px rgb(0 0 0 / 60%);
    font-style: italic;
    margin-bottom: 0px;
    color: #8896a1;
    text-align: center;
    margin-top: 10px;
}

.contribute-container p {
    color: #526676;
    font-family: 'Montaga', serif;
    font-weight: 600;
    font-size: 1.1em;
    margin: 0;
    position: relative;
    text-align: left;
    text-shadow: none;
    margin-top: 15px;
    margin-bottom: 15px;
    line-height: 1.4em;
}

.contribute-container hr.flourish {
    margin-top: 30px;
    margin-bottom: 30px;
    background: url(img/flourish_02.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
}

.contribute-container b {
    color: #94aabb;
}

.contribute-container h2 img {
    width: 40px;
    position: relative;
    top: 10px;
    margin-right: 0px;
    left: -5px;
}

.contribute-intro .block-2 {
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding: 10px 20px 0px 20px;
    text-align: center;
    margin-top: 20px;
}

.contribute-intro .block-3 {
    width: 33%;
    float: left;
    box-sizing: border-box;
    padding: 10px 20px 0px 20px;
    text-align: center;
}

.contribute-intro h2 {
    font-family: 'EB Garamond', serif !important;
    font-weight: 300;
    font-size: 2em;
    margin: 0;
    position: relative;
    font-style: italic;
    margin-bottom: 0px;
    color: #322419 !important;
    text-align: center;
    margin-top: 10px;
	z-index: 10;
}

.contribute-intro .block h2 {
	text-align: center;
}

.contribute-intro .block p {
	text-align: center;
}

.contribute-intro ul {
    display: flex;
    margin: 0;
    padding: 0;
    position: relative;
    margin-left: -30px;
    width: calc(100% + 60px);
}

.contribute-intro ul li {
    color: #0f171a;
    text-align: center;
    height: 59px;
    display: inline-block;
    position: relative;
    margin: 0 auto;
    line-height: 62px;
    text-decoration: none;
    transition: all .2s;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    font-family: 'EB Garamond', serif;
    font-size: 22px;
    font-weight: 300;
    font-style: italic;
    z-index: 10;
    pointer-events: all;
	cursor: pointer;
}

.contribute-intro ul li a {
    display: block;
    text-decoration: none;
    color: #a19a7f;
    transition: color .1s;
    padding: 0px 20px 0px 20px;
	cursor: pointer;
}

.contribute-intro ul li a:hover,
.contribute-intro ul li.active a {
	color: #e9e1c3;
}

.contribute-intro ul li::before {
    content: "";
    background-image: url(img/link-btn-wide-parchment.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 59px;
    width: 108%;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 1;
    z-index: -1;
    transition: opacity .2s;
}

.contribute-intro ul li:hover::before,
.contribute-intro ul li.active::before {
	opacity: 1;
}

.block-switcher {
    margin-left: -20px;
    margin-top: 20px;
    height: 220px;
    text-align: left;
    width: calc(100% + 40px);
}

.block-switcher h2 {
    text-align: left;
    margin-top: 20px;
}

.block-switcher p {
    width: 50%;
}

.block-switcher img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

#rewards-2C, 
#rewards-3C, 
#rewards-4C, 
#rewards-5C {
	display: none;
}

.contribute-intro a {
    color: #322419;
}

.contribute-container.reward-tiers {
    display: inline-grid;
    justify-content: space-between;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 1em;
    position: relative;
    padding-top: 80px;
    column-gap: 20px;
	text-align: center;
}

.contribute-reward-tier p {
	text-align: center;
}

#contrib img {
    display: none;
}

#contrib.developer img, #contrib.advisor img, #contrib.moderator img, #contrib.lifetime img, #contrib.platinum img, #contrib.gold img, #contrib.silver img, #contrib.bronze img {
    display: inline-block;
    width: 60px;
    position: relative;
    margin-right: 10px;
}

#contrib span {
    top: -20px;
    position: relative;
    margin-left: 10px;
}

#contrib.no-contributor-status {
  	display: none;
}


#contrib.patreon-unlinked #contrib-tier {
    border-bottom-left-radius: 5px;
}

#contrib.patreon-unlinked #contrib-lifetime {
    border-bottom-right-radius: 5px;
}

#contrib-lifetime span {
    z-index: 2;
    position: inherit;
}

#contrib-lifetime h3 {
    position: inherit;
    z-index: 2;
}

.item {
    backdrop-filter: brightness(1);
  	transition: all .3s;
}

.item:hover {
    backdrop-filter: brightness(1.2);
}

.item.disabled:hover {
    backdrop-filter: brightness(1);
}

#contrib.bronze .item {
    background: none;
    border-color: #7f553c !important;
    border: 1px solid;
    border-right: 0px solid !important;
    box-shadow: inset 0px 0px 5px #976e3178;
}

#contrib.bronze {
    color: #9b7b60 !important;
}

.bronze #contrib-lifetime .progress-fill {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background: rgb(21,28,33);
    background: linear-gradient(0deg, rgb(49 47 35) 0%, rgb(45 43 31) 100%);
    z-index: 1 !important;
}

#contrib.bronze .item {
    background: #212019;
    border-color: #a9734d !important
    border: 1px solid;
    border-right: 0px solid !important;
    box-shadow: inset 0px 0px 5px #a9994d78;
}

#contrib.bronze #contrib-lifetime {
  	border-right: 1px solid !important;
}

.contribute-reward-tier.silver {
    grid-column: 2;
    border: 1px solid #bbcad536;
    border-radius: 6px;
    background: #a4c1d917;
    padding: 25px;
    color: #accacf;
}

#contrib.silver {
    color: #a9a9a9 !important;
}

#contrib.silver .item {
    background: none;
    border-color: #a7a7a7 !important;
    border: 1px solid;
    border-right: 0px solid !important;
    box-shadow: inset 0px 0px 5px #a9a9a978;
}

#contrib.silver #contrib-lifetime {
  	border-right: 1px solid !important;
}

#contrib.silver {
    color: #a9a379 !important;
}

.silver #contrib-lifetime .progress-fill {
    background: rgb(21,28,33);
    background: linear-gradient(0deg, rgb(89 89 89) 0%, rgb(57 56 56) 100%);
}

.contribute-reward-tier.gold {
    grid-column: 3;
    border: 1px solid #e1b84b36;
    border-radius: 6px;
    background: #d9b94317;
    padding: 25px;
    color: #a9a379;
}

#contrib.gold {
    color: #a9a379 !important;
}

.gold #contrib-lifetime .progress-fill {
    background: rgb(33 32 25);
    background: linear-gradient(0deg, rgb(89 82 50) 0%, rgb(65 59 33) 100%);
}

#contrib.gold .item {
    background: linear-gradient(0deg, rgb(71 67 41) 0%, rgb(53 49 30) 100%);
    border-color: #a9994d !important;
    border: 1px solid;
    border-right: 0px solid !important;
    box-shadow: inset 0px 0px 5px #a9994d78;
}

#contrib.gold #contrib-lifetime {
  	border-right: 1px solid !important;
}

#contrib.platinum .item {
    background: linear-gradient(0deg, rgb(173 173 173), rgb(235 235 235) 100%);
    border-color: #ffffff !important;
    border: 1px solid;
    border-right: 0px solid !important;
    box-shadow: inset 0px 0px 5px #ffffff78, 0px 0px 15px #ffffff78;
    z-index: 1;
}

#contrib.platinum #contrib-lifetime {
  	border-right: 1px solid !important;
}

.platinum #contrib-lifetime .progress-fill {
    background: rgb(203 203 203);
    background: linear-gradient(0deg, rgb(203 203 203), rgb(255 255 255) 100%);
}

.platinum #contrib-lifetime .progress-percent {
    color: #212121 !important;
  	text-shadow: 0px 0px 4px #FFF;
}

#contrib.platinum {
    color: #212121 !important;
}

#contrib.platinum .item {
    font-weight: bold;
}

#contrib.lifetime .item {
    background: linear-gradient(180deg, #d5d5d5, #c0c9e3);
    border: 1px solid #FFF !important;
    border-left: none !important;
    border-right: none !important;
    color: #0c1014;
    box-shadow: 0px 0px 20px #ebebeb6b;
    font-weight: 600;
}

#contrib.lifetime #contrib-tier {
  	border-left: 1px solid #FFF !important;
}

#contrib.lifetime #contrib-lifetime {
  	border-right: 1px solid #FFF !important;
}

.contribute-container.reward-tiers h1 {
    position: absolute;
    top: 0px;
    width: 100%;
    left: 0;
    text-align: center;
}

.contribute-reward-tier img {
    position: relative;
    margin-bottom: -10px;
}

.contribute-reward-tier ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.contribute-reward-tier li {
    text-align: center;
    margin-top: 30px;
}

.contribute-container a.link-btn {
    display: inline-block;
    margin-top: 20px;
    width: 33%;
    text-align: center;
}

.contribute-container a.link-btn::before {
    background-position: center center;
    width: 100%;
}


.reward-table {
    width: 1050px;
    position: relative;
    left: 50%;
    height: 110px;
    background: url(https://ahoy.gg/wp-content/themes/Ahoy/img/tabs-bg-parchment.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    transform: translateX(-50%);
    margin-top: 50px;
  	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.reward-table ul {
    width: 1000px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    list-style: none;
}

.reward-table ul li {
    display: inline-block;
    width: 24%;
    box-sizing: border-box;
    font-family: 'EB Garamond', serif;
    font-size: 1.6em;
    font-weight: 600;
    line-height: 100px;
    position: relative;
    padding-right: 20px;
}

li.bronze {
    color: #482e1e;
}

li.silver {
    color: #383e3e;
}

li.gold {
    color: #4c4228;
}

li.platinum {
    color: #e4e4e4;
    text-shadow: 0px 0px 4px #000, 0px 0px 5px #000, 0px 0px 25px #000, 0px 0px 15px #000;
    font-weight: 500 !important;
}

.reward-table ul li img {
    width: 60px;
    top: 22px;
    position: relative;
    margin-right: 10px;
}

.reward-table ul li::after {content: "";width: 2px;height: 60%;background: linear-gradient(0deg, transparent, #171e209c, transparent);display: block;right: 0;top: 50%;position: absolute;transform: translateY(-50%);}

.reward-table ul li:last-of-type::after {
    display: none;
}

.discord-roles {
    width: 100%;
    height: 40px;
    display: inline-flex;
    justify-content: space-evenly;
  	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.discord-role {
    display: inline-block;
    width: 25%;
    text-align: center;
    border: 2px solid #282d3063;
    border-top: none;
    top: -24px;
    position: relative;
    height: 65px;
    line-height: 70px;
    border-radius: 5px;
    margin: 0px 5px;
    background: #52667617;
    z-index: -1;
}

.discord-role.bronze {
    color: #af8c67;
}

.discord-role.silver {
    color: #d1d1d1;
}

.discord-role.gold {
    color: #d5cc96;
}

.discord-role.platinum {
    color: #e4e4e4;
    text-shadow: 0px 0px 4px #000, 0px 0px 5px #000, 0px 0px 25px #000, 0px 0px 15px #000;
    font-weight: 500 !important;
}

.shared-rewards {
    margin-bottom: 100px;
  	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.shared-rewards h2 {
    color: #8896a1;
    margin-top: 30px;
}

.shared-rewards h2 {
    color: #8896a1 !important;
    margin-top: 30px;
    margin-bottom: 20px;
}

.shared-rewards .reward-entry {
    width: 1200px;
    height: 300px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: -28px;
  	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.reward-entry::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    background: url(img/content/1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-mask-image: linear-gradient(90deg, transparent 1%, black 50%, transparent 99%);
    z-index: -1;
  	opacity: 0.15;
  	filter: blur(4px);
}

.reward-entry::before {
    content: "";
    position: absolute;
    width: 120%;
    height: 100%;
    border-bottom: 2px solid #828f99;
    -webkit-mask-image: linear-gradient(90deg, transparent 1%, black 50%, transparent 99%);
    left: -10%;
}

.reward-entry:first-of-type::before {
    border-top: 2px solid #828f99;
    height: 99.5%;
}

.reward-entry#reward-1::after {
    background: url(img/content/contribute-rewards-portroyal-bg.jpg);
}
.reward-entry#reward-2::after {
    background: url(img/content/contribute-rewards-testing-bg.jpg);
}
.reward-entry#reward-3::after {
    background: url(img/content/contribute-rewards-medal-bg.jpg);
  	opacity: .2;
}
.reward-entry#reward-4::after {
    background: url(img/content/contribute-rewards-earlyaccess-bg.jpg);
  	opacity: .5;
}
.reward-entry#reward-5::after {
    background: url(img/content/contribute-rewards-credits-bg.jpg);
  	opacity: .4;
}
.reward-entry#reward-6::after {
    background: url(img/content/contribute-rewards-discord-bg.jpg);
  	opacity: .5;
}

.shared-rewards .reward-entry:first-of-type {
    margin-bottom: -28px;
}

.reward-entry span {
    display: block;
    width: fit-content;
    height: fit-content;
    margin: 0 auto;
    top: 50%;
    position: relative;
    transform: translateY(-50%);
  	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.reward-entry img {
    width: auto;
    height: 150px;
    float: left;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  	-webkit-filter: drop-shadow(0px 3px 5px #000);
    filter: drop-shadow(0px 3px 5px #000);
  	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#reward-3 img {
    height: 200px;
    margin-top: 2px;
}

#reward-6 img {
    height: 200px;
    right: -20px;
}

#reward-4 img {
    height: 200px;
    margin-top: -5px;
}

#reward-5 img {
    height: 220px;
    margin-left: -20px;
    margin-top: -2px;
}

.reward-entry h1 {
    color: #d5cc87;
    font-size: 2.5em;
    float: left;
    margin-left: 180px;
    display: block;
    top: -5px;
}

.reward-entry h2 {
    font-size: 1.5em;
    display: block;
    width: fit-content;
    top: -10px;
    margin-left: 180px;
}

.reward-entry span {
    left: -100px;
}

.reward-entry.right span {
    text-align: right;
    left: auto;
    right: -100px;
}

.reward-entry.right h1 {
    margin-left: 0px;
    margin-right: 180px;
}

.reward-entry.right h2 {
    margin-left: 0px;
    margin-right: 180px;
}

.reward-entry.right img {
    right: 0px;
}

.anchor.contribution-anchor {
    top: -170px !important;
}

/* ================== ACCOUNT PAGE ================== */


*[class*="page-template-template-profile"] header {
    padding-bottom: 100px;
}

*[class*="page-template-template-profile"] #page-bg {
    width: 100%;
    height: 1000px;
    background-color: #121415;
    background-image: url(img/content/bg-2.jpg);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    opacity: 0.2;
    -webkit-mask-image: linear-gradient(to bottom, black 0%, transparent 100%);
    mask-image: linear-gradient(to bottom, black 0%, transparent 100%);
  	display: block;
}

*[class*="page-template-template-profile"] .container h1.page-title {
    width: fit-content;
    text-align: center;
    margin-top: 50px !important;
    margin-bottom: 100px !important;
    position: relative;
    margin: 0 auto;
  	text-transform: capitalize;
}

*[class*="page-template-template-profile"] .container h1.page-title::after {
    content: "";
    position: absolute;
    bottom: -58px;
    width: 674px;
    height: 137px;
    left: 50%;
    background-image: url(img/header-title-underline.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transform: translateX(-50%);
    opacity: .2;
}

*[class*="page-template-template-profile"] .container h1 {
    font-family: 'EB Garamond', serif;
    font-weight: 300;
    font-size: 3em;
    margin: 0;
    position: relative;
    text-align: left;
    color: #dfd6cf;
    text-shadow: 0px 2px 3px rgb(0 0 0 / 60%);
    font-style: italic;
    margin-bottom: 0px;
    text-align: center;
    margin-top: 120px;
}

*[class*="page-template-template-profile"] .account-page {
    position: relative;
    margin-top: 120px;
    display: flex;
    flex-flow: row wrap;
    align-content: space-between;
    justify-content: space-between;
	gap: 10px;
}

*[class*="page-template-template-profile"] .account-page h1 {
    font-family: 'EB Garamond', serif;
    font-weight: 300;
    font-size: 3em;
    margin: 0;
    position: relative;
    text-align: left;
    color: #dfd6cf;
    text-shadow: 0px 2px 3px rgb(0 0 0 / 60%);
    font-style: italic;
    margin-bottom: 0px;
    text-align: center;
    position: absolute;
    top: -80px;
    width: 100%;
}

*[class*="page-template-template-profile"] .page-tabs ul {
    float: left;
    width: calc(100% - 50px);
    box-sizing: border-box;
}

*[class*="page-template-template-profile"] .page-tabs ul li {
	margin: 0;
	margin-right: 10px;
}

*[class*="page-template-template-profile"] .account-panel {
    position: relative;
    margin: 10px 0px 20px 10px;
    margin-bottom: 20px;
    background: rgb(20 27 32 / 70%);
    border-radius: 5px;
    border: 1px solid #202a30;
    box-sizing: border-box;
    transition: all .2s;
    font-family: 'Inter';
    font-weight: 300;
    font-size: 1em;
    position: relative;
    text-align: left;
    color: #a7a087;
    display: inline-block;
  	-webkit-user-select: none;  /* Chrome all / Safari all */
 		-moz-user-select: none;     /* Firefox all */
 		-ms-user-select: none;      /* IE 10+ */
 		user-select: none;          /* Likely future */     
}

*[class*="page-template-template-profile"] .account-panel h2 {
    font-family: 'EB Garamond', serif;
    font-weight: 300;
    font-size: 2em;
    margin: 0;
    position: relative;
    text-align: left;
    color: #dfd6cf;
    text-shadow: 0px 2px 3px rgb(0 0 0 / 60%);
    font-style: italic;
    padding: 15px 30px 15px 30px;
    background: rgb(31 41 48 / 38%);
    border-radius: 6px 6px 0px 0px;
}

*[class*="page-template-template-profile"] .account-panel.half-width {
    width: 48%;
}

*[class*="page-template-template-profile"] .account-panel .item {
    width: 100%;
    border-top: 1px solid #202a30;
    padding: 25px 30px;
    position: relative;
    float: left;
    box-sizing: border-box;
}

*[class*="page-template-template-profile"] .account-panel .item.half {
    width: 50%;
}

*[class*="page-template-template-profile"] .account-panel.full-width {
    display: flex;
    flex-wrap: wrap;
 		width: 100%;
}

*[class*="page-template-template-profile"] .account-panel.full-width h2 {
    width: 100%;
}

*[class*="page-template-template-profile"] .account-panel .item h3 {
    margin: 0px 0px 5px 0px;
    text-transform: uppercase;
    font-size: 0.7em;
}

*[class*="page-template-template-profile"] .account-panel .item .history {
    border-top: 1px solid #202a30;
    width: calc(100% + 60px);
    display: block;
    left: -30px;
    position: relative;
    box-sizing: border-box;
    padding: 0px 30px 13px;
}

*[class*="page-template-template-profile"] .account-panel .item .history h4 {
    font-size: .9em;
    margin: 15px 0px 5px 0px;
}

*[class*="page-template-template-profile"] .account-panel p {
    font-style: italic;
    font-size: 0.9em;
}

*[class*="page-template-template-profile"] .account-panel .item a {
    color: #a7a0872e;
    float: right;
    top: 50%;
    position: absolute;
    right: 30px;
    transform: translateY(-50%);
    margin-top: -4px;
  	transition: color .3s;
}

*[class*="page-template-template-profile"] .account-panel .item.disabled {
    background: linear-gradient(180deg, rgba(0,0,0,0.2) 0%, transparent 100%);
    color: #a7a08738;
}

*[class*="page-template-template-profile"] .account-panel .item a:hover {
    color: #FFF;
}

*[class*="page-template-template-profile"] .account-panel a.account-contribute {
    float: right;
    font-size: 0.6em;
    color: #d2cfc4;
    text-decoration: none;
    position: relative;
    top: 7px;
    right: -2px;
  	transition: color .3s;
}

*[class*="page-template-template-profile"] .account-panel a.account-contribute:hover {
  	color: #FFF;
}

*[class*="page-template-template-profile"] .account-panel a.account-contribute::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 193px;
    height: 92px;
    transform: translate(-50%,-50%);
    background: url(https://ahoy.gg/wp-content/themes/Ahoy/img/contribute-btn-bg-1.png);
    background-size: 100% 100%;
    margin-top: 7px;
    opacity: .3;
  	transition: opacity .3s;
}

*[class*="page-template-template-profile"] .account-panel a.account-contribute:hover::after {
    opacity: 1;
}

span.delete-account {
    margin: 0 auto;
    font-family: 'Inter', sans-serif;
    font-size: .9em;
    color: #566972;
}

span.delete-account a {
    color: #8ba1ab;
    text-decoration: none;
}

span.delete-account a:hover {
    color: #FFF;
}

.um-field.um-field-text,
.um-field-area {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

*[class*="page-template-template-profile"] .ets-btn {
    border-radius: 6px;
    border: 1px solid #202a30;
    background: #171f23 !important;
    padding: 13px 20px;
    right: 20px !important;
    transition: all .3s !important;
    margin-top: 0px !important;
  	color: #a7a087 !important;
}

*[class*="page-template-template-profile"] .ets-btn:hover {
    background: #212b30 !important;
    border-color: #36434a !important;
}

.ets-btn img.discord-logo-white {
    margin-left: 20px !important;
    top: 2px !important;
    position: relative;
}

*[class*="page-template-template-profile"] .ets-btn.ultimate-member-btn-connect-connect:hover {
    background: #24683c;
    border-color: #3fa760;
}

*[class*="page-template-template-profile"] .ets-btn i.fab.fa-discord {
    margin-left: 10px;
    font-size: 2em;
    line-height: 0px;
    top: 6px;
    position: relative;
}

*[class*="page-template-template-profile"] a.ptrn-button {
    top: 25px !important;
}

*[class*="page-template-template-profile"] label.ets-connection-lbl {
    display: none;
}

*[class*="page-template-template-profile"] .ets_assigned_role {
    font-size: 0.8em;
    margin-top: 20px;
}

*[class*="page-template-template-profile"] .ets_assigned_role:last-of-type {
    display: none;
}

*[class*="page-template-template-profile"] span.ets-spinner {
    display: none;
}

*[class*="page-template-template-profile"] .ets_assigned_role>span {
    width: fit-content;
    font-size: 1.2em;
    padding: 5px 15px 5px 15px;
    border-radius: 6px;
    margin-top: 10px;
}

*[class*="page-template-template-profile"] .ets_assigned_role>span>i {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: relative;
    left: -5px;
}

*[class*="page-template-template-profile"] .connect-btn {
    border-radius: 6px;
    border: 1px solid #202a30;
    background: #171f23 !important;
    right: 20px !important;
    transition: all .3s !important;
    margin-top: 0px !important;
    height: 20px;
    color: #a7a087;
    padding: 10px 20px;
    font-size: 14px;
    box-shadow: 0 0;
    text-decoration: none;
    display: inline-block;
    font-weight: 600;
    letter-spacing: .0333em;
    line-height: 1.25;
    margin: 0;
    opacity: 1;
    text-transform: uppercase;
    height: 25px;
}

*[class*="page-template-template-profile"] .connect-btn:hover {
    background: #212b30 !important;
    border-color: #36434a;
}

*[class*="page-template-template-profile"] .connect-btn img {
  	width: 20px;
    margin-left: 15px;
    position: relative;
    top: 4px;
}

.discord-avatar {
    width: 20px;
    border-radius: 50%;
    border: 2px solid #202a30;
}

.discord-username {
    position: relative;
}

a.dwpp__connect-profile.dwpp__button--discord-btn-style {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    position: relative;
    border-radius: 6px;
    border: 1px solid #202a30;
    background: #171f23;
    padding: 13px 20px;
    transition: all .3s !important;
    color: #a7a087 !important;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    margin-top: 0 !important;
    transform: none !important;
    top: 21px !important;
}

a.dwpp__connect-profile.dwpp__button--discord-btn-style:hover {
    color: #FFF !important;
    background: #212b30;
    border-color: #36434a;
}

.account-panel .account-notice {
    width: calc(100% + 2px);
    height: auto;
    padding: 19px 30px;
    float: left;
    box-sizing: border-box;
    background: #121c26;
    border-radius: 0px 0px 5px 5px;
    border-top: 1px solid #202a30;
    color: #6f98c3;
    position: relative;
    font-size: .8em;
    text-align: center;
    font-style: italic;
}

.account-panel .account-warning {
    width: calc(100% + 2px);
    height: auto;
    padding: 19px 30px;
    float: left;
    box-sizing: border-box;
    background: #261212;
    border-radius: 0px 0px 5px 5px;
    border-top: 1px solid #583333;
    color: #c36f6f;
    position: relative;
    font-size: .8em;
    text-align: center;
    font-style: italic;
}

.account-panel .account-notice a {
  	color: #89ddf3 !important;
}

.account-panel .account-warning a {
  	color: #d3b5b5 !important;
}
.account-panel .account-notice i.gi,
.account-panel .account-warning i.gi {
    top: 7px;
    margin-right: 5px;
}

.account-panel .account-notice a:hover, 
.account-panel .account-warning a:hover {
  	color: #FFF !important;
}


.account-panel .update-name-form {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0px;
    display: inline-flex;
    padding: 30px;
    background: #12181c;
    z-index: 1;
}

.account-panel .hidden {
  	display: none !important;
}

.account-panel p.update-name-success { display: none; }

.account-panel .update-name-form label {
    display: none;
}

.account-panel input#first_name {
    margin-right: 10px;
    position: relative;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    margin-right: 0px;
    border-right: 0px;
}

.account-panel input#last_name {
    margin-right: 10px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.account-panel input#last_name {
    margin-right: 10px;
}

.account-panel input[type="text"] {
    border: 2px solid #222f3878;
    border-radius: 5px;
    color: #fff;
    font-size: 1em;
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    position: relative;
    text-align: left;
    background: #0a0f12;
    padding: 20px 14px;
    top: -7px;
    box-sizing: border-box;
    width: 100%;
}

.account-panel input[type="submit"] {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    position: relative;
    text-align: left;
    top: -7px;
    line-height: 0px;
    border-radius: 6px;
    border: 1px solid #202a30;
    background: #171f23;
    padding: 13px 25px;
    right: 20px;
    transition: all .3s;
    margin-top: 0px;
    color: #a7a087;
    font-size: 14px;
    text-transform: uppercase;
    height: 43px;
    text-align: center;
    margin-left: 15px;
    margin-right: -20px;
    cursor: pointer;
    min-width: auto;
}

.account-panel input[type="submit"]:hover {
  	color: #FFF;
  	background: #212b30;
    border-color: #36434a;
}

.account-panel .update-email-form {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0px;
    display: inline-flex;
    padding: 30px;
    background: #12181c;
    z-index: 1;
}

.account-panel input[type="email"] {
    border: 2px solid #222f3878;
    border-radius: 5px;
    color: #fff;
    font-size: 1em;
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    position: relative;
    text-align: left;
    background: #0a0f12;
    padding: 20px 14px;
    top: -7px;
    box-sizing: border-box;
    width: 100%;
    margin-right: 10px;
}

.account-panel .update-email-form label {
    display: none;
}

.account-panel #change-billing-country-form {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0px;
    display: inline-flex;
    padding: 30px;
    background: #12181c;
    z-index: 1;
}

.account-panel .change-billing-country-form label {
    display: none;
}

.account-panel .change-billing-country-form #billing_country {
    border: 2px solid #222f3878;
    border-radius: 5px;
    color: #fff;
    font-size: 1em;
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    position: relative;
    text-align: left;
    background: #0a0f12;
    padding: 20px 14px;
    top: -7px;
    box-sizing: border-box;
    width: 100%;
}

.account-panel .change-billing-country-form #billing_country option:checked {
    color: #0c1013 !important;
    background-color: #a79365;
}

.account-panel .change-billing-country-form input[type="submit"] {
    margin-left: 25px;
}

.account-panel .change-password-form {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0px;
    display: inline-flex;
    padding: 30px;
    background: #12181c;
    z-index: 1;
}

.account-panel .change-password-form label {
    display: none;
}

.account-panel .change-password-form input[type="password"] {
    border: 2px solid #222f3878;
    border-radius: 5px;
    color: #fff;
    font-size: 1em;
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    position: relative;
    text-align: left;
    background: #0a0f12;
    padding: 20px 14px;
    top: -7px;
    box-sizing: border-box;
    width: 100%;
}

.account-panel .change-password-form input#password {
    margin-right: 10px;
    position: relative;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    margin-right: 0px;
    border-right: 0px;
}

input#confirm_password {
    margin-right: 10px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}


.account-panel .form-close {
    width: 43px;
    height: 41px;
    display: inline-block;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    position: relative !important;
    border-radius: 6px;
    border: 1px solid #202a30;
    background: #171f23;
    right: 20px !important;
    transition: all .3s !important;
    color: #a7a087 !important;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    top: -3px !important;
    margin-right: -20px;
    cursor: pointer;
    padding: 0px 8px;
    float: none !important;
    margin-left: 25px;
    transform: none !important;
}

.account-panel .form-close:hover {
  	color: #FFF !important;
  	background: #212b30 !important;
    border-color: #36434a !important;
}

.account-panel .form-close i.gi {
    top: 20px;
}

img.ets_discord_user_avatar {
    position: absolute;
    top: 44px;
    left: 18px;
    width: 25px !important;
    border: 2px solid;
    color: #dfd6cf1a;
}

.ultimate-member-btn-disconnect~p {
    top: 32px;
    position: relative;
    left: 62px;
    font-size: 1em!important;
    font-style: normal!important
}

.item.discord-link {
    height: 90px;
}

.item.patreon-link {
    height: 90px;
}

p.discord-not-connected {
    top: 30px;
    position: relative;
    left: 30px;
    font-style: normal !important;
}

.billing {
    display: flex;
    flex-wrap: wrap;
    padding: 0px !important;
    margin: 15px;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #202a30;
}

.billing-item {
    width: 100%;
  	position: relative;
}

.billing-item:hover::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    pointer-events: none;
    background: rgba(255,255,255,0.007);
}

.billing h4 {
    margin: 0px;
    border-bottom: 1px solid #202a30;
    width: calc(100% + 60px);
    position: relative;
    padding: 20px 30px 20px 30px;
    box-sizing: border-box;
    background: linear-gradient(0deg, #171f23, #171f23);
    font-family: 'EB Garamond', serif;
    color: #dfd6cf;
    font-style: italic;
    font-size: 1.57em;
    font-weight: 400;
}

.billing div.titles h3 {
    width: 100%;
    padding: 15px 30px 5px;
    margin: 0 !important;
}

.billing div.billing-data  {
    display: block;
    width: 33.334%;
    padding: 15px 30px;
    position: relative;
    float: left;
    box-sizing: border-box;
    height: auto;
    background: #0f1417;
    font-weight: 400;
    font-size: .9em;
    border-bottom: 1px solid rgba(255,255,255,0.03);
}

.billing div.billing-data:last-of-type {
  	border-bottom: none;
}

.billing div.titles {
    width: 100%;
    border-bottom: 1px solid #202a30;
    padding: 0px;
    display: flex;
    flex-wrap: nowrap;
    background: #12181c;
}

#contrib-tier, #contrib-status, #contrib-lifetime {
  width: auto;
  flex: 1;
  text-align: left;
  border-right: 1px solid #202a30;
}

#contrib-lifetime {
  border-right: none;
  overflow: hidden;
}

#contrib-lifetime .progress-fill {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background: rgb(21,28,33);
    background: linear-gradient(90deg, rgba(21,28,33,1) 81%, rgb(27 40 49) 96%, rgb(78 99 115) 100%);
    z-index: 1 !important;
}

#contrib-lifetime .progress-percent {
    position: absolute;
    right: 20px;
    font-size: 2em;
    line-height: 90px;
    top: 0;
    bottom: 0;
    text-shadow: 0px 0px 4px #12181c;
    opacity: 0;
  	transition: all .3s;
}

#contrib-lifetime:hover .progress-percent {
  	opacity: 1;
}

#contrib.lifetime #contrib-expiry h3 {
    text-decoration: line-through;
    opacity: .3;
}

#contrib.active #contrib-tier::after {
    content: "";
    width: 70px;
    height: 70px;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(https://ahoy.gg/wp-content/themes/Ahoy/img/Icon_Platinum.png);
    background-size: contain;
    background-repeat: no-repeat;
    left: 10px;
    margin-top: 2px;
}

#contrib.lifetime #contrib-tier::after {
    content: "";
    width: 70px;
    height: 70px;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(https://ahoy.gg/wp-content/themes/Ahoy/img/Icon_Lifetime.png);
    background-size: contain;
    background-repeat: no-repeat;
    left: 10px;
    margin-top: 2px;
}

#contrib.active #contrib-tier,
#contrib.lifetime #contrib-tier {
    padding-left: 93px;
}

.billing-item div.billing-data i.gi {
    font-size: 1.3em;
    top: 4px;
    margin-right: 5px;
}

.billing-item.completed div.billing-data {
    color: #547e50;
}

.billing-item.pending div.billing-data {
    color: #6d78a1;
}

.billing-item.failed div.billing-data {
    color: #c53d50;
    background: #170f0f;
}

.billing-item.cancelled div.billing-data,
.billing-item.refunded div.billing-data {
    color: #465054;
}

.billing-item.on-hold div.billing-data {
    color: #686868;
    background: #141414;
}

.billing-data span {
    opacity: 0;
  	transition: opacity .3s;
}

.billing-item:hover span {
    opacity: 1;
}

.billing h4 span.totalspend {
    position: absolute;
    top: 15px;
    right: 20px;
    display: block;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    text-align: right;
    font-size: .5em;
}

.billing h4 span.totalspend b {
    display: block;
    font-style: normal;
    font-weight: 300;
    text-align: right;
    color: #a7a087;
}

.billing h4 span.totalspend span.woocommerce-Price-amount.amount {
    font-size: 1.7em;
    font-family: 'EB Garamond', serif;
    font-weight: 400;
    color: #dfd6cf;
}

.billing a.billing-item {
    position: relative !important;
    margin-top: 0 !important;
    right: 0px !important;
    top: 0px !important;
    float: left !important;
    transform: none !important;
}

/* ================== MEDIA GALLERY PAGE ================== */

.page-template-template-media #nav-top li#nav-media a::after {
    content:"";
    position: relative;
    display: block;
    width: 29px;
    height: 5px;
    left: 50%;
    bottom: 15px;
    background-image: url('img/nav-active.png');
    transform: translateX(-50%);
    transition: opacity .2s;
    pointer-events: none;
}

.page-template-template-media header {
    padding-bottom: 100px;
}

.page-template-template-media #page-bg {
    width: 100%;
    height: 1000px;
    background-color: #121415;
    background-image: url(img/content/bg-3.jpg);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    opacity: .2;
    -webkit-mask-image: linear-gradient(to bottom, black 0%, transparent 100%);
    mask-image: linear-gradient(to bottom, black 0%, transparent 100%);
  	display: block;
}

.page-template-template-media .container h1.page-title {
    width: fit-content;
    text-align: center;
    margin-top: 50px !important;
    margin-bottom: 100px !important;
    position: relative;
    margin: 0 auto;
}

.page-template-template-media .container h1.page-title::after {
    content: "";
    position: absolute;
    bottom: -58px;
    width: 674px;
    height: 137px;
    left: 50%;
    background-image: url(img/header-title-underline.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transform: translateX(-50%);
    opacity: .2;
}

.page-template-template-media .page-tabs ul {
    float: left;
    width: calc(100% - 50px);
    box-sizing: border-box;
}

.page-template-template-media .page-tabs ul li {
    margin: 0;
    margin-right: 10px;
}

.page-template-template-media .page-tabs-btn i.gi {
    top: 9px;
    font-size: 1.5em;
    margin-right: 5px;
}

.sl-overlay {
    background: rgb(12 16 19) !important;
    opacity: .95 !important;
}

button.sl-prev {
    color: transparent !important;
    background: url(https://ahoy.gg/wp-content/themes/Ahoy/img/broadarrow.png) !important;
    rotate: 90deg;
    background-repeat: no-repeat !important;
    background-size: 100% !important;
    left: 100px !important;
    scale: 1.4;
    opacity: .4;
  	transition: opacity .3s;
}

button.sl-next {
    color: transparent !important;
    background: url(https://ahoy.gg/wp-content/themes/Ahoy/img/broadarrow.png) !important;
    rotate: -90deg;
    background-repeat: no-repeat !important;
    background-size: 100% !important;
    right: 100px !important;
    scale: 1.4;
    opacity: .4;
  	transition: opacity .3s;
}

button.sl-prev:hover,
button.sl-next:hover {
  	opacity: 1 !important;
}

.sl-image {
    top: 50% !important;
    left: 50% !important;
    width: 80% !important;
    display: block !important;
    transform: translate(-50%, -50%) !important;
  	height: auto !important;
}

.sl-wrapper .sl-close {
    color: #FFF !important;
    transition: all .3s;
  	opacity: .7;
}

.sl-wrapper .sl-close:hover {
  	opacity: 1;
}

a.ngg-simplelightbox {
    border-radius: 5px;
    overflow: hidden;
    opacity: .3;
    transition: all .5s;
    border: 2px solid #a9a38800 !important;
}

a.ngg-simplelightbox:hover {
    opacity: 1;
    border: 2px solid #a9a388 !important;
}

.ngg-galleryoverview.default-view .ngg-gallery-thumbnail img:hover {
    opacity: 1 !important;
}



/* ================== SINGLE PAGE ================== */



.page-template-template-single header {
    padding-bottom: 100px;
}

.page-template-template-single #page-bg {
    width: 100%;
    height: 1000px;
    background-color: #121415;
    background-image: url(img/content/bg-5.jpg);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    opacity: .2;
    -webkit-mask-image: linear-gradient(to bottom, black 0%, transparent 100%);
    mask-image: linear-gradient(to bottom, black 0%, transparent 100%);
  	display: block;
}

.page-template-template-single .container h1.page-title {
    width: fit-content;
    text-align: center;
    margin-top: 50px !important;
    margin-bottom: 100px !important;
    position: relative;
    margin: 0 auto;
}

.page-template-template-single .container h1.page-title::after {
    content: "";
    position: absolute;
    bottom: -58px;
    width: 674px;
    height: 137px;
    left: 50%;
    background-image: url(img/header-title-underline.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transform: translateX(-50%);
    opacity: .2;

}

.container h2 {
    color: #ded5ce;
    font-family: 'EB Garamond';
}

.container {
    color: #a7a087;
    font-family: 'Inter', sans-serif;
}

.container a {
    color: #d3ccb5;
  	text-decoration: none;
  	transition: all .3s;
}

.container a:hover {
    color: #FFF;
}

/* ================== SINGLE PAGE ================== */



.page-template-template-register header {
    padding-bottom: 100px;
}

.page-template-template-register #page-bg {
    width: 100%;
    height: 1000px;
    background-color: #121415;
    background-image: url(img/content/bg-5.jpg);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    opacity: .2;
    -webkit-mask-image: linear-gradient(to bottom, black 0%, transparent 100%);
    mask-image: linear-gradient(to bottom, black 0%, transparent 100%);
  	display: block;
}

.page-template-template-register .container h1.page-title {
    width: fit-content;
    text-align: center;
    margin-top: 50px !important;
    margin-bottom: 100px !important;
    position: relative;
    margin: 0 auto;
}

.page-template-template-register .container h1.page-title::after {
    content: "";
    position: absolute;
    bottom: -58px;
    width: 674px;
    height: 137px;
    left: 50%;
    background-image: url(img/header-title-underline.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transform: translateX(-50%);
    opacity: .2;

}



/* ================== BLOG LIST PAGE ================== */

.post-template-default header {
    padding-bottom: 100px;
}

.post-template-default #page-bg {
    width: 100%;
    height: 1000px;
    background-color: #121415;
    background-image: url(img/content/bg-1.jpg);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    opacity: .2;
    -webkit-mask-image: linear-gradient(to bottom, black 0%, transparent 100%);
    mask-image: linear-gradient(to bottom, black 0%, transparent 100%);
  	display: block;
}

.post-template-default .container h1.page-title {
    width: fit-content;
    text-align: center;
    margin-top: 50px !important;
    margin-bottom: 100px !important;
    position: relative;
    margin: 0 auto;
}

.post-template-default .container h1.page-title::after {
    content: "";
    position: absolute;
    bottom: -58px;
    width: 674px;
    height: 137px;
    left: 50%;
    background-image: url(img/header-title-underline.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transform: translateX(-50%);
    opacity: .2;
  	pointer-events: none;
}

.page-title span {
    font-size: .5em;
    display: block;
    position: absolute;
    width: 100%;
}

.page-title .edit-link {
    font-size: 70%;
}

.post-template-default img.attachment-post-thumbnail.size-post-thumbnail {
    width: 100%;
    height: auto;
    border-radius: 6px;
}

.post-template-default h1.wp-block-heading {
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 30px;
}

.post-template-default h1.wp-block-heading::after {
    content: "";
    position: absolute;
    top: -17px;
    left: 50%;
    transform: translateX(-50%);
    width: 400px;
    height: 90px;
    z-index: -1;
    background-image: url(img/header-title-underline.png);
    background-size: 100% 100%;
    opacity: .2;
}

.post-template-default h1,
.post-template-default h2,
.post-template-default h3,
.post-template-default h4,
.post-template-default h5,
.post-template-default h6 {
		color: #ded5ce;
  	font-family: 'EB Garamond';
}

.post-template-default h2 {
  	font-size: 2em;
}
.post-template-default h3 {
  	font-size: 1.5em;
}
.post-template-default h4,
.post-template-default h5,
.post-template-default h6 {
  	font-size: 1.3em;
}

.post-template-default .container img {
    width: 100%;
    height: auto;
    border-radius: 6px;
    position: relative;
}

.post-template-default .container p {
    line-height: 1.4em;
    margin-bottom: 2em;
}

.post-template-default figcaption.wp-element-caption {
    padding: 40px 30px 24px 30px;
    background: #181e22;
    margin-top: -20px;
    border-radius: 6px;
}

.wp-block-icb-image-compare {
    background: none !important;
}

.caption {
    padding: 40px 30px 24px !important;
    background: #181e22 !important;
    top: -20px !important;
    border-radius: 6px !important;
    position: relative !important;
    color: #a7a087 !important;
  	z-index: -1 !important;
}

.post-template-default .wp-block-embed-youtube {
    margin-bottom: 40px !important;
    margin-top: 40px !important;
  	z-index: 10;
    position: relative;
}

.post-template-default .wp-block-embed-youtube iframe {
    left: 50%;
    position: relative;
    transform: translateX(-50%);
    width: 800px;
    height: 450px;
    border-radius: 6px;
}

.post-template-default .wp-block-embed-youtube figcaption.wp-element-caption {
    padding: 40px 30px 24px 30px;
    background: #181e22;
    margin-top: -20px;
    border-radius: 6px;
    width: 800px;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
    box-sizing: border-box;
    z-index: -1;
  	max-width: 100%;
}

.post-template-default .join-the-discussion {
    width: 100%;
    height: 500px;
    background: url(http://ahoy.gg/wp-content/themes/Ahoy/img/content-bg-parchment-1.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 40px 100px;
    box-sizing: border-box;
    margin-bottom: -100px;
    position: relative;
    text-align: center;
    margin-top: 100px;
}

.post-template-default .join-the-discussion h1 {
    color: #322419 !important;
    text-shadow: none !important;
    z-index: 10;
    margin-top: 40px !important;
    text-align: center;
}

.post-template-default .join-the-discussion p {
    font-family: 'Montaga', serif;
    font-weight: 600;
    font-size: 1.1em;
    margin: 0;
    position: relative;
    color: #322419;
    text-shadow: none;
    margin-top: 20px;
    margin-bottom: 0px;
    line-height: 1.4em;
    z-index: 10;
    margin-top: 50px;
}

.post-template-default .join-the-discussion a {
    display: block;
    height: 59px;
    text-decoration: none;
    color: #0f171a;
    transition: color .1s;
    padding: 0px 20px 0px 20px;
    cursor: pointer;
    z-index: 10;
    position: relative;
    width: 200px;
    line-height: 62px;
    font-family: 'EB Garamond', serif;
    font-size: 22px;
    font-weight: 300;
    font-style: italic;
    transition: all .2s;
    cursor: pointer;
    pointer-events: all;
    text-align: center;
    margin: 0 auto;
    margin-top: 50px;
    scale: 1.4;
}

.post-template-default .join-the-discussion a::after {
    content: "";
    background-image: url(img/link-btn-wide-parchment.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 59px;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: .35;
    z-index: -1;
    transition: opacity .2s;
}

.post-template-default .join-the-discussion a:hover {
    color: #e9e1c3;
}

.post-template-default .join-the-discussion a:hover::after {
    opacity: 1;
}

.post-template-default .members-access-error h1 {
    margin-bottom: 20px;
}
.post-template-default .members-access-error {
    margin-top: 30px;
}

.sp-pcp-container .members-access-error {
    margin: 0px !important;
}

.sp-pcp-container .members-access-error h1 {
  	display: none;
}

.sp-pcp-container .members-access-error p {
    text-align: left !important;
}

.sp-pcp-container .sp-pcp-thumb img {
    border-radius: 6px;
    border: 2px solid #262f36 !important;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom: none !important;
}

.sp-pcp-container .sp-pcp-title a {
    color: #d6cec4;
    font-family: 'EB Garamond', serif;
    font-size: 2em;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 20px;
}

.sp-pcp-container .sp-pcp-post {
    padding: 30px !important;
    background: #262f3636 !important;
    border-radius: 6px !important;
    border: 0px solid !important;
}

.sp-pcp-container .pcp-post-thumb-wrapper {
    margin: -32px;
    margin-bottom: 5px;
}

.sp-pcp-container .sp-pcp-title a:hover {
    color: #FFF;
}

.sp-pcp-container .sp-pcp-post-meta {
    display: none;
}

.sp-pcp-container .sp-pcp-post .sp-pcp-post-content p {
    color: #a7a087;
}

.sp-pcp-container a.pcp-readmore-link {
    color: #d9d5ca !important;
    text-align: center;
    height: 59px;
    width: 298px;
    float: left;
    left: -15px;
    display: block !important;
    position: relative;
    line-height: 46px !important;
    text-decoration: none;
    transition: all .2s;
    margin-top: 30px;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    font-family: 'EB Garamond', serif;
    font-size: 22px !important;
    font-weight: 300;
    font-style: italic;
    z-index: 10;
    pointer-events: all;
    margin-bottom: -20px;
    border: none !important;
}

.sp-pcp-container a.pcp-readmore-link::before {
    content: "";
    background-image: url(img/link-btn-wide.png);
    background-position: center center;
    background-repeat: no-repeat;
    height: 59px;
    width: 298px;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    transition: opacity .2s;
    filter: hue-rotate(180deg) brightness(.2) saturate(6);
}

.sp-pcp-container a.pcp-readmore-link:hover {
    color: #ffffff !important;
    filter: invert(1);
    background: transparent !important;
}

.sp-pcp-container a.pcp-readmore-link:hover::before {
    opacity: 1;
    filter: hue-rotate(0deg) brightness(.2) saturate(0);
}

/* ================== LOGIN ERROR ================== */

.login-error {
    position: relative;
    padding: 30px 30px 25px 30px;
    margin: 10px 0px 20px 10px;
    margin-bottom: 20px;
    background: rgb(66 28 28 / 70%);
    border-radius: 5px;
    border: 1px solid #703838;
    box-sizing: border-box;
    width: 100%;
    transition: all .2s;
}

.login-error h1 {
    position: relative !important;
    top: 0 !important;
    left: 23px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    bottom: 0 !important;
    font-size: 2em !important;
    color: #e77e7e !important;
    width: fit-content;
}

.login-error h1:before {
    content: "";
    width: 50px;
    height: 50px;
    position: absolute;
    left: -60px;
    background: transparent;
    background-image: url(img/icon-contribute-emergencies.png);
    background-size: 100%;
    filter: hue-rotate(151deg) saturate(3);
    top: -6px;
}

.login-error p {
    width: 100%;
    color: #c57373;
    text-align: center;
    font-family: 'Inter', sans-serif;
}

.login-popup #loginform input {
    border: 2px solid #222f3878 !important;
    border-radius: 5px !important;
    color: #fff !important;
    font-size: 1em !important;
    font-family: 'Inter', sans-serif !important;
    font-weight: 300 !important;
    position: relative !important;
    text-align: left !important;
    background: #0a0f12 !important;
    padding: 20px 14px !important;
    top: -7px !important;
    box-sizing: border-box !important;
    width: 80% !important;
    margin-right: 10px !important;
    margin-bottom: 10px;
    left: 10%;
}

.login-popup form#loginform {
    margin-top: 50px;
}

.login-popup input#rememberme {
    width: 40px !important;
    display: block;
    float: none;
}

input#rememberme {
    display: none !important;
}

.login-popup label {
    display: none !important;
}

.login-popup input#wp-submit {
    font-family: 'Inter', sans-serif !important;
    font-weight: 700 !important;
    position: relative !important;
    top: -7px !important;
    line-height: 0px !important;
    border-radius: 6px !important;
    border: 1px solid #202a30 !important;
    background: #d3ccab !important;
    padding: 13px 25px !important;
    transition: all .3s !important;
    color: #0c1013 !important;
    font-size: 14px !important;
    text-transform: uppercase !important;
    text-align: center !important;
    cursor: pointer !important;
    min-width: auto !important;
    height: 60px !important;
    width: 300px !important;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 20px;
}

.login-popup .panel-right #nav a {
    margin: 0 auto;
    text-align: center;
    width: fit-content;
    position: relative;
    display: block;
    font-family: 'Inter', sans-serif;
    color: #d3ccb5;
    text-decoration: none;
    transition: all .3s;
}

.page-template-template-register .um.um-register.um-49 {
    position: relative;
    margin: 0 auto;
    margin-top: 100px;
    display: block;
    width: 600px;
}

.um-register .um-postmessage {
    width: 700px;
    text-align: center;
    margin: 0px !important;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    padding: 40px;
    background: rgba(0,0,0,0.2);
    border-radius: 6px;
    border: 1px solid #1c2528;
    color: #d7cec4;
}

.page-template-template-register .um-form .um-field {
    position: relative;
    margin-bottom: 40px;
}

.page-template-template-register .um-register.um-49 input {
    border: 2px solid #222f3878 !important;
    border-radius: 5px !important;
    color: #fff !important;
    font-size: 1em !important;
    font-family: 'Inter', sans-serif !important;
    font-weight: 300 !important;
    position: relative !important;
    text-align: left !important;
    background: #0a0f12 !important;
    padding: 20px 14px !important;
    top: -7px !important;
    box-sizing: border-box !important;
    width: 100%;
    margin-right: 10px;
}

.page-template-template-register .um-field.um-field-divider.um-field-divider.um-field-type_divider {
    margin: 0px;
    padding: 0px;
    height: 0px;
  	margin-top: 30px;
    margin-bottom: 30px;
    border: 0px !important;
    height: 2px;
    background: linear-gradient(90deg, transparent, #d9d5ca, transparent);
    width: 120%;
    left: -10%;
}

.page-template-template-register .um input[type="submit"] {
    font-family: 'Inter', sans-serif !important;
    font-weight: 700 !important;
    position: relative !important;
    top: -7px !important;
    line-height: 0px !important;
    border-radius: 6px !important;
    border: 1px solid #202a30 !important;
    background: #d3ccab !important;
    padding: 13px 25px !important;
    transition: all .3s !important;
    color: #0c1013 !important;
    font-size: 14px !important;
    text-transform: uppercase !important;
    text-align: center !important;
    cursor: pointer !important;
    min-width: auto !important;
    height: 60px !important;
    width: 300px !important;
}

.page-template-template-register .um input[type="submit"]:hover {
    color: #0c1013 !important;
    background: #ffffff !important;
    border-color: #ffffff !important;
}

.page-template-template-register .um-field.um-field-block.um-field-block.um-field-type_block {
    text-align: center;
    line-height: 2em;
    font-size: .9em;
    width: 400px;
    margin: 0 auto;
    padding: 0px;
    width: 100%;
    font-style: italic;
    margin-top: -10px;
}

.page-template-template-register .um-field.um-field-block.um-field-block.um-field-type_block span {
    margin-top: 150px !important;
    display: block;
}

.page-template-template-register span.select2-selection.select2-selection--single {
    background: #0a0f12 !important;
    border: 2px solid #222f3878 !important;
}

.page-template-template-register a.um-button.um-alt {
    font-family: 'Inter', sans-serif !important;
    font-weight: 700 !important;
    position: relative !important;
    box-shadow: none !important;
    border: none !important;
    background: transparent !important;
    color: #a7a087 !important;
    left: 0px !important;
    right: 0px !important;
    padding: 0px !important;
}

.page-template-template-register .um-right.um-half {
    display: block;
    float: none;
    position: relative;
    top: 20px;
}

.page-template-template-register .um-half {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.page-template-template-register a.login-modal-open.register-login {
    margin: 0 auto;
    text-align: center;
    width: fit-content;
    position: relative;
    display: block;
}


#password-lost-form-wrap {
    position: relative;
    padding: 30px 30px 40px;
    margin: 10px 0 20px 10px;
    margin-bottom: 20px;
    background: rgb(20 27 32/70%);
    border-radius: 5px;
    border: 1px solid #202a30;
    box-sizing: border-box;
    transition: all .2s;
}

#lostpasswordform fieldset, #resetpasswordform fieldset {
    border: none;
    padding: 0;
    margin: 0;
}

#lostpasswordform legend, #resetpasswordform legend {
    font-family: eb garamond,serif;
    font-weight: 300;
    font-size: 2em;
    margin: 0;
    position: relative;
    text-align: left;
    text-shadow: 0 2px 3px rgb(0 0 0/60%);
    font-style: italic;
    margin-bottom: 15px;
    color: #ded5ce;
}

#lostpasswordform p, #resetpasswordform p {
    font-family: inter;
    font-weight: 300;
    font-size: 1em;
    margin: 20px 30px 5px;
    position: relative;
    text-align: left;
    color: #a7a087;
    line-height: 1.5em;
}

#lostpasswordform input, #resetpasswordform input {
    border: 2px solid #222f3878;
    border-radius: 5px;
    color: #fff;
    font-size: 1em;
    font-family: inter,sans-serif;
    font-weight: 300;
    position: relative;
    text-align: left;
    background: #0a0f12;
    padding: 15px 15px;
    box-sizing: border-box;
    max-width: 350px;
    width: 100%;
    margin-right: 10px;
    margin-top: 10px;
}

#lostpasswordform button, #resetpasswordform button {
    font-family: inter,sans-serif;
    font-weight: 700;
    position: relative;
    text-align: left;
    top: -7px;
    line-height: 0;
    border-radius: 6px;
    border: 1px solid #202a30;
    background: #171f23;
    padding: 13px 25px;
    right: 20px;
    transition: all .3s;
    margin-top: 0;
    color: #a7a087;
    font-size: 14px;
    text-transform: uppercase;
    height: 43px;
    text-align: center;
    margin-left: 50px;
    margin-right: -20px;
    cursor: pointer;
    min-width: auto;
    margin-top: 10px;
}

#lostpasswordform label, #resetpasswordform label {
    font-weight: bold;
}



/* ================================================================== */
/* ================================================================== */
/* ================================================================== */
/* ================================================================== */
/* ================================================================== */
/* ==================                               ================= */
/* ==================      R E S P O N S I V E      ================= */
/* ==================           F I X E S           ================= */
/* ==================                               ================= */
/* ================================================================== */
/* ================================================================== */
/* ================================================================== */
/* ================================================================== */
/* ================================================================== */

/* ================================================================== */
/* ================================================================== */
/* ================================================================== */
/* ==================        1200px OR LESS         ================= */
/* ================================================================== */
/* ================================================================== */
/* ================================================================== */
/*  Extra large devices (large laptops and desktops, 1200px and down) */


@media only screen and (max-width: 1300px) {
    nav#menubar {
        width: 90%;
    } 

    .feature-content {
        width: 100% !important;
    }
  
  	div#account {
        width: 95% !important;
        left: 0px !important;
    }
  
  	.collapsed-nav {
         position: relative;
         left: 60px;
     }

     .collapsed-nav ul {
         margin-left: 30px;
         width: 70%;
     }

     #account .account-container .collapsed-nav ul {
         display: inline-flex;
         justify-content: space-around;
         padding-left: 70px;
         padding-right: 50px;
     }
}

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

    #landing .feature-content .feature-right {
        top: 380px;
        left: 80px;
        scale: 0.8;
    }

    .page-template-template-landing #page-bg {
      	left: 30%;
      	top: -100px;
    }
  
  	.content-block p {
        width: 100% !important;
    }

    .content-block-container {
        width: 90%;
    }
  
  	a#begin {
        top: -500px !important;
        display: block;
    }
  
  	#nav-top ul {
        padding-left: 40px;
    }
  
  	.collapsed-nav ul {
        width: 50% !important;
        margin-left: 140px;
    }
  
  	div#landing {
        min-height: 800px;
    }

    .landing-offset {
        min-height: 800px;
    }
  
  	.container {
        width: 92%;
    }

    .container.start {
        width: 85%;
    }
  
    .donate-options {
        left: 0px;
        background: none;
        width: 100%;
        transform: none;
        height: 750px;
    }

    .donate-buttons {
        padding-left:0px !important;
        padding-right:0px !important;
        width: 100% !important;
        left: 0%;
        transform: none;
        justify-content: center;
        scale: 1.5 !important;
        margin-top: -40px;
    }

    .donate-title {
        width: 100%;
        left: 0 !important;
        top: 50px !important;
    }

    .donate-title h1,
    .donate-title h2 {
        color: #dfd6ce !important;
    }

    .donate-title h2 {
        left: -25px;
        top: 15px;
    }

    .proclamation-date {
        display: none;
    }

    #page-tabs {
        display:none;
    }
  
    #menubar .collapsed-nav i.gi {
      top: -15px;
      right: -20px;
      font-size: 80%;
      opacity: .7;
    }
  
  	.contribute-intro {
        padding: 0px 100px;
        margin: 30px 0px;
        margin-bottom: 50px;
        position: relative;
        background: none;
      	padding: 0px;
    }

    .block.block-2 {
        width: 100%;
    }

    .contribute-intro .block p {
        color: #526676;
    }

    .contribute-intro .block h2 {
        color: #d7d5ce !important;
        font-size: 1.5em;
    }

    .contribute-intro h1 {
        color: #8896a1;
    }
  
  	.reward-table {
        display: none;
    }

    .discord-roles {
        display: none;
    }

    .reward-entry {
        width: 100%;
    }

    .reward-entry span, .reward-entry.right span {
        left: 0%;
        right: 0%;
        scale: .8;
    }
  
  	.contribute-container a.link-btn {
        width: calc(32% - 40px);
        box-sizing: border-box;
        margin: 20px;
    }
  
    footer {
      width: calc(100% + 20px);
    }

    .social {
      width: 100% !important;
    }

    footer .logos {
      width: 100%;
    }

    footer #copy {
      width: 80% !important;
    }

    footer nav {
      width: 100%;
    }
  
}

/* ================================================================== */
/* ================================================================== */
/* ================================================================== */
/* ==================         992px OR LESS         ================= */
/* ================================================================== */
/* ================================================================== */
/* ================================================================== */
/*  Extra large devices (large laptops and desktops, 992px and down) */

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

    .only-on-mobile {
        display: block;
    }

    .not-on-mobile {
        display: none;
    }
  
  	div#logo-top {
        display: none;
    }
  
  	div#nav-top {
        width: 100%;
    }
  
  	.collapsed-nav a img {
        display: none;
    }

    #account .account-container .collapsed-nav ul {
     		margin-left: 70px;
    }/** TOP BAR **/
    
    nav#menubar {
        width: 100%;
    }

    #logo-top {
        display: none;
    }

    #nav-top {
        display:none;
    }

    #account {
        width: 100%;
    }

    #account .account-container {
        width: 100%;
    }

    #account .collapsed-nav {
        display: none;
    }

    #account .loggedout-actions {
        display: none;
    }

    #account::before {
        opacity: 1;
    }
  
  	#account {
        display: none;
    }

    nav#responsivebar {
      	display: block;
      	z-index: 2000 !important;
      	position: fixed;
      	top: 0px;
      	left: 0px;
        width: 100%;
      	pointer-events: none;
    }


    #menuToggle
    {
      	display: block;
      	position: relative;
      	top: 18px;
      	left: 20px;

      	z-index: 1;

      	-webkit-user-select: none;
      	user-select: none;
      	pointer-events: none;
    }

    #menuToggle a
    {
      	text-decoration: none;
      	color: #dfd6cf;

      	transition: color 0.3s ease;
      	font-family: 'Garamond', serif;
    }

    #menuToggle a:hover
    {
      	color: white;
    }


    #menuToggle input
    {
      	display: block;
      	width: 40px;
      	height: 32px;
      	position: absolute;
      	top: -7px;
        right: 30px;

      	cursor: pointer;

      	opacity: 0; /* hide this */
      	z-index: 2; /* and place it over the hamburger */

      	-webkit-touch-callout: none;
      	pointer-events: all;
    }

    /*
    * Just a quick hamburger
    */
    #menuToggle span
    {
      	display: block;
      	width: 33px;
      	height: 4px;
      	margin-bottom: 5px;
      	position: relative;

      	background: #FFF;
      	border-radius: 3px;

      	z-index: 1;

      	transform-origin: 4px 0px;
        transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0), background 0.5s cubic-bezier(0.77,0.2,0.05,1.0), opacity 0.55s ease, left .5s;
        left: calc(100% - 70px);
    }

    #menuToggle span:first-child
    {
      	transform-origin: 0% 0%;
    }

    #menuToggle span:nth-last-child(2)
    {
      	transform-origin: 0% 100%;
    }

    /* 
    * Transform all the slices of hamburger
    * into a crossmark.
    */
    #menuToggle input:checked ~ span
    {
      	opacity: 1;
      	transform: rotate(45deg) translate(-2px, -1px);
      	background: #FFF;
        left: calc(100% - 60px);
    }

    /*
    * But let's hide the middle one.
    */
    #menuToggle input:checked ~ span:nth-last-child(3)
    {
      	opacity: 0;
      	transform: rotate(0deg) scale(0.2, 0.2);
    }

    /*
    * Ohyeah and the last one should go the other direction
    */
    #menuToggle input:checked ~ span:nth-last-child(2)
    {
      	transform: rotate(-45deg) translate(0, -1px);
    }

    /*
    * Make this absolute positioned
    * at the top left of the screen
    */
    #menu
    {
      	position: relative;
      	width: 300%;
      	margin: -100px 0 0 -50px;
      	box-sizing: border-box;
      	padding: 50px;
      	padding-top: 125px;
      	list-style-type: none;
      	-webkit-font-smoothing: antialiased;
      	/* to stop flickering of text in safari */
      	transform-origin: 0% 0%;
      	transform: translate(0%, -100%);
      	transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
        position: relative;
        width: 100%;
        left: 30px;
        background: #161d2182;
        border-bottom: 2px solid #2e3a42;
        text-align: center;
    		padding-top: 0px;
    }
  
  	ul#menu::before {
        content: "";
        background: #090c0ee0;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: -200%;
        z-index: -1;
        opacity: 0;
        transition: opacity .3s;
        pointer-events: none;
    }
  
  	ul#menu::after {
        background-image: url(https://ahoy.gg/wp-content/themes/Ahoy/img/content/login-bg.jpg);
        background-size: cover;
        background-blend-mode: difference;
        content: "";
        z-index: -1;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }
  
  	#menuToggle input:checked ~ #menu::before {
        opacity: 1;
    }
  
  	#menu .divider {
        width: 100%;
        height: 2px;
        background: linear-gradient(90deg, transparent 0%, #2f3b43 50%, transparent 100%);
        margin: 20px 0px;
        position:relative;
    }

    #menu li
    {
      	padding: 10px 0;
      	font-size: 22px;
    }
  
  	#menu .responsive-logo {
        margin-top: 100px;
        margin-bottom: 50px;
        width: 100px;
    }

    /*
    * And let's slide it in from the left
    */
    #menuToggle input:checked ~ ul
    {
      	transform: none;
      	pointer-events: all;
    }
  
  	#menu i.gi {
        font-size: 0.7em !important;
        top: -3px;
        opacity: .6;
    }

		#menu .bottom {
        display: inline-block;
        margin: 0px 20px;
    }
  
  	div#login-popup {
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        top: 0px;
        left: 0px;
        transform: none;
    }

    .panel-left {
        width: 100% !important;
        height: 40%;
        right: 0;
        display: block;
        border-right: none !important;
        border-bottom: 1px solid #222f38;
        background-size: cover !important;
    }

    .panel-right {
        width: 100%;
        height: 60%;
        position: absolute !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        display: block;
        top: auto !important;
    }

    img.login-logo {
        margin-top: 60px !important;
    }
  
    div#landing {
        min-height: 700px;       
    }
  
    .landing-offset {
        min-height: 900px;
    }

    #landing .feature-content .feature-right {
        top: 300px;
    }

    #menubar {
        height: 0px;
    }
  
  	.ngg-gallery-thumbnail-box.ngg-3-columns {
        width: 50% !important;
    }
  
  	div#paypal-popup {
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        position: fixed;
        transform: none;
        width: 100%;
        padding: 0px;
        margin: 0px;
        box-sizing: border-box;
      	background-size: cover;
    }

    div#expiry {
        width: 80% !important;
        top: 0px !important;
        left: 50% !important;
        position: relative !important;
        transform: translateX(-50%) !important;
        margin-top: 0px !important;
        margin-left: 0px !important;
        margin-bottom: 20px !important;
    }

    .woocommerce-product-details__short-description {
        width: 80%;
        left: 50%;
        position: relative !important;
        transform: translateX(-50%);
    }

    button.wpcbn-btn.wpcbn-btn-single.single_add_to_cart_button.button.alt {
        position: absolute !important;
        bottom: 60px !important;
    }

    div#currency-converter {
        position: relative !important;
        top: 0px !important;
        margin: 0 !important;
    }
  
    .reward-entry span img {
        scale: 1;
        top: 0px;
        display: block;
        position: relative;
        margin: 0px !important;
        float: none !important;
        margin: 0 auto !important;
        transform: none;
        margin-bottom: 20px !important;
    }

    .reward-entry h1, .reward-entry.right h1 {
        display: block;
        position: relative;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        margin: 0px !important;
        padding: 0px !important;
        text-align: center;
        margin-right: 0px !important;
        float: none !important;
        width: 100%;
    }

    .reward-entry h2, .reward-entry.right h2 {
        margin: 0px !important;
        text-align: center !important;
        left: 0px !important;
        right: 0px !important;
        top: 0px !important;
        bottom: 0px !important;
        width: 100%;
    }

    .reward-entry span {
        height: auto;
        transform: none;
        margin-top: 30px;
        text-align: center;
    }

    .reward-entry {
        height: fit-content !important;
    }

    .reward-entry::after {
        background-size: cover !important;
        background-position: center center !important;
    }
  
    .contribute-container a.link-btn {
        box-sizing: border-box;
        margin: 0 auto;
        display: block;
        width: 300px;
        margin-bottom: 20px;
    }
  
    .account-panel.half-width {
        width: 100% !important;
    }

    #contrib-tier, #contrib-status, #contrib-lifetime {
      	width: 100%;
        flex: auto;
        text-align: center;
      	border-right: none;
    }

    .account-page {
        width: calc(100% + 60px);
        left: -35px;
    }
  
  	.account-page .billing-data {
        height: 70px !important;
    }
  
    .account-panel .account-notice,
    .account-panel .account-warning {
      	line-height: 3em;
 	 	}
  
    footer .social li {
      scale: .8;
      margin: -6px;
    }
  
  	.page-template-template-register .um.um-register.um-49 {
        width: 80% !important;
        padding: 0 !important;
        margin: 0 auto!important;
    }

    .page-template-template-register .container {
        margin: 0px auto !important;
        width: 94%;
    }

    .page-template-template-register .page-template-template-register .um-register.um-49 input {
        height: 60px !important;
        top: 0px !important;
        font-size: 1.2em !important;
    }

    .page-template-template-register div#um_field_49_user_login {
        margin-bottom: 60px;
    }

    .page-template-template-register div#um_field_49_user_password {
        margin-bottom: 60px;
    }

    .page-template-template-register .page-template-template-register .um-field.um-field-block.um-field-block.um-field-type_block {
        padding-top: 30px;
    }

    .page-template-template-register .page-template-template-register .um-field.um-field-block.um-field-block.um-field-type_block span {
        margin-top: 50px !important;
    }

    .page-template-template-register .page-template-template-register a.login-modal-open.register-login {
        margin-top: 50px;
    }
  
    a.account-contribute {
  	    display: none;
  	}
  
}

/* ================================================================== */
/* ================================================================== */
/* ================================================================== */
/* ==================         768px OR LESS         ================= */
/* ================================================================== */
/* ================================================================== */
/* ================================================================== */
/* Extra small devices (phones, 768px and down) */
@media only screen and (max-width: 768px) {


    /** BACKGROUND **/
  
  	#page-bg {
      	display: none;
  	}
  
  	#page-bg-mob {
      	display: block;
  	}
  
    .gulls {
        top: 33% !important;
        left: 68% !important;
        height: 8%;
        width: 8%;
    }


    /** LANDING **/
  
  	#landing {
      	display: none;
  	}
  
  	.landing-offset {
      	display: none;
    }
  
  	body {
        width: 100%;
    }

    h1.page-title {
        font-size: 2em !important;
    }

    #backtotop img {
        width: 40px;
        bottom: -40px;
        pointer-events: all;
    }

    #backtotop:hover h1 {
        margin-top: 50px;
    }



    /** LANDING PAGE CONTENT **/

    a#begin.anchor {
        top: -400px;
        position: relative;
        display: block;
    }
    
    .container,
    .container.start {
        width: 85%;
    }
    
    .container.start {
        margin: 0px;
        margin: 0 auto;
        margin-top: 0px;
    }

    .content-block {
        width: 100%;
        height: 700px;
    }

    .content-block-container {
        width: 85%;
    }

    .content-block-image {
        height: 700px !important;
    }

    .content-block::after {
        backdrop-filter: none;
        background: #0c1013;
        -webkit-mask: linear-gradient(transparent 30%,#000000c2 60%, #000000bd 90%);
                mask: linear-gradient(transparent 30%,#000000c2 60%, #000000bd 90%);
    }


    .hr-anchor {
        width: 100%;
    }
  
  
  	/** FAQ **/

    .page-template-template-faq header {
        padding-bottom: 40px;
    }
  
  	.page-template-template-faq #page-tabs,
  	.page-template-template-faq #page-tabs-replacement {
      	display: none;
  	}

		.faq-question {
        padding: 0px 0px 20px 0px;
        margin: 0px 0px 20px 0px;
        width: calc(100% + 40px);
        left: -20px;
    }

    .faq-question h2 {
        margin:0;
        padding: 20px 25px 0px 25px;
        font-size: 1.5em;
    }

    .faq-question p {
        font-size: 0.9em;
    }

    .faq-question a.share {
        width: 20px;
        height: 20px;
        top: 12px;
        font-size: 1em;
    }
  
  	.faq-more {
        height: auto;
        min-height: auto;
        width: calc(100% + 120px);
        height: 300px;
        left: -60px;
        padding: 10px 50px;
    }

    .faq-more h1 {
        width: 100%;
        font-size: 2em !important;
        margin-top: 65px !important;
        margin-bottom: 20px !important;
        font-weight: 700 !important;
    }

    .faq-more p {
        display: none;
    }

    .faq-more a {
        margin: 0 auto;
        font-weight: 600 !important;
        line-height: 60px;
        color: #322419;
    }
  
  
  	/** CONTRIBUTE **/
		
  	.page-template-template-contribute #page-tabs,
    .page-template-template-contribute #page-tabs-replacement { 
        display: none; 
    }

    .page-template-template-contribute header {
        padding-bottom: 40px;
    }

    .contribute-container {
        width: 100%;
        left: 0px;
        padding: 0;
        margin: 0px;
        margin-right: 0px;
        padding-right: 0px;
    }

    .contribute-container p {
        text-align: center;
        width: 100%;
    }
  
  	.donate-buttons {
        scale: .8 !important;
        margin-top: -120px;
      	top: 250px !important;
    }

    .donate-options {
        height: 400px;
    }
  
  	.donate-title {
        scale: .7;
    }
  
  	.contribute-container h1 {
        font-size: 2.3em;
        margin-top: 100px;
    }
  
    .contribute-intro {
        height: fit-content;
        display: flex;
        flex-wrap: wrap;
    }
  
  	.contribute-intro h1 {
        font-size: 2.3em;
        margin-top: 100px;
      	width: 100%;
    }
		
    /** FOOTER **/

    footer {
        width: 100%;
        background-size: cover;
    }
    
    footer .social {
        width: 100%;
        margin: 0;
        padding-top: 50px;
    }
    
    footer .social ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 0;
        padding: 0px 40px 0px 40px;
    }
    
    footer .social li {
        width: 25%;
        height: 100px;
    }

    footer .logos {
        width: 100%;
        margin-top: 30px;
    }

    footer .footer-container {
        width: 100%;
        padding-bottom: 100px;
    }

    footer #copy {
        width: 100%;
        padding: 20px 40px 20px 40px;
        box-sizing: border-box;
    }

    footer nav {
        width: 100%;
        padding: 0px 40px 30px 40px;
        box-sizing: border-box;
    }

    #backtotop {
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        bottom: 0px;
        height: 200px;
        width: 100%;
        pointer-events: none !important;
    }
  
  	#backtotop h1 {
        pointer-events: all;
  	}

    #backtotop img {
        pointer-events: all;
    }

    #backtotop::after {
        content: "";
        position: absolute;
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        bottom: 0px;
        height: 200px;
        width: 100%;
        background: linear-gradient(transparent 0%, #070809 100%);
        z-index: -1;
        pointer-events: none !important;
    }
}


/* ================================================================== */
/* ================================================================== */
/* ================================================================== */
/* ==================         450px OR LESS         ================= */
/* ================================================================== */
/* ================================================================== */
/* ================================================================== */
/* Extra extra small devices (phones, 450px and down) */
@media only screen and (max-width: 450px) {
  
  	#page-bg {
      	display: none;
  	}
  
  	#page-bg-mob {
      	display: block;
  	}
  
  	/** LANDING **/
  
  	#landing {
      	display: none;
  	}
  
  	.landing-offset {
      	display: none;
    }
  
  	.container.start {
      	margin-top: 0px;
  	}
  
  	.ngg-gallery-thumbnail-box.ngg-3-columns {
        width: 100% !important;
    }
  
  	.donate-buttons {
        scale: .8 !important;
    }
  
  	a.dwpp__connect-profile.dwpp__button--discord-btn-style {
        display: block !important;
        position: relative !important;
        float: left !important;
        margin: 0px;
        top: 0 !important;
        right: 0 !important;
        left: 0;
        bottom: 0;
        margin-top: 20px !important;
    }

    .item.discord-link {
        height: auto;
    }
    
}

form#patreon-unlink {
    position: absolute;
    top: 30px;
    right: 30px;
}

div#post-body {
    top: 0px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.heateorSlLoginSvg.heateorSlSteamLoginSvg {
    display: none;
}

.stuffbox {
    width: 100% !important;
}

table.form-table.editcomment.heateorSlTable {
    padding: 30px;
}

.heateor_sl_login_container {
    margin: 0px;
    float: right;
    width: 0px;
    height: 0px;
    position: absolute;
    right: 0;
    top: 0;
}

ul.heateor_sl_login_ul {
    width: 0px;
    height: 0px;
}

i.heateorSlLogin.heateorSlSteamBackground.heateorSlSteamLogin {
    width: 0px;
    height: 0px;
}

i.heateorSlLogin.heateorSlSteamBackground.heateorSlSteamLogin::after {
    content: "Connect";
    display: block;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    position: relative;
    border-radius: 6px;
    border: 1px solid #202a30;
    background: #171f23;
    padding: 13px 20px;
    transition: all .3s !important;
    color: #a7a087 !important;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    margin-top: 0 !important;
    transform: none !important;
    top: 16px !important;
    float: right;
    right: 30px;
  	font-style: normal;
}

i.heateorSlLogin.heateorSlSteamBackground.heateorSlSteamLogin:hover::after {
		color: #FFF !important;
    background: #212b30;
    border-color: #36434a;
}

table.form-table.editcomment.heateorSlTable input[type="button"] {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    position: relative;
    border-radius: 6px;
    border: 1px solid #202a30;
    background: #171f23;
    padding: 13px 20px;
    transition: all .3s !important;
    color: #a7a087 !important;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    margin-top: 0 !important;
    transform: none !important;
    top: 21px !important;
    content: "remove";
    right: 30px;
    position: absolute;
}

table.form-table.editcomment.heateorSlTable input[type="button"]:hover {
		color: #FFF !important;
    background: #212b30;
    border-color: #36434a;
}

table.form-table.editcomment.heateorSlTable strong {
    display: none;
}

table.form-table.editcomment.heateorSlTable tbody tr td table tbody tr td:first-of-type {
    display: none;
}

.item .reveal {
    opacity: 0;
    transition: opacity .3s;
}

.item:hover .reveal {
    opacity: 1;
}

#newsletter-signup .content-block-container {
    height: 300px;
    background: rgb(255 255 255 / 15%);
    border: 1px solid rgb(131 141 145 / 27%);
    border-radius: 12px;
    padding: 30px;
    box-sizing: border-box;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
    backdrop-filter: blur(5px) brightness(0.3);
}

#newsletter-signup h1 {
    margin: 0px;
    margin-bottom: 40px;
}

#newsletter-signup input[type="email"] {
    border: 2px solid #222f3878;
    border-radius: 5px;
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    position: relative;
    text-align: left;
    background: #0a0f12;
    padding: 20px 14px;
    box-sizing: border-box;
    margin-right: 10px;
    height: 50px;
    font-size: 16px;
    width: 550px;
}

#newsletter-signup input[type="submit"]:hover {
    color: #FFF;
    background: #212b30;
    border-color: #36434a;
}

#newsletter-signup input[type="submit"] {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    position: relative;
    line-height: 0px;
    border-radius: 6px;
    border: 1px solid #202a30;
    background: #171f23;
    padding: 13px 25px;
    transition: all .3s;
    color: #a7a087;
    font-size: 14px;
    text-transform: uppercase;
    height: 50px;
    text-align: center;
    cursor: pointer;
    top: -1px;
    margin-left: -20px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

#newsletter-signup p {
    margin-top: 30px;
}

#feature-cta-btn::before {
    background-size: 100% 120%;
    width: 345px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: -2px;
}

p.mc4wp-checkbox.mc4wp-checkbox-wp-registration-form {
  float: left;
  width: auto;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  text-align: center;
  margin: -10px 0px 30px 0px;
}

.mc4wp-checkbox input[type="checkbox"] {
    float: left !important;
    width: auto !important;
    padding: 0px !important;
}

.mc4wp-checkbox span {
    float: left !important;
}

input[type="checkbox"] {
    width: auto !important;
    margin-top: 10px !important;
    margin-right: 14px !important;
}

.scrim {
    background: #090a0c !important;
}

.page-id-1437 .sp-pcp-post .sp-pcp-post-thumb-area img {
    max-width: fit-content !important;
    height: 200px !important;
}

.page-id-1437 .sp-pcp-post.left-thumb .sp-pcp-post-details {
    margin-left: 50px !important;
    margin-top: 25px !important;
}

a.pcp-readmore-link {
    margin-top: 10px !important;
    margin-bottom: 0px !important;
}

.page-id-1437 a.pcp-readmore-link {
    margin-top: 0px !important;
}