/*
Theme Name: Coliseo Live
Description: Custom Wordpress Theme from Developers
Version: 1.0.0
Author: WordPress Team
Author URI: https://wordpress.org/themes/
Comapany : WordPress
Text Domain: coliseo_live
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


.date-picker td.ui-datepicker-week-end.event_available a {
    color: var(--white);
    background-color: rgb(24 112 184);
    font-weight: 500;
}
/*.cookie-sec { display:none; }*/

.event-filter-row .card-body { display: none; }
#current_url { display: none; }
#registration-popup #digit_box { display:none; } 
#registration-popup #company_fiscal_box { display:none; } 
.presale-img { width : 100% }


/* Print Style Sheet */
@media print {
    body { padding: 0 !important; }
    .top-header { display:none; }
    .inner-banner { display:none; }
    #content { display:block; }
    #main { display:block; margin-top: 0; }
    #comments { display:none; }
    #sidebar { display:none; }
    .blog-share-option { display:none; }
    #footer { display:none; }
    #header { display:none; }
    .people-img { display:none; }
    .btn-block { display:none; }
    .thankyou-section { padding: 50px; }
    
}

.page-template-template-success .inner-banner{
    display: none;
}