﻿:root {
    /*--main-color: #232323;*/
    --main-color: #FFEBCD;
    --add-color: #393939;
    --green-color: #2d9062;
    --yellow-color: #faaf08;
    --wheat-color: #FFEBCD;
    --pattern: url(/img/menu-icons/black-scratch-lines.png);
}

.lhst_event_btn {
    width: 119px;
    height: 80px;
    border-style: solid;
    border-radius: 6px;
    border-width: 1px;
    border-color: #000;
    color: var(--wheat-color);
    font-family: 'Sitka Display','Arial',Arial,sans-serif;
    margin-right: 5px;
    font-size: 14px;
    line-height: 1;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
    background-size: 100%;
    filter: brightness(1.3)
}

    .lhst_event_btn:hover {
        border-style: outset
    }

    .lhst_event_btn:active {
        border-style: inset
    }

.lhst_m_local_events_dialog {
    left: 0;
    right: 0;
    margin: 20vh auto;
    border: solid;
    padding: 1em;
    background-image: var(--pattern);
    background-size: 30%;
    color: var(--wheat-color);
    width: auto;
    max-width: 500px;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
    border-radius: 5px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1051;
    overflow: hidden;
    outline: 0;
    height: auto !important
}

.lhst_m_local_events_title {
        font-family: 'Sitka Display','Arial',Arial,sans-serif;
}

.lhst_m_local_events_title_img {
    width: 100%;
}

.lhst_event_option_btn {
    font-size: 12px;
    width: 100%;
    text-align-last: center;
}