/*
Theme Name:    IM Design Custom BB Child
Description:   Child Theme for Beaver Builder
Version:       1.0.0
Author:        Tracy Weltha, IM Design Group
Author URI:    http://imdesigngroup.com
Template:      bb-theme
License:       GNU General Public License v2 or later
License URI:   http://www.gnu.org/licenses/gpl-2.0.html
*/

/*********************************FOOTER****************************************/
/*make IMDG attribution link it's own line on mobile devices*/
@media screen and (max-width:600px) {
	.attribution {
		display:block;
	}
	.attribution-divider {
		display:none;
	}
}

/*********************************HEADER****************************************/
/*removes underline from clicked links*/
header a:active,
header a:focus {
    text-decoration:none;
}