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

.table-sm {
    font-size: .8rem;
}

.table-sm th, .table-sm td {
    padding: 5px;
}

.page-item:hover .page-link,
.page-item.active .page-link {
    color: black;
    background-color: #6ff4da;
    border-color: #6ff4da;
}

table#results-table.dataTable {
    border-collapse: collapse !important;
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc:after {
    content: '' !important;
}

.dataTables_wrapper {
    padding: 0 !important;
}

.dataTable th {
    cursor: pointer;
}

.dataTables_wrapper .pagination {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0;
}

.dataTables_wrapper .pagination .page-item {
    list-style: none;
    display: block;
}

.dataTables_wrapper .pagination .page-item a {
    padding: 12px;
    color: black;
}

.dataTables_wrapper .row {
    display: block;
    margin-bottom: 30px;
}

.dataTables_wrapper .pagination {

}

.elementor hr {
    margin: 30px 0;
}

.elementor-field-group > label {
    font-weight: bold;
    line-height: 2;
}

@media (min-width: 768px) {
	.menu-item-primary {
		margin-left: auto;
	}
	
	.menu-item-primary a {
		font-weight: 600 !important;
		background-color: ;
		/*padding: 8px 20px !important;
		display: block !important;*/
		color: #E6007E !important;
		text-transform: uppercase;
		text-align: center;
	}
	
	/*.menu-item-primary a:hover {
		background-color: black;
	}*/
}