/* =========================
   GLOBAL
========================= */

.site {
    max-width: unset !important;
    padding: 0 10px;
}

body .site {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.site-content {
    width: 100% !important;
}

.widget-area {
    width: 100%;
}

a {
    color: #111827;
}

strong {
    font-weight: 700;
}

img {
    border-radius: 50%;
}

.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
    box-shadow: unset;
}

/* =========================
   TYPOGRAPHY
========================= */

.entry-header .entry-title {
    font-size: 24px !important;
}

.entry-content h2,
.comment-content h2,
.mu_register h2 {
    font-size: 22px !important;
}

.entry-content h3,
.comment-content h3 {
    font-size: 20px !important;
}

figcaption.wp-element-caption {
    text-align: center !important;
    font-size: 18px;
    margin: 10px 0;
}

/* =========================
   BUTTONS
========================= */

button {
    color: white;
    background: linear-gradient(135deg, #5865f2, #7c3aed);
    padding: 10px 20px;
    font-size: 18px;
    font-weight: 600;
    border: none;
    border-radius: 12px;
}

.btn,
.btn-large,
.btn-small {
    background-color: #7c3aed !important;
    border-radius: 15px;
}

/* =========================
   MEMBER COUNT
========================= */

button.button.member-count,
span.button.member-count {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 50px;

    background-color: #7c3aed;
    color: white;

    font-size: 18px;
    border: none;
    border-radius: 25px;

    padding: 8px 16px;
}

button.button.member-count.special {
    background-color: #ff004e;
}

button.button.member-count.special:hover {
    background-color: #ff004e !important;
}

.wp-block-latest-posts__featured-image .button.member-count {
    display: none;
}

/* =========================
   CARD
========================= */

.card.large {
    min-height: 780px !important;
    padding-bottom: 10px;
}

.card.small .card-image + .card-content,
.card.medium .card-image + .card-content,
.card.large .card-image + .card-content {
    max-height: 100%;
}

.card .card-image img {
    border-radius: 50%;
    padding: 8px;
}

div#primary .card.hoverable {
    box-shadow: unset;
}

.card-panel.red.lighten-2.center-align.white-text {
    border-radius: 15px;
}

/* =========================
   POSTS
========================= */

.site-content article {
    border-bottom: unset !important;
}

.single-post-tags {
    margin-top: 20px;
}

.single-post-tag {
    display: inline-block;
    background: #f2f2f2;
    padding: 6px 10px;
    margin: 3px;
    border-radius: 6px;
    text-decoration: none;
}

a.wp-block-latest-posts__post-title {
    font-size: 16px;
}

.wp-block-latest-posts__featured-image.aligncenter {
    margin-top: 30px;
}

/* =========================
   HEADER
========================= */

#masthead {
    background: #fff;
    color: #111;
}

.header-top {
    padding: 20px 15px;
    text-align: center;
}

.site-title-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.site-logo {
    width: 35px;
    height: 35px;
    object-fit: contain;
    border-radius: 0 !important;
    transform: translateY(4px);
}

.site-title {
    margin-top: 10px;
}

.site-title a {
    display: inline-block;
    font-size: 28px;
    font-weight: 900;
    color: #111827;
    text-decoration: none;
}

/* =========================
   NAVIGATION
========================= */

