/*
	Fernando Antunnes v2
	Copyright: Fernando Antunnes | https://www.fernandoantunnes.com
*/


/* Setup */
body {
	width:100%;
	height:100%;
	font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	/*color:#d3d3d3;*/
	color:#fff;
	background: #0f0f11;
	font-weight:300;
	margin: 0;
	background-image: url('../img/bg-dark.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
html {
	width:100%;
	height:100%;
}
h1{
	margin:0;
	padding-bottom: 60px;
	font-family: 'Gothic A1', sans-serif;
	font-size: 45px;
	letter-spacing: 5px;
	text-transform: uppercase;
	text-align: center;
}
h2{
	font-family: 'Gothic A1', sans-serif;
	font-size: 20px;
	text-transform: uppercase; 
	letter-spacing: 1px;
	margin: 0;
}
p {
	margin:0 0 25px;
	font-size:18px;
	line-height:1.5;
}
img {
	max-width:100%;
}
a {
	color:inherit;
	-webkit-transition:all .2s ease-in-out;
	-moz-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
	text-decoration: none;
}
a:hover {
	text-decoration:none;
	color:#fff;
	opacity: 0.7;
}
a:focus {
	text-decoration:none;
	color:#fff;
}
#video, #music, #tour{
	padding: 50px 0;
	float: left;
	width: 100%;
}


/***  Menu  ***/

/* TopMenu */
.menubar{
	width: 100%;
	position: absolute;
	padding: 10px 0 50px 0;
}
.top-bar {
	color: #f2f2f2;
	padding: 20px 30px 40px 30px;
}
.top-bar a{
	text-decoration: none;
	color: #f2f2f2;
	text-shadow: rgba(0, 0, 0, 0.6) 1px 1px 3px;
}
.top-bar a:hover{
  	color: #f2f2f2;
}
.logo{
	float: left;
}
.menu {
	float: right;
	padding: 4px 30px 0 10px;
	margin: auto;
	font-size: 20px;
}
.item-menu{
	padding: 5px 10px;
	display: inline;
}


/* TopMenu Links */
.menu-links{
	float: right;
	padding: 8px 0;
}
#menu-links-list{
	padding: 0px;
	margin: 0;
}
#menu-links-list li{
	display: inline-block;
	list-style: none;
	text-transform: uppercase;
	padding: 0 10px;	
}
.button-menu{
	display: none;
}
.navbar-toggle{
	font-size: 25px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	float: right;
	color: #f2f2f2;
	height: 100%;
}


/* Side Navigation Menu */
.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 999;
	top: 0;
	right: 0;
	background-color: #0f0f11;
	overflow-x: hidden;
	padding-top: 60px;
	transition: 0.5s;
}
.sidenav-menu{
	padding-top: 15vh;
}
.sidenav a {
	padding: 20px 0;
	text-decoration: none;
	font-size: 20px;
	color: #f1f1f1;
	display: block;
	transition: 0.3s;
	text-align: center;
}  
.sidenav a:hover {
	color: #f1f1f1;
}  
.sidenav .closebtn {
	position: absolute;
	top: 0;
	font-size: 36px;
	right: 25px;
	padding: 0 10px;
}  


/***  Content ***/
#main {
	transition: margin-left .5s;
}


/* Head */
.head{
	height: 100dvh;
	padding: 0;
	margin: 0;
	display:flex;
	width:100%;
	text-align:center;
	color:#fff;
	background-image:url('../img/cover.jpg'); 
	background-size:cover ;
	background-position: top;
	background-repeat: no-repeat; 
}
.head-left, .head-right{
	float: left;
    text-align: center;
    max-width: 950px;
    background-color: rgba(0,0,0,.5);
    padding: 30px;
    margin: auto 90px 100px 90px;
}
.link-release-top-page{
    text-align: right;
    padding-right: 0 !important;
    font-size: 30px !important;
    padding-top: 30px !important;
}

.link-release-top-page a {
	/*border-bottom: 3px solid;
	border-bottom-color: brown;*/
	padding-bottom: 5px;
    font-family: 'Libre Baskerville', serif;
    text-transform:none;
    position: relative;
    z-index: 2 !important ;
}
.link-release-top-page a:hover {
    opacity:1;
}
.link-release-top-page a::before {
  content: '';
  background-color: brown;
  position: absolute;
  left: 0;
  bottom: 8px;
  width: 100%;
  height: 8px;
  z-index: -1;
  transition: all .3s ease-in-out;
}

