/*
 Theme Name:   Activello Child
 Theme URI:    http://example.com/activello-child/
 Description:  Activello Child Theme
 Author:       
 Author URI:   http://example.com
 Template:     activello
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  activello-child
*/

body {
    color: #696969;
    font-family: "Lora",serif;
    font-size: 14px;
    line-height: 2;
    overflow-wrap: break-word;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background-color: white;
}

.navbar-brand {
  color: #a161bf;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Montserrat', sans-serif;
  color: #636467;
}

a, a:focus, a:hover {
	text-decoration: none;	
	cursor: pointer;
}
a:focus, a:hover {
	color: #a161bf;
}

.h4, h4 {
  color: #a161bf;
  font-size: 16px;
  margin: 20px 0;
}

img.profile {
  max-width: 300px;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
  border-radius: 150px;
}

p.profile {
  text-align: justify;
}

.pubs_count {
  padding-top:50px;
}
.pubs {
  padding-top:20px;
}
.pubs .pub {
	padding-bottom: 1em; text-indent:-30px; padding-left:30px; margin-left: 30px;
}

.pubs .pub .grants {
  display:block; padding-left:30px;
  color: #a161bf;
}

.pubs .pub .title {
}


.pubs .pub .publication {
	font-weight: bold;
	font-style: italic;
}
.pubs .pub .publication.journal {
	color: #222222;
}
.pubs .pub .publication.non-journal {
	opacity: 0.8;
}

.pubs .pub_group_label_show::before {
	content: "- ";
}
.pubs .pub_group_label_hide::before {
	
}
.pubs .pub_group_label {
	font-weight: bold; padding: 20px 0; display: block; 
}
.pubs .pub_group_label:before {
	content: "- ";
}

.pubs .pub_group_label_hidden:before {
	content: "+ " !important;
}

.pubs .pub .author .me {
  color: red;
}
.publication_search .search_box {
  display: inline-block; margin: 0 10px 5px 0;
}

#search_year {
    width: 100px;
}

#search_grant {
    width: 100px;
}
.publication_search .search_box  input {
  
}

table.grants td, table.grants th {
	vertical-align: top;
	padding-bottom: 10px;
}

.search_box input {
  border: 1px solid #cccccc;
  padding: 5px;
}

.page-list-ext-title {
	font-size: 18px;
}
.page-list-ext .page-list-ext-item {
	/*width: 30%;
	display: inline-block;
	vertical-align: top;*/
	padding: 0px 15px 15px 25px;
}

.page-list-ext .page-list-ext-image {
	display: block;
	width: 100%;
	float: none;
	margin: 0 0 15px 0;
}

.page-list-ext-image img {
	width: 100%;
	height: auto;
}

.single-featured.wp-post-image {
	display: none;
}

.about_thumbnail {
	width: 200px !important;
	height: 200px !important;
	border-radius: 100px;
}