/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.text-bold {
	font-weight: bold;
}

input#form-field-subir_flayer {
    background: transparent;
    color: #4f5d97;
	border-radius: 0px;
}

textarea#form-field-message {
    background: #fff;
    border-width: initial;
    border-color: #fb4303;
}

.upload-form .elementor-field-type-upload input[type="file"]::before {
	content: "Subir flayer";
	font-weight: bold;
	padding: 10px;
	color: #fff;
	font-size: 0.9rem;
	background-color: #4f5d97;
	border-radius: 25px;
	line-height: 3rem;
	padding-right: 10px;
	margin-right: 10px !important;
	cursor: pointer;
}

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

.upload-form .elementor-field-type-upload input[type="file"]::-webkit-file-upload-button:hover {
  background-color: #fb4303;
  color: #fff;
}
/*
.upload-form .elementor-field-type-upload input[type="file"]::after {
	content: "Subir flayer del evento (formato jpg) Tamaño máximo 5mb";
	font-size: 0.5rem !important;
	padding-left: 10px !important;
	color: #4f5d97 !important;
}
*/
.upload-form .elementor-field-type-upload input[type="file"]::file-selector-button {
	display: none;
}