/**
 * rhdwp Social Icons
 **/
.rhdwp-social-icons-entries input[type="text"] {
	float: right;
}

.rhdwp-social-icons {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
	line-height: 1;
}

.rhdwp-social-icons .rhdwp-social-icon {
	width: 64px;
	height: 64px;
	display: inline-block;
	position: relative;
}

.rhdwp-social-icons a {
	width: 100%;
	height: 100%;
}

.rhdwp-social-icons a path {
	width: 100%;
	height: 100%;
	transition: all 0.25s;
}
