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

h1 {
	font-family: "Space Grotesk", sans-serif;
	font-size: 40px;
}

h2 {
	font-family: "Space Grotesk", sans-serif;
	font-size: 32px;
}

h3 {
	font-family: "Space Grotesk", sans-serif;
	font-size: 24px;
}

p, ul, li {
	font-size: 21px;
}

@media only screen and (max-width: 768px) {
	h1 {
	font-size: 32px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 18px;
}
	
p, ul, li {
		font-size: 18px;
	}
}

/* Marquee--------------------- */
.marquee {
  position: relative;
  width: 100vw;
  max-width: 100%;
  height: 70px;
  overflow-x: hidden;
}


.marquee .track {
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  animation: marquee 300s linear infinite;
}

.marquee .content a {
	text-decoration: none!important;
}

.marquee .content span {
	margin: 0 20px;
	color: white;
	border-bottom: 1px solid transparent;
	text-decoration: none;
}

.marquee .content span:hover {
	border-bottom: 1px solid white;
	text-decoration: none;
}

.marquee .content {
	font-family: "Space Grotesk", sans-serif;
	font-size: 32px;
	line-height: 1;
	color: #fff;
}

@media only screen and (max-width: 768px) {
	.marquee .content {
		font-size: 18px;
	}
	
	.marquee {
  		height: 50px;
	}
}

@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
/* END Marquee--------------------- */

.top-header-menu .menu a {
    padding-top: 4px!important;
    padding-right: 0;
    padding-bottom: 4px!important;
    padding-left: 0;
    border-bottom: 1px solid black;
    margin: 0 32px;
}

@media only screen and (max-width: 768px) {
	.top-header-menu .menu a {
    	margin: 0 12px;
	}
	
	.top-header-menu .fl-menu .menu {
        display: flex;
        flex-direction: column;
    }
}

.top-header-menu .menu li:hover a {
	border-bottom: 1px solid #990000!important;
}

.bottom-disclaimer-pages a {
	border-bottom: 1px solid #000;
	text-decoration: none;
	font-size: 16px;
}

.bottom-disclaimer-pages a:hover {
	color: #990000!important;
}

.bottom-disclaimer-pages p:hover a {
	border-bottom: 1px solid #990000;
}

.over {
	z-index: 999;
	
}

.prices .uabb-infobox{
	border-radius: 0 0 5px 5px!important;
}

.bio-previews .uabb-imgicon-wrap {
	height: 250px;
    width: 100%;
    object-fit: contain;
	display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.bio-previews .uabb-infobox-left-right-wrap .uabb-infobox-module-link:hover .uabb-infobox-text p span {
	text-decoration: none;
}

.bio-previews .uabb-imgicon-wrap img {
    width: 100%;
    object-fit: contain;
}

.font-accordion-answers .pp-accordion-content,
.font-accordion-answers .pp-accordion-content p,
.font-accordion-answers .pp-accordion-content ul,
.font-accordion-answers .pp-accordion-content li {
	font-size: 16px!important;
}

.text-hover .fl-callout-title {
	text-decoration: underline;
}

.text-hover .fl-callout-title:hover {
	text-decoration: none!important;
}