/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 



.wh-acf-links a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 14px;
	border-radius: 6px;
	color: #fff;
	background: var(--brand);
	text-decoration: none;
	font-weight: 600;
}

.wh-acf-links i {
	font-size: 16px;
}

.wh-promo-video {
	position: relative;
	padding-top: 56.25%;
}

.wh-promo-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
