.page{
	padding-bottom: 50px;
}

.page > header{
	background: #b2b1b1;
    padding: 20px;
	margin-bottom: 30px;
	position: relative;
}

.page > header > h1{
	color: #FFF;
    text-align: center;
    font-family: "Bahnschrift Light";
    font-size: 30px;
}

.page > header > h1 > a{
	color:#FFF;
	text-decoration: none;
}

.absolute-right{
	position: absolute;
	top: 50%;
    right: 10px;
    transform: translate(0, -50%);
}


.page >  article{
	padding:0 20px;
}

.page-artists .page > article{
	padding:0 80px;
}
.page > .article {
	padding:0 50px;
}

.article p{
	font-size: 1rem;
	padding: 10px 0 5px;
    color: #808080;
    line-height: 150%;
}

.article ul{
	font-size: 1rem;
	padding:10px 30px;
	color: #808080;
	list-style: disc;
}

.article ul li{
	padding:3px 0;
}

.article h2{
	color: #666;
	padding:10px 0;
}

@media (max-width: 640px) {

.page-artists .page > article{
	padding:0;
	}
}

.page-artists .navletter{
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index:9;
}

/*LIST ARTISTS*/

.list-artist{
	padding: 10px 25px;
}

.list-artist h4{
	font-size:2rem;
	font-weight: bold;
	    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
}

.list-artist li{
	padding:2px 0;
}

.list-artist a{
	color:#333;
	text-decoration: none;
	font-family: "Bahnschrift Light"
}
.group-container{
	display: flex;
}

.group-container ul{
	width: 50%;
}

@media (max-width: 640px) {
	.group-container{
		flex-direction: column;
	}

	.group-container ul{
		width: 100%;
	}
}

/*FAQ*/
.faq {
	padding:20px 0;
}
.faq dt, .faq dd{
	display: block;
	width: 100%;

}


.faq dt{
	padding:10px;
	border:1px solid #ccc;
}
.faq dt.active{
	background: #e5e5e5;
}
.faq dt a{
	display: block;
	width: 100%;
	color:#333;
	text-decoration: none;
	    font-family: "Bahnschrift Light"
}
.faq dd{
	display: none;
	padding: 10px;
	border:1px solid #ccc;
}

.faq dd.active{
	display: block;
}

.form-fieldset{
	max-width: 840px;
	margin:0 auto;
	border:1px solid #ccc;
	padding:10px;
}

.form-fieldset h2{
	font-size: 1rem;
    color: #fff;
    padding: 10px;
    border: 1px solid #ccc;
    background: #b2b1b1;
    margin: 15px 0;
    text-transform: uppercase;
}

.form-fieldset button{
	padding:15px 35px;
}


.fields{
	width: 100%;
	padding:10px 0;
}

.form-fieldset .d-flex-between .fields{
	padding:10px;
}

.form-fieldset .d-flex-between .fields:nth-child(1){
	padding-left:0;
}
.form-fieldset .d-flex-between .fields:last-child{
	padding-right:0;
}
.highlight{
	background: #f5f5f5;
	padding:10px 5px 15px;
	border:1px solid #ccc;
	box-shadow: 0 0 5px #ccc;
}

.fields label{
	color:#333;
	font-family: "Bahnschrift Light"
}

.fields input[type=search],
.fields input[type=email],
.fields input[type=text],
.fields input[type=password],
.fields input[type=date],
.fields textarea,
.fields select{
	color: #666;
    padding: .75em;
    height: auto;
    border-width: 1px;
    border-style: solid;
    border-color: #b0acac;
    border-radius: 2px;
    background: #fafafa;
    box-shadow: none;
    box-sizing: border-box;
    transition: all .2s linear;
    font-family: "Bahnschrift Light";
    width: 100%;
}

.fields input:focus {
    border-color: #adadad;
    outline: none;
}
.fields .bt:hover{
	border:1px solid #333 !important;
}



.page .checkout > section{
	width: 100%;
	border:1px solid #ccc;
	margin:10px 5px;
	padding:0 10px 20px;
}

.page .checkout > section > h2{
	font-size:1.2rem;
	color:#333;
	padding:10px 0;
	 font-family: "Bahnschrift Light";
}

.locked{
	opacity: 0.5;
	cursor: pointer;
}

.account-order h3{
	padding: 20px 0;

}
