/*
Theme Name:   UTIA WP Child Solutions
Theme URL:    http://underscores.me/
Description:  UTIA WP Child Theme for Solutions Website
Author:       UTIA Web Team
Author URL:   http://ag.tennessee.edu/its
Template:     utiav3
Version:      1.0.0
License:      GNU General Public License v2 or later
License URL:  http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain:  utia2019-child2
*/


div#content {
    width: auto !important;
    max-width: 1400px !important;
    margin: auto !important;
    padding: 0 2rem !important;
    padding-top: 0rem !important;
}
/* 
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
	max-width: 1600px !important;
} 
	*/

/*  stored in each child themes css file  */
.utia-unitdept-billboard {
	height: 360px;
	margin-top: 100px;
}

.utia-billboard.no-banner {
	height: 100px !important;
	margin: 0;
	border: 0 none;
}

.utia-underpage-billboard {
	margin-top: 100px;
}

ul.sub-menu.hidden-links.active {
    z-index: 999;
}

/*  logo placement */
/* ==========  centering logo on home page (add to child style to position differently) ======   */
.customizer-logo {
	position: absolute;
	top: 70%;
	left: 1rem;
	margin: 0;
	transform: translate(0, -55%);
	z-index: 1;
}

/* =====================  BORDER DEFAULT ACCENT COLOR  ============ */
/* ----------------  page default border accent color ------------- */
.border-accent {
	border-color: #ff8300;
}

.entry-footer {
	border-top: none;
}

.utia-warning.widget {
	margin-top: 100px;
}

footer.entry-footer.inverse {
    border-top: 5px solid #ff8300;
}

/* 1. Fix the Header/Masthead Overflow */
#header, 
#masthead, 
.top-menu-inner, 
.nav-menu-container {
    max-width: 100vw;
    /* overflow-x: hidden; */
    box-sizing: border-box;
}

/* 2. Target the Footer Logo specifically */
.footer-rls {
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden; 
    display: block;
    text-align: center; /* Keeps the logo centered if it shrinks */
}

/* 3. Force the image to scale down and override Smush/Hardcoded widths */
.footer-rls img,
#header img[alt="real life solutions logo"] {
    max-width: 100% !important;
    height: auto !important;
    width: auto !important; 
    display: inline-block;
}

/* 4. Remove top margin for billboard if needed */
.utia-billboard.utia-billboard-accent.no-banner.utia-unitdept-billboard {
    margin-top: 0 !important;
}
