/* Base Theme Overrides */
.ipsLayout_container {
    max-width: 100% !important;
    padding: 0px !important;
}

#ipsLayout_mainArea {
    padding: 0px !important;
}

#elCmsPageWrap {
    padding: 0px !important;
}

.ipsBreadcrumb_1 {
    display: none !important;
}

#ipsLayout_contentWrapper {
    margin-top: 0px !important;
    border-radius: 0px !important;
}

.eaMenu {
    background: none !important; 
}

.ipsNavBar_primary {
    background: none !important; 
}

.ipsBox[data-controller="core.front.core.profileCompletion"] {
    display: none;
}

/* Basic */

.contained_width {
    max-width: 1280px;
    margin: 40px auto;
}

.homepage_section_header {
    font-weight: normal;
    text-transform: uppercase;
    padding-bottom: 15px;
    border-bottom: 1px solid;
}

/* Featured Announcement */
#news_banner_blur {
    position: absolute;
    display: block;
    width: 102%;
    height: 102%;
    opacity: .75;
    left: -1%;
    top: -1%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    filter: blur(8px);
}

.news_banner_link {
    position: relative;
    display: block;
    max-width: 1280px;
    height: calc(100% - 64px);
    margin: 64px auto 0;
    transition: box-shadow .5s;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    box-shadow: 0 3px 15px rgba(0, 0, 0, .2);
}

.news_banner_wrapper {
    position: relative;
    overflow: hidden;
    height: calc(100vh - 150px);
    min-height: 450px;
    max-height: 650px;
    background: #24282b;
    padding-top: 50px;
}

.news_banner_link>.news_banner_headline {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 100%;
    max-height: 75%;
    padding: 50px 100px;
    transition: background .5s;
    color: #f5f5f5;
    box-shadow: 0 3px 15px transparent;
}

.news_banner_link:after {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    left: 0;
    display: block;
    height: 100%;
    content: '';
    transition: .25s;
    opacity: .8;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .9));
}

.news_banner_link:hover {
    cursor: pointer;
    box-shadow: 0 3px 30px rgba(0, 0, 0, .6);
}

.news_banner_headline .featured_label {
    font-size: 18px;
    display: block;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #00b4ff;
    text-shadow: 0px 1px 4px #000;
}

.news_banner_headline .news_title {
    font-size: 28px;
    font-weight: 500;
    line-height: 2.5rem;
    position: relative;
    margin: 10px 0;
    text-shadow: 0px 1px 4px #000;
}

.news_banner_headline .news_date {
    text-shadow: 0px 1px 4px #000;
    color: #e0e0e0;
}

.news_banner_headline p {
    font-size: 18px;
    font-style: italic;
    margin: 0;
    text-shadow: 0px 1px 4px #000;
}

/* Blamite Banner */
.blamite_banner {
    background: linear-gradient(-30deg, #000000, #e23e94);
    color: #fff;
    text-shadow: 0px 1px 5px #000;
    padding: 10px;
    box-shadow: inset 0px 0px 9px 0px #12161b;
}

.blamite_banner .info_text {
    margin-left: 15px;
}

.blamite_banner .info_text p {
    line-height: 28px;
    font-size: 18px;
}

/* DonationStore Banner */
.donationstore_banner {
    background: linear-gradient(-30deg, #196a34, #34c564);
    color: #fff;
    text-shadow: 0px 1px 5px #000;
    padding: 10px;
    box-shadow: inset 0px 0px 9px 0px #12161b;
}

.donationstore_banner img {
    filter: drop-shadow(0px 2px 5px #000c);
}

/* Recent News */
.news_entry {
    display: inline-block;
    width: calc(25% - 3px);
    height: 400px;
    position: relative;
}

.news_entry.entry_large {
    height: 370px !important;
}

.news_thumb_container {
    overflow: hidden;
}

.news_entry .news_thumb {
    height: 190px;
    background-position: center;
    background-size: cover;
    transition: 0.5s;
}

.news_entry:hover .news_thumb {
    transform: scale(1.05);
    transition: 0.5s;
}

.news_entry .news_link {
    font-size: 16px;
    position: absolute;
    bottom: 15px;
    left: 15px;
}

/* discord/forum join links*/

section#join_the_community {
    position: relative;
}

.join-half-container {
    display: flex;
    overflow: hidden;
}

.join-half {
    width: 50%;
    background: gray;
    text-align: center;
    padding-top: 130px;
    padding-bottom: 130px;
    transform: skewX(-20deg);
    transition: 0.3s;
    overflow: hidden;
    position: relative;
}

.join-half.join-half-forums {
    padding-left: 150px;
    margin-left: -150px;
    width: calc(50% + 150px)
}

.join-half.join-half-discord {
    padding-right: 150px;
    margin-right: -150px;
    margin-left: -1px;
    width: calc(50% + 150px)
}

.join-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    box-shadow: inset 0 1px 11px 0 #000;
}

.join-half-content {
    transform: skewX(20deg);
}

.join-half:hover {
    box-shadow: 0px 1px 9px 0px #000;
    z-index: 1;
    transition: 0.3s;
}

.join-half-content-inner {
    transform: none;
    transition: 0.3s;
    color: #fff;
    text-shadow: 0px 2px 8px #000000c4;
}

.join-half:hover .join-half-content .join-half-content-inner {
    transform: scale(1.1);
    transition: 0.3s;
}

.join-half .join-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    transform: skewX(20deg);
}

.join-half-forums .join-bg {
    background: url(https://api.elaztek.com/img/page_resources/home_2023/forums_join_preview.png);
    background-size: cover;
    background-position: center;
}

.join-half-discord .join-bg {
    background: url(https://api.elaztek.com/img/page_resources/home_2023/discord_join_preview.png);
    background-size: cover;
    background-position: center;
    right: 87px;
}

.join-half-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

.join-half-discord .join-half-overlay {
    /*background: linear-gradient(340deg, #7289da, #7289daab);*/
    background: #7289da2b;
    transition: 0.3s;
}

.join-half-discord:hover .join-half-overlay {
    /*background: linear-gradient(340deg, #7289da, #7289da9c);*/
    background: #7289dabf;
    transition: 0.3s;
}

.join-half-forums .join-half-overlay {
    background: #00b4ff21;
    transition: 0.3s;
}

.join-half-forums:hover .join-half-overlay {
    background: #00b4ff61;
    transition: 0.3s;
}

.join-half .service_icon {
    height: 80px;
    width: auto;
}

.join-half:hover .join-half-overlay {
    backdrop-filter: blur(2px);
}