/**
Theme Name: Astra ARL
Author: ABCO Live & Brainstorm Force
Author URI: https://abcolive.com/
Description: ARL theme for Astra, A very lightweight and beautiful theme made to work with Page Builders.
Version: 1.1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-arl
Template: astra
*/

:root {
	--blanco: 255, 255, 255;
	--negro: 0, 0, 0;
	--morado: 74, 0, 126; /* #4a007e */
	--morado-oscuro: 56, 0, 95; /* #38005f */
	--morado-claro: 159, 120, 215; /* #9f78d7 */
	--turquesa: 0, 178, 169; /* #00b2a9 */
	--turquesa-oscura: 0, 124, 118; /* #007c76 */
	--tierra: 228, 211, 184; /* #e4d3b8 */
	--tierra-oscura: 139, 111, 71; /* #8b6f47 */
	--marfil: 251, 247, 239; /* #fbf7ef */
	--tinta: 36, 24, 48; /* #241830 */
	--tinta-suave: 74, 63, 87; /* #4a3f57 */
}

:focus-visible {
	outline: 3px solid var(rgb(--turquesa));
	outline-offset: 3px;
}

.ast-single-post #content .entry-content a {
	text-decoration: inherit !important;
}

header#masthead {
	display: none;
}

footer .uagb-forms-input-label {
	font-size: 12px;
}

#primary {
	margin: 0 !important;
}

.arl-photo-placeholder {
	border: 2px dashed rgba(var(--blanco), 0.55);
	border-radius: 14px;
	padding: 1px;
}
.arl-photo-placeholder iframe,
.arl-photo-placeholder img {
	border-radius: 12px;
}

.arl-player {
	aspect-ratio: 16 / 9;
	height: auto;
	width: 100%;
}

.wp-block-navigation__responsive-container {
	position: relative;
	width: 90vw;
}
.wp-block-navigation__responsive-container-open:has(+ .is-menu-open) {
	display: none;
}
