/*
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... */ 
.fl-module-content .fl-rich-text a 
{ text-decoration:underline; }

div.fl-rich-text p, div.fl-rich-text ol li {
	margin-bottom: 20px;
}
 .uabb-row-particles-background {
	z-index: 1;
}

div.pp-hover-card-container{
	background-blend-mode: overlay;
	background-position: center;}

div#profile div.logo a img {
	    height: 100px;
    object-fit: contain;
}
div#ct-bus ul  {
	list-style-type: square !important ;
}

div#ct-bus li::marker {
  color: #FCC606;
}


@media only screen and (max-width: 992px) {
	div.company-container {
	flex-direction: column;
		width: 100%;
		justify-content:flex-start;
}
	div.logo img {
		height: 100px;
    object-fit: contain;
		padding: 10px;
	}
	div.logo {
		width: 100% !important;
		 align-items: flex-start;;
		justify-content:flex-start;
		
	}
	
	div.company-content {
		width: 100% !important;
		 align-items: flex-start;
		justify-content:flex-start;
	}
	
}
