/**
 * Theme Name:   Curtin Staff News
 * Theme URI:    http: //www.curtin.edu.au/
 * Author:       Curtin University
 * Author URI:   http: //www.curtin.edu.au
 * Description:  WordPress theme for Curtin Staff News
 * Version:      1.0
 */

/* Add 'is-active' style if the site navigation has 'is-expanded' class */
.site-navi .site-navi__layout li.is-current a,
.site-navi .site-navi__layout li.is-current-ancestor a {
  border-bottom: 4px solid #f2b500;
}

/* Overwrite sub navigation styles */
.sub-navi__layout > li > ul > li.has-subnav.is-active ul {
  background: #fff;
  display: block;
}

/* Post date */
.article-pubdate {
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem
}

article.list__item:first-of-type {
  margin-top: 0;
  padding-top: 0;
}

.pagination {
  border: none;
}

/* Hide the existing form button */
.form-submit {
  display: none;
}

/* Pagination */
.pagination {
  border-top: none;
}

#comment {
  display: block;
}

/* Table */
.table-responsive {
  overflow-x: hidden;
}

@media only screen and (min-width: 768px) {
  .article-list__item__date {
    border: none;
    margin: 0;
    padding: 0;
  }

  .article-list__item__comment {
    border-bottom: none;
    border-left: 1px solid #d6d6d6;
    margin-left: 5px;
    padding-left: 10px;
    text-decoration: underline;
  }

  .article-list__item__comment:hover {
    border-bottom: none;
  }
}

@media only screen and (min-width: 768px) {
  .article__pubdate:before {
    content: none !important;
  }
}

@media print{
.event-list .event-list__item__head__meta .multiple-dates,.event-list .list__item__time .multiple-dates {
  width:45%;
  margin-bottom:0em !important;
  padding-bottom:2.5em !important;
  padding-left:16px;
  padding-left:1rem;
  padding-right:16px;
  padding-right:1rem;
  font-size:15px;
  font-size:0.9375rem;
  border-left:1px solid #ccc;
  box-shadow:inset 1px 0 0 #fff;

}

.lwa {
	width: 100% !important;
}

@media only screen and (min-width: 768px) {
	.lwa {
		width: 50% !important;
	}
}

.lwa label {
	display: unset !important;
}
}
.aus-tech-network {
	max-width: 22.25em !important;
	display: flex;
	align-items: center;
}
.aus-tech-network a {
	flex: 1;
	margin: 0 0.5rem;
	border-bottom: 0 !important;
}
	
.page-footer__credits .aus-tech-network {
	max-width: inherit !important;
	display: flex;
	justify-content: center;
	align-content: center;
}

a.logo-item {
	flex: 1;
	padding: 20px;
	border-bottom: none;
	align-items: center;
    justify-content: center;
    display: flex;
}

@media only screen and (max-width:800px) {
	.aus-tech-network,
	.indigenous-welcome {
		width: 100% !important;
	}
}