

.block_d15ca190c35d4d81bd4b1cad6810312d {
    display: none;
}

.tel-number {
    float: left;
    margin-left: 0 !important;
}

.headerContainer {
    padding-left: 28px; /* was 18 */
    padding-right: 30px;
}

.headerContent .logo {
    width: 230px !important;
}

.navContainer {
    padding-left: 30px;
    padding-right: 30px;
}


/* ----------------------- FOOTER (start) -------------------------*/
/* Add 1% icons in footer: */
.footerContent .wordpress {
    background-image: url(https://static.livebooks.com/a5979ac5ce97491d97bc2b50c08310fe/i/fcb4841da63d495c952d6fc9c5509cbd/1/5feFb8zhrk/1%25%20icons_planet.png);
    background-position: center;
    background-size: 23px auto;
}
.zocial.wordpress:before {
    opacity: 0;
}

/* Resize 1% icons: */
.block_adfacc1615394ea98b1cebbba291df4d li a.zocial {
    /*
    width: 30px;
    height: 30px;
    */
}

/* ----------------------- FOOTER (end) -------------------------*/


.primaryAndSecondaryContainer {
    border-top: 2px solid black;
    border-bottom: 2px solid black;
    margin: 0 30px;    
}

.custom-homepage {
    padding: 10px 0;
}

.lb-homepage-nav {
  background-color: transparent;
  width: 485px;
  height: 450px;
  float: left;
  position: relative;
  display: flex;
  flex-flow: column wrap;
}

.lb-homepage-nav a {
    padding: 6px 20px 0 0;
    font-weight: bold;
    max-width: 260px;
}

.lb-grid {
  float: right;
  position: relative;
  width: calc(100% - 485px);
  max-width: calc(100vh - 280px);
}

.lb-row:first-child .lb-box {
    margin-top: 0;
}

.lb-row .lb-box:last-child {
    margin-right: 0;
}

.lb-row {
  display: flex;
}
.lb-box {
  background: #f0f0f0;
  margin: 10px 10px 0 0;
  color: white;
  flex: 1 0 auto;
  position: relative;
  transition: opacity 1s ease;
}
.lb-box:after {
  content: "";
  display: block;
  margin-top: 100%;
}
.lb-box .lb-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  opacity: 0;
  z-index: 1;
  transition: opacity 2s ease;
}

.lb-inner.active {
    z-index: 999;
    opacity: 1;
}

.lb-inner.show-image {
    z-index: 1000;
    opacity: 1;
    transition: opacity 1s ease;
}

.lb-lowlight-box {
    opacity: .2;
}

/* --- Artist Page --- */

/*.pageContainer:not(#generic):not(#home) .primaryContentContainer .blockContainer */
/* .fullDetailsItem */
.fullDetailsItem .blockContainer {
    float: left;
    width: 100%;
}

.fullDetailsItem .blockContainer:nth-child(2) {
    width: 49%;
    float: left;
}

.fullDetailsItem .blockContainer:nth-child(3),
.fullDetailsItem .blockContainer:nth-child(4) {
    width: 49%;
    float: right;
}

.fullDetailsItem .blockContainer:nth-child(5) { 
  height: 200px;
  position: relative;
  overflow: hidden;
  transition: height 1s ease;
}

.fullDetailsItem .blockContainer:nth-child(5) .read-more { 
  position: absolute; 
  bottom: 0; 
  width: 100%; 
  height: 140px;
  text-align: center; 
  margin: 0; 
  padding: 0; 
  background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1));
}

.fullDetailsItem .blockContainer:nth-child(5) .read-more a { 
  padding: 20px;
  top: 125px;
  position: relative;
  cursor: pointer;
  background-color: transparent;
  color: #dc3230;
  text-transform: uppercase;
  font-weight: bold;
}
/* --- END Artist Page --- */

/*align according to the position of the logo*/
.fullBleed .noSecondaryContent .primaryAndSecondaryContent .blockContent {
    padding-left: 0;
    padding-right: 0;
}

@media screen and (max-width: 768px) {
    .block_d15ca190c35d4d81bd4b1cad6810312d {
        display: block;
        padding: 30px;
    }
    .custom-homepage {
        display: none;
    }
    
    .tel-number {
        width: 100%;
    }
    
    .fullDetailsItem .blockContainer:nth-child(2),
    .fullDetailsItem .blockContainer:nth-child(3),
    .fullDetailsItem .blockContainer:nth-child(4) {
        width: 100%;
    }
}