#site-navigation,
.main-navigation {
    background: linear-gradient(135deg, #5865f2, #7c3aed);
}

.nav-container {
    max-width: 1200px;
    margin: auto;
    padding: 0px 15px;

    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main-menu {
    display: flex;
    gap: 20px;

    list-style: none;
    margin: 0;
    padding: 0;
}

.main-menu li {
    position: relative;
}

.main-menu a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    transition: .3s;
}

.main-menu a:hover {
    color: #ddd;
}

.main-navigation li ul li a {
    background: #111827 !important;
}

/* =========================
   SEARCH
========================= */

.search-icon-link {
    display: flex;
    align-items: center;
}

button#searchsubmit {
    background: linear-gradient(135deg, #5865f2, #7c3aed);
}

/* =========================
   MOBILE MENU
========================= */

.mobile-menu-btn {
    display: none;

    background: none;
    border: none;

    color: #fff;
    font-size: 28px;
    cursor: pointer;
}

.mobile-menu {
    display: none;
    background: #1c1c1c;
    padding: 15px;
}

.mobile-menu.active {
    display: block;
}

.mobile-menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-menu-list li {
    margin-bottom: 10px;
}

.mobile-menu-list a {
    color: #fff;
    text-decoration: none;
}

/* =========================
   HERO
========================= */

.ir-hero {
    text-align: center;
    padding: 20px 0 40px;
}

.ir-hero-title {
    margin: 0 0 14px;
    font-size: 38px;
    font-weight: 900;
    line-height: 1.5;
    color: #111827;
}

.ir-hero-single-title {
    margin: 0 0 14px;
    font-size: 28px;
    font-weight: 900;
    line-height: 1.5;
    color: #111827;
}

.ir-hero-subtitle {
    margin: 0;
    font-size: 17px;
    font-weight: 500;
    line-height: 2;
    color: #6b7280;
}

/* =========================
   GRID
========================= */

.ir-grid {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 24px;
    width: 100%;
}

.ir-card {
    width: 100%;
    min-width: 0;
}

.ir-card-box {
    display: flex;
    align-items: center;
    gap: 10px;

    height: 100%;

    background: #fff;
    border-radius: 24px;
    border: 1px solid #edf1f7;

    padding: 10px;
    overflow: hidden;

    box-shadow: 0 4px 20px rgba(15,23,42,.05);
}

.ir-thumb {
    width: 110px;
    min-width: 110px;
    height: 110px;

    border-radius: 50%;
    overflow: hidden;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 4px solid #f3f5fb;
}

.ir-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ir-content {
    flex: 1;
    min-width: 0;
}

.ir-category {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 6px 14px;

    background: #f3f5fb;
    border-radius: 12px;

    color: #5865f2;
    font-size: 12px;
    font-weight: 700;

    text-decoration: none;
    margin-bottom: 10px;
}

.ir-title {
    margin: 0 0 10px;
    line-height: 1.7;
}

.ir-title a {
    color: #111827;
    font-size: 17px;
    font-weight: 800;
    text-decoration: none;
}

.ir-excerpt {
    color: #6b7280;
    font-size: 13px;
    line-height: 1.9;
    margin-bottom: 14px;
}

.ir-footer {
    margin-top: auto;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.ir-btn {
    height: 40px;
    padding: 0 16px;

    border-radius: 12px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    text-decoration: none;

    font-size: 13px;
    font-weight: 700;
}

.ir-primary {
    background: linear-gradient(135deg,#5865f2,#7c3aed);
    color: #fff;
}

.ir-light {
    background: #f3f5fb;
    color: #111827;
}

.ir-disabled {
    background: #fee2e2;
    color: #dc2626;
}

/* =========================
   MISC
========================= */

.comments-link a,
.entry-meta a {
    color: #fff !important;
}

.comments-link a:hover,
.entry-meta a:hover {
    color: #ccc !important;
}

.red {
    background-color: #111827 !important;
}

.teal {
    background: #7c3aed !important;
}

.fbc-page .fbc-wrap .fbc-items {
    font-family: 'SansFa', Helvetica, Arial, sans-serif !important;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 992px) {

    .desktop-menu {
        display: none;
    }

    .mobile-menu-btn {
        display: block;
    }

    .ir-grid {
        grid-template-columns: 1fr;
    }

    .ir-hero-title {
        font-size: 30px;
    }

    .ir-hero-single-title {
        font-size: 24px;
    }

}

@media (max-width: 640px) {

    .card.large {
        min-height: auto !important;
        height: auto !important;
        padding-bottom: 70px;
    }

    .ir-card-box {
        padding: 14px;
        gap: 14px;
    }

    .ir-thumb {
        width: 90px;
        min-width: 90px;
        height: 90px;
    }

    .ir-title a {
        font-size: 15px;
    }

    .ir-btn {
        flex: 1;
    }

    .ir-hero-title {
        font-size: 24px;
        line-height: 1.7;
    }

    .ir-hero-single-title {
        font-size: 22px;
        line-height: 1.7;
    }

    .ir-hero-subtitle {
        font-size: 14px;
    }

}

@media only screen and (min-width: 960px) {

    .fixed-action-btn {
        display: none !important;
    }

}

a,
a:hover,
a:focus,
a:active {
    text-decoration: none !important;
}