.events-item .events-title {
    font-size: 25px;
    color: #444;
}

.events-item .itemtext{
    display: flex !important;
}
.events-item {
	width: 100% !important;
    flex-wrap: wrap !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link{
    background-color: #191919;
}

.footer-modal-overflow{
    overflow: hidden;
}
.footer-modal{
    overflow: hidden;
    display: block;
    background: rgba(0,0,0,0.7);
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 99999999;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-modal-inner{
    max-width: 640px;
    background: white;
    width: 100%;
    padding: 25px 40px;
    box-shadow: 0 0 15px 5px rgba(0,0,0,.25);
}
.footer-modal-inner h3{
    padding-bottom: 14px;
    letter-spacing: -.2px;
    font-size: 21px;
    line-height: 26px;
    color: #323232;
    font-weight: 700;
    margin-bottom: 13px;
    color: #050505;
}
.footer-modal-inner p{
    font-size: 15px;
    color: #050505;
    line-height: 22px;
    padding-bottom: 14px;
    margin-bottom: 0;
}
.footer-modal-btns{
    display: flex;
    justify-content: flex-end;
    padding-top: 14px;
    padding-bottom: 14px;
}
.footer-modal-btns a,
.footer-modal-btns button{
    padding: 7px 34px;
    font-size: 14px;
    text-decoration: none;
    margin-bottom: 0;
    border-radius: 2px;
    box-sizing: border-box;
    min-width: 78px;
    line-height: 1.42857143;
    text-align: center;
    position: relative;
    vertical-align: middle;
    background-image: none;
    border: 1px solid transparent;
    color: #fff;
    cursor: pointer;
    display: block;
    box-shadow: none;
    margin-right: 10px !important;
    margin-top: 5px;
}
.footer-modal-btns button{
    background-color: #e10f28;
}
.footer-modal-btns a{
    border-color: #e10f28;
    color: #1874b0;
    background-color: #fff;
    padding: 7px 34px;
    font-size: 14px;
}
.footer-modal-hide{
    display: none;
}
.footer-modal-overflow{
    max-height: 100vh;
    overflow: hidden;
}