/*
Theme Name: WP Tests
Version: 1.0
Author: VFMC
Template: astra
*/
 
/*----------------- Cambios a partir de aquí -------------------------------*/

@font-face {
	font-family: 'Archivo Black';
    src: url('fonts/ArchivoBlack/ArchivoBlack-Regulareot');
    src: url('fonts/ArchivoBlack/ArchivoBlack-Regulareot?#iefix') format('embedded-opentype'),
        url('fonts/ArchivoBlack/ArchivoBlack-Regularwoff2') format('woff2'),
        url('fonts/ArchivoBlack/ArchivoBlack-Regularwoff') format('woff'),
        url('fonts/ArchivoBlack/ArchivoBlack-Regularsvg#ArchivoBlack-Regular') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
	/* src: url('fonts/ArchivoBlack/ArchivoBlack-Regular.woff2') format('woff2');
	url('fonts/ArchivoBlack/ArchivoBlack-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal; */	
}

@font-face {
	font-family: 'Manrope';
    src: url('fonts/Manrope/Manrope-ExtraLight.eot');
    src: url('fonts/Manrope/Manrope-ExtraLight.eot?#iefix') format('embedded-opentype'),
        url('fonts/Manrope/Manrope-ExtraLight.woff2') format('woff2'),
        url('fonts/Manrope/Manrope-ExtraLight.woff') format('woff'),
        url('fonts/Manrope/Manrope-ExtraLight.svg#Manrope-ExtraLight') format('svg');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
/*	src: url('fonts/Manrope/Manrope-ExtraLight.woff2') format('woff2');
	url('fonts/Manrope/Manrope-ExtraLight.woff') format('woff');
	font-weight: normal;
	font-style: normal; */
}

.d-none{display: none !important;}

/* GCalendar Pretty */

.tippy-content{position:relative;}
.tippy-content h2{margin: 0 0 .5em;}
.tippy-content p{position: relative; padding-left: 1.5em;}
.tippy-content p::before{content:'x'; position: absolute; left:0; width: 1em; text-align: center;}
.tippy-content p:nth-child(2)::before {content: '⏰';}
.tippy-content p:nth-child(3)::before {content: '📍';}
.tippy-content .toolloc{display:none;}
