/*
 Theme Name:   My Custom Child Theme
 Theme URI:    http://example.com/my-custom-child-theme/
 Description:  A child theme for loading custom PHP scripts.
 Author:       Your Name
 Author URI:   http://example.com
 Template:     radiate
 Version:      1.0.0
 Text Domain:  my-custom-child-theme
*/

/* Custom CSS starts below this line */

.copyright {
    display: none !important;
}



