.minute-dating-section{
	color:#000;
}
.min-logo{
	width:100%;
	max-width:250px;
	margin:auto;
}
.under-construction{
	color:#000;
	background-color: yellow;
	padding:0;
	font-weight:bold;
}
.under-construction-wrap{
	margin:20px 0;
}
.p-font{
	font-size:18px;
}

.blue-color{
	color:#23527c;
}
.shmooz-logo{
	width:100%;
	max-width:300px;
	margin:auto;	
}
.line-style{
	border-top:2px solid #777;	
}
.bold-text-title{
	font-size:22px;	
}
.sub-line{
	font-size:16px;
}
.events-ul{
	padding:0;
	margin:0;
	list-style:none;
}
.events-ul li a{
	font-weight:bold;
	text-decoration:underline;	
	font-size:16px;
}
.events-ul li a:hover{
	text-decoration:underline !important;	
}
.bottom-font{
	font-size:20px;
}
.single-group{
	font-size:16px;
}
.single-group a, .single-group a:hover, .single-group a:focus{
	text-decoration:underline;
}
.get-start-text{
	margin:15px 0 0;		
}
@media(max-width:767px){
	.under-construction{
		font-size:14px;
	}
}