/* =========================================================
   GAMERFICIAL GLOBAL VARIABLES
   ========================================================= */

:root {
    --gamerficial-ink: #21212d;
    --gamerficial-coral: #fe7b83;
    --gamerficial-peach: #ff9f86;
    --gamerficial-gold: #ffd792;
    --gamerficial-warm-tint: #fff3ef;

    --gamerficial-gradient: linear-gradient(
        135deg,
        var(--gamerficial-coral) 0%,
        var(--gamerficial-peach) 52%,
        var(--gamerficial-gold) 100%
    );
}


/* =========================================================
   DESKTOP HEADER LOGO
   ========================================================= */

@media (min-width: 768px) {

    .smart-head .logo-link {
        flex: 0 0 auto !important;
    }

    .smart-head .logo-image {
        width: 240px !important;
        max-width: 360px !important;
        height: auto !important;
        max-height: none !important;
        padding: 8px 0 !important;
    }
}


/* =========================================================
   DESKTOP NAVIGATION
   ========================================================= */

@media (min-width: 941px) {

    #menu-primary {
        display: flex !important;
        align-items: center !important;
        gap: 3px !important;
    }

    #menu-primary > li > a {
        display: flex !important;
        align-items: center !important;
        gap: 8px !important;

        padding: 12px 13px !important;

        color: #ffffff !important;

        font-size: 24px !important;
        font-weight: 700 !important;
        letter-spacing: 0.3px !important;

        transition:
            color 0.2s ease,
            opacity 0.2s ease !important;
    }

    #menu-primary > li > a::before {
        content: "" !important;

        display: inline-block !important;

        width: 15px !important;
        height: 15px !important;
        flex: 0 0 15px !important;

        background: var(--gamerficial-gradient) !important;

        -webkit-mask-image: var(--menu-icon);
        -webkit-mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-size: contain;

        mask-image: var(--menu-icon);
        mask-position: center;
        mask-repeat: no-repeat;
        mask-size: contain;

        transition: transform 0.2s ease !important;
    }

    /* Home */
    #menu-primary > li:nth-child(1) {
        --menu-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M3 11.5L12 4l9 7.5V20a1 1 0 01-1 1h-5v-6H9v6H4a1 1 0 01-1-1v-8.5z'/%3E%3C/svg%3E");
    }

    /* News */
    #menu-primary > li:nth-child(2) {
        --menu-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M13 2L4 14h7l-1 8 10-13h-7V2z'/%3E%3C/svg%3E");
    }

    /* Features */
    #menu-primary > li:nth-child(3) {
        --menu-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='black' stroke-width='2' stroke-linejoin='round' d='M12 3l2.8 5.7 6.2.9-4.5 4.4 1.1 6.2-5.6-2.9-5.6 2.9 1.1-6.2L3 9.6l6.2-.9L12 3z'/%3E%3C/svg%3E");
    }

    /* Leaks */
    #menu-primary > li:nth-child(4) {
        --menu-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M2 12s3.5-6 10-6 10 6 10 6-3.5 6-10 6S2 12 2 12zm10-2.5a2.5 2.5 0 100 5 2.5 2.5 0 000-5z'/%3E%3C/svg%3E");
    }

    /* Guides */
    #menu-primary > li:nth-child(5) {
        --menu-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='black' stroke-width='2' stroke-linejoin='round' d='M6 3h12a1 1 0 011 1v17l-7-4-7 4V4a1 1 0 011-1z'/%3E%3C/svg%3E");
    }

    #menu-primary > li > a:hover,
    #menu-primary > li.current-menu-item > a {
        color: var(--gamerficial-peach) !important;
    }

    #menu-primary > li > a:hover::before {
        transform: translateY(-1px) !important;
    }
}


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

.smart-head form.search-form {
    display: flex !important;
    align-items: center !important;

    width: 100% !important;
    max-width: 320px !important;
    min-width: 220px !important;
    height: 46px !important;

    box-sizing: border-box !important;
    overflow: hidden !important;

    background: #2b2b39 !important;

    border: 1px solid rgba(255, 159, 134, 0.75) !important;
    border-radius: 12px !important;

    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.02),
        0 4px 14px rgba(0, 0, 0, 0.12) !important;

    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease,
        background-color 0.2s ease !important;
}

