﻿#breadcrumbOuterWrapper {
    width: 100%;
}

.breadcrumbDesktopWrapper {
    padding: 0;
    background: #eee;
    border-bottom: 1px solid #d8d5d5;
}

.breadcrumb {
    background-color: transparent !important;
}

.Images {
    background: #eeee;
}


    .Images figure:hover {
        opacity: 0.6;
    }

    .Images .col-md-4 {
        padding: 8px;
    }

.modal-dialog {
    width: 100%;
    max-width: 90%;
}

.modal-content {
    padding: 0px;
    width: 100%;
}

.event-list-box:hover {
    box-shadow: 0 6px 12px rgb(33 33 33 / 75%);
}

.event-list-box {
    background: #fff;
    border-radius: 3px;
    width: 100%;
    float: left;
    box-shadow: 0 3px 6px rgb(0 0 0 / 35%);
    padding: 10px 15px;
    margin: 0 0 13px;
}

    .event-list-box ul {
        margin: 0px;
        padding: 0px;
        list-style: none;
    }

    .event-list-box .edate {
        font-size: 14px;
        color: #5d5a5a;
        /*font-weight: 500;*/
        text-transform: uppercase;
        width: calc(100% - 80%);
    background: #d94148;
    padding: 5px;
    color: #fff;
    border-radius: 3px;
    display: inline-block;
    font-weight: bold;

    }

        .event-list-box .edate strong {
            display: inline-block;
        }

    .event-list-box ul li {
        float: left;
        margin-right: 20px;
        width: 130px;
    }

    .event-list-box img {
        width: 130px;
        height: 100px;
        border-radius: 3px;
    }

    .event-list-box .event-title {
        width: calc(100% - 180px);
    }

        .event-list-box .event-title h6 {
            font-size: 17px;
            font-weight: normal;
            line-height: 20px;
            margin: 0px 0 10px;
        }

        .event-list-box .event-title p {
            margin: 0px;
            color: #6b6666;
            font-size: 14px;
            font-weight: 500;
        }

            .event-list-box .event-title p i {
                color: #d94148;
                margin-right: 5px;
            }

    .event-list-box ul li:last-child {
        /*float: right;*/
        margin: 0px;
    }

    .event-list-box:hover a.join-now {
        background: #d94148;
        border-color: #d94148;
        color: #fff;
    }

a.join-now {
    background: #d94148;
    display: inline-block;
    line-height: 28px;
    padding: 0 12px;
    border-radius: 15px;
    border: 1px solid #d94148;
    text-transform: uppercase;
    font-size: 12px;
    color: #ffffff;
    margin: 0 0 0 0;
}

.event-list-box .event-title h6 a {
    color: #222;
}

.event-list-box:hover .event-title h6 a {
    color: #d94148;
}

body a, body a:hover, body a:active, body a:visited, body a:focus {
    text-decoration: none;
}

.list-box {
    /*margin: auto 12%;
        padding: 20px 0;*/
}

.widget:last-child {
    margin: 0px;
}

.sidebar .widget {
    background: #fff;
    border-radius: 3px;
    width: 100%;
    float: left;
    /*margin-bottom: 40px;*/
    border: 1px solid #ececec;
    box-shadow: 0px 5px 10px 0 rgba(0,0,0,.07);
}

    .sidebar .widget h4 {
        font-weight: 700;
        font-size: 16px;
        line-height: 40px;
        border-bottom: 1px solid #ececec;
        padding: 0 20px;
        text-transform: uppercase;
    }

    .sidebar .widget .inner {
        padding: 20px;
        width: 100%;
        float: left;
    }

.widget ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.widget .upcoming-events li:hover .edate {
    /*background: #40407e;*/
}

.boxScroll {
    max-height: calc(100vh - 330px);
    overflow: auto;
    min-height: calc(100vh - 325px);
}

    .boxScroll::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        border-radius: 10px;
        background-color: #F5F5F5;
    }

    .boxScroll::-webkit-scrollbar {
        width: 6px;
        background-color: #F5F5F5;
    }

    .boxScroll::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
        background-color: #848080;
    }

.upcoming-events .event-list-box {
    margin-bottom: 15px;
}

.upcoming-events ul li {
    margin-bottom: 0px !important;
}

.widget .upcoming-events h6, .widget .recent-posts h6 {
    font-weight: 600;
    line-height: 22px;
    font-size: 16px;
    margin: 0 0 3px 15px;
    display: inline-block;
}

.widget h6 a:hover {
    color: #d94148;
}

.widget h6 a {
    color: #333;
    font-weight: normal !important;
    line-height: 22px;
}

.widget .upcoming-events span.loc {
    color: #888888;
    font-size: 12px;
    display: block;
}

.widget .upcoming-events .edate {
    width: calc(100% - 80%);
    background: #d94148;
    /* position: absolute; */
    left: 0;
    top: 0;
    text-align: left;
    color: #fff;
    overflow: hidden;
    border-radius: 3px;
    padding: 5px;
    z-index: 99;
    display: inline-block;
    vertical-align: top;
    font-weight:bold;
}

#contentWrapper {
    margin-bottom: 0px !important;
}

.footerOuterWrapper {
    position: relative !important;
}