.link-release-top-page a:hover::before {
  bottom: 0;
  height: 100%;
}

.head-left p{
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-size: 50px;
	text-align: left;
	font-family: 'Gothic A1', sans-serif;
}
.head-left h2{
    font-size:60px;
}
.head-right p{
    margin:0;
}
.head-right-p{
    margin: 0;
	padding-top: 10px;
	text-transform: uppercase;
	font-size: 15px;
}
.head-right-p a {
	border-bottom: 3px solid;
	border-bottom-color: brown;
	padding-bottom: 5px;
	
}
.head-right-h{
    font-weight: 500;
    font-size: 20px;
    font-family: 'Gothic A1', sans-serif;
    padding: 0;
}
.head-right{
	margin-top: 30px;
}
.head-bottom{
	width: 100%;
	text-align: center;
	margin-top: -70px;
	padding-bottom: 40px;
}
.btn-circle{
	border: 2px solid #fff;
	border-radius: 100%!important;
	font-size: 20px;
	color: #fff;
	background: 0 0;
	padding: 10px;
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}
.btn-circle2{
	width: 25px;
}
.line{
	width: 100%;
	background-image: linear-gradient(to right, rgb(0, 0, 0, 0.2) , rgba(0, 30, 30, 0.5), rgb(0, 0, 0, 0.2));
	height: 3px;
}


/* Music */
#music{
    /*margin-top: -25px;*/
    background-image: url('../img/cover-music2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}
#music a{
    font-family: 'Libre Baskerville', serif;
    font-size: 20px;
	/*border-bottom: 3px solid;
	border-bottom-color: brown;*/
	padding-bottom: 3px;
	text-transform:none;
    position: relative;
    z-index: 2 !important ;
}

#music a:hover{
    opacity:1;
}

.album-name-div a::before {
  content: '';
  background-color: rgb(165,42,42, 1);
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 100%;
  height: 5px;
  z-index: -1;
  transition: all .3s ease-in-out;
}

.album-name-div a:hover::before {
  bottom: 0;
  height: 100%;
}

.album-container {
    text-align:center;
}
.album-container img{
    margin:auto;
    padding-bottom: 50px;
    max-width:80%;
    transition: 0.4s;
}

.album-container img:hover{
    cursor:pointer;
}

.album-container h2{
    padding-bottom: 20px;
}

.album-pagination-nav{
    background: none;
    height: auto;
    border: none;
    font-family: 'Libre Baskerville', serif;
    font-size: 20px;
    color: #fff;
    box-shadow: inset 0 0 0 0 brown;
    transition: color .4s ease-in-out, box-shadow .4s ease-in-out;
    padding: 0 10px;
    
}

.album-pagination-nav:hover{
    cursor:pointer;
    box-shadow: inset 0px -50px 0 0 brown;
}

.album-name-div{
    display: block;
    float: left;
    /*margin-top: -25%;*/
    padding-left: 5vw;
    top: 220px;
    position: absolute;
}

.album-container img{
    max-width: 40%;
}
.album-pagination{
    padding-right: 10%;
    z-index: 5 !important; 
    position: absolute;
    right: 0;
    bottom: -450px;

}













/* Tour Dates */
#tour{
    background-position: center;
}
.tour-dates{
    max-width:1180px;
    margin:auto;
}

.tour_dates_table{
    max-width: 1180px;
    margin: auto;
    font-size: 15px;
    display: grid;
    /*border-bottom: 0.5px solid #333;*/
    text-transform: uppercase;

}
.tour_venue{
    float:left;
    width: 100%;
    /*border-top: 0.5px solid #333;*/
}
.tour_venue:hover{
    background-color: rgba(0, 0, 0, 0.2);
    
}

.tour_venue_date, .tour_venue_name, .tour_venue_city{
    float: left;
    padding: 20px 0;
}
.tour_venue_tickets_btn{
    float: right;
    text-align: center;
    width: 150px;
    padding: 20px 0;
}

.tour_venue_tickets_btn a{
    font-family: 'Libre Baskerville', serif;
	text-transform:none;
    position: relative;
    font-size: 15px;
}

