/*
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... */ 

/*underlines to links */

.fl-page-content a, .fl-module-content a{
	text-decoration: underline;
}
.fl-heading a, .vi-main-nav .fl-module-content a{
	text-decoration: none !important;
}
/*HEADER
 * **********/
.vi-main-nav .vi-category-menu a {
	background-color: var(--fl-global-dark-gray) !important;
	color: var(--fl-global-white) !important;
}
.vi-main-nav .vi-category-menu a:hover {
	background-color: var(--fl-global-blue) !important;
}

/*PAGE TITLE*
 * ***********/
.pp-breadcrumbs span {
    display: inline !important;
}

/*HOME
 * *********/

body:not(.fl-builder-edit) .vi-on-top {
	z-index:10;
	position:relative;
}
body p {
	text-align: justify;
}
body .vi-cta p {
	text-align: center;
}