/*!
Theme Name: Labs Shoreditch Theme
Description: Child version of Shoreditch theme
Version: 1.0.4
Author: UTD Office of Research Information Systems @UTDResearch
Author URI: https://research.utdallas.edu/ 
Template: shoreditch
Tags: responsive, research, labs
*/
/** Core styles */
/** Variables */
body {
  color: #333;
}

a {
  color: #C95100;
  box-shadow: none !important;
  text-decoration: underline;
}
a:focus, a:hover {
  color: #154734;
}

.site-branding {
  display: flex;
  justify-content: space-between;
  margin-top: 1.7em;
  padding: 0 1em;
}
.site-branding .logo {
  padding-right: 10px;
  margin-top: -12px;
}
.site-branding .pipe {
  padding-right: 10px;
  padding-left: 10px;
  color: #E87500;
}
.site-branding .site-title {
  padding-left: 10px;
  margin-top: 2px;
}
.site-branding .site-title a {
  color: #000000;
  font-weight: normal;
  text-decoration: none;
}
.site-branding .site-title a:hover {
  color: #008542;
}

/**
 * button styles 
*/
button {
  background-color: #C95100;
  margin-right: 10px;
}
button:hover {
  background-color: #008542;
}

button a {
  color: white;
}

.site-menu {
  margin: 0 auto;
}

.main-navigation a {
  text-decoration: none;
}
.main-navigation a:focus, .main-navigation a:hover {
  color: #008542;
}
.main-navigation .primary-menu .current_page_item > a, .main-navigation .primary-menu .current-menu-item > a, .main-navigation .primary-menu .current_page_ancestor > a {
  border-color: #E87500;
}
.main-navigation .primary-menu > li > a {
  color: #333;
}
.main-navigation .primary-menu > li > a:hover {
  color: #008542;
}
.main-navigation .menu-item-has-children > a::after {
  color: #C95100;
}
.main-navigation .dropdown-toggle {
  background-color: #C95100;
}
@media (max-width: 480px) {
  .main-navigation ul ul a {
    font-size: 1rem;
  }
}
.main-navigation ul ul a:hover {
  color: #008542;
}

.menu-toggle {
  background-color: #333;
  position: relative;
}

/**
 * Media styles for the logo and title
*/
@media (max-width: 894px) {
  .site-branding {
    flex-direction: column;
  }
  .site-title {
    position: relative;
    right: 10px;
  }
  .pipe {
    display: none;
  }
  .main-navigation ul {
    position: initial;
    right: 0;
  }
  .menu-toggle {
    position: initial;
    right: 0;
    margin-top: 1.9em;
  }
  .site-branding {
    padding: 10px 0 0 0;
    margin-left: 0;
    margin-right: auto;
  }
  .logo {
    text-align: center;
  }
  .site-title {
    right: 0;
  }
  .site-menu {
    margin-top: -8px;
  }
}
/**
 * x >= 600px
 */
@media screen and (min-width: 600px) {
  .hentry {
    padding-top: 2em;
    padding-bottom: 1.5em;
  }
  .blog .content-area .hentry {
    padding-top: 2em;
  }
  .site-content-wrapper .widget-area {
    padding-top: 2.4em;
  }
}
/**
 * x >= 896px
 */
@media screen and (min-width: 896px) {
  .hentry {
    padding-top: 2em;
    padding-bottom: 1.75em;
  }
  .blog .content-area .hentry {
    padding-top: 0.9em;
  }
  .site-content-wrapper .widget-area {
    padding-top: 2.4em;
  }
  .site-header-wrapper {
    justify-content: space-around;
  }
  .site-branding {
    margin-left: auto;
  }
}
/**
 * x >= 1020px
 */
@media screen and (min-width: 1020px) {
  .hentry {
    padding-top: 3em;
    padding-bottom: 2em;
  }
  .blog .content-area .hentry {
    padding-top: 1.9em;
  }
  .site-content-wrapper .widget-area {
    padding-top: 3.4em;
  }
}
/** Page Styles */
.entry-hero, .header-image {
  max-height: 1500px;
  min-height: 524px;
}
@media (max-width: 894px) {
  .entry-hero, .header-image {
    min-height: 340px;
  }
}
@media (max-width: 480px) {
  .entry-hero, .header-image {
    min-height: 240px !important;
  }
}

/*--------------------------------------------------------------
## Panel Page without Title
--------------------------------------------------------------*/
.page-template-panel-page-notitle .hentry.has-post-thumbnail {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 0;
  color: #fff;
  position: relative;
  text-shadow: 0 0 0.15em rgba(0, 0, 0, 0.5);
}
.page-template-panel-page-notitle .hentry.has-post-thumbnail:before {
  background: rgba(0, 0, 0, 0.2);
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
.page-template-panel-page-notitle .hentry.has-post-thumbnail .hentry-wrapper {
  position: relative;
}
.page-template-panel-page-notitle .has-post-thumbnail .entry-header {
  color: inherit;
}
.page-template-panel-page-notitle .hentry + .has-post-thumbnail {
  margin-top: -1.5em;
}

/** Sidebar Styles */
.search-form .search-submit::before {
  background-color: #C95100;
}

/** Person Styles */
/** Alternate Grid style */
.person-list.grid .person-info {
  font-size: 0.9em;
}

.person-list.grid .person .person-name {
  font-size: 1.4em;
}
.person-list.grid .person .person-title {
  font-size: 1em;
  color: #C75B12;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 6px;
}
.person-list.grid .person .person-department {
  font-size: 0.9em;
  color: #C75B12;
  font-weight: lighter;
  margin-bottom: 6px;
}
.person-list.grid .person .biography p {
  font-size: 0.9em;
  line-height: 1em;
}
.person-list.grid .person .phone-and-location {
  font-size: 0.9em;
  font-weight: lighter;
  line-height: 1.2em;
  margin-bottom: 6px;
}
.person-list.grid .person .email {
  font-size: 0.8em;
  color: black;
}
.person-list.grid .person .email .fa-envelope-o::before {
  content: "";
}

/** Footer Styles */
.site-info a:hover {
  color: #C95100;
}

/*# sourceMappingURL=style.css.map */
