﻿/*account for longer labels on film detail*/
ul.details.film-detail li {
    padding-left: 185px;
    position: relative;
}

.img-wrap.full-width img {
    min-width: 100%;
}

section.collage .caption.always-on {
    bottom: 0;
}

input[type=email] {
    border: 1px solid #cccccc;
    color: #575757;
    display: block;
    font-size: 15px;
    height: 34px;
    line-height: 20px;
    padding: 4px 8px;
    width: 100%;
}

.button-group .remove {
    display: none;
}

.button-group.subscribed .add {
    display: none;
}

.button-group.subscribed .remove {
    display: block;
}

main + main {
    padding: 0;
}

/*nav.desktop .dropdown {
    min-height: 200px;
}*/

footer {
    background-color: #252525;
}

/*fix responsive videos*/
.video-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

    .video-responsive iframe {
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        position: absolute;
    }

.soundcloud-wrapper {
    display: none;
}

.img-wrap .icon.big {
    font-size: 100px;
    height: 100px;
    left: 50%;
    line-height: 100px;
    margin: -50px 0 0 -50px;
    position: absolute;
    top: 45%;
    width: 100px;
}

/*elevent popup*/
.elevent-modal-header {
    border-bottom: 1px solid #cccccc;
    height: auto !important;
    margin: 0 !important;
    overflow: hidden;
    padding: 10px 10px;
    width: 100% !important;
}

.elevent-frame-header {
    margin: 0 !important;
    ;
    overflow: hidden;
    padding: 10px;
}

    .elevent-frame-header h4 {
        font-size: 18px;
        line-height: 20px;
        margin: 0;
    }

    .elevent-frame-header .elevent-nav-list {
        font-size: 16px;
        line-height: 20px;
        margin: 0;
    }

        .elevent-frame-header .elevent-nav-list li {
            margin: 0;
        }

.elevent-modal-footer {
    margin: 0 !important;
    padding: 10px;
}

html, body#page_body {
    overflow-x: visible !important;
}

.elevent-modal-body html {
    overflow-x: hidden !important;
}

strong.highlight {
    color: #B50096;
}

.elevent-pass-table .elevent-row .elevent-col-6:first-child {
    display: none;
}

.elevent-pass-table .elevent-row .elevent-col-6:nth-child(2) {
    width: 100%;
    margin-top: 28px;
}

.elevent-quantity-selector-container {
    z-index: 2;
}

.elevent-package-ticket-info {
    float: left;
}

    .elevent-package-ticket-info + .elevent-item-price {
        margin-top: -22px !important;
    }

.elevent-not-available,
.button .elevent-not-available,
.input .elevent-not-available {
    cursor: default !important;
}
