@media print {
    .print-hidden {
        display: none !important;
    }
    a[href]:after {
        content: none !important;
    }
    .event-item-details {
        overflow: visible;
    }
    .event-results-wrap,
    .event-item-details {
        max-height: none !important;
    }
    .event-details-wrap.col-md-push-6 {
        left: 0;
        width: 100%;
    }
    .event-item-details #location-map {
        display: block !important;
    }
    .footer-text {
        margin-bottom: 25px;
    }
}
