@charset "UTF-8";
/*
Theme Name: Inductotherm Multisites
Template: twentynineteen
Text Domain: blueblaze


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
# Typography÷
# Page breaks
# Links
# Visibility
--------------------------------------------------------------*/
@media print {
  /* Margins */
 

.featured-image >figure > img {
  display: none!important;
}

#footer-content .form-sidebar {
    display: none!important;
  }

#footer-widget {
    display: none!important;
  }

#product-sidebar {
	display: none!important;
  }  
}
