/*
Theme Name: Agora Child Theme
Template: agora
Theme URI: https://agora.ancorathemes.com/
Description: Agora Child Theme
Author: AncoraThemes
Author URI: https://ancorathemes.com/
Version: 1.0.0
Tested up to: 6.6
Requires at least: 5.0
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: classes, event, event theme, venue, meetup, events calendar, conference, event management, exhibition, expo, meeting, schedule, seminar, speakers, tickets, webinar
Text Domain: agora
*/


/* =Child-Theme customization starts here
------------------------------------------------------------ */

.sc_price_light .sc_price_item_details {
	text-align: left;
}
.sc_price_light .sc_price_item_details ul li:after {
    content: '';
    font-family: "fontello";
    font-size: 11px;
    margin-left: 12px;
    position: relative;
    top: -1px;
    color: var(--theme-color-alter_link);
}
.sc_price_item_details ul li span:before {
    content: '\e9a2';
    font-family: "fontello";
    font-size: 11px;
    margin-right: 12px;
    position: relative;
    top: -1px;
    color: var(--theme-color-alter_link);
}
.sc_price_light .sc_price_item_price {
	font-size: 30px;
}