/* Print Style Sheet */
@media print {
    body { 
        background:white; 
        color:black; 
        margin:0; 
    }
    
    #header,
    .fusion-tb-header,
    #comments,
    #sidebar,
    .fusion-footer,
    #footer,
    .revslider,
    .location__images,
    .location__map,
    .location__share,
    #map { 
        display: none !important;
        height: 0 !important; 
    }

    .location__header {
        grid-template-columns: 1fr;
    }
    
}