/* Previous Theme CSS */
/* Previous Theme CSS */
.finetune .adminFixedFix {
    width: 73.1% !important;
}
.finetuneOpen .adminFixedFix {
    width: 64.5% !important;
}

.forceAutoHeight {
    height: auto !important;
}

#footer {
    position: relative;
    z-index: 99;
}
/* Previous Theme CSS */
@-webkit-keyframes bounce{
    0%, 100%   {bottom: 0; opacity:1;}
    50% {bottom: -15px; opacity:0.7;}
}
@-moz-keyframes bounce{
    0%, 100%   {bottom: 0; opacity:1;}
    50% {bottom: -15px; opacity:0.7;}
}
@-o-keyframes bounce{
    0%, 100%   {bottom: 0; opacity:1;}
    50% {bottom: -15px; opacity:0.7;}
}
@keyframes bounce{
    0%, 100%   {bottom: 0; opacity:1;}
    50% {bottom: -15px; opacity:0.7;}
}

.cover:hover .down-arrow{
    -webkit-animation: bounce 2s infinite; 
    -moz-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}

.media {
    float: left !important;
    display: block !important;
}

.media .body {
    display: none !important;
}

.grp.media.embed {
    padding: 0;
}

svg {
    display: block;
    width: 100%;
    height: 100%;
}

.iframe svg {
    display: block;
}

.audio.media .embed iframe {
    max-width: 100% !important;
}

body:not(.isLegacy) [block-type="map"].s1.map-bottom .body {
    display: none;
}

.cover {
    background-size: cover;
    background-position: 50% 50%;
}


@media (max-width: 800px) { 
   .cover {
        background-attachment: scroll !important;
    }   
}

.grp.media.embed {
    padding: 0;
}

svg {
    display: block;
    width: 100%;
    height: 100%;
}

.iframe svg {
    display: block;
}

body:not(.isLegacy) [block-type="map"].s1.map-bottom .body {
    display: none;
}
/* End of Previous Theme */
/* End of Previous Theme */

/* Previous Event CSS */
/* hide default splash footer */
#footer {
    display: none;
}



/*ease*/
.ease { transition: all .2s ease-in-out; }
/*ease*/





/*grow*/

.grow {
transition: all .2s ease-in-out;
}
.grow:hover {
transform: scale(1.1);
}

/*grow*/
/* End of Previous Event */

/*
#rsvp-modal[data-version~=v2].afterRsvp {
    width: 560px;
    background-color: #fff;
    background: url(http://d24wuq6o951i2g.cloudfront.net/img/events/2729557/assets/e7f0.youre-in1.gif) center center no-repeat;
    background-size: contain;
}

#rsvp-modal[data-version~=v2].afterRsvp .rsvp-form {
    opacity: 0;    
}

#rsvp-modal[data-version~=v2].afterRsvp #afterRsvpMessage {
    pointer-events: none;
}*/


/* iPhone Scroll Fixes */
.is-responsive-phone.ios.is-viewing-modal #splash-container,
.is-responsive-tablet.ios.is-viewing-modal #splash-container {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    height: 100vh;
}

.is-responsive-phone.ios.is-viewing-modal #splash-container .splash-tool-modal-container.is-showing,
.is-responsive-phone.ios.is-viewing-modal #splash-container .splash-tool-modal-container.is-showing {
    height: 101%;
}
/* */

