/*
 Theme Name:     Life Lion Ministries Child Theme 2025
 Theme URI:      
 Description:    
 Author:         Spyderserve Corp
 Author URI:     https://www.spyderserve.com
 Template:       spyderHealth
 Version:        20251014.0
 ID:             357
*/

/* Comment the @import line out for spyderHealth parent theme */
@import url("../spyderHealth/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */


/* add styling for cta hyperlink */

a.spyder-cta
{
    border-width: 1px;
    border-style:solid;
    border-radius: 5px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
    width: auto;
}

.spyderSocial li {
    list-style: none;
}

.spyderSocial li a {
    font-size: 42px;
}

.footer_social {
    font-size: 18px;
    font-family: "Poppins";
}

#mainSocial ul li a.spyderEmail {
    font-size: 18px;
}

/* Footer */
#mainContact h2 {
    display: none;
}
/* !Footer */