/*
Theme Name: Labs Sela Theme
Description: Child version of the Sela theme
Template: sela
Version: 1.0.15
Author: UTD Office of Research Information Systems @UTDResearch
Author URI: https://research.utdallas.edu/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sela
Tags: blog, custom-background, custom-colors, custom-menu, featured-images, full-width-template, microformats, right-sidebar, rtl-language-support, sticky-post, translation-ready, two-columns
*/

html {
  font-size: 74%;
}

body {
  background-color: #eee;
  font-family: 'Raleway', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  text-transform: capitalize;
}

p {
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
}

a {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  color: #008542;
}

.main-navigation .nav-menu > li > a:after,
  .main-navigation .menu > li > a:after {
  color: white;
}

.main-navigation {
  background-color: #c75b12;
}

.main-navigation li.current_page_item > a,
.main-navigation li.current-menu-item > a,
.main-navigation li.current_page_ancestor > a,
.main-navigation li.current-menu-ancestor > a {
  color: #ffb612;
}

.entry-title a:hover {
  color: #c75b12;
}

.hero-container-inner {
  text-align: left;
}

.hero-container-inner .entry-title {
  display: none;
}

.front-page-content-area .with-featured-image {
  opacity: 0.7;
}

.textwidget p {
  line-height: 1.3;
  font-weight: 400;
  font-size: 94%;
}

.textwidget p:first-child {
  margin-bottom: .8em;
}

.site-branding {
  padding: 20px;
}

.site-logo-link img {
  max-width: 200px;
}

.site-branding a + .site-title {
  margin-top: 0.1em;
}

.site-footer {
  background-color: #333;
}

.site-info p {
  display: flex;
  justify-content: center;
  align-items: center;
}

.site-info p img {
  width: 60px;
  height: auto;
  margin-right: 12px;
}

.site-info a:hover {
  color: #c75b12;
}

button, input[type="button"], input[type="reset"], input[type="submit"], #infinite-handle span {
  background-color: #c75b12;
}

.entry-content h2:not(.person-name) {
  background-color: #c75b12;
  color: white;
  padding: 8px;
}

.person-name {
  text-transform: capitalize;
}

.person-list .person .person-name {
font-size: 1.4em !important;
}

.person-list .person .person-title {
font-size: 1.1em !important;
}

.person-title {
  text-transform: capitalize;
}
small:nth-child(1) {
  text-transform: lowercase;
}

.search-field {
  border: 1px solid #c75b12;
}
