/*
Theme name: History of U-M
Description: Custom Theme
*/

/*
	Source SCSS styles are located in resources/scss/
	The compiled bundle is saved to `dist/index.${fingerprint}.css`
	(dist/manifest.json provides the exact path mapping).

	The DEVELOPMENT.md file contains instructions how to get the build
	process up & running.

	If you need to make a quick fix, feel free to add CSS
	below this comment -- it's loaded after the compiled bundle.
*/

p {
}
/*AOS Off*/
/* Disable all AOS animations */
[data-aos].aos-animate {
  /* Reset common animation properties */
  -o-transition-property: none !important;
  -moz-transition-property: none !important;
  -ms-transition-property: none !important;
  -webkit-transition-property: none !important;
  transition-property: none !important;
  -o-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -webkit-transform: none !important;
  transform: none !important;
  -webkit-animation: none !important;
  -moz-animation: none !important;
  -o-animation: none !important;
  -ms-animation: none !important;
  animation: none !important;

  /* Ensure element is visible */
  opacity: 1 !important;
}

/* Also ensure elements waiting to be animated are visible */
[data-aos]:not(.aos-animate) {
    opacity: 1 !important;
    transform: none !important;
}

.um-invisible-but-in-dom {
	visibility: hidden;
	height: 0;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
/*Edit Links*/
.ihp-edit {
	font-size: 10px !important;
	background: #D86018 !important;
	padding: 0px 10px !important;
	text-transform: uppercase !important;
	color: #ffffff !important;
	line-height: 24px !important;
	position: absolute;
	z-index: 100000;
}
.ihp-edit-alt a {
	font-size: 8px !important;
	background: #D86018 !important;
	padding: 2px 5px !important;
	text-transform: uppercase !important;
	color: #ffffff !important;
	line-height: 24px !important;
}
.ihp-edit-link {
	font-size: 8px !important;
	background: #D86018 !important;
	padding: 2px 5px !important;
	text-transform: uppercase !important;
	color: #ffffff !important;
	line-height: 24px !important;
}
/*Projects and Publications*/
.page-template-browse-state  .article .article__body a,
.page-template-browse-state .article-alt .article-desc a {
	text-decoration: underline;
}
.page-template-browse-state .article-alt .article-desc {
	width: 100%;
}
@media all and (max-width: 767px) {
	.pub-desc-desktop {
		display: none;
	}
	.pub-desc-mobile {
		display: block;
	}
}
@media all and (min-width: 768px) {
	.pub-desc-mobile {
		display: none;
	}
	.pub-desc-desktop {
		display: block;
	}
}

