/* Ronati Blue Button - Zoho Sites */
.zpbutton,
.zpbutton-wrapper .zpbutton,
.zpbutton-type-primary,
.zpbutton.zpbutton-type-primary,
.zpbutton-wrapper a,
.zpbutton-wrapper a.zpbutton {
  background-color: #26364F !important;
  border-color: #26364F !important;
  color: #ffffff !important;
  box-shadow: none !important;
}

/* Hover */
.zpbutton:hover,
.zpbutton-wrapper .zpbutton:hover,
.zpbutton-type-primary:hover,
.zpbutton.zpbutton-type-primary:hover,
.zpbutton-wrapper a:hover,
.zpbutton-wrapper a.zpbutton:hover {
  background-color: #344968 !important;
  border-color: #344968 !important;
  color: #ffffff !important;
}