.tour_venue_tickets_btn a:hover{
    opacity:1 !important;
}


.tour_venue_tickets_btn a::before {
    content: '';
    background-color: brown;
    position: absolute;
    left: 0;
    bottom: 2px;
    width: 100%;
    height: 5px;
    z-index: -1;
    transition: all .3s ease-in-out;
}

.tour_venue_tickets_btn a:hover::before {
  bottom: 0;
  height: 100%;
  opacity: 1 !important;
}

.tour_venue_date{
    width: 150px;
    text-align: left;
    padding-left: 30px;
}

.tour_venue_name{
    width: 350px;
}
.stay-tunned-upcoming-shows{
    text-align:center;
    margin: 80px 0 30px;
    padding: 20px 0;
}

.upcoming_show_label{
    text-align:center;
    width:100%;
    padding-bottom: 50px;
    text-transform:uppercase;
}















/* Video */
#video{
    background-image: url('../img/cover-videos2.jpg');
    background-size: cover;
    background-position:center;
    background-repeat: no-repeat;
}

.video{
	max-width: 60rem;
	display: block;
	margin: 0 auto;
}
.video-col1, .video-col2{
	display: block;
	height: 0;
	overflow: hidden;
	padding: 0 0 56.25%;
	position: relative;
	margin-bottom: 70px;
}
.video-col1 iframe, .video-col2 iframe{ 
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	top: 0;
	width: 100%;
}
.ba{
	border-top-left-radius: 50%;
	border-top-right-radius: 50%;
	border-bottom-right-radius: 50%;
	border-bottom-left-radius: 50%;
	background-color: rgba(0, 0, 0, 0.498039);
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: white;
	border-right-color: white;
	border-bottom-color: white;
	border-left-color: white;
	top: 25%;
	left: 25%;
	width: 30%;
}
.bb{
	width: 100%;
	height: 100%;
	color: white;
}

.video-content-box{
    max-width: 900px;
    margin: auto;
}

.media-responsive {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0 0 56.25%;
    position: relative;
    max-width: 80%;
    margin: 30px auto;
    transition: 0.4s;
}

.media-responsive:before {
    content: "";
    position: absolute;
    top: 0;
    left: 4%;
    width: 94%;
    height: 100%;
    background: transparent;
    border-top: 20px solid #fff;
    border-left: 20px solid #fff;
    box-sizing: border-box;
    
}

.media-responsive:after {
    content: "";
    position: absolute;
    top: 0;
    left: 4%;
    width: 94%;
    height: 100%;
    border-bottom: 20px solid #fff;
    border-right: 20px solid #fff;
    box-sizing: border-box;
    z-index:5 !important;
}

.media-responsive img{
    height: 81%;
    position: absolute;
    bottom: 9%;
    left: 0%;
    width: 100%;
    transition: 0.4s;
}

.media-responsive:hover {
  transform: rotateY(-20deg) skewY(2deg);
}
.media-responsive:hover img  {
  transform: rotateY(10deg) skewY(-3deg);
}


.yt-play-btn-thumb{
    font-size: 80px;
    position: absolute;
    left: 44%;
    top: 42%;
    opacity: 0.7;
    transition: 0.4s;
    z-index:9999;
}

.media-responsive:hover i{
    transform: rotateY(10deg) skewY(-3deg);
    /*opacity: 1;
    color: #FF0000;*/
}

.video-content-box a:hover {
    opacity:1 !important;
}
.video-content-box a::active{
    opacity:1;
}

.video-pagination-nav{
    background: none;
    height: auto;
    border: none;
    font-family: 'Libre Baskerville', serif;
    font-size: 20px;
    color: #fff;
    box-shadow: inset 0 0 0 0 brown;
    transition: color .4s ease-in-out, box-shadow .4s ease-in-out;
    padding: 0 10px;
    
}

.video-pagination-nav:hover{
    cursor:pointer;
    box-shadow: inset 0px -50px 0 0 brown;
}

.video-pagination{
    text-align: center;
    padding-top: 50px;
    padding-bottom: 100px;
    width:100%;
}
.subscribe-yt{
    text-align: center;
    padding: 30px;
    background-color: brown;
    transition:  0.7s;
    margin-bottom:100px;
}

.subscribe-yt h2{
    font-size:15px;
}
.subscribe-yt p{
    margin-bottom: 5px;
    
}
.subscribe-yt i{
    font-size:50px;
}

