/* 
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 */
.remove-li-padding ul {
	padding-left: 15px !important;
}

.clean-white-table, .clean-white-table tbody>tr:nth-child(odd)>td {
	background: #fff !important;
	border: none !important;
}

.clean-white-table td,
.clean-white-table th {
	background: #fff !important;
	border: none !important;
}

.clean-white-table tr {
	background: #fff !important;
	border-top: solid 1px #ddd !important;
}

.clean-white-table tr + tr td {
	border-top: 1px solid #ddd !important;
}

.clean-white-table tr:hover {
	background: #fff !important;
}

.nf-form-content select, .nf-form-content .list-select-wrap .nf-field-element>div, .nf-form-content input:not([type=button]), .nf-form-content textarea {
    background: #f7f7f7;
    border: 1px solid #c4c4c4;
    border-radius: 0;
    box-shadow: none;
    color: rgb(106.75, 106.75, 106.75);
    transition: all .5s;
    min-height: 50px;
}

input#nf-field-4 {
    background: #333;
    border: 0;
    color: #f7f7f7;
    transition: all .5s;
    height: 50px !important;
    width: 130px;
}

input#nf-field-4:hover {
    background: #c4c4c4;
    color: rgb(106.75, 106.75, 106.75);
    transition: all .5s;
}
