@media (min-width: 768px) {
  body.min-header {
    padding-top: 50px;
  }

  body.search-collapsed {
    padding-top: 185px;
    transition: all .2s ease-in-out;
  }
}

@media (max-width: 767px) {
  .hide-on-min-header {
    display: none;
  }
}

.dropdown-lightbox-wrapper {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  margin-left: auto;
}

.dark-button:first-of-type {
  margin-left: auto;
  margin-right: 1px;
}

.dark-button--standout {
  margin-left: auto;
}

.dropdown-menu-lightbox {
  border-radius: 0;
}

.dropdown-menu-lightbox .dropdown-item:hover {
  background-color: #00d6ee;
  color: #fff;
}

@media (min-width: 992px) {
  .artist__circle__figure, .artist__circle__figure--portrait {
    width: 168px;
    height: 168px;
    margin-bottom: -15px;
  }
}

div #JoinUs__title strong{
    margin-bottom: 14px;
    margin-top: 40px;
    font-size: 2rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    display: block;
}

div.tagName {
	font-size: 2.25rem;
	font-weight: 500;
}

div.container__header {
	font-weight:500;
}

span.arrow {
	display: block;
    width: 42px;
    height: 39px;
    background: url(../img/arrow_video.png) top left no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -21px;
    margin-top: -30px;
}

span.arrow:hover {
	background-position: top right;
}


	.artist__circle__figure, .artist__circle__figure--portrait {
		position: static;
	}

	.artist__info__top__title, .artist__info__top__button {
		position: static;
	}

	.cart-page .listing__header__navbar__group--status {
		margin-right: 20px;
	}

	a {
		cursor: pointer;
    outline: 0 !important;
	}

  button {
    outline: 0 !important;
  }

	div.help_title {
		font-size: 2.5rem;
	    font-weight: 500;
	}

	div.help_category {
	    font-size: 1.5rem;
	    font-weight: 500;
	}

	div.help_subcategory {
		font-size: 1.25rem;
	    font-weight: 500;
	}

#SearchPortfolios .chosen-results, #SearchStock .chosen-results {
	/*height: 40px;*/
}

#SearchPortfolios #SearchPortfoliosAdvanced .chosen-results, #SearchStock #SearchStockAdvanced .chosen-results {
	/*height: 80px;*/
}

.help-section .hidden {
	display:none;
	overflow: hidden;
}

@media (min-width: 768px) {
	.artist__info__tabbed__content__left {
	    max-width: 199px;
	    clear: left;
	}
}

#bio.moreify .more, #clients.moreify .more{
	display: none;
}

#bio.moreify.is-truncated .more, #clients.moreify.is-truncated .more{
	display: inline-block;
}

#bio.moreify.is-truncated.expanded .more, #clients.moreify.is-truncated.expanded .more{
	display: none;
}

#bio.moreify .collapse__bottom__nav, #clients.moreify .collapse__bottom__nav{
	display: none;
}

#bio.moreify.is-truncated .collapse__bottom__nav, #clients.moreify.is-truncated .collapse__bottom__nav{
	display: none;
}

#bio.moreify.is-truncated.expanded .collapse__bottom__nav, #clients.moreify.is-truncated.expanded .collapse__bottom__nav{
	display: inline-block;
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 450px !important;
}

@media (max-width: 543px) {
  .select2-container--default .select2-results>.select2-results__options {
      max-height: 64px !important;
  }
}

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; height: auto; }
.embed-container iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

#SearchPortfolios .select2-selection.select2-selection--multiple,
#SearchPortfoliosAdvanced .select2-selection.select2-selection--multiple,
#SearchStock .select2-selection.select2-selection--multiple,
#SearchStockAdvanced .select2-selection.select2-selection--multiple {
  max-height: 36px;
}

#SearchPortfolios .select2-selection__rendered,
#SearchPortfoliosAdvanced .select2-selection__rendered,
#SearchStock .select2-selection__rendered,
#SearchStockAdvanced .select2-selection__rendered {
  overflow-y: auto;
  max-height: 34px;
}

.popup_loader {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -110px;
  margin-top: -9px;
  display: none;
  border: 20px solid #fff;
  border-radius: 10px;
}

