/* Styling for captions */
.entry .wp-caption {
  border: solid 0px #e6e6e6;
  padding: 0px;
  background-color: #fcfcfc;
}
.entry .wp-caption img {
  padding: 0px;
}
.entry .wp-caption-text {
  padding-top: 5px;
  margin: 0 0 20px 0;
  display: block;
  width: 100%;
  float: left;
  clear: both;
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
}

/* Homepage news items and research interests */

div.listing-item img {
  border-width: 0px;
  padding: 0px;
}

div.listing-item .excerpt {
  float: left;
  clear: both;
  margin-top: 10px;
}

div.listing-item .date {
  float: left;
  clear: left;
  margin-right: 3px;
}

div.listing-item .author {
  float: left;
  clear: right;
}

div.listing-item .excerpt-dash {
  display: none;
}

div.listing-item .title {
  float: left;
  clear: both;
  position: relative;
  top: -15px;
  background-color: #fcfcfc;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 0px;
  padding-right: 3px;
  padding-left: 3px;
}


div#research-interests div.listing-item {
  padding-bottom: 0px;
  padding-top: 0px;
  margin-bottom: 0px;
}

body {
        font-family: 'Lato', sans-serif;
  		font-weight: 400;
      }

h1,h2,h3,h4,h5,h6 {
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
}

.site-title {
  letter-spacing: -1px;
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
}

.anaglyph-header {
  position: relative;
  color: rgba(29, 216, 255, 1);
  isolation: isolate;
}

.anaglyph-header:after {
  content: "Dynamic Genetics Lab";
  position: absolute;
  left: -2px;
  top: -4px;
  color: rgba(255,32,64,1);
  mix-blend-mode: multiply;
}

body:not(.home) .wp-custom-header img {
  display: none;
}

body:not(.home) div.site-branding {
  background-color: rgb(51, 51, 51);
}

