/**handles:child-style**/
/*
 Theme Name:   UTIA2019 News
 Theme URI:    https://ag.tennessee.edu
 Description:  UTIA2019 New (final) Child Theme
 Author:       UTIA Web Team
 Author URI:   https://ag.tennessee.edu
 Template:     utiav3
 Version:      1.1.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:  utia2019news
*/
.visually-hidden {
  height: 0;
  width: 0;
  overflow: hidden;
}

/* ---- move to parent --- */
.headContainer {
  height: 100%;
  min-height: 100px;
  margin-bottom: 1em;
}

/*  stored in each child themes css file  */
.utia-unitdept-billboard {
  height: 45%;
}
@media screen and (min-width: 601px) {
  .utia-unitdept-billboard {
    height: 60%;
  }
}

.utia-billboard.no-banner {
  height: 99px;
}

/* ----- top title bar color --------- 
.inverse{
//	border-top: 6px solid $color__utia-white;

}
*/
#content {
  padding-top: 1em;
}

#content .row {
  margin-left: 0;
  margin-right: 0;
  /*
  @media screen and (min-width: $query__small){
  	margin-left: -15px;
  	margin-right: -15px;
  }
  */
}

/* ========================   LANDING PAGE  =========================  */
figure img {
  width: 100%;
}

.sub-image {
  height: 300px;
}
.sub-image img {
  width: 100%;
}
@media screen and (min-width: 700px) {
  .sub-image {
    height: 200px;
  }
}

.featured-image-container {
  position: relative;
  max-width: 601px;
  padding: 0;
  min-height: 34px;
  margin-bottom: 1em;
}
.featured-image-container figure {
  max-height: 400px;
  overflow: hidden;
  margin-bottom: 0;
}
.featured-image-container p {
  background-color: #333d47;
  position: absolute;
  bottom: 0px;
  padding: 4px;
  z-index: 1;
  color: #ffffff;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  word-spacing: 6px;
  margin-bottom: 0;
}

.featured.article-tag {
  bottom: 0;
}

.feature-news-clip .news-title,
.news-clip .news-title {
  font-size: 120%;
  font-weight: 700;
  padding: 0.8em 0;
  line-height: 1.3em;
}
.feature-news-clip .news-title a,
.news-clip .news-title a {
  text-decoration: none;
}

.featured.article-tag a,
.featured-image-container .article-tag a {
  background-color: transparent;
  border: none;
}
.featured.article-tag a:focus,
.featured-image-container .article-tag a:focus {
  color: #333d47;
  background-color: rgba(255, 255, 255, 0.7);
}
.featured.article-tag a:hover,
.featured-image-container .article-tag a:hover {
  color: #333d47;
  background-color: rgba(255, 255, 255, 0.7);
}

/* styling for the article type - news, video, etc */
.article-tag a {
  color: #ffffff;
  text-decoration: none;
  background-color: #333d47;
  border: 1px solid #333d47;
  padding: 0.3em 0.5em;
}
.article-tag a:focus {
  background-color: transparent;
  color: #333d47;
}
.article-tag a:hover {
  background-color: transparent;
  color: #333d47;
}

.entry-meta .article-tag {
  margin-left: 1em;
}

/* ================  end of landing page =====================  */
#secondary-news-cats ul {
  margin: 0;
  padding: 4px;
}

.current-cat a:hover {
  border-bottom: none;
}

.archive-view.has-sidebar .content-area {
  width: 100%;
}
.entry-header {
  padding: 0;
}

.entry-meta {
  margin-bottom: 1em;
}

.entry-title {
  margin: 0;
  padding: 0;
  padding-bottom: 1rem;
  text-transform: none;
}

figure.featured-image.index-image {
  float: left;
  padding: 6px 1em 1em 0;
}

.tag-container {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #bbb;
  margin-top: 1em;
  padding: 6px;
  background-color: #eee;
}

.archive-view .post__content {
  padding: 1em;
  margin: 0;
}

/* limit postpreview content heights */
.post-content-container {
  max-height: 10.4em;
  overflow: hidden;
}

.post .post__content {
  padding: 1em 0;
}

.entry-content {
  margin-top: 0.5rem;
}

.archive-title {
  border-bottom: 4px solid #ff8300;
}
.archive-title h1 {
  margin: 0;
  padding: 0;
}

.news-widget-area .widget ul li,
.news-widget-area .widget ol li {
  padding-left: 1rem;
}
@media screen and (max-width: 900px) {
  .news-widget-area .widget ul li,
.news-widget-area .widget ol li {
    display: inline-block;
    line-height: 2em;
    padding-right: 0.5rem;
  }
}

.single.has-sidebar .hentry .post-content {
  width: 100%;
}

.news-feature {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-bottom: 1rem;
}

.news-clip {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
}
.news-clip .featured-image-container figure img {
  height: 90%;
  object-fit: cover;
}
.news-clip li {
  margin-bottom: 1em;
  margin: 0;
  padding: 0;
  margin: 0 0 2em 0;
  width: 100%;
  flex-grow: 0;
  min-width: 260px;
}
@media screen and (min-width: 600px) {
  .news-clip li {
    width: 31%;
    padding: 0 1% 0 0;
  }
}

