html, body {
    overflow-x: hidden;
    margin: 0;
    padding: 0;
}
a {
    cursor: pointer;
}
.row, .p {
    padding: 0;
    margin: 0;
}
.supreme-container {
    position: relative;
    height: 100%;
}
body.modal-open .supreme-container {
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -o-filter: blur(10px);
    -ms-filter: blur(10px);
    filter: blur(10px);
}
.event-description img {
    max-width: 100%;
    height: auto;
}
.show {
    display: block;
}
.hide {
    display: none;
}
.print {
    display: none;
}
.no-print {
    display: block;
}
.empty {
    padding-top: 50px;
    font-size: 21px;
    padding-bottom: 50px;
    text-align: center;
    color: #dddddd;
}
.empty-card {
    border-radius: 6px;
    width: 275px;
    background-color: none;
}
@media(max-width:767px) {
    .title {
        font-size: 18px;
        font-weight: 800;
        line-height: 1;
        letter-spacing: normal;
        color: #403f48;
    }
}
@media(max-width:400px) {
    .card>.info-container {
        padding-top: 29px;
        padding-left: 12px;
        padding-right: 12px;
        padding-bottom: 30px;
    }
}
/* LOCATION*/
@media(max-width:767px) {
    
    .menu-icons {
        line-height: 76px;
        font-size: 28px;
    }
    .calendar-container {
        padding-top: 45px;
    }
}
@media(max-width:400px) {
    .menu-icons .icon-left {
        padding-right: 5px;
    }
}
/* EVENTS */
section.events .filters {
    padding: 0 20px;
}


.section-header, .section-footer{
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	color: #403f48;
	margin: 25px 0;
	word-wrap: break-word;
}

section.events ul.events {
    list-style: none;
    padding: 0;
    display: table;
    margin: 40px auto;
    /* padding: 0 20px; */
}
section.events ul.events li {
    margin: 0 auto;
    display: table;
    padding: 10px 0;
    box-sizing: border-box;
}
section.events ul.events li a, section.events ul.events li a:link, section.events ul.events li a:visited, section.events ul.events li a:active, section.events ul.events li a:hover {
    display: block;
    cursor: pointer;
    color: #222222;
    width: 100%;
}
section.events ul.events li .cover {
    width: 100%;
    height: 135px;
    display: block;
    border-radius: 4px 4px 0px 0px;
    object-fit: cover;
}
section.events ul.events li .details {
    display: grid;
    padding: 10px;
    background-color: #fefefe;
    border-radius: 0px 0px 4px 4px;
    width: 100%;
}
section.events ul.events li .details .name {
    display: block;
    white-space: nowrap;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    color: #4a4a4a;
    font-weight: 600;
    word-wrap: break-word;
    margin: 10px 0;
}
section.events ul.events li .details .date {
    margin-top: 5px;
    display: block;
    font-size: 16px;
    color: #808080;
    word-wrap: break-word;
}
section.events ul.events li .details .location {
    margin-top: 5px;
    display: block;
    font-size: 16px;
    color: #808080;
    white-space: nowrap;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
}
section.events ul.pagination {
    display: table;
    margin: 0 auto;
}
section.events ul.pagination li {
    cursor: pointer;
}
section.events .events p.no-results {
    text-align: center;
}