/*
Theme Name: Hello Elementor Child - CII AC
Theme URI: https://ciiacfacade.com/
Description: Child theme for Hello Elementor used by CII AC Façade Phils. Inc.
Author: CII AC Façade Phils. Inc.
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child-ciiac
*/

/* Elementor file upload */
.elementor-field-type-upload input[type="file"]::file-selector-button {
    padding: 8px 14px;
    margin-right: 8px;
    border: 0;
    background: #ffbd21;
    color: #000;
    font-weight: 600;
    cursor: pointer;
}

.elementor-field-type-upload input[type="file"]::file-selector-button:hover {
    background: #111;
    color: #fff;
}