.subscribe-yt:hover{
    background-color: #f5f5f5;
    color:brown;
}

#subscribe-yt{
    float: left;
    width: 100%;
}










/* Footer */
footer {
	text-align: right;
	padding: 10px 60px;
}
footer p{
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 3px;
}



/* MailChimp  */
#maillist{
	padding-bottom: 50px;
	padding-top: 50px;
}
.maillist-p{
	font-size: 12px;
	text-align: center;
	padding: 20px 0;
}
#mc_embed_signup form {
    text-align: center;
    padding: 10px 0 10px 0;
}
.mc-field-group {
    display: inline-block;
}
/* positions input field horizontally */
#mc_embed_signup input.email {
    font-size: 15px;
    border: 1px solid #f2f2f2;
    color: #f2f2f2;
    background-color:rgb(0, 0, 0, 0.0);
    box-sizing: border-box;
    height: 40px;
    padding: 0px 0.4em;
    display: inline-block;
    margin: 0;
    width: 350px;
    vertical-align: top;
}
#mc_embed_signup label {
    display: block;
    font-size: 20px;
    padding-bottom: 10px;
	font-weight: 500;
	color: #f2f2f2;
	letter-spacing: 5px;
	margin-bottom: 20px;
}
#mc_embed_signup .clear {
    display: inline-block;
}
#mc_embed_signup input.email::placeholder{
	color: #f2f2f2;
	text-transform: uppercase;
}
#mc_embed_signup input.email:focus{
	outline: none;
}

/* positions button horizontally in line with input */
#mc_embed_signup .button {
    font-size: 13px;
    border: none;
    letter-spacing: .03em;
    color: #333;
    background-color: #f2f2f2;
    box-sizing: border-box;
	/*height: 32px;*/
	height: 40px;
    line-height: 32px;
    padding: 0 18px;
    display: inline-block;
    margin: 0;
    transition: all 0.23s ease-in-out 0s;
}
#mc_embed_signup .button:hover {
    background-color:#9e9e9e;
	cursor: pointer;
}
#mc_embed_signup div#mce-responses {
    float: left;
    top: -1.4em;
    padding: 0em .5em 0em .5em;
    overflow: hidden;
    width: 90%;
    margin: 0 5%;
    clear: both;
}
#mc_embed_signup div.response {
    margin: 1em 0;
    padding: 1em .5em .5em 0;
    font-weight: bold;
    float: left;
    top: -1.5em;
    z-index: 1;
    width: 80%;
}
#mc_embed_signup #mce-error-response {
    display: none;
}
#mc_embed_signup #mce-success-response {
    color: #529214;
    display: none;
}
#mc_embed_signup label.error {
    display: block;
    float: none;
    width: auto;
    margin-left: 1.05em;
    text-align: left;
    padding: .5em 0;
}
#mc-error{
	display: none;
	font-size: 12px;
	color: rgb(255, 70, 50);
	padding: 5px 0 0 0;
	margin: 0;
}
#mc-ty{
	display: none;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 15px;
	font-weight: 200;
	color: #fff;
}


