/*
 Theme Name:   fKidd-child
 Theme URI:    http://romeresearchgroup.org/wp-content/themes/fkidd-child/
 Description:  fKidd Child Theme
 Author:       John Muccigrosso
 Author URI:   http://jmuccigr.github.io/
 Template:     fkidd
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         box-shadow
 Text Domain:  fkidd-child
*/

/* Get rid of the box-shadows that show up on the markers */

#main-content-wrapper img {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
