/* Write your custom CSS here */
#site-choose {
    width: 167px !important;
    white-space: nowrap;
    padding: 5px 0;
}
div.photo {
    display: inline-block;
    position: relative;
}
div.photo.promoted img {
    border: 5px greenyellow solid;
}
div.photo .action {
    display: block;
    width: 100%;
    text-align: center;
    margin: auto;
    bottom: 10px;
    position: absolute;
    color: black;
    cursor: pointer;
}
div.photo .action .delete {
    color: red;
}
div.photo .action .add {
    color: greenyellow;
}
div.checkbox {
    margin-bottom: 20px;
}
span.badge.new.agenda {
    background-color: #3b3ba6;
}
span.badge.new.album {
    background-color: #a63c4e;
}
span.badge.new.blog {
    background-color: #57a651;
}
@media only screen and (max-width: 601px) {
    nav#view-nav .nav-wrapper {
        overflow-x: scroll;
        overflow-y: hidden;
    }
    nav#view-nav .nav-wrapper ul {
        width: 260%;
    }
}
.status-badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 90%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}
.status-badge.pending {
    color: #fff;
    background-color: #6c757d;
}
.status-badge.paid {
    color: #fff;
    background-color: #4caf50;
}
.status-badge.cancelled {
    color: #fff;
    background-color: #f44336;
}
.background #bgvid {
    position: absolute;
    bottom: 0;
    object-fit: cover;
    width:100%;
    height:100%;

    opacity: .4;
    right: 0;
    z-index: 0;
}
