/*
Theme Name: Tribune Child
Theme URI: https://www.wpzoom.com/themes/tribune
Template: tribune
Description: This is a simple Child Theme.
Author: WPZOOM
Author URI: https://www.wpzoom.com
Version: 1.0
*/

/* Write your custom CSS code below or add it in the Customizer > Additional CSS */

.footer-info {
    padding: 20px 0;
    text-align: center; /* centers the text */
}

.footer-social-icons {
    display: flex; /* make it inline so it stays centered */
    justify-content: center; /* center icons inside the flex container */
    gap: 15px; /* space between icons, slightly increased for larger size */
    margin-top: 10px;
}

.footer-social-icons a {
    color: white; /* visible color */
    font-size: 25px; /* increased size for large icons */
    text-decoration: none;
    transition: color 0.3s ease; /* smooth hover transition */
}

.footer-social-icons a:hover {
    color: #f0c040; /* hover color */
}


/* Container and Heading */
.pillar-selection-container {
    margin: 40px 0;
    font-family: sans-serif;
}

.pillar-heading {
    color: #c0392b; /* Dark red color from image */
    font-size: 24px;
    margin-bottom: 30px;
    font-weight: bold;
}

/* The Grid Layout */
.pillar-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2 columns */
    gap: 20px; /* Space between buttons */
}

/* The Button Style */
.pillar-button {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 25px 20px;
    text-decoration: none !important;
    color: #005696 !important; /* Professional blue */
    font-weight: bold;
    font-size: 16px;
    text-align: left;
    
    /* Background Gradient & Border */
    background: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    transition: all 0.2s ease-in-out;
}

/* Hover Effect */
.pillar-button:hover {
    background: linear-gradient(to bottom, #f9f9f9 0%, #e6e6e6 100%);
    border-color: #bbbbbb;
    transform: translateY(-1px);
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

/* Responsive: 1 column on mobile */
@media (max-width: 768px) {
    .pillar-grid {
        grid-template-columns: 1fr;
    }
}


/* Reset list */
.wp-block-categories-list,
.wp-block-categories-list ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}

/* Parent category */
.wp-block-categories-list > li {
    margin-bottom: 6px;
}

/* Child UL visible and indented */
.wp-block-categories-list ul.children {
    margin-left: 20px;
    padding-left: 15px;
 
}

/* Child category items */
.wp-block-categories-list ul.children li {
    margin-bottom: 4px;
}

/* Optional: tree dot */
.wp-block-categories-list ul.children li::before {
    position: absolute;
    margin-left: -12px;
    color: #555;
}

.custom-article-section ul li::marker {
    font-size: 20px;
}

.custom-article-section p {
    font-size: 16px;
}






/* Image Enhancements */
.custom-article-section img {
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    margin: 20px 0;
    transition: transform 0.3s ease;
    max-width: 100%;
    height: auto;
}

.custom-article-section img:hover {
    transform: scale(1.02);
}



/* Lists & Bullet Points */
.custom-article-section ul {
    list-style: none;
    padding-left: 0;
}

.custom-article-section ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
}



.hub-pages {
    background: #eef4fb;
    padding: 30px;
    border-radius: 12px;
    margin: 40px 0;
}

.hub-pages h2 {
    margin-top: 0;
    color: #002d62;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .custom-article-section .entry-title {
        font-size: 1.8rem;
    }
    .custom-article-section ol > li {
        padding: 15px;
    }
}





.wp-block-latest-posts__list li a {
    display: block;
    padding-left: 18px;   /* indent size */
    text-indent: -18px;   /* pulls first line back */
}






.faq-question {
    cursor: pointer;
    background: #f5f5f5;
    padding: 12px;
    margin: 0;
}

.faq-answer {
    display: none;
    padding: 12px;
    border: 1px solid #eee;
}

.faq-item.active .faq-answer {
    display: block;
}



#post-21 .entry-title {
    font-size: clamp(1.5rem, 4vw, 1.2rem);
    line-height: 1.2;
    color: purple;
}


@media(min-width:992px){
	.navbar-brand {
    display: flex;
    align-items: center;
    position: relative;
    min-height: 170px;
    flex-direction: column;
    justify-content: center;
    padding-left: 170px;
}
.navbar-brand > a {
    width: 100% !important;
    max-width: 150px !important;
    position: absolute;
    height: 165px;
    left: 0;
}
.navbar-brand > a > img {
    width: 100%;
    object-fit: contain;
}
.navbar-brand .tagline {
    font-size: 28px;
    color: #003867;
}
	.navbar-brand > span {
    text-align: left;
    margin: 0 !important;
    width: 100%;
}
}
@media(max-width:992px){
    	.navbar-brand {
    display: flex;
    align-items: center;
    position: relative;
    min-height: 170px;
    flex-direction: column;
    justify-content: center;
}
.navbar-brand > a {
    width: 100% !important;
    max-width: 150px !important;
    margin:auto;
}
.navbar-brand > a > img {
    width: 100%;
    object-fit: contain;
}
.navbar-brand .tagline {
    font-size: 28px;
    color: #003867;
}
	.navbar-brand > span {
    text-align: center;
    margin: 0 !important;
    width: 100%;
}
}
@media(max-width:768px){
    .navbar-brand .tagline {
    font-size: 20px;
    color: #003867;
}
}





