.post-view.archive .profile-info {
  float: right;
  margin-left: 4rem;
  max-width: 122px;
  display: block;
  z-index: 1;
}
.directory-photo-boundary .img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    height: 100%;
}

.directory-profile.photo-bio .text {
    font-size: .95rem;
    line-height: 1.3;
    padding-left: 15px;
}

.post-view.archive .profile-name, .post-view.single .profile-name {
  font-size: .9rem;
  color: #777;
  line-height: 1.1;
  margin-top: .25rem;
}
.post-view.archive .profile-info:hover, .post-view.single .profile-info:hover {
  text-decoration: none;
}

body.single article header h1 {
  padding: 3rem 0 1rem;
}

article footer .post-nav .entry-date {
  display: none;
}


.post-view.preview-vertical .directory-photo-boundary {
  width: 70px;
  height: 70px;
  float: right;
  margin: 0 0 1rem 1rem;
}
.post-view.preview-vertical .profile-name {
  margin-bottom: .5rem;
}

body.home .quote {
  background: #C8102E;
  color: #fff;
  text-align: center;
  line-height: 1.4;
}
.quote blockquote {
  width: auto;
  margin: 0 auto;
  padding: 0;
  border: none;
  color: #fff;
  font-family: 'Georgia', serif;
  margin-bottom: 1rem;
  font-size: 1.3rem;
  max-width: 50rem;
}
.quote blockquote:before {
  display: none;
}

.womenspeech-meta {
  color: #444;
  margin-bottom: .5rem;
  font-size: .9rem;
  line-height: 1.5;
}


body.home main {
  background: #f3f3f3;
}

body.home section.section-1 {
  margin-top: -3rem;
}

.grid {
  display: flex;
  flex-flow: row nowrap;
}
.grid > * {
  margin: .5rem;
}
.grid > *:first-of-type {
  margin-left: 0;
}
.grid > *:last-of-type {
  margin-right: 0;
}
.grid-2 > * {
  width: 50%;
}
.grid-3 > * {
  width: 33%;
}

form[title='Search'] {
  background: none;
  border: none;
}
input[name='search'] {
  float: none;
}
form[title='Search'] input[type='submit'] {
  float: none;
  color: #fff;
  background-image: none;
  background-color: #c00;
  border-radius: 4px;
  padding: .5rem 1rem;
}
form[title='Search'] .input {
  margin-bottom: 1rem;
  line-height: 1.8;
}
form[title='Search'] input[type='submit']:hover {
  background-image: none;
}
form[title='Search'] .hidden {
  display: none;
}

.post-view header .profile-info {
  float: right;
  margin: 0 0 2rem 2rem;
  z-index: 10;
}

#site form[title='Search'] {
    margin: 0 auto;
    max-width: 99%;
    flex: 1 100%;
    min-width: 17rem;
    border: 3px solid #c02;
    padding: 1rem;
    border-radius: 0;
}
input[name='search'] {
    width: 100%;
}

@media only screen and (min-width: 1000px) {
  header.banner .control.search {
    margin: 0 1rem;
    width: auto;
  }
  header.banner .control.search span {
        text-transform: uppercase;
        font-weight: bold;
        display: inline-block;;
        font-size: .9rem;
        letter-spacing: .05rem;
        margin-left: .25rem;
  }
}

.speaker-roles {
  -webkit-column-gap: 40px; /* Chrome, Safari, Opera */
  -moz-column-gap: 40px; /* Firefox */
  column-gap: 40px;
}

.bio {
      line-height: 1.8;
}
