/*
Theme Name: Elementra Child Theme
Template: elementra
Theme URI: https://elementra.themerex.net/
Description: Elementra Child Theme
Author: ThemeREX
Author URI: https://themerex.net/
Version: 1.0
Tested up to: 6.7
Requires at least: 5.0
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, e-commerce, portfolio, grid-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks
Text Domain: elementra
*/


/* =Child-Theme customization starts here
------------------------------------------------------------ */

.elementor-kit-5 {
	/*background-image: none!important;*/
	background-image: url("/wp-content/uploads/2025/09/background-image-vinile-05-scaled.png");
	background-repeat: no-repeat;
	background-position:top center;
	background-size: cover; 
}
a.trx_addons_scroll_to_top.trx_addons_icon-up.inited.show {
    border-radius: 50px;
}

input[type="text"] {
    border-radius: 0;
    /*border-bottom: 1px solid #000;*/
    border-width: 0 0 1px 0;
}
input[type="email"]{
    border-radius: 0;
    border-width: 0 0 1px 0;
}
textarea {
    line-height: 0.5em;
    border-radius: 0;
    border-width: 0 0 1px 0;
}
button[disabled], input[type="submit"][disabled], input[type="button"][disabled], a.sc_button[disabled], a.theme_button[disabled], button[disabled]:hover, input[type="submit"][disabled]:hover, input[type="button"][disabled]:hover, a.sc_button[disabled]:hover, a.theme_button[disabled]:hover {
    color: #fff!important;
    border-color: #628d93!important;
    background: #628d93!important;
}