/*
Theme Name: Modularity-child
Theme URI: http://graphpaperpress.com
Description: Child Theme for Modularity
Author: Thad Allender
Author URI: http://graphpaperpress.com
Template: modularity
Version: 1.0
*/
 
@import url("../modularity/style.css");

span.header {
/*   -webkit-text-stroke: 2px black; */
margin-bottom: 0;
   color: #ed1c24 !important;
  text-shadow:
   /*    3px 3px 0 #000,   */
     -1px -1px 0 #000,  
      1px -1px 0 #000,
      -1px 1px 0 #000,
       1px 1px 0 #000; 

} 

span.header3 {
margin-bottom: 0;
   color: #ed1c24 !important;
filter: dropshadow(color=#000000, offx=3, offy=4);
   
}

span.item {
Font-size: 12px;
}

span.new {
   
   color: #ed1c24 !important;
Font-size: 16px;
   
}

span.redheart {color:#ff0000; font-size:14px;
      font-family:'arial unicode MS', arial, geneva, sans-serif; }