#vst_shortcode a.event > div {
    width: 100%;
    max-width: 100%;
    flex-basis: fit-content;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -moz-transition: all .2s ease,box-shadow .3s ease;
    -ms-transition: all .2s ease,box-shadow .3s ease;
    -o-transition: all .2s ease,box-shadow .3s ease;
    -webkit-transition: all .2s ease,box-shadow .3s ease;
    transition: all .2s ease,box-shadow .3s ease;
    font-family: "Open Sans",Arial,sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

#vst_shortcode a.event .heading {
    margin-left: 20px;
}
#vst_shortcode a.event {
    -moz-transition: all .2s ease,box-shadow .3s ease;
    -ms-transition: all .2s ease,box-shadow .3s ease;
    -o-transition: all .2s ease,box-shadow .3s ease;
    -webkit-transition: all .2s ease,box-shadow .3s ease;
    transition: all .2s ease,box-shadow .3s ease;
    font-size: .813em;
    list-style-type:none;
    text-decoration:none;
    display: grid;
    width: 100%;
    grid-template-columns: 10% 70% 20%;
    place-items: center;
    padding: 10px 0;
    margin: 10px 0;
}
#vst_shortcode h2{
    font-size: .900em;
    font-weight: 800;
}
#vst_shortcode h3{
    font-size: .830em;
}

#vst_shortcode a.event .date{
    padding: 0px;
    text-align: center;
    display: flex;
    flex-direction: column;
}
#vst_shortcode a.event .date .day{
    font-size:12px;
    font-weight:bold;
    height: 18px;
    line-height: 0;
}

#vst_shortcode a.event .date .week{
    font-size: 22px;
    height: 22px;
    font-weight: 900;
    line-height: 0;
}
#vst_shortcode a.event .date .time{
    height: 0;
    font-size: 10px;
    color: #919191;
    line-height: 0;
}
#vst_shortcode a.event div.min_price{
    font-size: .8em;
    height: 35px;
    line-height: 35px;
    border-radius: 14px;
    padding: 0;
    width: auto;
    padding-right: 15px;
}

#vst_shortcode a .min_price_dot {
    float: left;
    height: 6px;
    width: 6px;
    border-radius: 4px;
    margin: 14px 6px 10px 10px;
    background: #016678;
}

#vst_shortcode a.event:hover {
    border-radius: 8px;
}
#vst_shortcode a:hover .min_price_dot {
    background: #3399ff ;
}

#vst_shortcode a:hover .min_price {
    transform: translateX(-10px);
}


#vst_shortcode .load{
    margin: 0 auto;
    display: flex;
    justify-content: center;
    padding: 8px;
    width: auto;
    flex: 1;
    max-width: 130px;
    font-size: 14px;
    text-decoration: none;
    border-radius: 16px;
    font-weight: bold;
    margin-top: 10px;
    border: 1px solid #a4a4a4;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    margin-bottom:20px;

}
#vst_shortcode .load:hover{
    color:#fff;
}
@media (max-width: 768px ) { 
    #vst_shortcode a.event{
        grid-template-columns: 15% 80%;
        border-bottom: 1px solid #c6c6c6;
        margin: 0;
        padding: 25px 0px;
    }

    #vst_shortcode a.event .min_price{
        grid-column: 1 / span 3;
        width: 130px;
        margin-right: auto;
    }
}