.calendar-form {
    display: none;
}

.calendar-form.visible {
    display: block;
}

.calendar-cat-filter {
    margin-bottom: 12px;
}

.fc-day-grid-event {
    cursor: pointer;
}

.fc-list-item {
    cursor: pointer;
}

.fc-time-grid-event {
    cursor: pointer
}

.modal-backdrop.in {
    z-index: 10000 !important;
}

.modal-open .modal {
    z-index: 10001 !important;
}

.modal {
    position: fixed;
    top: 0;
    padding-top: 15px;
    bottom: 0;
    left: 0;
}

.modal-subtitle {
    padding-left: 4px;
    color: gray;
    white-space: pre-wrap;
}

.modal-subtitle span {
    width: 50px;
    display: inline-block;
}

.event-details {
    padding: 7px;
}

.event-details p{
    margin-bottom: 10px !important;
}

.event-details-subtitle span {
    width: 50px;
    display: inline-block;
}

.second-header-bg {
    background-color: white !important;
}

body {
    padding-right: 0 !important
}

body.modal-open {
    overflow: visible;
}

.event-details-content {
    padding-bottom: 10px;
    padding-top: 10px;
}

/* Froms */
div.wpcf7-validation-errors {
    border: none;
}

.form-control {
    margin-top: 3px;
    margin-bottom: 6px;
}

label {
    font-weight: lighter;
    text-align: left !important;
}

.wps-form {
    width: 100%;
    margin: 0 auto;
}
.wps-form-row {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.wps-form-row .wpcf7-form-control {
    width: 100%;
}
.wps-form-column {
    flex: 1;
    width: 100%;
    padding: .5rem 0;
    text-align: left !important;
}

@media only screen and ( min-width: 48em ) {
    .wps-form .wps-form-row {
        flex-direction: row;
    }
    .wps-form .wps-form-column {
        padding: .5rem 1rem;
    }
}

.widget_downloads_widget ul {
    list-style-type: none;
}

    /* Breadcrumbs */
.breadcrumbs {
    height: 35px;
    vertical-align: baseline;
    justify-content: center;
    line-height: 35px;
    color: white;
}

.breadcrumbs::before {
    content: '';
    left: -100px;
    top: 0px;
    right: -100px;
    bottom: 0;
    position: absolute;
    background-color: #879a9f;
    z-index: -1;
}

.breadcrumbs a {
    color: white;
}

/* Media queries */

@media (max-width: 520px) {
    .modal-title {
        font-size: 24px;
    }
}

@media (max-width: 1270px) and (min-width: 800px){
    header {
        position: absolute !important;
    }

    nav {
        margin-top: 90px !important;
    }
}