/*
Theme Name: Aurum - Child Theme
Theme URI: https://laborator.co/themes/aurum/
Author: Laborator
Author URI: http://laborator.co/
Description: Use this theme if you want to extend features of Aurum theme or prevent overwriting the changes you make when new theme update is available.
Version: 1.0
Template: aurum
Text Domain: aurum
*/

/* ===============================
   HARD DISABLE AURUM ICON FONT
   =============================== */

/* Kill Aurum icon font completely */
@font-face {
    font-family: 'Aurum-Icons';
    src: local('☺');  /* prevents font loading */
}

/* Neutralize Aurum icon classes */
[class^="icon-"],
[class*=" icon-"] {
    font-family: inherit !important;
}

/* Force EventON icon font usage */
.evo_event_icons,
.evo_event_icons *,
.evo_event_details *,
.evo_event_details i {
    font-family: 'evo_FontAwesome' !important;
}

/* Change icons */
.fa-chevron-right:before {
    content: "\f35a" !important;
}

.fa-location-pin:before {
    content: "\f1ad" !important;
}

.fa-arrow-up-right-from-square:before {
    content: "\f279" !important;
}

.fa-location-dot:before {
    content: "\f0c8" !important;
}

.fa-map-marker:before {
    content: "\f1ad" !important;
}

.evo_tz{
	display: none !important	
}