#wpmDev
{
	position: relative;
	text-align:center;
}

#wpmDev,
#wpmDev a
{
	color:#ffffff;
	font-size:15px;
	font-family: "Open Sans", Arial, sans-serif;
}

#wpmDev span
{
	line-height:20px;
	position:relative;
	padding-left:30px;
	display:inline-block;
	cursor:default;
}

#wpmDev span:before
{
	content: "";
	display:inline-block;
	width:24px;
	height:26px;
	position:absolute;
	left:0px;
	top:50%;
	margin-top:-13px;
	background:url(images/logo.png) no-repeat center center;
}

#wpmDev a
{
	text-decoration:none!important;
}

#wpmDev a:hover
{
	color:#ff8235;
	text-decoration:underline!important;
}

/*Aspro Next*/
#footer .footer_inner #wpmDev
{
	top: -37px;
	position: relative;
	margin-bottom: -27px;
}

@media screen and (max-width:991px)
{
	#footer .footer_inner #wpmDev
	{
		text-align:center;
	}
}
/*--*/