/*
Theme Name: Grillo
Text Domain: Miami Diario
Version: 1.7
Tested up to: 6.0
Requires at least: 4.7
Requires PHP: 5.2.4
Author: Agencia Rubik
Author URI: https://agenciarubik.com
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

All files, unless otherwise stated, are released under the GNU General Public
License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned
with others.
*/

@import 'assets/css/all.css';

.deco {
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
}
.deco span {
	height: 15px;
    display: inline-block;
}
.deco span:nth-child(1) {
    background:#e90f8a;
    width: 22%;
}

.deco span:nth-child(2) {
    background:#f9af44;
    width: 33%;
}

.deco span:nth-child(3) {
    background:#f9ee58;
    width: 45%;
}

.widgetresultados {
    height: 80px;max-width: 1440px;margin: 20px auto;width: 100%;
}

.wp-caption-text {
	line-height: 1.2!important;
    font-size: 13px!important;
	color:#4b4b4b!important;
	padding: 0!important;
    margin: 0!important;
}
.wp-caption-text em {
	font-style: normal;
}

.wp-caption-text em strong, .wp-caption-text em b {
	font-weight: normal;
}

/* Agrega una nueva clase 'show-submenu' al sub-menú cuando el cursor está sobre el elemento padre o el sub-menú */
.menu-item-has-children:hover > .sub-menu,
.sub-menu:hover {
  display: block;
  visibility: visible;
}

/* Oculta todos los elementos secundarios de los elementos que tienen la clase menu-item-has-children */
.menu-item-has-children > .sub-menu {
  display: none;
  position: absolute;
  padding: 15px 0px;
  background: #31239c;
  top: 100%;
  font-size: 15px;
  left: 0; /* Ajusta la posición horizontal del sub-menú */
  visibility: hidden; /* Agrega la propiedad visibility:hidden para ocultar el sub-menú por defecto */
}

/* Agrega la clase 'show-submenu' al sub-menú cuando se está sobre el elemento padre */
.menu-item-has-children:hover > .sub-menu.show-submenu {
  display: block;
  visibility: visible;
}

.menu-item {
    position: relative;
}

.header .real-menu .sub-menu .menu-item {
    margin: 0 30px;
    padding: 0px;}