.donation-button,#donate-top-button,#mobile_menu>.menu-item:last-child a{display:inline-flex;align-items:center;justify-content:center;font-size:18px;height:55px;color:#fff;background:#cf0f36;border-radius:6px;border:none;padding:0 10px;cursor:pointer;text-decoration:none;font-family:sans-serif;transition:background ease .3s;overflow:hidden;position:relative}.donation-button:hover,#donate-top-button a:hover{background:#cf0f36}.donation-button::before,#mobile_menu>.menu-item:last-child a::before{content:"";width:500px;height:500px;background:rgba(255,255,255,.3);position:absolute;left:20px;top:50%;border-radius:50%;transform:translate3d(-50%,-50%,0px);animation:anim-donation-button-ripple forwards infinite 2.1s}.donation-button .icon,#mobile_menu>.menu-item:last-child a .fas{margin-right:10px;animation:anim-donation-button-icon alternate infinite 1s}#top-menu>.menu-item:last-child a,#mobile_menu>.menu-item:last-child a{font-size:inherit;height:35px;padding:0 10px}#donate-top-button{padding-top:12px!important}#mobile_menu>.menu-item:last-child a{margin-left:35px}#et_top_search{margin:10px 0 0 22px}@media (max-width:980px){#et_top_search{margin:0 35px 0 0;float:left}}@keyframes anim-donation-button-ripple{0%{transform:translate3d(-50%,-50%,0px) scale(0)}80%{transform:translate3d(-50%,-50%,0px) scale(1);opacity:0}100%{transform:translate3d(-50%,-50%,0px) scale(1);opacity:0}}@keyframes anim-donation-button-icon{0%{transform:scale(.8)}100%{transform:scale(1)}}