.hero__figure .hero__figure__caption--right,
.listing__thumbs__item__figure__caption {
  background: rgba(0, 0, 0, 0.55);
}

@media (min-width: 768px) {
  .hero__figure .hero__figure__caption--right {
    font-size: 1.4rem;
    font-weight: 400;
  }
}

@media (max-width: 991px) and (min-width: 544px) {
    .listing__thumbs__item_5 {
        display: none;
    }
}

@media (max-width: 543px) {
    .listing__thumbs__item_5,
    .listing__thumbs__item_4 {
        display: none;
    }
}

p.listing__news__item__body__content div {
    overflow: hidden;
    text-overflow: ellipsis;
    height:58px;
    width: 147px;
}

@media (max-width: 640px) {
    .listing__news__item {
        width: 100%
    }
    p.listing__news__item__body__content div {
        overflow: hidden;
        text-overflow: ellipsis;
        height: auto;
        width: auto;
    }
}

body {
    font-size: 1.125rem;
}

.testimonial .copy {
    font-size: 120%;
}

.news__header a {
    color: black;
}

.dark-button.active {
  background-image: linear-gradient(180deg, #3f3f3f 0%, #2e2e2e 100%);
}

.dark-button.active i {
  opacity: 1;
}

.dark-button--standout.active {
  background-image: linear-gradient(180deg, #08b 0%, #07a 100%);
}

.specificUsageDefinitionPopup {
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
  width: 400px;
  z-index: 2000;
  display: none;
  margin-left: -200px;
  border: 3px solid #ccc;
  padding: 10px 14px;
  font-size: 12px;
  text-align: left;
}

@media (max-width: 416px) {
  .specificUsageDefinitionPopup {
    width: 100%;
    margin-left: 0;
    left: 0;
  }
}

@media (max-width: 767px) {
  .listing__buttons__col.listing__buttons__col-news {
    flex: 0 0 100%;
    text-align: center;
  }
}

@media (max-width: 1043px) {
  main > .container {
    padding-left: 1.6665rem;
    padding-right: 1.6665rem;
  }

  .container__textpage {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .searchbar__searchform fieldset {
    text-align: center;
  }

  .searchbar__searchform .select2-container,
  .searchbar__searchform .select2-search__field {
    width: 100% !important;
  }
}

@media (min-width: 768px) {
  .md-pad-right-for-button {
    padding-right: 0 !important;
  }

  #SearchBar .tab-pane {
    margin-left: -1px;
  }
}

.artist__info__top__button .btn, .artist__info__top__button .listing__buttons__portfolios, .artist__info__top__button .listing__buttons__stock {
  padding: 0.25rem 1.0rem;
  margin-bottom: 5px;
}

.artist__info__top__button {
  text-align: right;
}

@media (min-width: 992px) {
  .artist__info__top__button {
    webkit-flex: 0 0 335px;
    -ms-flex: 0 0 335px;
    flex: 0 0 335px;
  }
}

.btn-favorite, .btn-favorite:hover, .btn-favorite:focus, .btn-favorite:active, .btn-favorite:visited {
  color: #0a0 !important;
  border-color: #0a0 !important;
  cursor: default;
  background-color: #fff !important;
}

#SearchBar__Form__Portfolios,
#portfolio-artist-search,
#SearchBar__Form__Stock,
#stock-artist-search {
  width: 70%;
  height: 33px;
  overflow: hidden;
  border: 1px solid #aaa;
  background: #fff;
  color: white;
  box-shadow: none;
  border-radius: 4px;
}

#portfolio-artist-search,
#stock-artist-search {
  width: 100%;
}

#SearchBar__Form__Portfolios option,
#portfolio-artist-search option,
#SearchBar__Form__Stock option,
#stock-artist-search option {
  position: absolute;
  left: -1000px;
}

.scrolled #SearchBar {
  z-index: 1029;
}

.stock-assistance {
  text-align: center;
  font-weight: 500;
  margin-top: 8px;
}

.stock-assistance p {
  margin-bottom: 0.4rem;
}

.stock-assistance-artist {
  text-align: right;
}

@media (max-width: 767px) {
  .stock-assistance-artist {
    text-align: center;
  }
}

