/**
Theme Name: Astra Pantumaka
Author: Pantumaka
Author URI: https://pantumaka.com/
Description: Tema desarrollado por Pantumaka basado en Astra. Necesita tener instalado el tema Astra 3.0+ para funcionar correctamente.
Version: 3.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

/* Branding */

:root {
	--color-principal: #EABC24;
	--color-secundario: #303030;
	--color-texto: #303030;
	--typo-principal: "Nexa Book", Sans-serif;
	--typo-secundaria: "Playfair Display", Sans-serif;
}

/* Headings h1-h6 : 32-30-25-20-18-15 */

/*
h1,h2,h3,h4,h5,h6 {
	outline:1px dotted yellowgreen;
}

h1:before { content: "h1 "; }
h2:before { content: "h2 "; }
h3:before { content: "h3 "; }
h4:before { content: "h4 "; }
h5:before { content: "h5 "; }
h6:before { content: "h6 "; }
*/

/* Menu */

.main-header-bar .main-header-bar-navigation.toggle-on > nav {
	background-color: #000 !important;
	color:#fff !important;
}

.ast-fullscreen-menu-enable.ast-header-break-point .main-header-bar-navigation .close {
	top:50px;
	color: white !important;
}

.ast-header-break-point .main-navigation ul .menu-item .menu-link {
	font-size:24px;
	text-transform: uppercase;
	font-family: var(--typo-principal);
	color:#fff !important;
}

.ast-header-break-point .main-navigation ul .menu-item:hover .menu-link,
.ast-header-break-point .main-navigation ul .menu-item:active .menu-link,
.ast-header-break-point .main-navigation ul .menu-item.current-menu-item .menu-link {
	color: var(--color-principal) !important;
}


/* TML */
/*.tml-links {
    display:none;
}
.tml-label, 
.tml-message,
.tml-error {
    color:#fff !important;
}
.tml-field-wrap,
.tml-field-wrap p {
    color:#fff !important;
}*/

/* Tras update de Astra a 3.0+ */

.ast-below-header-wrap {
	display: none;
}

.ast-header-break-point .main-header-menu {
	background-color: #000 !important;
	border-top-width: 0 !important;
}

.ast-header-break-point .main-navigation ul .menu-item .menu-link {
	border-bottom-width: 0 !important;
}