.smart-head .live-search-query {
    height: 44px !important;
    min-width: 0 !important;

    margin: 0 !important;
    padding: 0 18px !important;

    background: transparent !important;
    color: #ffffff !important;

    border: 0 !important;
    border-radius: 0 !important;

    box-shadow: none !important;
    outline: none !important;

    font-size: 15px !important;
}

.smart-head .live-search-query::placeholder {
    color: #aaaab5 !important;
    opacity: 1 !important;
}

.smart-head .search-button {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: 48px !important;
    height: 44px !important;
    flex: 0 0 48px !important;

    margin: 0 !important;
    padding: 0 !important;

    background: transparent !important;
    color: var(--gamerficial-peach) !important;

    border: 0 !important;
    border-radius: 0 !important;

    box-shadow: none !important;
}

.smart-head form.search-form:focus-within {
    background: #30303f !important;
    border-color: var(--gamerficial-gold) !important;

    box-shadow:
        0 0 0 3px rgba(254, 123, 131, 0.12),
        0 5px 16px rgba(0, 0, 0, 0.16) !important;
}

.smart-head .search-button:hover {
    color: var(--gamerficial-gold) !important;
}

@media (max-width: 1400px) {

    .smart-head form.search-form {
        max-width: 280px !important;
        min-width: 200px !important;
    }
}

@media (max-width: 1200px) {

    .smart-head form.search-form {
        max-width: 240px !important;
        min-width: 180px !important;
    }

    #menu-primary > li > a {
        font-size: 13px !important;
        padding-right: 10px !important;
        padding-left: 10px !important;
    }
}


/* =========================================================
   POPULAR NOW SIDEBAR
   ========================================================= */

.main-sidebar .widget-title,
.main-sidebar .block-head {
    position: relative !important;
    overflow: hidden !important;

    margin-bottom: 16px !important;
    padding: 14px 18px !important;

    background: var(--gamerficial-ink) !important;

    border: 0 !important;
    border-radius: 8px !important;
}

.main-sidebar .widget-title::after,
.main-sidebar .block-head::after {
    content: "" !important;

    position: absolute !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;

    width: 100% !important;
    height: 3px !important;

    background: linear-gradient(
        90deg,
        var(--gamerficial-coral),
        var(--gamerficial-peach),
        var(--gamerficial-gold)
    ) !important;
}

.main-sidebar .widget-title,
.main-sidebar .widget-title .heading,
.main-sidebar .block-head,
.main-sidebar .block-head .title {
    color: #ffffff !important;

    font-size: 16px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;

    letter-spacing: 0.4px !important;
    text-transform: uppercase !important;
}

.main-sidebar .block-content,
.main-sidebar .loop,
.main-sidebar .loop-small,
.main-sidebar .posts-list {
    gap: 0 !important;
    row-gap: 0 !important;
    grid-row-gap: 0 !important;

    margin-top: 0 !important;
    padding-top: 0 !important;

    --grid-gutter: 0px !important;
}

.main-sidebar .small-post,
.main-sidebar .post-small,
.main-sidebar .post-item,
.main-sidebar .loop-small .post {
    min-height: 0 !important;

    margin: 0 !important;
    padding: 16px 0 !important;

    column-gap: 16px !important;
    gap: 16px !important;

    border-bottom: 1px solid #ececf0 !important;
}

.main-sidebar .small-post:first-child,
.main-sidebar .post-small:first-child,
.main-sidebar .post-item:first-child,
.main-sidebar .loop-small .post:first-child {
    padding-top: 4px !important;
}

.main-sidebar .small-post:last-child,
.main-sidebar .post-small:last-child,
.main-sidebar .post-item:last-child,
.main-sidebar .loop-small .post:last-child {
    padding-bottom: 0 !important;
    border-bottom: 0 !important;
}

.main-sidebar .post-thumb img,
.main-sidebar .wp-post-image {
    display: block !important;

    border-radius: 8px !important;

    box-shadow: 0 4px 12px rgba(33, 33, 45, 0.12) !important;

    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease !important;
}

