.title-wrapper {
    padding: 50px;
    background: rgba(0,0,0, 0.35);
    margin-bottom: 50px;
    color: white;
	text-align: center;
	border-radius: 25px;
	box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3);
}
.title-wrapper a {
    color: #ff6a18;
}
.title-wrapper a:hover {
    color: #ff5100;
}
.copyright{
    padding: 50px;
    background: rgba(0,0,0, 0.35);
    margin-top: 50px;
    color: white;
	text-align: center;	
	border-radius: 25px;
	box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3);
}
.luckystrike-field{
	padding: 50px;
	background: #03A9F4;
}
.luckystrike-object{
	display: inline-block;
	width: 200px;
	height: 200px;
	text-shadow: none;
	position: relative;
	background: url('/wp-content/uploads/events/luckystrike/target.png') no-repeat;
}
.luckystrike-object.open{
	opacity: 0.25;
}
.luckystrike-object-number-title {
	width: 55px;
    height: 55px;
    position: absolute;
    left: 15px;
    top: 15px;
    display: flex;
    justify-content: center;
    margin-left: -27.5px;
    margin-top: -16.5px;
    align-items: center;
    background: #000;
    border-radius: 50%;
    color: #fff;
    font-weight: bold;
    /* border: 5px solid #af181a; */
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3);
}