/*** Mobile ***/
/* Tablets */
@media(max-width:1080px) {
	.video{
		padding: 0 30px;
	}
	.button-menu{
		display: block;
		position: fixed;
		background: rgba(20, 20, 20, 0.4);
		width: 100%;
		padding: 0;
		margin: 0;
		z-index: 1;
		height: 50px;
		text-align: center;
	}
	.menu-links{
		z-index: 1;
		position: fixed;
		padding: 0px;
	}
	.menu-links ul{
		display: none;		
	}
	.logo{
		display: none;
	}
	.logo-menu{
		text-align: center;
	}
	.button-menu h2{
		margin-right: 45px;
		margin-top: 10px;
		color: #f2f2f2;
	}
	.top-bar{
		padding: 50px 30px 20px 30px;
	}
	.menu{
		float: left;
		padding: 0;
	}
	.menu a{
		word-spacing: 0;
		padding: 0px 10px;
	}
	.item-menu{
		padding: 0 1.5vw;
	}
	.logo{
		padding-top: 3px;
	}
	.logo h2{
		font-size: 23px;
	}
	
	.logo, .menu{
		text-align: center;
		width: 100%;
	}
	.logo h2{
		padding-top: 10px;
	}
	.head{
	    display:flex;
	}
	.head-left h2 {
        font-size: 40px;
    }
    .head-left p {
        font-size:30px;
    }
    .head-left, .head-right {
        /*margin: auto;*/
    }
    .link-release-top-page{
     font-size: 20px !important;
    }
	
	footer{
		text-align: center;
		padding: 10px
	}	
	.new-album-info-header span{
	    font-size:14px;
	}
	.new-album-container{
		display: block;
		width: 100%;
	}
	.music-col1 img, .music-col2 img, .music-col1 p, .music-col2 p {
		margin-left: 0;
		margin-right: 0;
	}
	
	.album-name-div{
        display: block;
        float: initial;
        margin-top: 0;
        padding-left: 0 !important;
        bottom: 0;
        position: initial;
    }
    
    .album-container img{
        max-width: 80%;
    }
    .album-pagination{
        padding-right: 0;
        z-index: 0; 
        position: static;;
        right: 0;
        bottom: 0;
        text-align: center;
        padding-top: 50px;
    }
    
    .media-responsive:hover,
    .media-responsive:hover i,
    .media-responsive:hover img{
        transform: none;
    }
    
    .yt-play-btn-thumb{
    opacity: 0.7;
    font-size: 50px;

    }
    
    #video{
        background-position: right;
    }
    
    .tour_venue_date, .tour_venue_name, .tour_venue_city{
        padding:0 0px 0 10px;
        margin:0;
        text-align:left;
        float:inherit;
    }
    
    .tour_venue_tickets_btn{
        position: relative;
        bottom: 50px;
        width: 120px;
    }
    
    .tour_venue_name{
        font-weight:bold;
        font-size:20px;
        max-width:70%;
    }
    .tour_venue_date{
        font-size:12px;
    }
    .stay-tunned-upcoming-shows{
        padding:10px 0;
        margin:0;
    }
    .tour_venue:hover {
        background-color:inherit;
    }
    .tour_dates_table{
        max-width: 600px;
    }

	
}

@media(max-width:750px) {
	.logoh2{
		font-size: 5vw;
	}
	.head{
	    display: flex;
	}
	.head-left, .head-right{
        margin: auto auto 150px auto;
        padding: 10px;
	}
	.head-right{
		padding-top: 0;
	}
	.head-left h2{
		font-size: 25px;
	}
	.head-right{
		margin-top: 0;
	}
	.head-left p {
        font-size: 20px;
        text-align: center;
        padding-bottom: 10px;
    }
    .link-release-top-page{
        padding-top: 30px;
    }
	.music-col1, .music-col2 {
		width: 100%;
	}
	.sidenav {
		padding-top: 40px;
	}
	.sidenav a {
		font-size: 18px;
	}
	.video{
		padding: 0;
	}
	.video-col1, .video-col2{
		padding: 0 0 100%;
	}
	.album-overlay {
		opacity: 1;
		background: rgba(20, 20, 20, 0.0);
	}
	#maillist{
		padding: 0 30px 0 30px;
	}
	#mc_embed_signup input.email {
        width: 100%;
		margin-bottom: 5px;
    }
    #mc_embed_signup .clear {
        display: block;
        width: 100%
    }
    #mc_embed_signup .button {
        width: 100%;
        margin: 0;
	}
	#mc-ty{
		letter-spacing: 1vw;
		font-size: 3vw;
	}
	
	.media-responsive:before {
        border-top: 10px solid #fff;
        border-left: 10px solid #fff;
    }
    .media-responsive:after {
        border-bottom: 10px solid #fff;
        border-right: 10px solid #fff;
    }
	
	
	
	
	
	
	
	
}

/* Iphone SE */
@media(max-width:375px) {
	.item-menu {
		padding: 0;
	}
	.logo h2 {
		font-size: 19px;
	}
	.head-left h2 {
        font-size: 20px;
    }
    .link-release-top-page{
        font-size:15px !important;
    }
	footer p{
	    font-size: 8px;
	}
	.tour_venue_city{
	    font-size: 10px;
	}
	.tour_venue_name{
	    font-size: 15px;
	}
	.tour_venue_tickets_btn{
	    width: 115px;
	}
	.tour_venue_tickets_btn a{
	    font-size: 15px;
	}
}
