/* SHARED BETWEEN VIEW-ARTIST AND PRODUCT-DETAILS PAGES */
.statement.light {
  color: #f7f7f7;
}

.more {
  color: #f7f7f7;
  display: block;
  margin-top: 20px;
  margin-bottom: 25px;
  cursor: pointer;
  font-size: 24px;
}
.more:hover {
  color: inherit;
  text-decoration: underline;
}
@media (max-width: 1024px) {
  .more {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .more {
    font-size: 18px;
  }
}
@media (max-width: 568px) {
  .more {
    margin-top: 10px;
  }
}

.artist-content {
  margin-top: 15px;
}
.artist-content .title-block {
  margin-right: 20px;
  vertical-align: top;
}
.artist-content .button-group {
  vertical-align: top;
}
.artist-content .button-group a {
  margin-left: 0;
}
.artist-content p {
  font-family: "Hind Vadodara", sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #f7f7f7;
  line-height: 22px;
}

.artist-image {
  border: 2px solid #fff;
  border-radius: 50%;
  max-width: 170px;
  overflow: hidden;
  position: relative;
}
.artist-image:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.artist-image img {
  width: 100%;
  height: 100%;
  position: absolute;
}
@media (max-width: 767px) {
  .artist-image {
    margin: 0 auto;
  }
}

.banner-container .artist-image {
  max-width: 270px;
}
@media (max-width: 1024px) {
  .banner-container .artist-image {
    max-width: 220px;
    max-height: 220px;
  }
}
@media (max-width: 767px) {
  .banner-container .artist-image {
    max-width: 170px;
    max-height: 170px;
  }
}
@media (max-width: 568px) {
  .banner-container .artist-image {
    max-width: 120px;
    max-height: 120px;
  }
}

.icon-plus, .icon-pencil {
  width: 20px;
  height: 21px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  font-size: 21px;
}
@media (max-width: 1024px) {
  .icon-plus, .icon-pencil {
    width: 16px;
    height: 16px;
    margin-right: 5px;
  }
}

h3.address, h1.name {
  font-family: "Hind Vadodara", sans-serif;
  font-weight: 300;
  font-size: 22px;
  color: #4b4b4b;
  text-transform: none;
}
h3.address.light, h1.light.name {
  color: #f7f7f7;
}
@media (max-width: 1024px) {
  h3.address, h1.name {
    font-size: 18px;
    line-height: 18px;
  }
}
@media (max-width: 767px) {
  h3.address, h1.name {
    text-align: center;
  }
}
@media (max-width: 568px) {
  h3.address, h1.name {
    font-size: 18px;
    line-height: 18px;
  }
}

h1.name {
  font-size: 40px;
  margin-bottom: 25px;
}
h1.name.light {
  color: #f7f7f7;
}
@media (max-width: 1024px) {
  h1.name {
    font-size: 40px;
    line-height: 40px;
  }
}
@media (max-width: 568px) {
  h1.name {
    font-size: 38px;
    line-height: 38px;
    margin-bottom: 10px;
  }
}

.display_inline_block {
  display: inline-block;
}
@media (max-width: 568px) {
  .display_inline_block {
    width: 100%;
  }
}

.artist-content p {
  color: #333333;
}
@media (max-width: 1024px) {
  .artist-content p {
    font-size: 22px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .artist-content p {
    font-size: 20px;
    line-height: 24px;
    white-space: normal;
    display: block;
    text-align: center;
  }
}
@media (max-width: 568px) {
  .artist-content p {
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 22px;
    line-height: 26px;
  }
}
.artist-content .button-group {
  margin-bottom: 20px;
  margin-left: -10px;
}
@media (max-width: 1440px) {
  .artist-content .button-group {
    margin-top: 5px;
  }
}
@media (max-width: 767px) {
  .artist-content .button-group {
    margin-bottom: 10px;
    text-align: center;
    display: block;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .artist-content .title-block {
    display: block;
    margin: 0 auto;
    width: auto;
    float: none;
  }
}

@media (max-width: 1024px) {
  .shipping p {
    font-size: 22px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .shipping p {
    font-size: 20px;
    line-height: 24px;
  }
}

/* ########################################################################## */
/* --------------------- PARTIALS/VIEWS/BLOCK-NAVIGATION -------------------- */
/* ########################################################################## */
.favorite-navigation ul li {
  margin: 0 !important;
  display: inline-block;
  float: left;
}
@media (max-width: 568px) {
  .favorite-navigation ul li {
    margin-bottom: 15px !important;
  }
}
@media (max-width: 568px) {
  .favorite-navigation ul li {
    width: 100%;
  }
}
.favorite-navigation .nav-text li a {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  border: 1px solid #e9e9e9;
  border-radius: 0;
  color: #666666;
  display: block;
  font-size: 14px;
  letter-spacing: 1px;
  margin-right: 0;
  padding: 16px 25px;
  text-transform: uppercase;
  width: auto;
  background-image: none;
  border-bottom: none;
  border-right: none;
}
.favorite-navigation .nav-text li a:hover, .favorite-navigation .nav-text li a:focus {
  background-color: #eee;
  background-image: none;
  text-decoration: none;
}
@media (max-width: 767px) {
  .favorite-navigation .nav-text li a {
    padding: 16px 5px;
    font-size: 11px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
}
@media (max-width: 568px) {
  .favorite-navigation .nav-text li a {
    border: 1px solid #e9e9e9;
  }
}
.favorite-navigation .nav-text li.active a {
  background: transparent url("/images/active-link-bg.png") repeat-x scroll center center;
  border-top: 3px solid #333;
  color: #333;
  margin-top: -2px;
}
.favorite-navigation .nav-text li:last-child a {
  border-right: 1px solid #e9e9e9;
}
@media (max-width: 568px) {
  .favorite-navigation .nav-text li:last-child a {
    background-repeat: no-repeat;
    background-size: cover;
    border-right: medium none;
  }
}

.favorite-navigation-title {
  border-bottom: 1px solid #ddd;
  display: inline-block;
  width: 100%;
}
.favorite-navigation-title ul li {
  width: 25%;
  text-align: center;
  max-width: 250px;
}
@media (max-width: 990px) {
  .favorite-navigation-title ul li {
    max-width: 100%;
    text-align: center;
    width: 25%;
  }
}
@media (max-width: 767px) {
  .favorite-navigation-title ul li {
    max-width: 100%;
    text-align: center;
    width: 100%;
  }
}

.favorite-navigation-text {
  color: #000;
  font-size: 16px;
  font-weight: 800;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: 11px;
}
@media (max-width: 767px) {
  .favorite-navigation-text {
    position: relative;
    text-align: center;
    padding-bottom: 18px;
  }
}

.background-image {
  position: absolute;
  top: -5px;
  left: -5px;
  height: 105%;
  width: 105%;
  filter: blur(4px) brightness(50%);
  -webkit-filter: blur(4px) brightness(50%);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: #999;
}

.banner-block {
  width: 100%;
  min-height: 380px;
  position: relative;
  overflow: hidden;
}
.banner-block .row {
  padding-top: 60px;
}
.about-artist-block {
  padding: 25px;
}
.about-artist-block .artist-block-row {
  font-family: "Hind Vadodara", sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 26px;
  padding-bottom: 30px;
  color: #333;
}

.statement .more.tab:focus {
  color: inherit;
}
