/*.item-page {
  max-width: 100%;
}*/
html body {
  background-image: url("../../../../images/headers/MB-BG-01.jpg");
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.t4-main-top-1 {
  padding-top: 4.5rem;
}
 @media (min-width: 992px) {
.t4-main-body {
  padding-top: 4.5rem;
   }
}
@media (min-width: 1400px) {
.t4-main-body.no-sidebar .item-page .item-image {
  margin-right: 0;
  margin-left: 0;
  }
}
.t4-megamenu .navbar-nav > li > a, .t4-megamenu .navbar-nav > li > .nav-link {
  font-size: 1rem;
}
.category-module li a::before {
  display:none;
}
h1.page-subtitle {font-size: var(--h2-font-size);}
.share-social {display:none !important;}
.slide-projects-list .intro-image img {
  height: auto;
}
.layout-home-2 #t4-header .social-follow-wrap a, .layout-home-2 .t4-off-canvas-body .social-follow-wrap a {
  margin-right: 16px;
  border:none;
  width:auto;
}
.layout-home-2 #t4-header .header-bottom .fa, .layout-home-2 .t4-off-canvas-body .fa  {
  font-size:20px;
}
.layout-home-2 .t4-off-canvas-body .social-follow-wrap {
  border-right: none;
}
/* Artists - Home */
.artists .title-hero-lead {
  font-size: var(--h2-font-size);
}
.artists .view-projects-wrap .item-wrap {
  margin-bottom: 16px;
}
.artists .view-projects-wrap .view-project .item-image {
  margin: 0 0 16px 0;
}
.artists .view-projects-wrap .view-project .item-image img {
    -webkit-transition: 500ms all;
    -o-transition: 500ms all;
    transition: 500ms all; 
}
.artists .view-projects-wrap .view-project .item-image:hover {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1);
  position:relative;
  z-index:1000;
}
.artists .fields-container {
  text-align:center
}
.view-category.artists .fields-container  {
  display:none;
}
.view-category.artists .page-header h2 {
  text-align:center;
  font-size: var(--h4-font-size);
}
.artists .item-page .item-image {
  margin:0
}
.artists .afterdisplaytitle {
  position: relative;
  top: -80px;
}
.afterdisplaytitle .fields-container li {
  color: #999;
  display: inline-grid;
  width: 32.333333%;
  font-size: 0.9rem;
  font-weight: bold;
}
.artists .field-entry.press, .artists .field-entry.agent, .artists .field-entry.presskit {
  position: relative;
  top: -30px;
  font-size: 0.9rem;
  text-align:left;
}
.artists .field-entry.press .field-label, .artists .field-entry.agent .field-label, .artists .field-entry.presskit .field-label {
  font-weight:bold;
}
.view-article.artists .t4-main-top-1 {
  display:none;
}
.artists .view-projects-wrap #item-container .item-wrap {
  padding-left: 0;
  padding-right: 0;
}
.artists .item-page .article-aside {
  margin-bottom: 0;
}
  @media (max-width: 1920px) {
.view-category.artists .page-header h2 {
  font-size: var(--h6-font-size);
    }
}
  @media (max-width: 1024px) {
.view-category.artists .page-header h2 {
  font-size: 14px;
    }
}
/* Media */
.media .blog-item-content .item-image {
  display:none;
}
.media .items-row .item .item-content h2, .media .items-row .item .item-content .h2 {
  font-size: var(--h4-font-size);
}
/* Calendar */
.calendar .category-desc {
  border-left: 1px solid #e9ecef;
  border-right: 1px solid #e9ecef;
  border-top:none;
  border-bottom:none;
  padding:0;
}
/* Custon Fields */
.fields-container {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Social */
.field-entry.spotify, .field-entry.beatport, .field-entry.soundcloud, .field-entry.instagram, .field-entry.facebook, .field-entry.youtube, .field-entry.bandcamp, .field-entry.website, .field-entry.applemusic, .field-entry.amazon-music {
	display: inline-block;
	
}
.field-entry.spotify .field-label, .field-entry.beatport .field-label, .field-entry.soundcloud .field-label, .field-entry.instagram .field-label, .field-entry.facebook .field-label, .field-entry.youtube .field-label, .field-entry.bandcamp .field-label, .field-entry.website .field-label, .field-entry.amazon-music .field-label,.field-entry.applemusic .field-label {
	display: none;
	
}
.field-entry.spotify .field-value a, .field-entry.beatport .field-value a, .field-entry.soundcloud .field-value a, .field-entry.instagram .field-value a, .field-entry.facebook .field-value a, .field-entry.youtube .field-value a, .field-entry.bandcamp .field-value a, .field-entry.website .field-value a, .field-entry.amazon-music .field-value a, .field-entry.applemusic .field-value a {
	color:transparent;
	display: block;
	height: 32px;
	width: 32px;
	font-size: 8px;
}
.field-entry.spotify .field-value  a {
	width:32px;
	height:32px;
	background-image: url(../../../../images/icons/spotify.png);
	background-position: top center;
	background-repeat: no-repeat;
}
.field-entry.beatport .field-value  a {
	width:32px;
	height:32px;
	background-image: url(../../../../images/icons/beatport.png);
	background-position: top center;
	background-repeat: no-repeat;
}
.field-entry.soundcloud .field-value  a {
	width:32px;
	height:32px;
	background-image: url(../../../../images/icons/soundcloud.png);
	background-position: top center;
	background-repeat: no-repeat;
}
.field-entry.instagram .field-value  a {
	width:32px;
	height:32px;
	background-image: url(../../../../images/icons/instagram.png);
	background-position: top center;
	background-repeat: no-repeat;
}
.field-entry.facebook .field-value  a {
	width:32px;
	height:32px;
	background-image: url(../../../../images/icons/facebook.png);
	background-position: top center;
	background-repeat: no-repeat;
}
.field-entry.youtube .field-value  a {
	width:32px;
	height:32px;
	background-image: url(../../../../images/icons/youtube.png);
	background-position: top center;
	background-repeat: no-repeat;
}
.field-entry.bandcamp .field-value  a {
	width:32px;
	height:32px;
	background-image: url(../../../../images/icons/bandcamp.png);
	background-position: top center;
	background-repeat: no-repeat;
}
.field-entry.website .field-value  a {
	width:32px;
	height:32px;
	background-image: url(../../../../images/icons/website.png);
	background-position: top center;
	background-repeat: no-repeat;
}
.field-entry.applemusic .field-value  a {
	width:32px;
	height:32px;
	background-image: url(../../../../images/icons/apple-music.png);
	background-position: top center;
	background-repeat: no-repeat;
}
.field-entry.amazon-music .field-value  a {
	width:32px;
	height:32px;
	background-image: url(../../../../images/icons/amazon-music.png);
	background-position: top center;
	background-repeat: no-repeat;
}
/* GaLLERY */
.artists .showtime-carousel {
  padding: 0;
}
.artists .showtime-carousel .showtime-image {
  padding:0;
  margin:0;
}
.artists .showtime-carousel .showtime-image img {
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}

/* JA TABS */
.ja-tabswrap {
  border-bottom: solid 1px #e3e3e3 !important;
}

.zite .ja-tabs-title-top ul.ja-tabs-title li h3 {
  font-size: 1.0rem;
}
.ja-tabswrap div.ja-tab-subcontent {
  margin-right: 20px;
}
.ja-tab-panels-top {
  overflow:auto !important;
  min-height:620px;
}
@media (max-width: 575.98px) {
    .zite .ja-tabs-title-top ul.ja-tabs-title li h3 {
        padding: 0 10px !important;
    }
    .artists .afterdisplaytitle {
        top: 10px;
        padding-bottom: 70px;
    }
    .afterdisplaytitle .fields-container li {
        display: inline-block;
        width: 100%;
        font-size: 0.9rem;
        font-weight: normal;
        text-align: left;
    }
    .afterdisplaytitle .fields-container li .field-label {
        font-weight: bold;
    }
}
/* GIGWELL */
.gigwell-branding, a.gigwell-branding {display:none !important;}

/* Latest News Enchanced Pro */
#Mod131 .module-title span {
  font-size: 32px;
}
#lnee_131 .newsinfooverhead .item_details .newsextra, #lnee_131 .newsinfooverhead .newstitle, #lnee_131 .newsinfo .item_details .newsextra, #lnee_131 .newsinfo .newstitle, #lnee_131 .newsinfo .newsintro {
  padding-bottom: 10px;
}
.tns-nav {
  margin: 10px 0 30px 0;
}
.tns-nav > [aria-controls] {
  width: 15px;
  height: 15px;
}
/* Contact */
.view-contact .title-lead {display:none;}
/* Baetprot icon */
.fa-beatport::before {
  content: url(../../../../images/icons/beatport-left.png);
}