/* <style> */
		.mffhpel {
			position:relative;
			margin:10px 0;
			}
		.mffhpimg {
			/* object-fit: cover; */ /* contain; */
			width:100%;
		}
		.mffhpimglabel{
			position: absolute;
			top:0;
			left:0; /* right:0; 20220622 */

			color: #000;
		      	background-color: #FFF;
			padding:6px 12px;

			font-family: var(--ikv3-font-label); /* \'Noto Sans Mono\', monospace; */
			font-weight:500;
			text-transform:uppercase;
		}

		.hex_section {
		
			font-family: var(--ikv3-font-label);
			font-size: 14px;

			text-transform: uppercase;


			padding-top:42px;
			text-align:center;
			/* font-weight: bold; 20230328 */
		}

		.hex_section.guitar {
			/* background-image: url('/images/layout/IK_LOGO_2022_guitar_RGB.svg'); */
		}
		.hex_section.recording {
			/* background-image: url('/images/layout/IK_LOGO_2022_recording_RGB.svg'); */
		}
		.hex_section.instruments {
			/* background-image: url('/images/layout/IK_LOGO_2022_instruments_RGB.svg'); */
		}
		.hex_section.creators {
			/* background-image: url('/images/layout/IK_LOGO_2022_creators_RGB.svg'); */
		}

		.hex_section::after {
			content:" ";
			display:block;
			width:40%;
			height: 2px;
			margin:6px auto 20px;
			transition: width 1s;
		}
		.hex_section:hover::after {
			width:100%;
		}

		.hex_section.guitar::after {
			background-color: var(--ikv3-color-guitar);
		}
		.hex_section.recording::after {
			background-color: var(--ikv3-color-recording);
		}
		.hex_section.instruments::after {
			background-color: var(--ikv3-color-instruments);
		}
		.hex_section.creators::after {
			background-color: var(--ikv3-color-creators);
		}


		

		a .hex_section,
		  .artitst-home-info a {
			color:#333;
		  }
		a .hex_section:hover,
		  .artitst-home-info a:hover {
			color:#000;
			transition: color .5s;
		  }

/* 20230727 */		  
		a .hex_section,
		  .artitst-home-info a {
			color:rgba(0,0,0,.7) !important; 			
		  }
		a .hex_section:hover,
		  .artitst-home-info a:hover {
			color:rgba(0,0,0,1) !important; 
			transition: color .5s;
		  }

		  .bkg-dark a .hex_section,
		  .bkg-dark .artitst-home-info a {
			color:rgba(255,255,255,.7) !important; /* 20230328 - #333; */
		  }
		 .bkg-dark a .hex_section:hover,
		 .bkg-dark .artitst-home-info a:hover {
			color:rgba(255,255,255,1) !important; /* 20230328 - #000; */
			transition: color .5s;
		  }
/* END 20230727 */		  



		.artitst-name {
			text-align: center;
			font-weight: bold;
			font-size: 17px;
			text-transform: uppercase;
			white-space: nowrap;
			overflow: hidden;
			text-overflow: ellipsis;

		}
		.artitst-short-desc {
			text-align: center;
			white-space: nowrap;
			overflow: hidden;
			text-overflow: ellipsis;
		}
		.bkg-dark .artitst-short-desc {
			color:rgba(255,255,255,.7); /* 20230328 */
		}

		.home-artist-section {
			padding-bottom:50px; /* MOBILE */
		}
		@media screen and (min-width:768px) and (max-width:1199px) { /* TABLET */
			.home-artist-section {
				padding-bottom:0;
			}  
			.home-artist-section:nth-child(-n+2) { /* solo i primi due elementi */
				padding-bottom:50px;
			}  
		}		
		@media screen and (min-width:1200px) { /* DESK */
			.home-artist-section {
				padding-bottom:0;
			}  
		}


		.mffhpimg {
			/* filter: grayscale(); */
		
		}
		.home-first-title {
			/* 7F7F7F; */
	   }

/* 20230727 */
	   .company-name, .home-page-container .company-name {
		   color:#000;
	   }
	   .slogan, .home-page-container .slogan {
		   color:#C00;
	   }

	   
	   .bkg-dark .company-name, .bkg-dark .home-page-container .company-name {
		   color:#FFF;
	   }
	   .bkg-dark .slogan, .bkg-dark .home-page-container .slogan {
		   color:#666;
	   }
/* END 20230727 */

		.mffhpel {    
			position: relative;        
			margin: 10px 0;
		}


/* </style> */