.main-sidebar .small-post:hover .post-thumb img,
.main-sidebar .post-item:hover .post-thumb img {
    transform: translateY(-2px) !important;

    box-shadow: 0 7px 16px rgba(33, 33, 45, 0.17) !important;
}

.main-sidebar .post-title,
.main-sidebar .post-title a {
    color: var(--gamerficial-ink) !important;

    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;

    text-decoration: none !important;

    transition: color 0.2s ease !important;
}

.main-sidebar .post-title a:hover {
    color: var(--gamerficial-coral) !important;
}

.main-sidebar .post-meta,
.main-sidebar .post-date {
    margin-top: 6px !important;
    margin-bottom: 0 !important;

    color: #92929b !important;

    font-size: 12px !important;
    font-weight: 500 !important;
    line-height: 1.3 !important;
}

.main-sidebar .widget {
    margin-bottom: 38px !important;
}


/* =========================================================
   DESKTOP ARTICLE DETAILS
   ========================================================= */

.single-post .breadcrumbs {
    font-size: 13px !important;
    opacity: 0.8 !important;
}

.single-post .post-meta .post-cat,
.single-post .post-meta .category,
.single-post .post-meta .cat-label,
.single-post .post-meta .post-cat > a,
.single-post .post-meta .category > a {
    border-radius: 5px !important;
}


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

@media (max-width: 767px) {

    #smart-head-mobile .smart-head-row,
    #smart-head-mobile .smart-head-mid {
        height: 78px !important;
        min-height: 70px !important;

        --head-h: 70px !important;

        background:
            linear-gradient(
                90deg,
                var(--gamerficial-coral),
                var(--gamerficial-peach),
                var(--gamerficial-gold)
            ) bottom / 100% 2px no-repeat,
            var(--gamerficial-ink) !important;
    }

    #smart-head-mobile > .smart-head-row > .inner.wrap {
        width: 100% !important;
        max-width: none !important;

        height: 70px !important;
        min-height: 70px !important;

        padding-right: 1px !important;
        padding-left: 1px !important;

        box-sizing: border-box !important;
    }

    #smart-head-mobile .items-left,
    #smart-head-mobile .items-center,
    #smart-head-mobile .items-right {
        transform: translateY(3px) !important;
    }

    #smart-head-mobile .items-left {
        justify-self: start !important;
        justify-content: flex-start !important;

        margin: 0 !important;
        padding: 0 !important;
    }

    #smart-head-mobile .items-center {
        justify-self: center !important;
        justify-content: center !important;
    }

    #smart-head-mobile .items-right {
        justify-self: end !important;
        justify-content: flex-end !important;

        margin: 0 !important;
        padding: 0 !important;
    }

    #smart-head-mobile .logo-link {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;

        height: 70px !important;
    }

    #smart-head-mobile .logo-image {
        display: block !important;

        width: 35px !important;
        max-width: 44px !important;

        height: auto !important;
        max-height: 48px !important;

        margin: 0 auto !important;
        padding: 0 !important;

        object-fit: contain !important;
        transform: none !important;
    }

    #smart-head-mobile .offcanvas-toggle,
    #smart-head-mobile .search-link,
    #smart-head-mobile .search-toggle {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;

        width: 38px !important;
        height: 38px !important;

        margin: 0 !important;
        padding: 0 !important;
    }

    #smart-head-mobile .offcanvas-toggle {
        position: relative !important;
        overflow: visible !important;

        background: transparent !important;

        border: 0 !important;
        border-radius: 0 !important;

        box-shadow: none !important;
    }

    #smart-head-mobile .offcanvas-toggle::before,
    #smart-head-mobile .offcanvas-toggle::after {
        content: none !important;
        display: none !important;
    }

    #smart-head-mobile .hamburger-icon {
        position: relative !important;

        display: block !important;

        width: 24px !important;
        height: 19px !important;

        margin: 0 auto !important;
        padding: 0 !important;

        background: transparent !important;
        border: 0 !important;
    }

    #smart-head-mobile .hamburger-icon .inner,
    #smart-head-mobile .hamburger-icon .inner::before,
    #smart-head-mobile .hamburger-icon .inner::after {
        position: absolute !important;
        left: 0 !important;

        width: 24px !important;
        height: 3px !important;

        background: #ffffff !important;

        border: 0 !important;
        border-radius: 20px !important;

        box-shadow: none !important;
        transform: none !important;
    }

    #smart-head-mobile .hamburger-icon .inner {
        top: 8px !important;
    }

    #smart-head-mobile .hamburger-icon .inner::before {
        content: "" !important;
        top: -8px !important;
    }

    #smart-head-mobile .hamburger-icon .inner::after {
        content: "" !important;
        top: 8px !important;
    }

    #smart-head-mobile .items-right,
    #smart-head-mobile .items-right a,
    #smart-head-mobile .items-right button,
    #smart-head-mobile .items-right i,
    #smart-head-mobile .items-right svg {
        color: #ffffff !important;
    }

    #smart-head-mobile .items-right svg {
        fill: currentColor !important;
    }
}


