.elementor-85232 .elementor-element.elementor-element-30136f7 > .elementor-widget-container{margin:0px 0px -35px 0px;}.elementor-85232 .elementor-element.elementor-element-30136f7 .elementor-heading-title{color:#003366;}.elementor-85232 .elementor-element.elementor-element-bd4d369 .elementor-sitemap-section{flex-basis:calc( 1 / 1 * 100% );}.elementor-85232 .elementor-element.elementor-element-bd4d369 .elementor-sitemap-list, .elementor-85232 .elementor-element.elementor-element-bd4d369 .elementor-sitemap-list .children{list-style-type:disc;}.elementor-85232 .elementor-element.elementor-element-68242c1 > .elementor-widget-container{margin:50px 0px -35px 0px;}.elementor-85232 .elementor-element.elementor-element-68242c1 .elementor-heading-title{color:#003366;}.elementor-85232 .elementor-element.elementor-element-54e96ea .elementor-sitemap-section{flex-basis:calc( 1 / 1 * 100% );}.elementor-85232 .elementor-element.elementor-element-54e96ea .elementor-sitemap-list, .elementor-85232 .elementor-element.elementor-element-54e96ea .elementor-sitemap-list .children{list-style-type:disc;}@media(max-width:1024px){.elementor-85232 .elementor-element.elementor-element-bd4d369 .elementor-sitemap-section{flex-basis:calc( 1 / 2 * 100% );}.elementor-85232 .elementor-element.elementor-element-54e96ea .elementor-sitemap-section{flex-basis:calc( 1 / 2 * 100% );}}@media(max-width:767px){.elementor-85232 .elementor-element.elementor-element-bd4d369 .elementor-sitemap-section{flex-basis:calc( 1 / 1 * 100% );}.elementor-85232 .elementor-element.elementor-element-54e96ea .elementor-sitemap-section{flex-basis:calc( 1 / 1 * 100% );}}/* Start custom CSS for sitemap, class: .elementor-element-bd4d369 *//*remove dot from li list*/
.elementor-85232 .elementor-element.elementor-element-bd4d369 .elementor-sitemap-list, .elementor-85232 .elementor-elementc.elementor-element-bd4d369 .elementor-sitemap-list .children {
    list-style-type: none;
    padding:0px;
}

/*apply button effect*/
.elementor-sitemap-item.elementor-sitemap-item-topic.cat-item a {
    border: 1px solid lightgray;
    margin: 20px 0px 20px 0px;
    box-shadow: 0px 0px 5px #aaa;
    border-radius: 5px;
    color: #333;
    font-weight: bold;
    justify-content: center;
    display: flex;
    -webkit-box-align: center;
    width: 100%;
    padding: 20px;
}

.elementor-sitemap-item.elementor-sitemap-item-topic.cat-item a:hover {
    color: white;
    background-color: #325bad;
    border-radius: 5px;
}

/*removes native padding*/
dd, dl, dt, li, ol, ul {
    padding-bottom: 0px;
}



/* =====================================================================
   TOPICS PAGE — VISUAL GROUPING LOGIC (READ BEFORE EDITING)
   =====================================================================

   PURPOSE
   -------
   The /topics page displays TWO sitemap widgets:
     1) Biblical & Faith Topics
     2) World Events, Culture & Power

   Elementor’s sitemap widget DOES NOT support filtering topics.
   To preserve automatic updates while achieving clear grouping,
   we use PRESENTATION-ONLY CSS to hide irrelevant topics in each list.

   IMPORTANT CONTEXT
   -----------------
   • Topics are NOINDEX (navigation + organization only)
   • Taxonomy hierarchy exists behind the scenes
   • This page is for HUMAN SCANNING, not SEO
   • Average time on page ≈ 30 seconds
   • Bounce rate ≈ 9% (already excellent)

   This solution:
   • Avoids manual button maintenance
   • Avoids taxonomy changes or redirects
   • Keeps sitemap widgets auto-updating
   • Provides true visual separation

   HOW IT WORKS
   ------------
   Each sitemap widget has a custom CSS class:
     - .topics-bible
     - .topics-world

   WordPress outputs each topic as:
     .cat-item-XXX   (where XXX is the term ID)

   We selectively hide topics in each sitemap by term ID.
   Hiding is scoped ONLY to the relevant sitemap container.

   WHAT NOT TO DO
   --------------
   ❌ Do NOT remove this CSS unless replacing with true filtering
   ❌ Do NOT hide topics globally
   ❌ Do NOT rely on alphabetical order or slugs
   ❌ Do NOT “clean this up” without understanding why it exists

   MAINTENANCE RULE
   ----------------
   When adding a NEW topic:
     1) Decide which group it belongs to (Bible or World)
     2) Add ONE line to hide it from the opposite sitemap
     3) Nothing else needs to change

   This CSS is INTENTIONAL.
   This CSS is DOCUMENTATION.
   This CSS preserves sanity.

   Last reviewed: 2025-12
   ===================================================================== */





/* =========================================
   BIBLE SITEMAP
   Hides World Events, Culture & Power topics
   ========================================= */

/* Regions / Nations */
.topics-bible .cat-item-37,   /* Africa */
.topics-bible .cat-item-48,   /* Asia */
.topics-bible .cat-item-54,   /* Australia */
.topics-bible .cat-item-538,  /* Canada */
.topics-bible .cat-item-526,  /* China */
.topics-bible .cat-item-12,   /* Europe */
.topics-bible .cat-item-15,   /* Iran */
.topics-bible .cat-item-30,   /* Israel */
.topics-bible .cat-item-7,    /* Middle East */
.topics-bible .cat-item-42,   /* North America */
.topics-bible .cat-item-13,   /* South America */
.topics-bible .cat-item-33,   /* Russia */
.topics-bible .cat-item-8,    /* Syria */
.topics-bible .cat-item-203 { /* United States */
    display: none;
}

/* Government / Power */
.topics-bible .cat-item-335,  /* Government */
.topics-bible .cat-item-704,  /* Politics */
.topics-bible .cat-item-45,   /* New World Order */
.topics-bible .cat-item-16,   /* Tyranny */
.topics-bible .cat-item-11 {  /* UN/NATO */
    display: none;
}

/* Economy */
.topics-bible .cat-item-336,  /* Economic */
.topics-bible .cat-item-35,   /* Currency */
.topics-bible .cat-item-519,  /* Debt */
.topics-bible .cat-item-520,  /* Poverty */
.topics-bible .cat-item-183 { /* Taxation */
    display: none;
}

/* Technology / Control */
.topics-bible .cat-item-31,   /* Cyberwar & Tech */
.topics-bible .cat-item-666,  /* Digital ID */
.topics-bible .cat-item-515 { /* Censorship */
    display: none;
}

/* Health / Crisis */
.topics-bible .cat-item-21,   /* Health */
.topics-bible .cat-item-465,  /* COVID-19 */
.topics-bible .cat-item-500,  /* Vaccines */
.topics-bible .cat-item-513 { /* Pestilence */
    display: none;
}

/* Conflict / Society */
.topics-bible .cat-item-332,  /* War */
.topics-bible .cat-item-9,    /* Terrorism */
.topics-bible .cat-item-499,  /* Crime */
.topics-bible .cat-item-502,  /* Gun Control */
.topics-bible .cat-item-132,  /* Immigration */
.topics-bible .cat-item-191,  /* Racism */
.topics-bible .cat-item-540,  /* Patriotism */
.topics-bible .cat-item-496,  /* Socialism */
.topics-bible .cat-item-76 {  /* Education */
    display: none;
}

/* Environment / Science */
.topics-bible .cat-item-503,  /* Climate Change */
.topics-bible .cat-item-63,   /* Earth Changes */
.topics-bible .cat-item-81,   /* Disaster & Storms */
.topics-bible .cat-item-514,  /* Pollution */
.topics-bible .cat-item-498 { /* Space */
    display: none;
}

/* Agenda / Meta */
.topics-bible .cat-item-543,  /* Agenda 2030 */
.topics-bible .cat-item-658,  /* Conspiracy */
.topics-bible .cat-item-327,  /* Corruption */
.topics-bible .cat-item-46,   /* Chaos & Disorder */
.topics-bible .cat-item-497 { /* Confusion */
    display: none;
}

/* Additional hides for legacy or era content */
.topics-bible .cat-item-544  /* Christian Basics */ 
{
    display: none;
}/* End custom CSS */
/* Start custom CSS for sitemap, class: .elementor-element-54e96ea *//*remove dot from li list*/
.elementor-85232 .elementor-element.elementor-element-54e96ea .elementor-sitemap-list, .elementor-85232 .elementor-element.elementor-element-54e96ea .elementor-sitemap-list .children {
    list-style-type: none;
    padding:0px;
}

/*apply button effect*/
.elementor-sitemap-item.elementor-sitemap-item-topic.cat-item a {
    border: 1px solid lightgray;
    margin: 20px 0px 20px 0px;
    box-shadow: 0px 0px 5px #aaa;
    border-radius: 5px;
    color: #333;
    font-weight: bold;
    justify-content: center;
    display: flex;
    -webkit-box-align: center;
    width: 100%;
    padding: 20px;
}

.elementor-sitemap-item.elementor-sitemap-item-topic.cat-item a:hover {
    color: white;
    background-color: #325bad;
    border-radius: 5px;
}

/*removes native padding*/
dd, dl, dt, li, ol, ul {
    padding-bottom: 0px;
}


/* =========================================
   WORLD SITEMAP
   Hides Biblical & Faith topics
   ========================================= */

.topics-world .cat-item-501,  /* Abortion */
.topics-world .cat-item-369,  /* Angels */
.topics-world .cat-item-309,  /* Antichrist */
.topics-world .cat-item-333,  /* Apocrypha */
.topics-world .cat-item-23,   /* Apostasy */
.topics-world .cat-item-380,  /* Baptism */
.topics-world .cat-item-280,  /* Bible */
.topics-world .cat-item-196,  /* Biblical History */
.topics-world .cat-item-544,  /* Christian Basics */
.topics-world .cat-item-665,  /* Christian Passover */
.topics-world .cat-item-337,  /* Christianity */
.topics-world .cat-item-316,  /* Death */
.topics-world .cat-item-388,  /* Dinosaurs */
.topics-world .cat-item-396,  /* Emotions */
.topics-world .cat-item-730,  /* End Times */
.topics-world .cat-item-432,  /* Eternity */
.topics-world .cat-item-307,  /* Evil Spirits */
.topics-world .cat-item-339,  /* Faith */
.topics-world .cat-item-363,  /* Family */
.topics-world .cat-item-341,  /* Garden Of Eden */
.topics-world .cat-item-313,  /* Genealogy */
.topics-world .cat-item-372,  /* Giants */
.topics-world .cat-item-325,  /* God */
.topics-world .cat-item-317,  /* God's Laws */
.topics-world .cat-item-374,  /* Heaven */
.topics-world .cat-item-377,  /* Hell */
.topics-world .cat-item-77,   /* Holidays */
.topics-world .cat-item-314,  /* Holy Spirit */
.topics-world .cat-item-187,  /* Homosexuality */
.topics-world .cat-item-318,  /* Idols & Gods */
.topics-world .cat-item-301,  /* Jesus Christ */
.topics-world .cat-item-667,  /* Jews */
.topics-world .cat-item-379,  /* Judgement */
.topics-world .cat-item-338,  /* Love */
.topics-world .cat-item-344,  /* Mark Of The Beast */
.topics-world .cat-item-319,  /* Millennium */
.topics-world .cat-item-541,  /* Parables */
.topics-world .cat-item-32,   /* Peace */
.topics-world .cat-item-321,  /* People In The Bible */
.topics-world .cat-item-322,  /* Prayer */
.topics-world .cat-item-308,  /* Prophecy */
.topics-world .cat-item-535,  /* Rapture */
.topics-world .cat-item-306,  /* Religion */
.topics-world .cat-item-320,  /* Saints & Elect */
.topics-world .cat-item-324,  /* Salvation */
.topics-world .cat-item-312,  /* Satan */
.topics-world .cat-item-438,  /* Science */
.topics-world .cat-item-537,  /* Seals, Trumpets, Vials */
.topics-world .cat-item-385,  /* Sex */
.topics-world .cat-item-315,  /* Sin */
.topics-world .cat-item-311,  /* The Beginning */
.topics-world .cat-item-381,  /* The Flood */
.topics-world .cat-item-299,  /* Tribulation */
.topics-world .cat-item-310,  /* Two Witnesses */
.topics-world .cat-item-340,  /* Wisdom */
.topics-world .cat-item-364, /* Works & Rewards */

/* Additional hides for legacy or era content */
.topics-world .cat-item-465  /* COVID-19 */ 
{
    display: none;
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-7d31da9 */.elementor-kit-76862 .elementor-85232 .elementor-element.elementor-element-7d31da9 a {
    text-decoration:none;
}/* End custom CSS */