/*
	Eventon Checkin customers page styles
	Version: 0.1
*/

body.evocheckin{
	height: 100%;
	width: 100%;
	display: block;	
}
.evo_checkin_page.no{
	background-color: #db6e58;
}
.evo_checkin_page{
	height: 100%;
	width: 100%;
	background-color: #84b069;
	position: relative;
	text-align: center;
	color: #fff;
	padding-bottom: 300px;
}
.evo_checkin_page.already_checked{background-color:#F1C155 }
.evo_checkin_page >*{
	font-family: 'open sans', 'arial';
	margin: 0; padding: 0;
	text-align: center;
	
}
.evo_checkin_page h2{
	padding-top: 100px;
	font-size: 18px; text-transform: uppercase;
}
.evo_checkin_page h3{
	font-size: 30px;
	font-weight: 300;
}

.evo_checkin_page p.sign.no{background: url(checkin_no.png) center center no-repeat;}
.evo_checkin_page p.sign.yes{background: url(checkin_yes.png) center center no-repeat;}
.evo_checkin_page p.sign{
	width: 225px;
	height: 225px;
	border:12px solid #fff;
	border-radius:50%;
	margin: 30px auto;
}
.evo_checkin_page h4{
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
}
.evo_checkin_page h5{text-transform: uppercase; padding-top: 20px;padding-bottom: 10px;}
.evo_checkin_page ul{padding-bottom: 30px;}
.evo_checkin_page li span{text-transform: uppercase; padding-right: 10px; opacity: 0.7;}

.evo_checkin_page .btn:hover{
	text-decoration: none;
	background-color: rgba(255, 255, 255, 0.14);
}
.evo_checkin_page .btn{
	display: inline-block;
	border:1px solid #fff;
	border-radius:4px;
	padding:4px 7px;
	color: #fff;
	text-transform: uppercase;
	opacity: 0.7
}


/*-- Responsive --*/
@media (max-width: 480px){
	.evo_checkin_page p.sign{
		width: 170px;
		height: 170px;
	}
	.evo_checkin_page h2{padding-top: 50px;}
	.evo_checkin_page h4{font-size: 22px; padding:0 15px;}
}	