

/* AddtoAny Share Tool - Replace Twitter icon and text with "X" logo and "X" text */
a.a2a_button_twitter {
    margin-bottom: 0 !important;
    margin-left: 0.15rem;
}


.a2a_button_twitter i.at-icon-wrapper {
    background-position: center center;
    background-size: 63%;
    background-repeat: no-repeat;   
    background-image: url(/pb-assets/images/x-logo.svg);
	background-color: #000;
	height: 32px;
	width: 32px;
}



