/*
 Theme Name:     RB
 Theme URI:      https://resultatbyran.agency
 Description:    RB Child Theme
 Author:         Resultatbyrån 
 Author URI:     https://resultatbyran.agency
 Template:       Divi
 Version:        1.0.2
*/

/* =Theme customization starts here
------------------------------------------------------- */

.border-heading {
	position: relative;
	font-size: 18px;
}

.border-heading::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	border-bottom: 0.5px solid #222222;
}

.border-heading.animate::before {
	animation: border_anim 1s linear forwards;
}

@keyframes border_anim {
	from { width: 0%; }
	to { width: 100%; }
}