.news-date {
  /* padding-bottom: .5em; */
  padding-bottom: 0;
  margin-bottom: 0;
}

.feature-news-clip,
.news-clip {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.feature-news-clip li,
.news-clip li {
  margin-bottom: 2em;
}
@media screen and (min-width: 768px) {
  .feature-news-clip li .news-title,
.news-clip li .news-title {
    padding-top: 0;
  }
}

.news-date .article-tag {
  padding-left: 2em;
}
.news-date .article-tag a {
  padding: 4px 1em;
}

.type-post {
  padding-right: 2em;
}

.article-category {
  border-bottom: 3px solid #ff8300;
  margin-bottom: 1em;
}

.no-news-found {
  margin-bottom: 1rem;
}

/* =====================  SIDE WIDGET STYLES  -=============================  */
.unit-news .widget {
  padding: 0;
}

.unit-news h2,
.news-widget-area h2 {
  font-size: 22px;
}

.darkback a {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 2px solid #ffffff;
}
.darkback a:hover {
  border-bottom: 2px solid transparent;
}

/* ---------------  widget menu -=------------------------------ */
.unit-news .widget_nav_menu a {
  padding: 0;
  border-bottom: none;
  color: #ffffff;
  font-weight: 400;
}

.unit-news .widget_nav_menu {
  background-color: #333d47;
  color: #ffffff;
  padding: 1rem;
}

/* social media icons */
.article-social-media {
  float: right;
  height: 32px;
}

.news-widget-area .widget {
  padding: 0.5rem;
}

.news-widget-area .widget-social-media {
  width: 34px;
  height: 34px;
  margin-right: 0.5rem;
}

.news-email-link {
  width: 24px;
  vertical-align: top;
  max-width: 24px;
  background-image: url(https://utianews.tennessee.edu/wp-content/themes/utia-wp-news-branding-2019/images/svgicons/news_email_link.svg);
  background-repeat: no-repeat;
  display: inline-block;
  height: 18px;
}
.news-email-link:hover {
  border-bottom: 3px solid transparent;
}

/* -------------------  Right column single menu styles (dark tall column) ---------------  */
/*
.flex-container{
	display: flex; 
}
*/
.flex-height {
  background-color: #333d47;
  color: #fff;
  padding: 1em;
}
.flex-height a {
  color: #ffffff;
}

/* ==================  bottom two column styles */
.news-home-title,
.news-home-title-short {
  border-top: 5px solid #ff8300;
}

.news-home-title-short {
  display: inline-block;
  width: 100%;
}

.in-the-news-footer {
  font-size: 140%;
}
.in-the-news-footer p {
  margin-bottom: 1em;
}

/* ...widgets.scss ... 
.widget a:hover{
	border-bottom-width: 2px;
}
*/
/* post navigation links * --> move to parent css file */
.nav-links {
  margin: 1em 0 0 0;
}

.news-widget-area {
  padding-right: 0;
}

.news-date {
  /*
  >a:hover {
  	border-bottom: 2px solid $color__utia-darkgray;
  }
  */
}
.news-date > a {
  text-decoration: none;
}

/* mobile */
@media screen and (max-width: 601px) {
  .news-date {
    /*
    		>a {
    			display: block;
    			padding-bottom: 6px;
    		}
    */
  }
  .news-date .article-date-container {
    display: block;
    margin-bottom: 0.5rem;
  }
  .news-date .article-tag {
    padding-left: 0;
  }
  .type-post {
    padding-right: 0;
  }
}
.social-icon {
  text-decoration: none;
  width: 2rem;
  margin: 0 0.5rem 0 0;
  padding: 0;
  height: 32px;
}
.social-icon:hover {
  border: 1px solid transparent;
}
.social-icon img {
  width: 1rem;
}

/* side bar contacts */
.single-sidebar {
  padding: 6px;
}
@media screen and (max-width: 990px) {
  .single-sidebar {
    margin-bottom: 1rem;
  }
}

.contact-container {
  margin-bottom: 1em;
}

.contact-container p {
  padding: 0;
  margin: 0;
}

.article-contact-person {
  font-weight: 700;
}
.article-contact-person a {
  border-bottom: 0 none;
}

/* special menu widget styling on left side */
#secondary-news-cats .widget-title {
  text-transform: uppercase;
}
#secondary-news-cats .widget_nav_menu {
  background-color: #ffffff;
  color: #333d47;
}
#secondary-news-cats .widget_nav_menu .menu {
  color: #333d47;
}
#secondary-news-cats .widget_nav_menu .menu a {
  color: #333d47;
  font-weight: 400;
  border-bottom: 1px solid;
  display: inline;
}
#secondary-news-cats .widget_nav_menu .menu a:hover {
  border-bottom: 3px solid #333d47;
}

/* events calendar styling   */
.utia-event-cal {
  font-size: 1rem;
  font-weight: 700;
}

.utia-cal {
  margin-top: 0.99em;
}

.utia-cal hr {
  opacity: 100;
}

.utia-cal-title h2 {
  margin-top: 0;
}

.utia-event-info {
  font-size: 1rem;
}

/* banner alert styling */
.utia-warning.widget {
  margin-top: 0;
}

.has-header-banner-alert .headContainer {
  margin-bottom: 0;
}/*# sourceMappingURL=style.css.map */