.cta{
         background-color: #333333;
         padding: 20px;
         margin: 10px;
         text-align: center;
         font-weight: bold;
         color: #ffffff;
}

.cta-button{
        color: #000000; 
        background-color: #ffffff; 
	border-radius: 3px;
	border: none;
	box-shadow: none;
	cursor: pointer;
	font-family: 'Spinnaker', sans-serif;
	padding: 16px 24px;
	text-transform: uppercase;
	white-space: normal;
	width: auto;
}

/* Added to Style.css (didn't work here but stored just in case it's overwritten

.home-top .widget-title {
     background-color: rgba(51,51,51,.75);
    border-radius: 10px;
}

*/