/*
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: 1800px !important;
    margin: auto !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;
}

/*  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;
}
