@charset "UTF-8";
/* Explore Blairgowrie Dec 2019 

Thunder -   #505160     rgba(80,81,96,1)
Red -       #d13525     rgba(209,53,37,1)
Yellow      #FACD68     rgba(250,205,104,1)
Waterfall - #68829e     rgba(104,130,158,1)
New grass - #86ac41     rgba(134,72,165,1)
Reflection  #34675c     rgba(52,103,92,1)
Mist        #7da3a1     rgba(125,163,161,1)

*/

.event-card .box{
    border:1px solid #cacaca;
    border-radius: 6px;
    background: #FACD68;
    margin-left:30px;
    -webkit-box-flex:1;
    -ms-flex-positive:1;
    flex-grow:1;
    position:relative;
    padding:25px 5px 10px 40px;
    -webkit-transition:-webkit-box-shadow .5s ease;
    transition:-webkit-box-shadow .5s ease;
    -o-transition:box-shadow .5s ease;
    transition:box-shadow .5s ease;
    transition:box-shadow .5s ease,
        -webkit-box-shadow .5s ease}

.date-price-info {background: #d13525;padding: 5px;}

@media print,screen and (min-width:40em){
    .event-card .box{padding:20px 15px 15px 40px}
}