/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/

.eael-filter-gallery-control ul li:first-child {
	display: none !important;
}

/* TABLEPRESS STYLES */

/* Change color of Table Head */
.tablepress {
	font-family: "Open Sans", Sans-serif !important;
	margin-top:10px !important;
}

.tablepress td a {
  color: #8A9538 !important;
}

/* Adjust search/filter paddings for tablepress */
.dataTables_filter input, .dataTables_length select, .column-filter-widget select {
  padding: 2px !important;
	border-radius: 0 !important;
}

/* Adjust width of columnfilter select box */
.column-filter-widget select {
	width:150px !important;
}

/* Move table down from filters */
.dataTables_filter, .dataTables_length {
	margin-bottom:20px !important;
}

.tablepress thead th,
.tablepress tfoot th {
  background-color: #eee !important;
  color: #8A9538 !important;
}
