/*
Theme Name: Premium Child Theme
Theme URI: https://foreverpremium.com
Version: 1.0
Description: A strong child theme.
Author: Sebastien Jacobs
Author URI: https://foreverpremium.com
template: bb-theme
*/

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

/* Hide BB theme skip link (inline Toolset pages miss .fl-screen-reader-text from cached skin). */
.fl-screen-reader-text {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.fl-screen-reader-text:focus {
	position: fixed;
	left: 0;
	top: 0;
	width: auto;
	height: auto;
	z-index: 99999;
	padding: 10px 15px;
	background: #fff;
}

/* Gutenberg buttons: BB theme global a:hover breaks hover on .wp-block-button__link. */
.wp-block-button .wp-block-button__link:hover,
.wp-block-button .wp-block-button__link:focus {
	color: #fff;
	text-decoration: none;
}

.wp-block-button .wp-block-button__link.has-background:hover,
.wp-block-button .wp-block-button__link.has-background:focus {
	background-color: #006177;
}

.wp-block-button .wp-block-button__link[style*="#0d4963"]:hover,
.wp-block-button .wp-block-button__link[style*="#0d4963"]:focus {
	text-decoration: underline;
}
