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

.vi-circle {
	clip-path: ellipse(50% 25% at 50% 50%);
}

.vi-hover-cards .pp-hover-card-title-wrap:after {
	background: var(--fl-global-black) !important;
}
.vi-hover-cards .pp-hover-card-inner {
	background: linear-gradient(180deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

/*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;
}

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

/*FOOTER
 * ************/
.vi-footer-menu .sub-menu {
	display: none !important;
}