/*
Theme Name:     uw-theme-silvis
Description:    UW Child Theme for SILVIS Lab website
Author:         David Helmers
Template:       uw-theme
Version:        0.1.0

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/

/* ACF google map field output */
.acf-map {
	width: 100%;
	height: 300px;
	border: #ccc solid 1px;
	/* margin: 20px 0; */
}
.acf-map-home {
	width: 300px;
	height: 250px;
	border: #ccc solid 1px;
}

/* fixes potential theme css conflict */
.acf-map img, .acf-map-home img {
   max-width: inherit !important;
}

.silvis-world-map, .silvis-research-map {
	width: 100%;
  max-width: 1200px;
	height: 480px;
	border: #ccc solid 1px;
	/* margin: 20px 0; */
  margin: auto;
}


/* fixes potential theme css conflict */
.silvis-world-map img, .silvis-research-map img {
   max-width: inherit !important;
}

/* remove left/right padding from front page elements */
.uw-outer-row.silvis-front .uw-column.one-column
{
	padding-right: 0;
	padding-left: 0;
}


/* funding footer */
.silvis-funding-footer {
  text-align: center;
  padding-bottom: 10px;
	/* background-color: #eee; */
}
.funding-logo {
	padding-right: 20px;
	padding-bottom: 10px;
}


/* people pages */
.featured-researchers, .featured-stories { padding-bottom: 5px; }

/* add thumbnail of research story to lists */
.research-image-thumbnail {
  float: left;
  margin-right: 10px;
}

/* publications: add hanging indent to citation and add download button to the right */
.pdf-down-logo { float: right; padding-left: 5px; }

/*.hanging-indent {
	padding-left: 2em;
  text-indent: -2em;
}
*/

.interests-group {
	display: flex;
	flex-wrap: wrap;
}
.interests-research, .interests-personal {
	flex: 2 0 300px;
	padding-right: 20px;
	/* max-width: 900px; */
}
.interests-hometown, .interests-stories {
	flex: 1 0 300px;
	/* max-width: 600px; */
}

/* .CV-div {
	flex: 1 1 0px;
	order: 2;
	align-self: flex-end;
 } */

 #legend {
	 font-family: Verlag,"Helvetica Neue",Helvetica,Arial,sans-serif;
	 background: #000;
	 padding: 10px;
	 margin: 10px;
	 border: 3px solid #000;
 }

#global_studies_link {
	font-family: Verlag,"Helvetica Neue",Helvetica,Arial,sans-serif;
	background: #000;
	padding: 10px;
	font-size: 1.5em;
}

 #legend h5 {
	 margin-top: 0;
 }
 #legend img {
	 vertical-align: middle;
 }
 .legend-label {
	 font-size: 1.3em;
	 padding-bottom: 5px;
	 color: white;
 }
.global-studies-link-label {
}


#alt-box-text p {
	font-family: Verlag,"Helvetica Neue",Helvetica,Arial,sans-serif;
	margin-bottom: 0.5rem;
}

/* .faculty-list {
	justify-content: center;
} */

/*.sample-class {
	color: blue;
}*/

.data-alternate-box div.alternating-content-box img {
	background-color: green;
}
