/**
Theme Name: Kadence Child
Author: ActonWeb
Author URI: https://www.actonweb.com/
Description: Child theme created for CreateText by Acton|Web.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kadence-child
Template: kadence
*/

/* EventCalendar Styling */
.ec,
.ec-button {
    color: var(--global-palette4);
}

.ec-button:active:not(:disabled),
.ec-button:focus:not(:disabled){
    color: #fff;
}

h2.ec-title {
    font-size: 2em;
}

.ec .ec-event {
    background: var(--global-palette1);
}

.ec-day-grid .ec-event-body {
    flex-direction: column;
    padding: 4px;
}

.ec-day-grid .ec-event-title {
    margin-top: 0;
}

.ec-day-grid .ec-event-title h2 {
    display: flex;
    flex-direction: column;
}

.ec-day-grid .ec-event-title span {
    font-size: 12px;
    color: #fff;
    margin: 3px 0;
    cursor: pointer;
}

.ec-day-grid .ec-event-title span.dashicons {
    font-size: 12px;
    margin: 0;
}

.ec-day-grid .ec-event-title span.product_name {
    font-weight: bold
}

.ec-day-grid .ec-event-title span.time {
    font-size: 14px;
}

.ec-day-grid time.ec-event-time {
    display: none;
}