.video-responsive {
    margin-bottom: 20px;
}

.video-responsive iframe {
    display: block;
    max-width: 100%;
}

/*
 * Uploads
 */
.ce-upload-item {
    margin-top: 30px;
    margin-bottom: 20px;
}

.ce-uploads .ce-uploads-link {
    display: flex;
    align-items: center;
    font-weight: 600;
}

.ce-uploads .ce-uploads-link span.icon {
    width: 18px;
    height: 18px;
    margin-right: 5px;
    position: relative;
    top: 0;
}

.ce-uploads .ce-uploads-preview {
    display: inline-block;
    border: 1px solid silver;
}

/*
 * Events
 */
.event-images {

}

.event-singleimage {
    margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {

}

.event-list-item {
    position: relative;
}

.event-list-item-image {
    margin-bottom: 1rem;
}

.event-list-item-image img {
    max-height: 10rem;
    width: auto;
}

@media screen and (min-width: 768px) {
    .content-image--left {
        float: left;
        margin-right: 2rem;
        width: 40%;
    }
}

@media screen and (min-width: 768px) {
    .content-image--right {
        float: right;
        margin-left: 1rem;
        width: 40%;
    }
}

.content-clear {
    clear: both;
}

.event-price-options {
    padding-left: 1rem;
}

.powermail-errors-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.powermail-errors-list li {
    color: red;
}

/* Base wrapper */
.form-check {
    position: relative;
    display: block;
    margin-bottom: 0.2rem;
}

/* Hide native checkbox (but keep it functional & accessible) */
.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -2rem;
}

/* Checkbox appearance */
.form-check-input {
    width: 1.5rem;
    height: 1.5rem;
    cursor: pointer;
}

/* Default square */
.form-check-input {
    border: 1px solid #adb5bd;
    border-radius: .25rem;
    background-color: #fff;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    transition: background-color .15s, border-color .15s, box-shadow .15s;
}

.powermail_radio {
    border-radius: 50%;
}

/* Hover */
.form-check-input:hover {
    border-color: #6c757d;
}

/* Focus ring */
.form-check-input:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
    border-color: #80bdff;
}

/* Checked state */
.form-check-input:checked {
    background-color: #666;
    border-color: #666;
}

/* Checkmark using pseudo-element */
/*
.form-check-input:checked::before {
    content: "";
    background-color: #fff;
    display: block;
    position: relative;
    left: 3px;
    top: 3px;
    bottom: 3px;
    right: 3px;
    border-radius: 50%;
}
 */

/* Disabled */
.form-check-input:disabled {
    pointer-events: none;
    opacity: .5;
}

.form-check-label {
    cursor: pointer;
    margin-left: 2rem;
    font-weight: normal;
}

.form-check-input:disabled ~ .form-check-label {
    cursor: default;
    color: #6c757d;
}

.powermail_tab_navigation {
    display: flex;
    justify-content: space-between;
}

.powermail_all {
    margin-bottom: 2rem;
}

.powermail_all_row {
    margin-bottom: 2rem;
}

/* maps2 */

.tx-maps2 .maps2 {
    margin-bottom: 2rem;
}

.tx-maps2 h4 {
    margin-top: 3rem;
    margin-bottom: 2rem;
}

.tx-maps2 .result-item {
    margin-bottom: 4rem;
    position: relative;
}

.tx-maps2 .result-item::after {
    content: "";
    display: block;
    height: 1px;
    background: #ddd;
    position: absolute;
    bottom: -2rem;
    left: 20%;
    right: 20%;
}

.tx-maps2 .result-item:last-child {
    margin-bottom: 0;
}

.tx-maps2 .result-item:last-child::after {
    display: none;
}

.tx-maps2 .result-item-toggle {
    position: absolute;
    top: -2px;
    right: 0;
    z-index: 1;
    background: white;
    border: 2px solid #ddd;
    border-radius: 4px;
    color: #ddd;
    padding: 2px 2px 3px 4px;
}

.tx-maps2 .result-item-toggle.collapsed {
    transform: rotate(180deg);
    transform-origin: center;
}

.tx-maps2 .result-item-toggle span {
    display: block;
}

.tx-maps2 .result-item-additional {
    padding: 1.5rem 2rem;
    background-color: #f9f9f9;
}

.tx-maps2 .filter {
    margin-bottom: 2rem;
}

.tx-maps2 .filter-list {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 8px;
    margin-bottom: 16px;
}

.tx-maps2 .filter-list li {
    display: inline-block;
    position: relative;
    padding: 4px 32px 4px 10px;
    margin-right: 10px;
    border: 2px solid #E2001A;
    border-radius: 4px;
    margin-bottom: 10px;
    color: #E2001A;
    cursor: pointer;
}

.tx-maps2 .filter-list li::after {
    content: "";
    display: block;
    position: absolute;
    top: 8px;
    right: 10px;
    width: 16px;
    height: 16px;
    border: 2px solid #E2001A;
    border-radius: 50%;
}

.tx-maps2 .filter-list li.active::after {
    background-color: #E2001A;
}

.tx-maps2 .result-list {
    margin-bottom: 2rem;
}

.video-embed {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    margin-bottom: 3rem;
}

.video-embed iframe, .video-embed object, .video-embed embed, .video-embed video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.audio-embed {
    width: 100%;
}

.audio-embed audio {
    width: 100%;
}

.content-media {
    margin-bottom: 2rem;
}

.content-media:last-child {
    margin-bottom: 0;
}

.mb-4 {
    margin-bottom: 2rem;
}

.alert {
    padding: 1rem 2rem;
    margin-bottom: 2rem;
    border: 1px solid silver;
    border-radius: .25rem;
    background-color: #efefef;
}

small.alert {
    display: inline-block;
    padding: 0.5rem 1rem;
}
