@charset "UTF-8";

.voice-gallery {
  margin: 0 0 4em
}

.voice-gallery>.item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 2em 0 0
}

@media screen and (max-width:767px) {
  .voice-gallery>.item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.voice-gallery>.item .image {
  margin: 0
}

.voice-gallery>.item .image img {
  width: 100%;
  height: auto
}

@media screen and (min-width:768px) {
  .voice-gallery>.item .image {
    width: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 3em
  }
}

.voice-gallery>.item .caption {
  width: 100%;
  text-align: left
}

.voice-gallery>.item .caption>.inner {
  margin: 0
}

.voice-gallery>.item .heading {
  color: #000;
  font-size: 1.1875em;
  margin: 1em 0 0
}

.voice-gallery>.item .heading:after {
  display: none
}

@media screen and (max-width:767px) {
  .voice-gallery>.item .heading {
    font-size: 1.23em
  }
}

.voice-gallery>.item .text {
  margin: 0;
  font-size: 0.875em
}

@media screen and (max-width:767px) {
  .voice-gallery>.item .text {
    font-size: 1em
  }
}

.voice-gallery>.item.-landscape {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.voice-gallery>.item.-landscape .image {
  width: 100%;
  max-width: none;
  margin-right: 0
}

.voice-gallery>.item.-portrait .caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.voice-gallery>.item.-portrait .caption>.inner {
  width: auto
}

.works-tags {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.works-tags .tag {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.works-tags .tag>li {
  margin-right: 0.5em !important
}

.voice-body {
  padding-bottom: 55px
}

.voice-body h2 {
  padding: 0.75em 1.5em;
  font-size: 20px;
  font-weight: bold;
  background: #FFF2DF;
  border-bottom: 2px solid #F39800
}

.entry-container,
.nocaption,
.voice-worklink,
.column-image-left,
.column-image-center,
.column-image-right {
  display:block;
}

@media screen and (max-width:767px) {
  .voice-body h2 {
    font-size: 16px;
    padding: 0.5em 1em
  }
}

@media screen and (min-width:768px) {
  .voice-body [class*=column-image-] img {
    max-width: 960px
  }
}

.voice-body [class*=column-image-] .caption {
  margin: 0;
  padding: 0.5em 1em;
  font-size: 12px;
  background: #FFF2DF
}