/*
 Theme Name:   Sahifa WUFT
 Theme URI:    http://themes.tielabs.com/sahifa/
 Description:  Sahifa Child Theme for WUFT.org
 Author:       Matt Sheehan, Craig Lee and UF CJC
 Author URI:   http://www.jou.ufl.edu
 Template:     sahifa
 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:  sahifa-child
*/

.wp-caption-text {
	font-family: 'Open Sans';
	font-size: 14px;
	color: #5e5e5e;
	/* font-style: normal; */
}


.fullattribution {
font-family: 'Open Sans';
font-size: 11px;
font-style: normal;
color: #333;

}
.entry hr {
border-top: 1px solid #dcdcdc;
}

/* For remote staff directory data -- CRL 2019-02-12 */
.faculty-staff h4, .faculty-staff h5 {
  font-weight: normal;
  font-size: 15px;
  color: #ea7545;
  margin: 0 0 5px;
  line-height: 1.2em; }
.faculty-staff h4 {
  font-weight: bold; }
.faculty-staff .contact {
  font-size: 15px;
  color: #515151;
  line-height: 1.1em;
  padding: 5px 0; }
  .faculty-staff .contact a {
    color: #515151;
    text-decoration: underline;
    font-style: italic; }
  .faculty-staff .contact span {
    width: 100%;
    display: inline-block; }
.faculty-staff .thumbnail-wrapper {
  position: relative;
  transition: 25s all ease;
  margin-bottom: 10px; }
  .faculty-staff .thumbnail-wrapper img {
    display: block; }
  .faculty-staff .thumbnail-wrapper .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(34, 80, 152, 0.3);
    text-align: center;
    opacity: 0; }
    .faculty-staff .thumbnail-wrapper .overlay p {
      background: #fff;
      text-transform: uppercase;
      color: #225098;
      font-weight: bold;
      text-align: center;
      display: inline-block;
      padding: 5px 10px;
      margin-top: 75%;
      font-size: 18px; }
.faculty-staff .each {
  width: 24%;
  float: left;
  margin-right: 1%;
  position: relative;
  padding-bottom: 40px;
  transition: .25s all ease; }
.faculty-staff .each:nth-of-type(4n+1){
	clear:both;
}
  @media (max-width: 1028px) {
    .faculty-staff .each {
      width: 32%; } }
  @media (max-width: 600px) {
    .faculty-staff .each {
      width: 49%; } }
  @media (max-width: 480px) {
    .faculty-staff .each {
      width: 270px;
      margin: auto;
      float: none; } }
/*  .faculty-staff .each:hover img {
    -moz-filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    -o-filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(100%);
    filter: gray;
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale"); }
  .profiles .faculty-staff .each:hover img {
    -moz-filter: unset;
    -o-filter: unset;
    -webkit-filter: unset;
    filter: unset; }
  .faculty-staff .each:hover .overlay {
    opacity: 1;
    z-index: 9999; } */
  .faculty-staff .each .more {
    /* color: #225098; */
    color: #e97444;
    font-size: 15px;
    font-weight: bold;
    text-transform: none; }
    .faculty-staff .each .more:hover {
      color: #ea7545; }
