/*
 Theme Name:   UTIA2019 Unit (CVM) with Side Menu
 Theme URI:    http://utia.tennessee.edu 
 Description:  UTIA2019 Unit (CVM) Child Theme with side menu functionality. Can choose from right side/left side /no side menu.  Mini sub site function in beta, but functional.
 Author:       UTIA Web Team
 Author URI:   https://ag.tennessee.edu
 Template:     utiav3
 Version:      0.9.0
 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:  utia-wp-unit-cvm-branding-2019
*/
/*  stored in each child themes css file  */
.utia-unitdept-billboard {
  height: 360px;
  margin-top: 100px;
}

@media screen and (min-width: 601px) {
  .utia-unitdept-billboard {
    height: 500px;
  }
}

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

  modified due to static message 
.utia-underpage-billboard {
  margin-top: 100px;
}

/*
.utia-billboard.utia-billboard-accent.utia-unitdept-billboard {
  margin-top: 0;
}
*/
/* #page .utia-underpage-billboard { */
     /* margin-top: 45px;   */
     /* /* change banner to 0 when using header alert */ */
   /* /*margin-top: 0; */ */
 /* } */
 /* #page .utia-billboard.no-banner{ */
   /* height: 0; */
 /* } */

 /*  end of static logo change   */

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

/* fix for news - 10/21/22*/
.blog .title-area {
  margin-top: 90px;
}
/* .post-template-default #content { */
  /* margin-top: 90px; */
/* } */
/* ------ end of news fix   -------- */

/* =====================  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;
}

/*  corective styles  */
h2, h3, h4, h5 {
  text-transform: none;
}
/*# sourceMappingURL=style.css.map */