/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 22 2022 | 12:43:01 */
.CTAnorm2 {
color: #777 !important;
padding: 3px 5px;
font-size: 18px;
font-style: normal;
text-decoration: none !important;
border-radius: 0px;
transition: all 0.3s ease-in-out 0s !important;
display: inline-block;
background: #ffffffd4;
border: 2px solid #bbb !important;
font-weight: 600;
}
.CTAnorm2:hover {
  color: #fff !important;
  background: #bbb;
}