/*!
Theme Name: Kava Child
Theme URI:
Author: Zemez
Author URI:
Description: Kava child theme.
Template: kava
Version: 1.0.1
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kava-child
*/

/**
 * Scrollbar
 */

::-webkit-scrollbar {
	width: 8px;
}

::-webkit-scrollbar-track {
	background: #BFBFBF;
}
 
::-webkit-scrollbar-thumb {
	background: var(--e-global-color-e5b1260);
}

::-webkit-scrollbar-thumb:hover {
  background: var(--e-global-color-primary);
}

/**
 * Archive title fix
 */

header h2.elementor-heading-title {
	margin: 0!important;
	line-height: 1!important;
}

/**
 * Hide the filter buttons
 */

.apply-filters .apply-filters__button {
	visibility: hidden;
	height: 0;
	margin: 0;
	padding: 0;
}

.table-first-load .jet-dynamic-table__body {
	display: none;
}

/**
 * Allow Fixtures columns to wrap on smaller screens.
 */

@media (max-width: 699px) {
	.jet-listing-grid__items.jet-listing-grid--211 > .jet-listing-grid__item {
		padding: 10px!important;
	}
	
	.jet-listing-grid__items.jet-listing-grid--211 > .jet-listing-grid__item .elementor-section.elementor-section-boxed > .elementor-container > .elementor-column {
		width: 100%;
	}
	
	.jet-listing-grid__items.jet-listing-grid--211 > .jet-listing-grid__item .elementor-section.elementor-section-boxed > .elementor-container > .elementor-column > .elementor-widget-wrap {
		padding: 0;
	}
	
}

/**
 * Downloads table pointer.
 */

.downloads-table .jet-dynamic-table__row .jet-listing {
	cursor: pointer;
}

/**
 * Hide downloads table Category column for mobile
 */

@media (max-width: 767px) {
	.downloads-table table tr th:nth-child(2), .downloads-table table tr td:nth-child(2)	{
 		display: none;
	}
}

/**
 * Cookie notice buttons
 */

.cookie_button {
	border-radius: 0;
	background-color: var(--e-global-color-accent);
	color: #000000;
	padding: 4px 8px;
	text-transform: uppercase;
}

.cookie_button:hover {
	background-color: #DFBE15;
	color: #000000;
}