/*
Theme Name: Mab21 WP
Theme URI: 
Author: Studio Mab21
Author URI: https://www.mab21.com/
Description: 
Version: 1.2
License: GNU General Public License v2 or later
*/
 
 
@font-face {
    font-family: "Futura-medium"; 
	src: url("./assets/fonts/futura-medium-bt.ttf") format("truetype");
}

body {
    font-family: "Futura-medium"; 
	background-color:white;
    background-repeat: repeat;
	background-image: url("./assets/images/icons/bg-smog-ferma.jpg"); 
}


@media (min-width: 676px) {  
	body { 
		background-image: url("./assets/images/bg-smog-gif.gif");
	}
}

/*	
body::before{ 
    content: "";
    z-index: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    top: 0px;
    left: 0px;
}
.logo, .menu, .ngview {
	position: relative;
	z-index: 1 !important;
}*/
h1   {
	color:black;
    font-family: "Futura-medium"; 
	text-shadow: 1px 1px #FF0000;
	text-align: center; 
    font-size: 33px;
    letter-spacing: 38px;
	}
h2  {
	color:black;
    font-family: "Futura-medium"; 
	font-weight: bold;
	text-shadow: 1px 1px #FF0000;
	text-align: center;
	font-size: 20px;
	letter-spacing: 5px;
	}

p {
	color:black;
    font-family: "Futura-medium"; 
	font-weight: bold;
	text-shadow: 1px 1px #FF0000;
	text-align: center;
	font-size: 16px;
	letter-spacing: 1px;
}
.nav-menu a { 
    font-family: "Futura-medium"; 
	font-weight: bold;
	text-shadow: 1px 1px #FF0000;
	text-align: center; 
    font-size: 20px;
    letter-spacing: 5px;
}
.nav-menu {
	color:white;
	font-size: 15px;
	letter-spacing: 5px;
}
.nav-menu ul{
    display: flex;
    width: 100%;
    padding: 0px;
    margin: 0px;
    justify-content: center; 
}
.nav-menu ul li {
    list-style: none;
    padding: 0px 20px;
}
.nav-menu ul li a{ 
    text-transform: lowercase;
}

p.footer {
	color:white;
	font-size: 8px;
	font-weight: normal;
	letter-spacing: 5px;
	}

p.text {
	text-align: justify;
	}

p.back {
	text-align: left;
	}

img.artist {
    float: right;
    margin: 0 0 10 10;
}

#event {
	position: relative;
 	z-index: 100;
 	left: 0px;
 	top: -190px;
 	font-size: 11px;
}

span.fluojaune {
    background-color: yellow;
}
span.fluoblanc {
    background-color: white;
}
span.fluonoir {
    background-color: black;
}
/* liens dans le texte*/
a.text:link    {color:fuchsia; background-color:transparent; text-decoration:none}
a.text:visited {color:fuchsia; background-color:transparent; text-decoration:none}
a.text:hover   {color:lawngreen; background-color:transparent; text-decoration:underline}
a.text:active  {color:magenta; background-color:transparent; text-decoration:underline}

/* liens dans le menu*/
.nav-menu a:link    {color:white; background-color:transparent; text-decoration:none}
.nav-menu a:visited {color:white; background-color:transparent; text-decoration:none}
.nav-menu a:hover   {color:yellow; background-color:transparent; text-decoration:none}
.nav-menu a:active  {color:magenta; background-color:transparent; text-decoration:underline}


div.event:hover {
    opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}

div.logo {
	text-align: center;
	width: 100%;
	/*height: 160px;*/
	height: 182px;
	margin: 0px;
	padding:0;
    z-index: 11;
}
div.logo img{
	max-width: 717px;
    cursor: pointer;
}
div.imgcentree {
	text-align: center;
	margin: 0px;
	padding:0;
}

div.menu {
	width: 570px;
    margin: 0px;
    background-color: black;
    margin-left: auto;
	margin-right: auto;
}

div.content {
	background: url("./assets/images/bg-transp.png") repeat;
	width: 570px;
    margin: 0px;
    margin-left: auto;
	margin-right: auto;
	min-height: 150px;
}

div.event {
	/* width: 190px;
	height: 190px; */
	width: 285px;
	height: 285px;
	opacity: 0.7;
}

div.footer {
	width: 570px;
    margin: 0px;
    background-color: black;
    margin-left: auto;
	margin-right: auto;
}
html {
    height:100%;
 }
#flash {
    width: 200px;
    height: 300px;
    /* pointer-events: none;*/
}
.pstn {
	position: absolute;
	z-index: -3;
}

.masonry2 { /* Masonry container */
    column-count: 2;
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-gap: 0px;
}

