/*
 Theme Name:     KRBD Extra
 Theme URI:      http://www.elegantthemes.com/gallery/extra/
 Description:    Extra Child Theme
 Author:         Elegant Themes
 Author URI:     http://www.elegantthemes.com
 Template:       Extra
 Version:        1.0.0
*/
 
@import url("../Extra/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- 
We put the extra styles within the Customizer in the Admin - Rick
*/

/* PRINTER FRIENDLY - https://www.sitepoint.com/css-printer-friendly-pages/ */
/* Program Schedule */
@media print {

   body.SS_Schedule { background: white; }
   body.SS_Schedule .header, 
   body.SS_Schedule #back_to_top, 
   body.SS_Schedule #footer, 
   body.SS_Schedule .et_pb_extra_column_sidebar {display: none !important;}
   body.SS_Schedule #main-content .container, 
   body.SS_Schedule.boxed_layout #page-container, 
   body.SS_Schedule.boxed_layout, 
   body.SS_Schedule.boxed_layout.et_fixed_nav .et-fixed-header #main-header,
   body.SS_Schedule .with_sidebar .et_pb_extra_column_main { width: 100%; max-width: 100% !important; box-shadow: none; min-width: 100% }
   body.SS_Schedule #main-content { padding-top: 10px; }
   body.SS_Schedule article { border: none; margin: 0; box-shadow: none;}
   body.SS_Schedule .page .post-wrap { padding: 10px; }
   body.SS_Schedule .page .post-wrap h1 { padding-bottom: 0; margin-bottom: -20px; }
   body.SS_Schedule .page .post-wrap .post-content { margin-bottom: 0; }

}