/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

.date-card {
    width: 130px;
    height: 260px;
    box-sizing: border-box;
    border: 2px solid #fff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 18px 0;
    color: #fff;
    line-height: 1;
    user-select: none;
    pointer-events: none
}

.date-day {
    font-size: 65px;
    padding-bottom: 10px;
}

.date-divider {
    width: 50%;
    align-self: start;
    padding-top: 15px;
    height: 0;
    margin: 0;
    border: 0;
    border-top: 2px solid #fff;
}

.date-month {
    font-size: 65px;
    padding-bottom: 20px;
}

.date-time {
    font-size: 30px;
    width: 100%;
    text-align: center;
    padding-top: 17px;
    border-top: 2px solid;
}