.item { /* Masonry bricks or child elements */
    display: inline-block;
    width: 100%;
}

.tables{
	width: 285px;
	height: auto;
	display: inline-block;
    margin: auto; 
    margin-left: calc(calc(100% - 285px)/2);
}

.tables .rows_tr{
    width: 285px;
    height: 285px;
	display: inline-block;
	float: left;
    margin-bottom: 6px;
}

.tables .rows_tr .rows_td{
	width: 100%;
	height: 100%;
	padding: 3px;
    position: relative;
}

@media (min-width: 676px) {  
	 .tables{
		width: 100%; 
		margin-left: 0px;
	}
}

@media (min-width: 676px) and (max-width: 1001px) {  
 
	.tables .rows_tr:nth-child(2n){ 
		margin-left: 6px; 
	}
}
@media (min-width: 1002px) {  
 
	.tables .rows_tr:nth-child(3n-1){ 
		margin-left: 6px;
		margin-right: 6px;
	}
}

/* Audio stylyng */

.audioplayer-container {
  position: fixed;
  bottom: 3%;
  right: 1%;
  display: none;
  flex-direction: row-reverse;
  z-index: 999;
  
}
.isplayed .audioplayer-container {
	display: flex;
}

.collapse-audioplayer{
  height: 50px !important;
  width: 50px !important; 
  background-image: url('/wp-content/themes/mab21_wp/assets/images/audioplayer-btn.jpg');
  background-position: center;
  background-size: contain;
  border: 2px solid black;
  cursor: pointer;
  position: relative;
  z-index: 3;
  padding: 0px !important;
}

.audioplayer-content {
  background-color: rgba(0, 0, 0, 0.7);
  position: relative;
  z-index: 2;
}
.audioplayer-content.hide {
  display: none;
  background-color: none;
}

.audiojs {
  height: 22px;
  -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
  background: transparent;
  display: flex;
}

.audiojs .play-pause {
  width: 15px;
  height: 20px;
  padding: 0px 8px 0px 0px;
}

.audiojs p {
  width: 25px;
  height: 20px;
  margin: -3px 0px 0px -1px;
}

.audiojs .scrubber {
  width: 310px;
  height: 10px;
  margin: 5px;
}

.audiojs .progress {
  height: 10px;
  width: 0px;
  background: #ccc;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ccc), color-stop(0.5, #ddd), color-stop(0.51, #ccc), color-stop(1, #ccc));
  background-image: -moz-linear-gradient(center top, #ccc 0%, #ddd 50%, #ccc 51%, #ccc 100%);
}

.audiojs .loaded {
  height: 10px;
  background: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #222), color-stop(0.5, #333), color-stop(0.51, #222), color-stop(1, #222));
  background-image: -moz-linear-gradient(center top, #222 0%, #333 50%, #222 51%, #222 100%);
}

.audiojs .time {
  float: left;
  height: 25px;
  line-height: 25px;
}

.audiojs .error-message {
  height: 24px;
  line-height: 24px;
}

.track-details {
  clear: both;
  height: 20px;
  width: 460px;
  padding: 1px 0px;
  color: #eee; 
  font-size: 11px;
  line-height: 20px;
  -webkit-box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.15);
	padding-right: 0rem;
}

.track-details:before {
  content: '♬ ';
}

.track-details em {
  font-style: normal;
  color: #999;
}


/* Layout styling */

.nav-menu ul {
  flex-wrap: wrap;
}

div.menu,
div.footer {
  width: 875px !important;
    z-index: 12;
}

.menu {
  margin-top: 1.6rem!important;
	z-index: 10;
}

.ngview.ng-scope[ui-view] .content {
  width: 875px;
	overflow-x: hidden;
	overflow-y: hidden;
}

.ngview.ng-scope[ui-view] .content, .ngview.ng-scope[ui-view] .footer, .logo, .menu {
	z-index: 10;
    position: relative;
}

.ngview.ng-scope[ui-view] img {
  max-width: 100%;
  height: auto;
}

.ngview.ng-scope[ui-view] .content div.event {
  /* width: 98%;
  height: auto; */
  margin: auto;
  display: flex;
  flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
}

.event a {
	width: 100%;
}

.ngview.ng-scope[ui-view] .content div.event img {
  width: 100%;
  margin: auto;
  display: flex;
}

.ngview.ng-scope[ui-view] .content div.event #event {
	position: absolute;
    display: block;
    top: 15px;
    height: 0px !important;
    font-size: 16px;
    margin-top: 0.4rem;
    padding: 0rem;
    width: calc(100% - 20px);
    margin-left: 10px;
}

#flash {
  position: absolute;
  bottom: 10%!important;
  left: 6% !important;
	z-index: 1;
}

