/*
Theme Name: Spiritual Child
Theme URI: https://elementor.com/hello-theme/
Template: hello-elementor
Author: United Parts of Chicago
Author URI: https://crmforyourbusiness.com
Description: A child theme for Hello Elementor
Tags: flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 1.0.1640823410
Updated: 2021-12-30 00:16:50

*/
ul {
        list-style: none;
}

img {
        max-width: 100%;
        height: auto;
}

.rt-team-container {
        justify-content: center;
        display: block;
        margin: auto;
}

li>a.account-home {
        color: #E33B3C;
        text-decoration: none;
        display: inline-block;
        position: relative;
}

li a.account-home:after {
        content: "";
        display: block;
        margin: auto;
        height: 3px;
        width: 0;
        top: 5px;
        background: transparent;
        transition: all 0.3s;
}

li>a.account-home:hover::after, li>a.mepr-active-nav-tab::after {
        width: 100%;
        background: #E33B3C;
}

.btn-spf-update {
        color: #FFFFFF !important;
        font-weight: 700 !important;
        text-decoration: none !important;
        background-color: #E33B3C !important;
        border-radius: 0px 0px 0px 0px !important;
}
.btn-spf-update:hover {
        background-color: var( --e-global-color-primary ) !important;
}