@charset "UTF-8";

/*
Theme Name: Verox
Adding print support. The print styles are based on the the great work of
Andreas Hecht in https://www.jotform.com/blog/css-perfect-print-stylesheet-98272/.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Margins
# Paddings
# Width
# Typography
# Page breaks
# Links
# Visibility
--------------------------------------------------------------*/
@media print {
    
   .sec-preloader {
     display: none;  
   }
   
   .mobile-header, .mobile-sidebar, .menu-close, .mobile-nav {
     display: none;
   }
   
   footer, .footer, .paginacontainer {
      display: none;
   }
   
}