/*
Theme Name: Graviton
Theme URI: http://demo.bravisthemes.com/graviton
Author: Bravis-Themes
Author URI: https://bravisthemes.com/
Description:Graviton is a sleek and modern WordPress Theme designed specifically for construction, renovation, factory, engineering, handyman, building, architecture, interior and development-related businesses. The theme features a clean and professional design that is both aesthetically pleasing and easy to navigate. The layout is fully responsive, ensuring that your website will look great on all devices, including desktops, laptops, tablets, and smartphones. Graviton is also highly customizable, allowing you to easily modify the layout, colors, and fonts to match your brand and style.
Version: 1.0.8
License: ThemeForest
License URI: https://themeforest.net/licenses
Text Domain: graviton
Tags:architecture, builder, building, business, company, construction, contractor, corporate, electrician, engineering, handymen, industry, painter, plumber, renovation
*/

/* COLOR DE LOS TÍTULOS DE LAS ENTRADAS DE LOS BLOGS */
h3.pxl-post--title.title-hover-line > a {
	color: #333!important;
}

/* SCROLL DE LAS TABLAS EN /valorizacion-de-residuos/ LAS TABLAS QUE TENGAN LA CLASE table_info_block EN EL DIV PADRE FUNCIONARÁN IGUAL */
div.table_info_block {
	overflow: hidden; 
	border: none;
}

div.table_info_block > table {
    display: block;
    margin-bottom: 0;
    padding-bottom: 0;
    overflow-x: scroll;
}

/* CSS PARA EL SCROLL DEL MENÚ RESPONSIVE */

.menu-movil-kalfrisa-container li > ul.sub-menu.active {
    max-height: 450px;
    overflow: hidden auto;
}

/*CSS SCROLLBAR DEL MENÚ RESPONSIVE */
.menu-movil-kalfrisa-container li > ul.sub-menu.active::-webkit-scrollbar {
  width: 4px;
}

.menu-movil-kalfrisa-container li > ul.sub-menu.active::-webkit-scrollbar-thumb {
  background-color: #2e2e2e;
}
