/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 19 2025 | 10:17:23 */
/* Jumbo see-through buttons for material theme */
body.material .nectar-button.jumbo.see-through,
body.material .nectar-button.jumbo.see-through-2,
body.material .nectar-button.jumbo.see-through-3 {
  border-width: 1.5px;
  font-size: 15px;
  font-weight: 700 !important;
  padding-left: 50px;
  padding-right: 40px !important;
}

/* Add arrow to buttons with subtle hover animation */
body.material .nectar-button.jumbo.see-through::after,
body.material .nectar-button.jumbo.see-through-2::after,
body.material .nectar-button.jumbo.see-through-3::after {
  content: '→';
  display: inline-block;
  transform: translateX(-3px);
  transition: opacity 0.2s ease, transform 0.3s ease;
  margin-left: 7px;
  opacity: 1;
}

body.material .nectar-button.jumbo.see-through:hover::after,
body.material .nectar-button.jumbo.see-through-2:hover::after,
body.material .nectar-button.jumbo.see-through-3:hover::after {
  transform: translateX(0);
}