/*
Theme Name: Beaver Builder Child Theme
Theme URI: https://www.wpbeaverbuilder.com
Version: 6.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! */ 

.fl-builder-content-primary > div:nth-child(1) > div {
    background-image: url("https://glaserandsostg.wpenginepowered.com/wp-content/uploads/2026/08/glaser-hero.webp")!important;
}

.fl-builder-content-primary > div:nth-child(1) > div.fl-row-content-wrap:after {
    background-image: linear-gradient(90deg, rgba(18, 29, 43, 0.88) 0%, rgb(18 29 43 / 53%) 100%)!important;
	background-color:transparent!important;
}


/* 1. Turn off PowerPack flexbox on the mega menu container */
li.mega-menu ul#sub-menu-4081,
li.mega-menu ul.sub-menu {
    display: block !important;
    column-count: 4 !important; 
    column-gap: 30px !important;
    width: 100% !important;
    max-width: 1500px !important;
}

/* 2. Format individual list items to flow down columns safely */
li.mega-menu ul#sub-menu-4081 > li,
li.mega-menu ul.sub-menu > li {
    display: inline-block !important;
    float: none !important;
    width: 100% !important;
    box-sizing: border-box !important;
    clear: none !important;
}





.cta-header a {
    padding: 10px 20px!important;
    margin-left: 40px;
    background: #f80702;
    color: #fff!important;
    border-radius: 50px;
}

.pum-theme-3937 .pum-container, .pum-theme-default-theme .pum-container {
    background-color: rgb(0 0 0)!important;
}

.pum-overlay {
    position: absolute!important;
    background-color: #000;
	top:0!important;
}

.pum-overlay .pp-gf-content {
        border:2px solid #fff
}

.popmake-3946 p.gform_required_legend {
    color: #fff !important;
}

.popmake-3946 .fl-button:focus, .popmake-3946 .fl-button:active {
    border: none!important;
    outline: none;
        top:0
}

button.pum-close.popmake-close {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 20px !important;
		line-height:1!important;
}

.img-fixed {
    position: sticky;
    top: 100px;
}

.mobile-num span {
    display: block;
}

.top-a p.gform_required_legend {
    color: #fff;
}

.layer-up {
	position:relative;
	z-index:1;
}

@media (max-width:959px) {
	.cta-header a {
    margin-left: 0!important;
    margin-top: 30px!important;
}
	
	.pp-advanced-menu .sub-menu {
    background-color: rgb(0 0 0 / 0%) !important;
}
	
div#pum-3946 .pp-gf-content {
    font-weight: 500;
    font-size: 13px;
}

div#pum-3946 h3.form-title {
    font-size: 20px;
}

div#popmake-3946 {
    padding: 0;
}

div#pum-3946 .fl-row-content-wrap {
    padding: 10px;
}

div#pum-3946 .fl-col-content.fl-node-content {
    margin: 0;
}


div#popmake-3946 {
    background: transparent;
    border: none;
    box-shadow: none;
}

button.pum-close.popmake-close {
    right: 10px!important;
    top: 10px!important;
}
	
}

@media (max-width:767px) {
	
	div#popmake-3946 .pp-gf-content {
    padding: 20px !important;
}
	
	svg.fl-builder-layer-align-bottom-center {
    transform: scaleX(1.1) scaleY(-1.1)!important;
}

	
	h2.mobile-num span {
    line-height: 1 !important;
    display: block;
    font-size: 20px !important;
}
	
	h2.mobile-num span {
    line-height: 1!important;
    font-size: 20px!important;
}

.fl-icon-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.fl-icon-wrap .fl-icon {
    margin-bottom: 10px;
}

.fl-icon-text-wrap {
    display: block !important;
    height: auto !important;
    margin-bottom: 10px;
}
}
