/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.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
*/

/* ESTILO GENERAL ******************************************************************************/
/* Para no mostrar el título en texto de la página en toda la web (solo aparece el logo) */
.ast-site-title-wrap {
	display: none;
}

/* Para poner borde a los elementos de la web cuando se navega usando la tecla tabulador (para accesibilidad) */
a:focus, button:focus, input:focus, select:focus, textarea:focus, .button:focus-visible, a:focus-visible, button:focus-visible, input:focus-visible, #ast-scroll-top:focus, #ast-scroll-top:focus-visible {	
	border-radius: 5px !important;
	outline: #075AB1 solid 2px !important;
	outline-offset: 2px !important;
}
a:focus > img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail, a:focus > div.img-inner > img.attachment-large.size-large, .woocommerce-product-gallery__image > a:focus > img.wp-post-image.skip-lazy {
	border: 2px solid #075AB1 !important;
	border-radius: 5px !important;
}
span.dropdown-menu-toggle:focus, span.dropdown-menu-toggle:focus-visible {
	border: 2px solid #075AB1 !important;
	border-radius: 5px !important;
	outline: none;
}
div.ast-custom-button:focus, div.ast-custom-button:focus-visible {
	border-radius: 5px !important;
  	outline: #075AB1 solid 2px !important;
  	outline-offset: 2px !important;
}

/* Para el estilo de la barra superior de menú */
.ast-below-header-wrap .ast-below-header-bar .site-below-header-wrap .ast-builder-grid-row {
	margin-bottom: 0.5%;
	margin-top: 0.5%;    
}
span.dropdown-menu-toggle {
	padding-right: 0.5em !important;
}

/* BARRA DE COOKIES ****************************************************************************/
/*  Para el estilo del botón "Aceptar" de la barra de Cookies */
#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-allow-all {
	background-color: #006600 !important;
	color: #ffffff !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-allow-all:hover {
	background-color: #006600 !important;
	color: #ffffff !important;
}

/* Para cambiar el color de fondo del botón de "Rechazar" en la barra de cookies */
#moove_gdpr_cookie_info_bar .moove-gdpr-button-holder .gdpr-fbo-1 {
	background-color: #dc3545 !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-button-holder .gdpr-fbo-1:hover {
	background-color: #dc3545 !important;
	color: #ffffff !important;
}

/* Para cambiar los colores del botón de "Configurar" de la barra de cookies */
#moove_gdpr_cookie_info_bar .moove-gdpr-button-holder .gdpr-fbo-2 {
	background-color: #ffffff !important;
	color: #000000 !important;
	opacity: 1 !important
}
#moove_gdpr_cookie_info_bar .moove-gdpr-button-holder .gdpr-fbo-2:hover {
	background-color: #ffffff !important;
	color: #000000 !important;
	opacity: 1 !important
}

/* BOTÓN WHATSAPP ****************************************************************************/
/* Para el estilo del botón de pedidos por WhatsApp */
.nta_wa_button .wa__button .wa__btn_txt .wa__cs_info {
	display: none;
}
.nta_wa_button .wa__button .wa__btn_txt .wa__btn_title {
	font-size: 1.4em;
	text-align: center;
}

/* MEDIA QUERIES ****************************************************************************/
/* Media Query para tamaños PC */
@media (min-width: 921px) {
        
	/* Para no mostrar el menú para móvil (menú hamburguesa) en tamaños PC (para accesibilidad con tabulador) */
	.menu-toggle {
		display: none !important;
	}
	#ast-mobile-popup-wrapper {
		display: none !important;
	}

}
