/* xl - DESKTOP STYLES */ 
.av-masonry-entry .av-inner-masonry-content {
    z-index: 2;
    width: 100%;
    min-height: 130px;
    background-color: #121e5e !important;
    color: #FFF !important;
}

h3.av-masonry-entry-title.entry-title {
    color: #FFF !important;
    font-size: 22px !important;
	margin-top: 12px;
}

figcaption.av-inner-masonry-content.site-background * {
    text-align: left !important;
}

.av-masonry-entry .avia-arrow {
    display: none !important;
}

.av-masonry-entry-content.entry-content {
    top: 10px;
    text-align: right !important;
    font-size: 11px;
    color: #94d1f7;
}

.av-masonry-image-container {
    margin-bottom: 128px;
}

.av-inner-masonry-content-pos-content {
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
}

.portfolio_entries-press-release figcaption.av-inner-masonry-content.site-background, .portfolio_entries-publication figcaption.av-inner-masonry-content.site-background {
    background: url(https://corcept.com/wp-content/uploads/shutterstock_640152901-2-1-scaled.jpg);
    background-blend-mode: color-burn;
    background-color: #1a75bd !important;
    background-size: cover;
    background-attachment: fixed;
    height: 100%;
    padding-top: 8%;
	background-position: center center;
	padding-right: 30px;
	//-webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 120.00px), calc(100% - 120.00px) 100%, 0 100%);
    //clip-path: polygon(0 0, 100% 0, 100% calc(100% - 120.00px), calc(100% - 120.00px) 100%, 0 100%);
}
.av-masonry-outerimage-container {
    background: transparent !important;
}

.tag-landscape .av-masonry-image-container {
    display: none;
}

#av-masonry-1-item-5593.tag-landscape .av-masonry-image-container {
    display: block;
}

div#onetrust-consent-sdk {
    display: none !important;
}
.ajax_search_response h4 {
    display: none;
}

/* lg - TABLET LANDSCAPE STYLES */ 
@media (max-width: 1199px) {
  h3.av-masonry-entry-title.entry-title {
      color: #FFF !important;
      font-size: 18px !important;
  	margin-top: 12px;
  }
  .responsive .av-masonry-entry .av-masonry-entry-title+.av-masonry-entry-content {
          display: flex !important;
      }
  .av-masonry-entry-content.entry-content {
      top: 10px;
      position: relative;
  }
}

/* md - TABLET PORTRAIT STYLES */ 
@media (max-width: 989px) {
  h3.av-masonry-entry-title.entry-title {
      color: #FFF !important;
      font-size: 16px !important;
  	margin-top: 12px;
  }
  .responsive .av-masonry-entry .av-masonry-entry-title+.av-masonry-entry-content {
          display: flex !important;
      }
  .av-masonry-entry-content.entry-content {
      top: 10px;
      position: relative;
  }
}

/* xs - SMARTPHONE PORTRAIT STYLES */ 
@media (max-width: 479px) {
      h3.av-masonry-entry-title.entry-title {
          color: #FFF !important;
          font-size: 2.6vw !important;
          margin-top: 12px;
      }
  .portfolio_entries-press-release figcaption.av-inner-masonry-content.site-background, .portfolio_entries-publication figcaption.av-inner-masonry-content.site-background {
      padding-top: 5%;
  }
}

