.overartiest .subkop,
.overartiest .kop {
	text-align: left;
}

.backto {
	width: fit-content;width: -webkit-fit-content;width: -moz-fit-content; 
	margin-left: auto;
	margin-right: auto;
	display: none;
	color: #F9A21D;
	text-decoration: none;
    font-family: "Blackside";
    color: #F9A21D;
    max-width: 493px;
    font-size: 20px;
    letter-spacing: 0.64px;
    line-height: 26px;
    margin-bottom: 20px;
}
@media (min-width: 982px){
	.single-artist .backto {
		display:none;
	}
}
@media (max-width: 981px){
	.single-artist .backto {
		display: block !important;
	}
}
.overartiest .padding-inner {
	padding-top: 87px;
	padding-bottom: 97px;
}
.oa-text {
	padding-top: 15px;
    font-family: "Roboto";
    max-width: 493px;
    font-size: 16px;
    color: #F0FDF8;
    letter-spacing: 0.64px;
    line-height: 26px;
}

.oa-artist {
	height: 400px;
	width:100%;
	max-width: 570px;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: center center !important;
}
.oa-time .tt svg {
	padding-top:4px;
}
.oa-time span {
	display: flex;
}
.oa-time svg {
	padding-top: 3px;
	padding-right: 7px;
}
.oa-time svg:last-of-type {
	padding-left: 15px;
}
.oa-time span.last {
	padding-left: 20px;
}

@media (max-width: 500px){
	.oa-time span {
		    justify-content: center;
	}
	.oa-time span:last-of-type {
		padding-bottom: 0px;
	}
	.oa-time span.time {
		padding-right: 10px;
	}
	.oa-time span.last {
		display: block;
		padding-bottom: 5px;
	}
	.oa-time {
		padding-top: 10px;
		padding-bottom: 5px;
		height: auto !important;
		display: block !important;
	}
}
.oa-container {
	max-width: 1135px;
	margin-left: auto;
	margin-right: auto;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 50px;
}
.oa-time {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	font-family: "Roboto";
    font-size: 16px;
    text-align: center;
    color: #fff;
    line-height: 28px;
    font-weight: 500;
    text-transform: uppercase;
	background: #F05734;
}
.oa-right {	
   margin-top: 20px;
}
@media (min-width: 1300px){
	.oa-right {
		position: relative;
		right: -20px;
		    margin-top: 20px;
	}
}
@media (min-width: 500px) and (max-width: 766px){
	.overartiest .padding-inner {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}
@media (min-width: 768px) and (max-width: 981px){
	.overartiest .padding-inner {
		padding-top: 75px;
		padding-bottom: 75px;
	}
}
@media (max-width: 330px){
	.oa-time {
		font-size: 13px !important;
	}
}
@media (max-width: 400px){
	.oa-time {
		font-size: 14px ;
	}
}
@media (max-width: 981px){

	.oa-container { 

		grid-row-gap: 50px;
		grid-template-columns: 1fr;
	}
	.oa-text {
		max-width: 570px;
		text-align: center;
		margin-left: auto;
		margin-right:auto;
	}
	.page-id-405 .oa-artist {
		height: 350px !important;
	}
	.oa-artist {
		height: 250px !important;
	}
	.oa-right {
		width: 100%;
		max-width: 570px;
		margin-left: auto;	
		margin-right: auto;	
	}
	.overartiest .subkop,
	.overartiest .kop {
		text-align: center;
	}
}