/*
Theme Name: PTBA
custom.css
This is a stylesheet for customizing cosmetic aspects of the website content that are not related to search or member profiles
/*

/*-------------------------------------------------------------------------------------------*/
/* 0. Blog Post Styling */
/*-------------------------------------------------------------------------------------------*/

.social-icon-colouring{
	background-color: #DC694A;
    color: #fff;
    border-radius: 100%;
    padding: 2.5px 7px;
    margin-top: 2px;
    display: inline-block;
    overflow: hidden;
    position: relative;
    width: 13.5px;
    text-align: center;
    margin-right: 5px;
}