/* =========================================================
   MOBILE ARTICLE HEADER AND CONTENT
   ========================================================= */

@media (max-width: 767px) {

    .single-post .breadcrumbs,
    .breadcrumbs {
        display: none !important;
    }

    .single-post .post-meta .post-cat a,
    .single-post .post-meta .category a {
        padding: 7px 12px !important;

        background: var(--gamerficial-gradient) !important;
        color: var(--gamerficial-ink) !important;

        border-radius: 5px !important;

        font-size: 12px !important;
        font-weight: 800 !important;
        letter-spacing: 0.5px !important;
    }

    .single-post h1,
    .single-post .post-title {
        position: relative !important;

        margin-top: 2px !important;
        margin-bottom: 18px !important;
        padding-bottom: 0 !important;

        font-size: 32px !important;
        line-height: 1.05 !important;
        letter-spacing: -0.6px !important;
    }

    .single-post h1::after,
    .single-post .post-title::after {
        content: "" !important;

        display: block !important;

        width: 52px !important;
        height: 4px !important;

        margin-top: 16px !important;

        background: var(--gamerficial-gradient) !important;

        border-radius: 2px !important;
    }

    .single-post .featured,
    .single-post .post-featured {
        margin-top: 0 !important;
        margin-bottom: 26px !important;
        padding: 0 !important;

        border-radius: 7px !important;
    }

    .single-post .featured img,
    .single-post .post-featured img {
        display: block !important;

        width: 100% !important;
        height: auto !important;

        margin: 0 !important;
        padding: 0 !important;

        border-radius: 7px !important;

        box-shadow:
            0 3px 8px rgba(0, 0, 0, 0.08),
            0 10px 25px rgba(0, 0, 0, 0.06) !important;
    }

    .single-post .post-content {
        margin-top: 26px !important;

        font-size: 16px !important;
        line-height: 1.62 !important;
    }

    .single-post .post-content p {
        margin-top: 0 !important;
        margin-bottom: 22px !important;

        font-size: 16px !important;
        line-height: 1.62 !important;
    }

    .single-post .post-content p:first-child {
        margin-top: 0 !important;
    }

    .single-post .post-content p:first-child::first-letter {
        float: left;

        margin-top: 5px;
        margin-right: 12px;
        padding: 6px 10px 7px;

        background: var(--gamerficial-ink);
        color: var(--gamerficial-peach);

        border-radius: 5px;

        box-shadow: 0 2px 6px rgba(33, 33, 45, 0.18);

        font-size: 32px;
        font-weight: 800;
        line-height: 1;
    }

    .single-post .post-content a {
        transition: color 0.2s ease !important;
    }

    .single-post .post-content a:hover {
        color: var(--gamerficial-coral) !important;
    }

    .single-post .post-content img {
        max-width: 100% !important;
        height: auto !important;

        border-radius: 6px !important;
    }
}


/* =========================================================
   MOBILE ARTICLE TAGS
   ========================================================= */

