/* 
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 */

.consultar_musica input[type='text'] {
    border-radius: 15px;
    border: 1px solid;
    margin-bottom: 10px;
}

.consultar_musica button {
	font-family: Montserrat;
	font-size: 16px;
	text-decoration: underline;
	color: #D96D24;
	border: 0px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0 auto;
    display: block;
}

.consultar_musica button:hover {
	background: none;
	color: #D96D24;
	text-decoration: underline;
}

.ultimos_registros_plugin table tr td {
    border: 0;
	vertical-align: middle;
	font-family: 'Montserrat';
    font-size: 16px;
}

.ultimos_registros_plugin table tr td a{
	font-family: 'Montserrat';
    font-size: 16px;
	color: #000;
}