/* app/assets/stylesheets/desktop/global/components/wall.css */
.content-wall .content-item-container {
  position: relative;
  margin-bottom: 20px;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.content-item {
  background: none repeat scroll 0 0 var(--neutral-000);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}
.content-wall .content-item {
  background: var(--neutral-000);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15);
}
.content-wall .visual-container {
  display: block;
  overflow: hidden;
  width: 100%;
  background: var(--neutral-000);
  border-radius: 4px 4px 0 0;
  position: relative;
}
.content-wall .content-item-headline {
  display: inline-block;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  line-height: 1.25;
  margin: 16px;
  color: var(--blue-600);
}
.content-wall {
  -webkit-transition: height 0.5s;
  -moz-transition: height 0.5s;
  -ms-transition: height 0.5s;
  -o-transition: height 0.5s;
  transition: height 0.5s;
}
.content-wall .content-item-container.hide-item {
  visibility: hidden;
}
.content-wall .visual-thumb {
  width: 100%;
}
.content-wall .visual-container > .icon,
.content-wall .content-item-thumb > .icon {
  position: absolute;
  right: 15px;
  bottom: 15px;
  opacity: 0.6;
}
.no-touch .content-wall .visual-container:hover > .icon {
  opacity: 1;
}
.content-wall .content-item-headline a {
  color: var(--blue-600);
}
.content-item-list {
  overflow: hidden;
  margin: 0 -10px;
  width: calc(100% + 20px);
}
.content-item-container {
  padding: 1px 11px 0;
}
@media only screen and (max-width: 540px) {
  .is-mobile .content-item-container--mobile-100 {
    clear: both;
    width: 100%;
  }
}
.content-wall .content-item-thumb {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.generic.content-wall {
  overflow: hidden;
}
.generic.content-wall .type-article .article-detail {
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  overflow: visible;
  padding: 5px 0;
  min-height: 2em;
  width: 100%;
  background-color: var(--neutral-700);
  background-color: rgba(0, 0, 0, 0.5);
  color: var(--neutral-000);
  text-align: center;
}
.generic.content-wall .type-article .author-name,
.generic.content-wall .type-article .article-date {
  margin: 0 0 0 65px;
  text-align: left;
  display: block;
}
.generic.content-wall .type-article .article-date {
  font-weight: bold;
  color: #ebebeb;
  text-transform: uppercase;
}
.generic.content-wall .type-article .author-name {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
}
.generic.content-wall .type-article .circular {
  position: absolute;
  top: -50%;
  left: 1%;
  width: 55px;
  height: 55px;
  border-radius: 150px;
  opacity: 1;
}
.generic.content-wall .type-article .circular img {
  position: relative;
  top: 3px;
  left: 1px;
  width: 50px;
  height: 50px;
  border: 2px solid var(--neutral-000);
  border-radius: 150px;
}
.poster-wall > ul > li {
  margin-bottom: 20px;
}
.poster-wall .poster > div > a {
  height: 50px;
}
#inTheatersContentWall time {
  display: none;
}
.actions {
  text-align: right;
  padding-right: 28px;
  padding-bottom: 30px;
}
.more-btn {
  min-width: 277px;
}
.is-mobile .actions {
  padding-right: 0;
}
.is-mobile .more-btn {
  width: 100%;
}

/* app/assets/stylesheets/news/author/author.css */
#author-header {
  position: relative;
  overflow: hidden;
  min-height: 180px;
  margin-bottom: 25px;
  border: 1px solid var(--light-overlay-8);
  background-color: var(--neutral-000);
}
#author-header > .thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 100%;
  padding: 15px 10px;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: #333;
}
#author-header > .thumb img {
  margin: 0 0 15px;
  max-width: 100px;
  max-height: 100px;
  border: 2px solid var(--neutral-000);
  border-radius: 50px;
}
#author-header > .thumb,
#author-header > .thumb p {
  color: var(--neutral-000);
  font-weight: 100;
}
#author-header > .thumb > h1 {
  white-space: normal;
}
#author-header > .desc {
  margin-left: 150px;
}
#author-header > .desc p {
  padding: 15px;
}
#author-header > .desc a {
  text-transform: uppercase;
  font-size: 14px;
}
#author-articles {
  margin-bottom: 25px;
}

/* swug-virtual-bundle-specifier://images.fandango.co.uk/fandango-www/screenplay/assets/v2/stylesheets/bundles/news/author/desktop.6gt5i8p9.css */
/*# sourceMappingURL=desktop.css.map */
