/*
Theme Name: Beaver Builder Child Theme
Theme URI: https://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: https://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here...Remember to change the Version number above! */ 

/*Hide Main Menu From Home Page*/
.home .mainmenupt {
/*    
display: none !important;
*/
}
/*Think... More xxxx*/
.thinkmore h3.pp-headline{
	margin-left: 10px;
}
.thinkmore .pp-headline {
    display: inline-flex;
    align-items: center;
    gap: 0.12em;
    line-height: 1;
}

.thinkmore .pp-headline-plain-text,
.thinkmore .pp-headline-dynamic-wrapper {
    display: inline-flex;
    align-items: center;
    line-height: 1;
}

.thinkmore .pp-headline-plain-text,
.thinkmore .pp-headline-dynamic-text {
    font-size: clamp(28px, 8.8vw, 96px);
    line-height: 1;
}
.thinkmore,
.thinkmore .fl-module-content,
.thinkmore .pp-animated-headlines {
    width: 990px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.thinkmore .pp-headline,
.thinkmore .pp-headline-plain-text,
.thinkmore .pp-headline-dynamic-wrapper,
.thinkmore .pp-headline-dynamic-text {
    white-space: nowrap;
    line-height: 1.1;
}
/*Blue Tick Spacing*/
/* Force Beaver callout photo column to shrink properly */
.bluetick .fl-callout {
	display: flex !important;
	align-items: flex-start !important;
}

.bluetick .fl-callout-photo {
	display: block !important;
	flex: 0 0 50px !important;
	width: 50px !important;
	min-width: 50px !important;
	max-width: 50px !important;
	margin-right: 20px !important;
	padding: 0 !important;
}

.bluetick .fl-callout-photo .fl-photo,
.bluetick .fl-callout-photo .fl-photo-content,
.bluetick .fl-callout-photo img {
	display: block !important;
	width: 50px !important;
	min-width: 50px !important;
	max-width: 50px !important;
	height: auto !important;
}

.bluetick .fl-callout-content {
	display: block !important;
	flex: 1 1 auto !important;
	width: auto !important;
	min-width: 0 !important;
}