/* styles for cta-button plug-in */

a.cta-button, 
a.cta-button:visited {
    font-size: larger;
    padding: 10px 17px;
    transition: all .2s ease-in-out;
    color: #fff;
    display: inline-block;
    text-decoration: none;
	border-radius: 5px
}
/* default color */
a.cta-button, 
a.cta-button:visited {
	background: #0066cc;
	border-radius: 5px;
	color: white;
}
a.cta-button:focus, 
a.cta-button:hover {
	background: #0075eb;
    color: white;
	border-radius: 5px
}