﻿.page-title {
	display:none;
}

/* social media */
.social-metadata {
    margin-bottom: 15px;
}
.social > a {
    background: #ddd none repeat scroll 0 0;
    border-radius: 25px;
    color: #fff;
    display: inline-block;
    font-size: 26px;
    height: 25px;
    margin-right: 15px;
    padding: 10px;
    text-align: center;
    width: 25px;
}
.social > a:hover {
	background:#d9d9d9;
}
/* /social media */