/*
Theme Name: Eventica WP Child
Theme URI: http://www.toko.press
Author: TokoPress
Author URI: http://www.toko.press/support
Description: Child Theme Sample for Eventica WP Theme.
Version: 1.20.0
Template: eventica-wp    
Text domain: tokopress;
License: GPL License
License URI: license.txt
Tags: one-column, two-columns, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, theme-options, translation-ready
*/

.mientrada-mini-calendar{
    background:#f5f5f5;
    padding:20px;
    width:100%;
    box-sizing:border-box;
}

.mmc-header{
    text-align:center;
    font-size:20px;
    margin-bottom:20px;
    text-transform:capitalize;
    color:#666;
}

.mmc-table{
    width:100%;
    table-layout:fixed;
    border-collapse:collapse;
    margin-bottom:25px;
}

.mmc-table th{
    width:14.28%;
    text-align:center;
    padding:8px 0;
    color:#666;
    font-size:14px;
}

.mmc-table td{
    width:14.28%;
    height:40px;
    text-align:center;
    vertical-align:middle;
    position:relative;
    font-size:18px;
    color:#666;
}

.mmc-table td.tiene-evento::after{
    content:'';
    position:absolute;
    left:50%;
    bottom:4px;
    transform:translateX(-50%);
    width:6px;
    height:6px;
    border-radius:50%;
    background:#5a46ff;
}

.mmc-evento{
    border-top:1px solid #ddd;
    padding-top:15px;
    margin-top:15px;
}

.mmc-fecha{
    color:#666;
    font-size:13px;
    margin-bottom:5px;
}

.mmc-evento a{
    color:#111;
    font-weight:700;
    text-decoration:none;
}

.mmc-evento a:hover{
    text-decoration:underline;
}

.mmc-table td.seleccionado{
    background:#5a46ff;
    color:white;
    border-radius:6px;
}

.mmc-table td.seleccionado.tiene-evento::after{
    background:white;
}

.mmc-no-eventos{
    padding:25px 0;
    color:#999;
    text-align:center;
}

