/*
Theme Name:  America's HealthShare Child
Description: Child theme for America's HealthShare
Template:    americas-hs
Version:     1.0.0
*/

/* Enroll Now nav button */
a.elementor-item[href*="mysharable.com"] {
    border: 2px solid #c0392b !important;
    color: #ffffff !important;
    background: transparent !important;
    border-radius: 4px !important;
    padding: 8px 16px !important;
}

a.elementor-item[href*="mysharable.com"]:hover {
    background: #c0392b !important;
    color: #ffffff !important;
}