.modal-body .event-featured-image img {
    max-height: 200px;
}
.modal-body .event-featured-image {
    text-align: center;
}
.modal-body .event-date-and-time {
    font-size: 22px;
    font-weight: 700;
}

.fc-time-grid-event, .fc-row.fc-rigid {
    overflow: visible !important;
}

section.calendar-wrapper .entry table th, .entry table td {
    padding: 0px 3px !important;
}

.entry-content tr td {
    padding: 0px !important;
}

.fc-content {
    white-space: initial !important;
}

.fc-event {
    border-radius: 0px !important;
    background-color: #202b31 !important;
    border: solid 1px #202b31 !important;
}

.fc-event-container {
    padding: 0px !important;
}

section .fc-event-container a {
    color: #fff;
}

@media (min-width: 576px){
    .modal-dialog {
        max-width: 700px !important;
    }
}

.modal {
    top: 50px !important;
}

.fc-row table {
	margin-bottom: 0px !important;
}

.loading-events-wrapper {
    width: 100%;
    height: 300px;
    position: absolute;
    z-index: 10;
    left: 0;
}

.loading-events {
	background-color: #222;
	color: #fff;
	padding: 15px;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	left: -100px;
	width: 200px;
	z-index: 10;
}