/*
 Theme Name:     KCAW 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; }

}

@media only screen and (max-width: 480px) {
   .et_pb_column_1_2 .featured-posts-slider-module .carousel-item .post-content-box, .et_pb_column_1_3 .featured-posts-slider-module .carousel-item .post-content-box, .et_pb_column_1_4 .featured-posts-slider-module .carousel-item .post-content-box, .et_pb_column_1_5 .featured-posts-slider-module .carousel-item .post-content-box, .et_pb_column_1_6 .featured-posts-slider-module .carousel-item .post-content-box, .et_pb_column_2_3 .featured-posts-slider-module .carousel-item .post-content-box, .et_pb_column_2_5 .featured-posts-slider-module .carousel-item .post-content-box, .et_pb_column_3_4 .featured-posts-slider-module .carousel-item .post-content-box, .et_pb_column_3_5 .featured-posts-slider-module .carousel-item .post-content-box, .et_pb_column_3_8 .featured-posts-slider-module .carousel-item .post-content-box, .et_pb_column_4_4 .featured-posts-slider-module .carousel-item .post-content-box {
      background: rgba(255,255,255,0.75);
   }
   .et_pb_column_1_2 .featured-posts-slider-module .carousel-item .post-content h3 a, .et_pb_column_1_3 .featured-posts-slider-module .carousel-item .post-content h3 a, .et_pb_column_1_4 .featured-posts-slider-module .carousel-item .post-content h3 a, .et_pb_column_1_5 .featured-posts-slider-module .carousel-item .post-content h3 a, .et_pb_column_1_6 .featured-posts-slider-module .carousel-item .post-content h3 a, .et_pb_column_2_3 .featured-posts-slider-module .carousel-item .post-content h3 a, .et_pb_column_2_5 .featured-posts-slider-module .carousel-item .post-content h3 a, .et_pb_column_3_4 .featured-posts-slider-module .carousel-item .post-content h3 a, .et_pb_column_3_5 .featured-posts-slider-module .carousel-item .post-content h3 a, .et_pb_column_3_8 .featured-posts-slider-module .carousel-item .post-content h3 a, .et_pb_column_4_4 .featured-posts-slider-module .carousel-item .post-content h3 a {
      color: rgba(0,0,0,0.75);
   }
}
