/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Template: astra
Author: Brainstorm Force
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: The Astra WordPress theme is lightning-fast and highly customizable. It has over 1 million downloads and the only theme in the world with 6,000+ five-star reviews! It’s ideal for professional web designers, solopreneurs, small businesses, eCommerce, membership sites and any type of website. It offers special features and templates so it works perfectly with all page builders like Spectra, Elementor, Beaver Builder, etc. Fast performance, clean code, mobile-first design and schema markup are all built-in, making the theme exceptionally SEO-friendly. It’s fully compatible with WooCommerce, SureCart and other eCommerce plugins and comes with lots of store-friendly features and templates. Astra also provides expert support for free users. A dedicated team of fully trained WordPress experts are on hand to help with every aspect of the theme. Try the live demo of Astra: https://zipwp.org/themes/astra/
Tags: custom-menu,custom-logo,entertainment,one-column,two-columns,left-sidebar,e-commerce,right-sidebar,custom-colors,editor-style,featured-images,full-width-template,microformats,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready,blog
Version: 4.12.3.1771432801
Updated: 2026-02-18 16:40:01

*/

/* Fonts: Gagalin + Montserrat */
@import url('https://fonts.cdnfonts.com/css/gagalin');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');

:root {
	--font-gagalin: 'Gagalin', sans-serif;
	--font-montserrat: 'Montserrat', sans-serif;
}

/* Montserrat per defecte a tota la web */
body,
body h1, body h2, body h3, body h4, body h5, body h6,
body p, body span, body a, body li, body label,
input, textarea, select, button,
.entry-content,
.elementor-widget-container,
.elementor-heading-title,
.elementor-text-editor,
#masthead .main-header-menu a,
#masthead .ast-nav-menu a {
	font-family: var(--font-montserrat) !important;
}

.entry-content :where(h1,h2,h3,h4,h5,h6), .entry-content .wp-audio-shortcode, .entry-content .wp-embedded-audio, .entry-content .wp-embedded-video, .entry-content .wp-video, .entry-content p {
    margin-bottom: 0 !important;
}


/* Gagalin només on es vol (no sobreescriure amb Montserrat) */
.site-title,
.site-title a,
.gagalin-font,
.gagalin-font p,
.gagalin-font h1,
.gagalin-font h2,
.gagalin-font h3,
.gagalin-font h4,
.gagalin-font h5,
.gagalin-font h6,
.gagalin-font span {
	font-family: var(--font-gagalin) !important;
}

.gagalin-font h3 {
	font-size: 35px !important;
}

.gagalin-font h4 {
	font-size: 25px !important;
}

.gagalin-font h5 {
	font-size: 18px !important;
}

.gagalin-font h6 {
	font-size: 16px !important;
}

.gagalin-font p {
	font-size: 18px !important;
}

.site-title {
	font-size: 35px !important;
}

li.page_item,
li.page_item a {
	font-family: var(--font-montserrat) !important;
}

li.page_item, li.page_item a {
	font-weight: 600 !important;
	font-size: 18px !important;
}

/* Astra Child: menú fix, fons fosc amb opacitat, lletres blanques */
.site-header,
#masthead {
	background-color: rgba(0, 0, 0, 0.4) !important;
}

#masthead,
#masthead .ast-header-wrapper {
	position: fixed !important;
	top: 0 !important;
	left: 0 !important;
	right: 0 !important;
	z-index: 9999;
	border-bottom: none !important;
	padding-top: 0 !important;
}

.main-header-bar-wrap,
.main-header-bar,
.ast-primary-header-bar,
.ast-above-header-bar,
.ast-below-header-bar,
.ast-mobile-header-wrap .ast-primary-header-bar,
.ast-mobile-header-wrap .ast-above-header-bar,
.ast-mobile-header-wrap .ast-below-header-bar {
	background-color: transparent !important;
	background-image: none !important;
	box-shadow: none !important;
	border-bottom: none !important;
}

/* Lletres blanques al menú */
#masthead .main-header-menu a,
#masthead .ast-nav-menu a,
#masthead .main-header-menu .menu-item a,
#masthead .ast-builder-menu .menu-item a,
#masthead a.ast-custom-link,
#masthead .site-title a,
#masthead .site-description,
#masthead .menu-toggle,
#masthead .menu-toggle .mobile-menu {
	color: #fff !important;
}

#masthead .menu-toggle {
	color: #fff !important;
	border-color: rgba(255, 255, 255, 0.5) !important;
}

#masthead .menu-toggle .mobile-menu,
#masthead .menu-toggle .mobile-menu:before,
#masthead .menu-toggle .mobile-menu:after {
	background-color: #fff !important;
}

/* Submenú també blanc si el tens */
#masthead .main-header-menu .sub-menu a,
#masthead .ast-nav-menu .sub-menu a {
	color: #fff !important;
}

/* Botons Elementor: ben arrodonits (pill), lletra gran i forta, blanc/negre, hover */
.elementor-button {
	display: inline-block;
	background: #fff !important;
	color: #111 !important;
	border: 1px solid #e0e0e0 !important;
	border-radius: 20px !important;
	padding: 20px 44px;
	overflow: hidden;
	font-size: 1.1rem !important;
	font-weight: 700 !important;
	letter-spacing: 0.03em;
	text-decoration: none;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
	transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1),
	            box-shadow 0.3s ease,
	            border-color 0.3s ease,
	            background 0.3s ease;
}

.elementor-button .elementor-button-text {
	color: #111 !important;
	font-size: 1.1rem !important;
	font-weight: 700 !important;
	transition: color 0.3s ease;
}

.elementor-button:hover,
.elementor-button:focus {
	background: #fff !important;
	color: #111 !important;
	border-color: #ccc !important;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15) !important;
	transform: translateY(-3px) scale(1.02);
}

.elementor-button:hover .elementor-button-text,
.elementor-button:focus .elementor-button-text {
	color: #111 !important;
}

.elementor-button:active {
	transform: translateY(-1px) scale(0.99);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* Astra Child: ocultar el título de la entrada (.entry-title) */
.entry-title,
h1.entry-title,
h2.entry-title {
	display: none !important;
}