@charset "utf-8";
/* CSS Document */

table {
    border-spacing: 10px 50px;
}

th {
    background-color: #b4b4b4;
    color: white;
}

p.product a img {
    display: none;
    position: absolute;
    left: -80px;
    top: -22px;
}
p.product a {
    display: inline-block;
    position: relative;
}
p.product a img{
    display: none;
}
p.product a:hover img{
    display: inherit;
}
p.product {
    margin-left: 100px;
}

.main_image {
    width: 100%;
    height: auto;
}

/*  GENERAL STYLES  */




.date-container{
    border: 1px solid #b7b7b7;
    margin-top: 25px;
}

.title-bar{
    background-color: #ebebeb;
    width: 100%;
    border-bottom:2px solid #fff;
    cursor:pointer;
}

.date-event:last-child .title-bar{
    border-bottom:none;
}

.date-event:last-child div.meal_conts{
    border-top:2px solid #fff;
}

.title-bar i.fa{
    position:relative;
    top:18px;
    left:-25px;
}

.title-bar:after, .date-event:after {
    content: "";
    display: table;
    clear: both;
}

.the-date {
    color: #053685;
    float: left;
    width: auto;
    background-color: #ebebeb;
    padding: 10px 0px 10px 20px;
    font-size:22px;
}

.date-title {
    color: #4b4b4b;
    float: left;
    width: auto;
    background-color: #ebebeb;
    padding: 10px;
    font-size:22px;
    font-style: italic;
}

.date-event p {
    clear: both;
}

.date-event ul {
    margin-top: -20px;
    padding-bottom: 20px;
}

.date-event h3{
    margin-bottom:15px;
    margin-top:30px;
    font-weight:normal;
    font-size:22px;
}

.date-event .cta_1 {
    display:inline;
    font-size:17px;
    margin-left:20px;
    position: static;
}

.date-details {
    display: none;
    border-bottom: 1px solid #ebebeb;
}

.date-details ul {
    list-style: none;
    font-size: 17px;
    margin-top: 15px;
}

.date-details ul li::before {
    content: "• ";
    color: #053685; /* or whatever color you prefer */
    font-size:22px;
}

.date-title .fa {
    color: #053685;
}

a.date-title {
    cursor: pointer;
}

.date-event div.meal{
    border-bottom:1px dotted #ebebeb;
    padding:0px 15px;
    margin:0;
    display:flex;
    align-items:stretch;
    overflow:hidden;
}

.date-event div.meal:last-child{
    border-bottom:none;
}

.date-event div.meal div{
    box-sizing:border-box;
}

.date-event div.meal div:first-child{
    border-right:1px solid #ebebeb;
    padding-bottom:20px;
}

.date-event div.meal div:last-child{
    padding:30px 15px 20px 20px;
}

.date-event div.collapse{
    height:0;
    border-top:1px solid #fff;
}



@media only screen and (max-width: 600px) {

    .date-event .cta_1 {
        display: block;
        margin-bottom: 30px;
    }

    .menu_nav .btn{
        font-size:0.9em;
    }

    .date-event div.meal{
        display:block;
    }

    .date-event div.meal div:first-child{
        border-right:none;
        border-bottom:1px solid #999;
        padding-bottom:20px;
    }

    .menu_nav .pull-right{
        float:none !important;
        margin-top:15px;
    }
}