/*
Theme Name:       IEETA
Theme URI:        https://getquick.io
Template:         kadence
Author:           Valerio Vaz
Author URI:       https://getquick.io
Description:      Custom theme for IEETA at University of Aveiro
Version:          1.0.8
License:          MIT
License URI:      https://www.gnu.org/licenses/gpl-3.0.html
Text Domain:      ieeta-theme
GitHub Theme URI: https://github.com/Quick-Release/ieeta-theme
Primary Branch:   main
*/

img {
  width: 100%;
}
/* footer */
.footer-navigation .menu {
  flex-direction: column;
}

/* research group members */
.rg-members-list {
  display: grid;
  grid-template-columns: repeat(6, 1fr) !important;
  grid-column-gap: 25px !important;
  grid-row-gap: 25px !important;
}

@media screen and (min-width: 1025px) {
  .rg-members-list {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
}

.rg-members-list article .post-thumbnail-inner img {
  width: 75px !important;
  height: auto;
  clip-path: circle();
  margin: 0 auto !important;
}
.rg-members-list article a.post-thumbnail {
  padding-bottom: 42% !important;
}
.rg-members-list article header h2 {
  font-size: 1rem;
  text-align: center;
}
.separador {
  width: 100px;
  margin-left: 0 !important;
}
.search-wrapper {
  margin: 1rem 0;
}
.search-wrapper input {
  width: 100%;
  border: 1px solid #ccc;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 0.5rem;
}
.search-filters-dropdown {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 1rem 0;
}
.search-filters-dropdown select {
  width: 48%;
  border: 1px solid #ccc;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 0.5rem;
}
.people-single-wrapper {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-column-gap: 25px;
  margin: 3rem 0;
}
.people-single-wrapper .bio-column {
  display: flex;
  justify-content: center;
  background-color: #f3f5f7;
  flex-direction: column;
  padding: 3rem;
}
.people-single-wrapper .member-information {
  background-color: #f3f5f7;
  padding: 3rem;
}
.people-single-wrapper .member-information p {
  margin: 0;
  padding: 0:;
}
.bio-column .member-photo {
  width: 200px;
  height: auto;
  clip-path: circle();
  margin: 0 auto;
}
.bio-column .member-information {
  text-align: center;
  padding: 0;
}
.bio-column .member-information h1 {
  font-size: 2rem;
  color: #000;
  margin: 1rem 0 0;
}
.bio-column .member-information h3 {
  font-size: 1.3rem;
  color: #aaa;
  margin: 0;
}
.people-single-wrapper .member-information .mi-title {
  font-size: 1.2rem;
  font-weight: 600;
  color: #293490;
  margin: 1rem 0 0;
}
.people-single-wrapper .external-links {
  display: flex;
  gap: 2rem;
  margin: 1rem 0;
}
.people-single-wrapper .subject-dates {
  display: flex;
  gap: 2rem;
  margin: 1rem 0;
}
.pc-title {
  font-weight: 600;
  color: #293490;
  margin: 1rem 0 0.5rem;
}
.site-top-footer-inner-wrap {
  padding-bottom: 0;
}
.site-top-footer-inner-wrap img {
  width: 100px;
  height: auto;
}
.site-middle-footer-inner-wrap {
  padding-top: 0;
}
.wp-image-27 {
  padding-top: 12px;
}
.wp-image-446 {
  width: 85px !important;
}
.project-content-wrapper {
  background-color: #f3f6fd;
  margin: 2rem 0;
  padding: 2rem;
}
.people-single-wrapper .member-photo img {
  max-width: 200px;
  height: auto;
}
.people-projects-wrapper {
  margin-bottom: 3rem;

}
.people-projects-wrapper h2 {
  margin-bottom: 2rem;
}
/*
.nav--toggle-sub #primary-menu li:hover > ul {
  display: flex;
}
*/
.header-navigation ul ul.sub-menu {
  flex-direction: row;
}

.header-navigation .header-menu-container ul ul li.menu-item > a {
  padding: 0.7rem 1.2rem;
}
.teachpress_pub_list {
  display: grid;
  grid-template-columns: 1fr 3fr;
  grid-column-gap: 0;
  grid-row-gap: 0;
  grid-template-rows: repeat(1, 1fr);
}
.teachpress_pub_list form {
  grid-area: 1 / 1 / 2 / 2;
}
div.tablenav:nth-child(2) {
  grid-area: 1 / 2 / 2 / 3;
}
div.tablenav:nth-child(4) {
  grid-area: 3 / 2 / 4 / 3;
}
.teachpress_pub_list .teachpress_publication_list {
  padding-top: 4rem;
  padding-left: 3rem;
  grid-area: 1 / 2 / 3 / 3;
}
.tp_publication_article p {
  margin-bottom: 0.4rem;
}
.people-projects-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}
.people-project-card {
  background-color: #fff;
  padding: 1rem;
}
.bold {
  font-weight: 600;
}

.header-navigation .header-menu-container ul ul li.menu-item > a {
  font-size: 1rem;
  color: rgb(74, 85, 104);
}

.tp_pub_author, .tp_pub_title, .tp_pub_additional, .tp_pub_menu {
  margin-bottom: 0 !important;
}


.kb-splide .splide__arrow--prev {
  left: -3rem !important;
}
.kb-splide .splide__arrow--next {
  right: -3rem !important;
}


/*
 * homepage
 */

 .home-news-boxes article {
  min-height: 25rem;
}

.home-proj-boxes article {
  min-height: 13rem;
}

/*
 * Publications page (list all)
 */

 #tp_search_input_field {
  width: 100%;
 }

.teachpress_search_button {
	width: 100% !important;
}
.teachpress_search_button input {
	width: 100% !important;
	margin: 0;
}