@media (max-width: 767px) {

    .single-post .the-post-tags {
        display: flex !important;
        flex-wrap: wrap !important;
        gap: 8px !important;

        margin: 28px 0 34px !important;
        padding: 0 !important;
    }

    .single-post .the-post-tags a {
        display: inline-flex !important;
        align-items: center !important;

        margin: 0 !important;
        padding: 8px 11px !important;

        background: var(--gamerficial-warm-tint) !important;
        color: #4d4d58 !important;

        border: 1px solid rgba(254, 123, 131, 0.35) !important;
        border-radius: 6px !important;

        font-size: 12px !important;
        font-weight: 700 !important;
        line-height: 1.1 !important;
        letter-spacing: 0.1px !important;

        transition:
            color 0.2s ease,
            background 0.2s ease,
            border-color 0.2s ease !important;
    }

    .single-post .the-post-tags a:hover {
        background: var(--gamerficial-ink) !important;
        color: var(--gamerficial-peach) !important;
        border-color: var(--gamerficial-ink) !important;
    }
}


/* =========================================================
   MOBILE RELATED POSTS
   ========================================================= */

@media (max-width: 767px) {

    .single-post .related-posts {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }

    .single-post .related-posts > .block-head {
        position: relative !important;
        overflow: hidden !important;

        margin: 0 0 20px !important;
        padding: 14px 16px !important;

        background: var(--gamerficial-ink) !important;

        border: 0 !important;
        border-radius: 8px !important;
    }

    .single-post .related-posts > .block-head::after {
        content: "" !important;

        position: absolute !important;
        right: 0 !important;
        bottom: 0 !important;
        left: 0 !important;

        width: 100% !important;
        height: 3px !important;

        background: linear-gradient(
            90deg,
            var(--gamerficial-coral),
            var(--gamerficial-peach),
            var(--gamerficial-gold)
        ) !important;
    }

    .single-post .related-posts > .block-head .heading {
        margin: 0 !important;

        color: #ffffff !important;

        font-size: 15px !important;
        font-weight: 800 !important;
        line-height: 1.2 !important;
        letter-spacing: 0.4px !important;
    }

    .single-post .related-posts > .block-head .heading span {
        color: var(--gamerficial-peach) !important;
    }

    .single-post .related-posts .loop-grid {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 22px !important;

        margin: 0 !important;
        padding: 0 !important;
    }

    .single-post .related-posts .grid-post {
        margin: 0 !important;
        padding: 0 0 20px !important;

        border-bottom: 1px solid #ececf0 !important;
    }

    .single-post .related-posts .grid-post:last-child {
        padding-bottom: 0 !important;
        border-bottom: 0 !important;
    }

    .single-post .related-posts .grid-post .media {
        overflow: hidden !important;
        border-radius: 8px !important;

        box-shadow: 0 5px 14px rgba(33, 33, 45, 0.12) !important;
    }

    .single-post .related-posts .grid-post .media img {
        display: block !important;

        width: 100% !important;
        height: auto !important;
        aspect-ratio: 16 / 9 !important;

        object-fit: cover !important;

        border-radius: 8px !important;
    }

    .single-post .related-posts .post-title {
        margin: 14px 0 0 !important;
    }

    .single-post .related-posts .post-title > a {
        display: -webkit-box !important;
        -webkit-box-orient: vertical !important;
        -webkit-line-clamp: 3 !important;
        overflow: hidden !important;

        color: var(--gamerficial-ink) !important;

        font-size: 22px !important;
        font-weight: 800 !important;
        line-height: 1.18 !important;
        letter-spacing: -0.3px !important;

        text-decoration: none !important;
    }

    .single-post .related-posts .post-title > a:hover {
        color: var(--gamerficial-coral) !important;
    }
}


/* =========================================================
   DESKTOP ARTICLE TAGS
   ========================================================= */

