/*======================================
Theme Name: Divi Child Theme By Grafisch lokaal
Theme URI: https://grafischlokaal.nl
Description: This is a free Divi child theme van Grafisch lokaal
Author: Martin Leclercq
Author URI: https://grafischlokaal.nl
Author Email: martin@grafischlokaal.nl
Template: Divi
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
======================================*/

 /* ===== NOTES ==================================================================
 * 
 * Vragen over het Child Theme? Neem contact op met Grafisch lokaal: info@grafischlokaal.nl
 * 
 * =============================================================================== */

/*add your custom CSS below this line*/

.gl-button-tagline:after {
	line-height: 0 !important;
}
/*style the tagline container*/
.gl-tagline-wrap {
	display: inline-block;
	width: 100%;
}
/*stye the tagline text*/
.gl-tagline-wrap h6 {
	color: #ffffff!important;
}
/*align the button and tagline text*/
.gl-button-tagline {
	text-align: center
}