.artists-title, .pab-title {
  font-size: 35px;
  line-height: 29.41px;
  text-transform: uppercase;
}

@media(min-width: 768px) {
  .wrapper {
    margin-top: 90px;
  }
}

/* artists*/

.artists-wrapper>div:not(:last-child), .publications-wrapper>div:not(:last-child) {
  border-right: 1px solid #7f7f7f;
}

.artists-search {
  justify-content: flex-end;
  margin: 10px 0;
}

.artists-search>input {
  border: none;
  outline: none;
  width: 220px;
  color: #b1b1b1;
  font-style: italic;
  font-size: 15px;
  line-height: 27px;
}

@media(max-width: 768px) {
  .artists-search>input {
    width: 100%;
  }
}

.artists-search>img {
  margin-left: 20px;
  cursor: pointer;
  width: 20px;
  height: 20px;
}

.artists-title {
  width: 320px;
  padding: 5px 0 15px 0;
}

.artists-item, .project-title {
  font-size: 20px;
  margin-bottom: 55px;
  text-transform: uppercase;
  position: relative;
}

.artists-item {
  position: static;
  width: calc(100% / 3 - 20px);
  display: inline-block;
  vertical-align: top;
}

.artists-item a {
  padding-bottom: 17px;
  display: inline-block;
  border-bottom: 4px solid transparent;
}

.artists-item:hover a {
  border-bottom: 4px solid;
}

/*artisct pic hover */

.artist-pic-popUp {
  width: 100%;
  background-color: #fff;
  transition-duration: 0.3s;
  z-index: 2000;
  cursor: auto;
  margin-top: 21px;
}

.artist-pic-popUp img {
  opacity: 0;
  visibility: hidden;
  height: auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition-duration: 0.3s;
}

.artists-item:hover .artist-pic-popUp {
  height: 420px;
  position: absolute;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition-duration: 0.3s;
  border-top: 2px solid #7f7f7f;
  border-bottom: 2px solid #7f7f7f;
}

.artists-item:hover .artist-pic-popUp img {
  height: 260px;
  opacity: 1;
  visibility: visible;
}

/*end */

::-webkit-input-placeholder {
  color: #b1b1b1;
  font-style: italic;
  font-size: 15px;
  line-height: 27px;
}

::-moz-placeholder {
  color: #b1b1b1;
  font-style: italic;
  font-size: 15px;
  line-height: 27px;
}

:-moz-placeholder {
  color: #b1b1b1;
  font-style: italic;
  font-size: 15px;
  line-height: 27px;
}

:-ms-input-placeholder {
  color: #b1b1b1;
  font-style: italic;
  font-size: 15px;
  line-height: 27px;
}

.artists-list {
  width: calc(100% - 445px);
  padding: 35px 0;
  margin: 35px 0;
  margin-left: 320px;
  position: relative;
}

.share {
  position: absolute;
  bottom: 25px;
  left: 25px;
  cursor: pointer;
}

.social-icons {
  display: none;
  transition: 0.3s;
  width: 17px;
  text-align: center;
  transition: 0.3s;
  position: absolute;
  bottom: 5px;
  left: 25px;
  z-index: 2;
  background: #fff;
}

.social-icons img {
  margin-bottom: 13px;
  cursor: pointer;
}

.social-icons img:hover {
  opacity: 0.7;
}

.sidebar-bottom:hover .social-icons {
  display: block;
}

.btn {
  width: 210px;
  height: 50px;
  border: 2px solid #000000;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 50px;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
}

.btn:before {
  content: '';
  width: 10px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: -2px;
}

@media all and (max-width: 768px) {
  .artists-list {
    width: 100%;
    margin: 0 auto;
  }
  .artists-item {
    width: calc(50% - 2px);
  }
}

@media all and (max-width: 640px) {
  .artists-item {
    width: 100%;
  }
  .wrapper-title-mob {
    flex-direction: column;
  }
  .artists-search {
    justify-content: flex-start;
  }
  .artist-pic-popUp {
    margin-top: 0;
  }
  .artists-item {
    margin-bottom: 12px;
  }
  .artists-item:hover .artist-pic-popUp {
    min-height: 300px;
  }
  .artists-item:hover .artist-pic-popUp img {
    width: 320px;
  }
  .artists-title {
    width: initial;
  }
}

/*NEW*/

@media all and (max-width: 1440px) {
  .artists-search {
    margin-right: 30px;
  }
}

@media all and (max-width: 1200px) {
  .artists-list {
    width: 100%;
    margin-left: 0;
  }
  .artists-item {
    text-align: center;
  }
}

@media all and (max-width: 920px) {
  .artists-item {
    text-align: left;
  }
}

.vertical-text {
  height: 380px !important;
}

.wrapper {
  margin-top: 0px;
}