/*
 Theme Name:   Kaiser Aluminum Theme
 Description:  A child theme of worksdesign
 Author:       Tom Flammer
 Template:     worksdesign
 Version:      1.0
*/

/* Style changes for Warrick Buildings page */

.underline-link {
	text-decoration: underline;
	color: #C41230;
}

.entry-content p.warrick-buildings-note,
.entry-content li.warrick-buildings-note,
.entry-content ul.warrick-buildings-note,
.entry-content ol.warrick-buildings-note {
    margin-top: 0px !important;
    font-size: 15px !important;
}

/* An adjustment to the PDF and Map icons used on the Warrick Buildings table */

.table-list-icon {
	color: #C41230;
	left: 0;
	margin-right: 6px;
}

/* Adjustments to footer */

.footer__menu__item {
	float: none !important;
	width: 100% !important;
}

.new-footer-columns {
    display: flex;
/*    width: 60%; 
    border-right: 1px solid #7C878E; */
}

.new-footer-column-left,
.new-footer-column-right {
    width: 50%;
}

.new-footer-item,
.new-footer-submenu-item {
    display: block;
    padding: 3px 0;
}

.new-footer-submenu {
    padding-left: 15px; /* Indent submenus */
}

.footer__utility ul {
    padding: 10px;
    list-style: none;
}

.new-footer-column-left ul,
.new-footer-column-right ul {
    padding-bottom: 13px;
    margin: 0;
}

.new-footer-item a,
.new-footer-submenu-item a {
    color: inherit;
    text-decoration: none;
}

.new-footer-item a:hover,
.new-footer-submenu-item a:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .footer__menu.new-footer-columns {
        display: flex;
        flex-direction: column; /* Stack columns vertically */
		width: 100%;
		border-right:none;
    }

    .new-footer-column-left,
    .new-footer-column-right {
        width: 100%; /* Make each column take full width */
        margin-bottom: 20px; /* Optional: Add some space between stacked columns */
    }
}

