.autosubbutton-link {
    text-decoration: none;
    transition: background-color 0.3s ease;
    cursor: pointer;
    border: none;
    line-height: normal;
}

.autosubbutton-link:hover,
.autosubbutton-link:focus {
    text-decoration: none;
    outline: none;
}

.single-post .content-single p a {
	color:#fff !important;
}