/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 07 2025 | 14:17:20 */
/*Profile Shortcut Buttons*/
@media (min-width:1024px) {
	.profileshortcuts {display:inline-block; width:100% !important; text-align:center;}
}
@media (max-width:1023px) {
	.profileshortcuts {display:block;}
}

.profileshortcuts a {
  display: block !important;
  min-width: 200px;
  max-width: 50%; /* allow to grow inside parent */
  padding: 10px 20px;
  background: linear-gradient(to bottom, #153465, #0D2149) !important;
  box-shadow: 0px 4px 4px #0F2B56 !important;
  cursor: pointer;
  border: none;
  text-align: center !important;
  border-radius: 25px !important;
  margin: 15px auto !important;
  color: white !important;
  text-decoration: none !important;
  font-size: 1.1em !important;
  white-space: nowrap;
  overflow: visible !important; /* fixes clipped text */
}

.profileshortcuts a:hover {text-decoration:none !important; color:#0D2149 !important; background: linear-gradient(to bottom, #B5D85C, #9CC43B) !important; box-shadow: 0px 4px #6E8F2A;
}
.profileshortcuts:hover a {color:white !important;}