/*
 Theme Name:   UTIA2019 Department Child
 Description:  UTIA2019 Unit Child Theme
 Author:       UTIA Web Team
 Author URI:   https://ag.tennessee.edu
 Template:     utiav3
 Version:      1.1.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  utia2019unitchild
*/
/*  stored in each child themes css file  */
.utia-unitdept-billboard {
  max-height: 360px;
  height: 35vw;
  margin-top: 100px;
}

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

.blog .title-area {
  margin-top: 100px;
}
.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;
}
/*# sourceMappingURL=style.css.map */