/* 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;
}

.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 */

/* Previous Event CSS */
/* Modal Styles */
#splash-container .splash-tool-modal-container:not(.is-showing) {
    opacity: 0 !important;
    display: block !important;
    transition: opacity .2s linear;
}

#splash-container .splash-tool-modal-container.is-showing {
    opacity: 1 !important;
    display: block !important;
    position: fixed !important;
    transition: opacity .2s linear;
    top: 0 !important;
    min-height: 100vh !important;
}
/* End of Modal Styles */

#footer {
    display: none;
}

.cardshadowgrow {
    -webkit-box-shadow: 3px 3px 4px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 3px 3px 4px 0px rgba(0,0,0,0.1);
    box-shadow: 3px 3px 4px 0px rgba(0,0,0,0.1);
    transition: all .4s ease-in-out;
}

.cardshadowgrow:hover {
    transform: scale(1.07, 1.07);
    -webkit-transform: scale(1.07, 1.07);
    -moz-transform: scale(1.07, 1.07);
    -o-transform: scale(1.07, 1.07);
    -ms-transform: scale(1.07, 1.07);
}

#rsvp-modal[data-version~=v2].afterRsvp #rsvp-form-top .rsvp-text {
    text-align: center;
    width: 100%;
    text-transform: none;
    font-size: 24px;
    margin-top: 22px;
    color: #15003b;
    display: none !important;
}

div#g-955029:before {
    content: '';
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
/* End of Previous Event */