div.track-details {
  white-space: nowrap;
  overflow:hidden;
}
div.track-details > div.text-detail {
  white-space:nowrap;
  display:inline;
  width: auto;
}

@media (max-width: 1025px) {
  .ngview.ng-scope[ui-view] .content div.event {
    opacity: 1;
  }
}

@media (max-width: 1002px) {

  div.menu,
  div.footer {
    width: 584px !important;
  }

  .ngview.ng-scope[ui-view] .content {
    width: 584px;
  }

  /*.ngview.ng-scope[ui-view] .content div.event {
    opacity: 1;
  }*/
  .ngview h1 {
    font-size: 30px;
    letter-spacing: 28px;
  }
	.ngview.ng-scope[ui-view] .content div.event #event {
    	margin-top: 0.6rem;
	}

}

@media (max-width: 677px) {

  .audioplayer-container {
    width: 98%;
  }

	.audioplayer-content {
		width:calc(100% - 50px);
	}

  .audiojs .scrubber {
    width: 119px;
  }

  .logo {
    height: auto !important;
  }

  .logo img {
    width: 100%;
    height: auto;
  }

  .menu {
    background-color: transparent !important;
	margin-top: 0!important;
  }
	div.menu, div.footer {
		width: 100%!important;
	}

  .nav-menu ul li {
    margin: 0.3rem 0;
    background-color: black;
  }

  .ngview.ng-scope[ui-view] .content {
    width: 100%;
  }

  .tables .rows_tr .rows_td {
    padding: 0;
  }

  .ngview.ng-scope[ui-view] .content div.event img {
    width: 100%;
  }
	.ngview.ng-scope[ui-view] .content div.event #event {
    	margin-top: 0.4rem;
	}
	
	.audiojs, .track-details {
		width: 100%;
	}
}
.startsong{
	cursor: pointer;
    font-size: 13px;
}
.event{
	position: relative;
}
.playlist_{
	position: absolute;
    left: 20px;
    bottom: 10px;
}
.playlist_.hide{
	display: none;
}
.pulsanti{
	width: 30px;
	height: 30px;
	cursor: pointer;
    position: relative;	
}
.pulsanti.hide{
	display: none;
} 
.inagg{
    text-decoration: unset !important;
}


.playericon{
    position: absolute;
    z-index: 4;
    right: 0px;
    top: 0px;
    width: 20px;
    height: 20px;
	display: none;
    cursor: pointer;
}
.playericon svg{ 
    width: 20px;
    height: 20px;
}
.apened .playericon.a_1{
	display: block;
} 
.audioplayer-container:not(.apened) .playericon.a_2{
	display: block;
}

.startsong_box{
    position: relative;
    width: auto;
    display: inline-block;
    padding-left: 35px;
    line-height: 30px;
    background-color: fuchsia;
    color: #fff;
}
.startsong_box .playlist_{
    top: 0px;
    left: 0px;
    bottom: auto;
}
.startsong_box .startsong{
	
}
.startsong_box .pulsanti { 
    width: 15px;
    height: 15px;
    cursor: pointer;
    margin-top: 3px;
    margin-left: 7.5px; 
}
.pretitle{
    position: absolute;
    z-index: 4;
    left: 100%;
	top: 0px;
    height: 30px;
    font-size: 13px;
    line-height: 30px;
    color: #fff;
    padding-left: 3px;
}

.artits_l{
	position:relative;
}
.artits_l:before{
	content:"";
	width: 100%;
	height: 100%; 
	position:absolute;
	z-index: 2;
	display: none;
}
.artits_l.nots:before{ 
	display: block;
}
.artits_l.nots{ 
	opacity: .2;
}
.artits_l.nots a{
	position:relative;
	z-index:-1;
}
.cercar_art{
    text-align: center;
}
.cercar_art input{
    color: black;
    font-family: "Futura-medium"; 
    text-align: center;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 10px 20px;
    min-width: 310px;
}
::-webkit-input-placeholder { /* Edge */
    color: black;
    font-family: "Futura-medium"; 
    letter-spacing: 1px;
    text-transform: uppercase;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: black;
    font-family: "Futura-medium"; 
    letter-spacing: 1px;
    text-transform: uppercase;
}

::placeholder {
    color: black;
    font-family: "Futura-medium"; 
    letter-spacing: 1px;
    text-transform: uppercase;
}

a.menu:visited {
    color: white;
    background-color: transparent;
    text-decoration: none;
}
a.menu:hover {
    color: yellow;
	background-color: transparent;
    text-decoration: none;
}
a.menu:link {
    color: white;
    background-color: transparent;
    text-decoration: none;
}