/*
Theme Name:   Onilife Child
Theme URL:        https://themeforest.net/item/onilife-senior-living-wordpress-theme/39741338
Description:  Onilife Theme
Author:           Roman Faath
Author URL:   http://example.com
Template:         onilife
Version:          1.0.0
License:          GNU General Public License v2 or later
License URL:  http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain:  onilife
*/

/*
COLORS VARIABLES
    --e-global-color-b0bc21c: #F24130; (primary)
    --e-global-color-867e105: #F26B5E; (primary-hover)
    --e-global-color-eae1221: #F2836B; (secondary)
    --e-global-color-cd201d4: #CEDEF2; (blue)
    --e-global-color-56825ce: #EBEEF2; (light)
*/


/* Contact Form Submit Button */
.wpcf7 .wpcf7-button button[type=submit] {
    background-color: var(--e-global-color-b0bc21c) !important;
    border-color: var(--e-global-color-b0bc21c) !important;
}
.wpcf7 .wpcf7-button button[type=submit]:before {
    background-color: var(--e-global-color-867e105) !important;
}
/* Contact Form Submit Button */

/* Complaint Form Submit Button */
input[type=button], input[type=reset], input[type=submit] {
    background-color: var(--e-global-color-b0bc21c) !important;
}
input[type=button], input[type=reset], input[type=submit]:hover {
    background-color: var(--e-global-color-867e105) !important;
}
/* Complaint Form Submit Button */

/* Assist Dog General Akkordion */
.elementor-tab-title {
    border-radius: 5px;
}

.elementor-tab-title.elementor-active {
       border-radius: 5px 5px 0px 0px;
}

.elementor-tab-content {
    border-radius: 0px 0px 5px 5px;
}
/* Assist Dog General Akkordion */


/* Learn More Link in Offer-Section Homepage */
.living-content > .living-button {
    display: none !important;
}

.living-content > .content-top > .entry-title > a {
    pointer-events: none !important;
    cursor: default !important;
}
/* Learn More Link in Offer-Section Homepage */