/* Additional styles */

.fa-facebook-square::before {
    content: "\f082";
    font-family: FontAwesome;
    font-style: normal;
    font-size: 20px;
    margin-top: -6px;
    position: absolute;
    padding-left: 8px;
}

#navigation a {
	font-weight: 600;
    padding: 20px 20px;
}

.cpt_discography-template-default .item-title-main {
    padding-right: 40px;
}

#navigation > li:last-child > a:hover {padding-right: 50px;}
#navigation > li:last-child > a:focus {padding-right: 50px;}
#navigation > li:last-child > a:active {padding-right: 50px;}

.tracklisting .track:hover .sm2_link.notrack {
    color: #333;
    background-color: #e0e0e0;
}

.sm2_link.notrack:focus {
    background-color: #e0e0e0;
}

@media (max-width: 797px) {
.fa-facebook-square::before {
    margin-top: 0px;}
}