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

@media (min-width: 768px) {
.fl-page-header-primary .fl-logo-img {
	max-width:300px;
}
}

@media (max-width: 767px) {
.fl-page-header-primary .fl-logo-img {
	max-width:150px;
}
}

.fl-page-bar {
    border-bottom: none;
}
.fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-mobile .fl-page-nav ul.sub-menu li .sub-menu a {
	font-weight:400;
}

.fl-page-footer {
    border-top: none;
}

.pum-content:focus-visible,
.fl-node-616ef308b3b80:focus-visible {
	outline:none;
}

@media (max-width: 991px) {
	.only-desktop {
		display:none !important;
	}
	.fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-mobile .fl-page-nav ul.sub-menu li a:before {
		display:none !important;
	}
}

.pum-container img.alignnone {
	margin:0;
}

/* ada */
html {
	font-size:100%;
}

body, body p {
	font-size:1em !important;
}

h1 {
	font-size:2.5em !important;
}
h2 {
	font-size:1.875em !important;
}
h3 {
	font-size:1.5em !important;
}
h4 {
	font-size:1.125em !important;
}
h5 {
	font-size:.875em !important;
}
h6 {
	font-size:.75em !important;
}






/* Custom Header Settings */
.fat-custom-header {}
.fat-custom-header ul.menu > li.menu-item > ul.sub-menu {
    border-style: solid;
    border-width: 0;
    border-top-width: 3px;
    border-color: #4979ab;
}