/*!
Theme Name: GSL Child
Author: GSL Media
Author URI: http://www.gslmedia.co.uk/
Description: Bespoke parent theme for use with all GSL Media custom WordPress site. Supported by GSL Media.
Version: 1.0
Template: gsl-theme
Text Domain: gsl-child
*/

.gsl-contact-bar {
	background-color: #94C11F;
	color: #ffffff;
	font-size: 14px;
	line-height: 1;
	width: 100%;
}

.gsl-contact-bar__inner {
	align-items: center;
	display: flex;
	justify-content: space-between;
	padding: 10px 0;
}

.gsl-contact-bar a {
	color: #ffffff;
	text-decoration: none;
}

.gsl-contact-bar__phone a {
	align-items: center;
	display: inline-flex;
	gap: 8px;
	font-weight: 600;
}

.gsl-contact-bar__social {
	align-items: center;
	display: flex;
	gap: 12px;
}

.gsl-contact-bar__social a {
	display: inline-flex;
}

.gsl-contact-bar__social i {
	display: block;
	font-size: 18px;
}

@media (max-width: 767px) {
	.gsl-contact-bar__inner {
		gap: 10px;
		padding: 10px 0;
	}
}