.listing__thumbs__item__figure__caption--under {
  max-width: 172px;
  text-overflow: clip;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/* homepage grid */
.grid {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.grid-item { 
    width: 350px;
    height: 200px;
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: rgba(0, 0, 0, 0.55);
    overflow: hidden;
}

.grid-item img { 
    width: 100%; 
    transition: all 0.5s;
}

.grid-item img:hover {
    transform: scale(1.1);
}

.grid-item .grid-text {
    color: rgba(255, 255, 255, 0);
    background-color: rgba(0, 0, 0, 0);
    transition: all 0.5s;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 3px;
}

.grid-item:hover .grid-text {
    color: rgba(255, 255, 255, 1);
    background-color: rgba(0, 0, 0, 0.55);
}

@media (max-width: 1100px) {
    .grid-item .grid-text {
        color: rgba(255, 255, 255, 1);
        background-color: rgba(0, 0, 0, 0.55);
    }
}

.grid-item .grid-text .hpt_title {
    font-weight: bold;
}

.grid-item .grid-text span {
    display: block;
}

.grid-item-fill { 
    width: 350px;
    height: 200px;
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #636363;
    overflow: hidden;
}

.container__registerform__form {
    padding-bottom: 20px;
}

/* new portfolio header */

.previewZoom50 {
    zoom: 50%;
}

.artist__portfolio {
    padding: 28px 0 18px 0;
    max-width: 900px;
    margin: 0 auto;
    display: flex;
}

.artist__portfolio .artist__circle__figure,
.artist__portfolio .artist__circle__figure--portrait {
    height: 84px;
    width: 84px;
}

.artist__portfolio  .artist__info__top__title__name {
    font-size: 2.7rem;
    margin-bottom: -10px;
}

.artist__portfolio .artist__info {
    position: relative;
    padding-top: 14px;
}

.artist__portfolio .artist__info .artist__info__top__title__name {
    display: inline-block;
}

.artist__portfolio .artist__info .artist__info__buttons {
    display: block;
    float: right;
}

.artist__portfolio .artist__info .artist__info__buttons div {
    display: inline-block;
}

.artist__portfolio .artist__info .artist__info__buttons .artist__info__tabbed__content__right__socials {
    padding-top: 0;
    margin-top: -5px;
    margin-left: 15px;
    position: relative;
}

.artist__portfolio .artist__info .artist__info__buttons .artist__info__tabbed__content__right__socials a {
    display: inline-block;
    position: relative;
    top: 5px;
}

.artist__portfolio .artist__info .artist__info__details__triggers {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 300px;
    line-height: 29px;
    padding-bottom: 10px;
}

.artist__portfolio .artist__info .artist__info__details__triggers span {
    font-weight: bold;
    position: relative;
    display: inline-block;
    padding-right: 20px;
    color: rgba(0, 0, 0, 0.35);
    cursor: pointer;
}

.artist__portfolio .artist__info .artist__info__details__triggers span.active {
    color: rgba(0, 0, 0, 1);
}

.artist__portfolio .artist__info .artist__info__details__triggers span.active:after {
    content:'';
    clear: both;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    width: 0;
    height: 0;
    border-top: solid 5px #000;
    border-left: solid 5px transparent;
    border-right: solid 5px transparent;
}

.artist__portfolio .artist__info .artist__info__details__triggers span.view__contactInfo__trigger i {
    font-style: normal;
}

.artist__portfolio .artist__info .artist__info__details {
    clear: both;
}

.artist__portfolio .artist__info .artist__info__details div {
    max-height: 0;
    overflow: hidden;
    transition: all .5s ease;
}

.artist__portfolio .artist__info .artist__info__details div .info__close {
    color: #0ad;
    font-weight: bold;
    display: block;
    cursor: pointer;
    margin: 10px 0;
}

.artist__portfolio .artist__info .artist__info__details div .info__close__arrow {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #0ad;
    display: inline-block;
    position: relative;
    top: -2px;
    left: 5px;
}

.artist__portfolio .artist__info .artist__info__details div.active {
    max-height: 2000px;
    padding-top: 10px;
}

#artistNewsDialog {
    max-width: 800px;
    width: 95%;
    max-height: 90vh;
    overflow-y: auto;
}

.artist__2021__hero {
    position: unset;
    height: 300px;
    margin-bottom: 20px;
}

.artist__2021__hero div {
    background-color: #eaeaea;
    height: 300px;
    width: 100vw;
    position: absolute;
    left: 0;
    text-align: center;
    background-size: 2048px;
    background-repeat: no-repeat;
    background-position: center center;
}

.artist__2021__news {
    position: unset;
    height: 300px;
}

.artist__2021__news__container {
    height: 300px;
    width: 100vw;
    position: absolute;
    left: -10px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.previewZoom50 .artist__2021__hero div,
.previewZoom50 .artist__2021__news__container {
    width: 200vw;
}

.artist__2021__news__piece,
.artist__2021__news__piece div.headline {
    width: 453px;
    height: 300px;
    display: inline-block;
    border-radius: 10px;
}

.artist__2021__news__piece {
    margin: 0 10px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.artist__2021__news__piece div.headline {
    font-size: 2rem;
    font-style: italic;
    background-color: transparent;
    color: transparent;
    text-align: center;
    padding: 30px;
    display: flex;
    align-items: center;
}

.artist__2021__news__piece:hover div.headline {
    background-color: rgba(0,0,0,0.5);
    color: white;
}

.tagInfoPopup {
    margin-bottom: 30px;
    font-size: 2rem;
    display: flex;
    position: relative;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}

.tagInfoPopup .nws_logo {
    background-image: url(/assets/img/icons/ispot.svg);
    background-position: left center;
    background-size: 80px 80px;
    background-repeat: no-repeat;
    min-height: 80px;
    height: 80px;
    line-height: 80px;
    padding-left: 48px;
    font-size: 1.9rem;
}

.tagInfoPopup .tlt_i {
    display: inline-block;
    padding: 0 3px;
}

.tagInfoPopup div {
    margin: 0 5px;
}

.container.newsInPopup {
    background: white;
    box-shadow: 0 4px 8px rgb(0 0 0 / 50%);
    border: 2px solid #eaeaea;
    max-width: 835px;
    margin: 18px auto;
    text-align: center;
    position: relative;
    padding: 20px;
}

.container.singleNewsInPopup {
    max-width: 650px;
}

@media (max-width: 1024px) {
    .artist__portfolio .artist__info__details__triggers {
        clear: both;
    }

    .artist__2021__hero {
        height: 25vw;
    }

    .artist__2021__hero div {
        height: 22vw;
        background-size: 150vw;
    }

    .artist__2021__news {
        height: 30vw;
    }

    .artist__2021__news__container {
        left: 0;
        height: 30vw;
    }

    .artist__2021__news__piece,
    .artist__2021__news__piece div.headline {
        width: 45.3vw;
        height: 30vw;
    }

    .artist__2021__news__piece {
        margin: 0 1vw;
    }
}

@media (max-width: 768px) {
    .artist__portfolio .artist__info {
        padding-left: 5px;
    }
    .artist__portfolio .artist__info .artist__info__details__triggers {
        top: 20px;
        left: -88px;
        right: 0;
        width: 230px;
    }
    .artist__portfolio .artist__info .artist__info__details__triggers span.view__contactInfo__trigger i {
        display: none;
    }
    .artist__portfolio .artist__info .artist__info__details__triggers span.view__clients__trigger {
        padding-right: 0;
    }
    .artist__portfolio .artist__info .artist__info__details {
        position: relative;
        top: 15px;
        left: -88px;
    }
    .artist__portfolio .artist__info .artist__info__top__title__name {
        display: block;
        text-align: right;
        margin: 0;
        font-size: 2rem;
    }
    .artist__portfolio .artist__info .artist__info__buttons {
        float: none;
        display: block;
        text-align: right;
        margin-top: 5px 0;
    }
    .artist__portfolio .artist__info .artist__info__buttons div {
        display: block;
    }
    .artist__portfolio .artist__info .artist__info__buttons .artist__info__tabbed__content__right__socials {
        position: relative;
        top: 40px;
        right: -5px;
    }
    .artist__portfolio .artist__info .artist__info__buttons .artist__info__tabbed__content__right__socials a {
        font-size: 1.4rem;
    }
}
