#masthead {
  background-position: center;
  background-size: cover;
  position: relative;
  min-height: 200px; }
  #masthead > .interior {
    background: rgba(0, 0, 0, 0);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.6) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(25%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.6)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.6) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.6) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.6) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
    justify-items: center;
    text-align: center; }
    #masthead > .interior * {
      color: #fff;
      text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.75) !important; }
    #masthead > .interior .heading {
      margin-bottom: 20px; }
      #masthead > .interior .heading .title, #masthead > .interior .heading .subtitle {
        text-align: center;
        margin: 0;
        padding: 0; }
      #masthead > .interior .heading .title {
        text-transform: none;
        font-size: 32px; }
      #masthead > .interior .heading .subtitle {
        font-size: 16px;
        margin-top: .2em;
        text-transform: uppercase; }
    #masthead > .interior .content {
      border: 0;
      padding: 0;
      max-width: 600px; }
      #masthead > .interior .content > * {
        margin: 0;
        padding: 0; }
      #masthead > .interior .content > * + * {
        margin-top: 1em;
        padding-top: 1em; }
  #masthead img {
    display: none; }

.type-inventory > .interior {
  display: block; }
.type-inventory .av-share-box,
.type-inventory .post-meta-infos {
  display: none; }
.type-inventory .entry-content-wrapper,
.type-inventory .entry-content-wrapper > * {
  max-width: 900px !important; }

.post-type-archive-inventory .template-blog .list-inventory {
  display: flex;
  flex-direction: column;
  margin: -10px;
  padding-bottom: 50px; }
  .post-type-archive-inventory .template-blog .list-inventory .item-inventory {
    padding: 10px; }
    .post-type-archive-inventory .template-blog .list-inventory .item-inventory > .type-inventory {
      position: relative;
      overflow: hidden; }
      .post-type-archive-inventory .template-blog .list-inventory .item-inventory > .type-inventory .wp-post-image {
        display: block;
        width: 100%;
        height: auto; }
      .post-type-archive-inventory .template-blog .list-inventory .item-inventory > .type-inventory .post-title {
        font-size: 20px !important; }
      .post-type-archive-inventory .template-blog .list-inventory .item-inventory > .type-inventory .entry-content-wrapper, .post-type-archive-inventory .template-blog .list-inventory .item-inventory > .type-inventory .entry-content-wrapper .entry-content-header {
        position: absolute !important;
        left: 0;
        right: 0;
        bottom: 0;
        max-width: 100% !important; }
      .post-type-archive-inventory .template-blog .list-inventory .item-inventory > .type-inventory .entry-content-wrapper .entry-content-header {
        background: rgba(0, 0, 0, 0.5); }
        .post-type-archive-inventory .template-blog .list-inventory .item-inventory > .type-inventory .entry-content-wrapper .entry-content-header * {
          color: #fff; }
      .post-type-archive-inventory .template-blog .list-inventory .item-inventory > .type-inventory .entry-content-wrapper .entry-content {
        display: none; }
  @media screen and (min-width: 800px) {
    .post-type-archive-inventory .template-blog .list-inventory {
      flex-direction: row;
      flex-wrap: wrap; }
      .post-type-archive-inventory .template-blog .list-inventory .item-inventory {
        flex: 0 0 50%; } }
.post-type-archive-inventory .pagination {
  padding: 0 !important;
  margin-left: -10px;
  overflow: visible !important; }
  .post-type-archive-inventory .pagination > * {
    margin: 0 0 0 10px !important; }
    .post-type-archive-inventory .pagination > *:first-child {
      margin-left: 0 !important; }
  .post-type-archive-inventory .pagination .pagination-meta {
    padding: 0; }

.single-inventory main.content {
  padding-top: 0; }
  .single-inventory main.content .post-title {
    margin-bottom: 25px !important; }
.single-inventory .content-cols {
  display: flex;
  flex-direction: column;
  margin-bottom: 50px; }
  .single-inventory .content-cols * {
    font-size: 18px;
    font-weight: 400; }
  .single-inventory .content-cols .col {
    flex: 1; }
    .single-inventory .content-cols .col.a {
      padding: 0 0 20px 0;
      text-align: center; }
  @media screen and (min-width: 600px) {
    .single-inventory .content-cols {
      flex-direction: row; }
      .single-inventory .content-cols .col.a {
        padding: 0 20px 0 0;
        text-align: left;
        flex: 0 0 250px; } }
.single-inventory .meta-item {
  margin-bottom: 10px; }
  .single-inventory .meta-item .label {
    padding-right: .3em; }
    .single-inventory .meta-item .label:after {
      content: ':'; }
.single-inventory #inventory-photos {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100% !important;
  margin-bottom: 50px; }
  .single-inventory #inventory-photos .image-overlay {
    left: 0 !important; }
  .single-inventory #inventory-photos .inventory-photo {
    flex: 0 0 100%;
    padding: 20px; }
    .single-inventory #inventory-photos .inventory-photo a,
    .single-inventory #inventory-photos .inventory-photo img {
      display: block;
      margin: 0 auto; }
  @media screen and (min-width: 740px) {
    .single-inventory #inventory-photos {
      flex-direction: row;
      flex-wrap: wrap; }
      .single-inventory #inventory-photos .inventory-photo {
        flex: 0 0 50%; } }
.single-inventory .cta {
  background-color: #f2f2f2;
  margin: 0 20px !important;
  padding: 40px; }
  .single-inventory .cta .title {
    text-align: center; }
  .single-inventory .cta .content {
    padding: 0; }
  .single-inventory .cta .button {
    border-radius: 4px;
    display: table;
    margin: 0 auto;
    text-decoration: none; }
.single-inventory .avia-post-nav {
  display: none; }

/*# sourceMappingURL=master.css.map */
