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

.item {
    position: relative !important;
    display: table;
}

.centered-content {
    display: table-cell; 
    vertical-align: middle !important; 
}

.top-centered-content {
    vertical-align: top !important; 
}

.repeatable-fix {
    padding-bottom: 98%;
    border-style: solid;
    padding-left: 0em;
    padding-top: 0em;
    padding-right: 0em;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('//d24wuq6o951i2g.cloudfront.net/img/events/id/205/2058638/assets/176.charlie.jpg');
}

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

.s3.audio > .grp.body, .s3.map > .grp.body {
    display: none !important;
}

.diamond {
   -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

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

.s3.video .body, .s3.audio .body {
    display: none !important
}

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

#splash-container .cms-block-type-mapbox .mapbox,
#splash-container .cms-block-type-mapbox .leaflet-map-pane{
    -webkit-transform: translate3d(0,0,0);
}

/* End of Previous Theme CSS */

#footer {
display: none;
}
#rsvp-modal h3 .rsvp-text,.ticket-container .tkt-inner .bigger.tktTitle,  .ticket-container .tkt-inner .semiBold {color: #000000;  font-family:ArvoBold;}
#splash-container  .vertical-top-v .drill-rep-cgbqx {vertical-align:top !important;}
#purchase-button.nu-btn.gray-inline {  background: #FDC731 none repeat scroll 0 0;  color: #000000;  font-family:ArvoBold;}
#purchase-button.nu-btn.gray-inline:hover {  background: #000000 none repeat scroll 0 0;  color: #FDC731; }
.ticket-container .tkt-wrap .tktTitle, .ticket-container .tkt-inner p,#rsvp-modal .rsvp-form p,#rsvp-modal #rsvp-form-inner label,.tkt-wrap .more-info   { font-family: "Coda Regular";}
.ticket-container .tkt-wrap:before { background: #FDC731 none repeat scroll 0 0;}
.ticket-container  .tkt-wrap .more-info {pointer-events: none; cursor: default;}
#rsvp-modal.ticket-modal .close-form { color: #333333!important;}
 
  #ticketReceipt .ticketReceiptInner h2,#ticketReceipt .ticketReceiptInner #cart-display h4,#ticketReceipt .ticketReceiptInner div.content span.ordernumbers,#ticketReceipt .ticketReceiptInner #cart-display table th { color: #000000;  font-family:ArvoBold;}
#ticketReceipt .inlineReceipt tbody > tr:first-child td,#ticketReceipt .ticketReceiptInner span, #ticketReceipt .ticketReceiptInner p,div.message, #cart-display td{ color: #000000;  font-family:Coda Regular!important;}

#ticketReceipt #add-cal-wrap   a.add-cal{background: #FDC731 !important;  color:#000000!important; font-family:Coda Regular;}
#ticketReceipt #add-cal-wrap   a.add-cal:hover{background: #000000 !important;  color:#FDC731!important; font-family:Coda Regular;}
#ticketReceipt #add-cal-wrap .the-cals {background: #FDC731!important;  color:#000000!important; font-family:Coda Regular;}
#ticketReceipt #add-cal-wrap .cal-link-wrap a {   color:#000000!important; font-family:Coda Regular;}
#ticketReceipt .ticketReceiptInner #cart-display table.line-item-table {  width: 98%;}
 #ticketForm .discount.mb10 .grp.w1-3 {width:100%;}
 #ticketReceipt .ticketReceiptInner i.icon-close-2 {color: #333333;}
 
 /*Hiding 'fee' in ticket confirmation modal*/
 #cart-display .line-headers th:nth-child(3) {
    display: none;
}

.sf.attendees .attendee-item {
    display: none;
}
/* End of Previous Theme CSS */


#footer {
    background: #1f1f1f;
    color: #fff;
    padding: 2em 2em;
    display: none;
