/*
Theme Name: InsurePro Child
Theme URI: https://example.com/insurepro
Description: Child theme for InsurePro. Put your customisations here so theme updates never overwrite them.
Author: Your Name
Author URI: https://example.com
Template: insurepro
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: insurepro-child
*/

/*
 * The parent stylesheets are enqueued by the parent theme; this file is loaded
 * last, so anything below overrides it.
 *
 * To recolour the whole theme, override the custom properties rather than
 * individual rules:
 */

/*
:root {
	--ip-primary: #0d3b66;
	--ip-accent: #ee964b;
	--ip-radius: 8px;
}
*/

/* Social icons in the header top bar. */
.social-menu a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 0;
}

.social-menu .ip-icon {
	display: block;
}