@media (min-width: 768px) {

    .the-post-tags {
        display: flex !important;
        flex-wrap: wrap !important;
        gap: 8px !important;

        margin-top: 36px !important;
        margin-bottom: 44px !important;
    }

    .the-post-tags a {
        margin: 0 !important;
        padding: 8px 13px !important;

        background: var(--gamerficial-warm-tint) !important;
        color: var(--gamerficial-ink) !important;

        border: 1px solid rgba(254, 143, 127, 0.25) !important;
        border-radius: 6px !important;

        font-size: 13px !important;
        font-weight: 700 !important;
        line-height: 1.2 !important;
        letter-spacing: 0.02em !important;

        transition:
            background 0.2s ease,
            color 0.2s ease,
            border-color 0.2s ease !important;
    }

    .the-post-tags a:hover {
        background: var(--gamerficial-peach) !important;
        color: #ffffff !important;
        border-color: var(--gamerficial-peach) !important;
    }
}


/* =========================================================
   DESKTOP RELATED POSTS
   ========================================================= */

@media (min-width: 768px) {

    .related-posts {
        margin-top: 45px !important;
    }

    .related-posts .block-head {
        position: relative !important;
        overflow: hidden !important;

        margin-bottom: 28px !important;
        padding: 16px 20px !important;

        background: var(--gamerficial-ink) !important;

        border: 0 !important;
        border-radius: 6px !important;

        box-shadow: none !important;
    }

    .related-posts .block-head::after {
        content: "" !important;

        position: absolute !important;
        right: 0 !important;
        bottom: 0 !important;
        left: 0 !important;

        width: 100% !important;
        height: 3px !important;

        background: linear-gradient(
            90deg,
            var(--gamerficial-coral),
            var(--gamerficial-peach),
            var(--gamerficial-gold)
        ) !important;
    }

    .related-posts .block-head .heading {
        margin: 0 !important;

        color: #ffffff !important;

        font-size: 18px !important;
        font-weight: 800 !important;
        line-height: 1.1 !important;
        letter-spacing: 0.02em !important;
    }

    .related-posts .block-head .heading .color {
        color: var(--gamerficial-peach) !important;
    }

    .related-posts .grid-post .media {
        overflow: hidden !important;

        border-radius: 6px !important;
    }

    .related-posts .grid-post .media > a,
    .related-posts .grid-post .media img {
        display: block !important;

        width: 100% !important;

        border-radius: 6px !important;
    }

    .related-posts .loop-grid .post-title {
        display: block !important;

        min-height: 50px !important;
        margin-top: 0 !important;

        text-align: left !important;
    }

    .related-posts .loop-grid .post-title > a {
        display: -webkit-box !important;
        -webkit-box-orient: vertical !important;
        -webkit-line-clamp: 2 !important;
        overflow: hidden !important;

        font-size: 20px !important;
        font-weight: 800 !important;
        line-height: 1.25 !important;
        text-align: left !important;
    }

    .related-posts .meta-below {
        margin-top: 12px !important;

        font-size: 14px !important;
        line-height: 1.3 !important;
        text-align: left !important;
    }
}


/* =========================================================
   HOMEPAGE LATEST NEWS IMAGE ROUNDING
   Add "latest-news-grid" to the widget CSS Classes field
   ========================================================= */

.latest-news-grid .media,
.latest-news-grid .post-thumb {
    overflow: hidden !important;

    border-radius: 6px !important;
}

.latest-news-grid .media img,
.latest-news-grid .post-thumb img,
.latest-news-grid img.wp-post-image {
    border-radius: 6px !important;
}


/* =========================================================
   PRIVACY POLICY: REMOVE SIDEBAR
   ========================================================= */

body.privacy-policy .main-sidebar {
    display: none !important;
}

body.privacy-policy .main-content {
    width: 100% !important;
    max-width: 1050px !important;
    flex: 0 0 100% !important;

    margin-right: auto !important;
    margin-left: auto !important;
}

body.privacy-policy .ts-row {
    justify-content: center !important;
}

/* =========================================================
   GAMERFICIAL FOOTER LOGO
   ========================================================= */

.bold-footer-upper .widget_media_image img.wp-image-1324 {
    display: block !important;

    width: 220px !important;
    max-width: 220px !important;
    height: auto !important;

    margin: 0 !important;
}

/* Mobile footer logo */
@media (max-width: 767px) {

    .bold-footer-upper .widget_media_image img.wp-image-1324 {
        width: 180px !important;
        max-width: 180px !important;

        margin-right: auto !important;
        margin-left: auto !important;
    }
}