/*
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 only screen and (max-width: 991px) {
    .contact_form_test .fl-row-fixed-width {
        max-width: 100% !important;
    }

    .contact_form_test .form_text_a-com {
        max-width: 100% !important;
    }
	
	.form_text_b .uabb-table{  display: block !important;}
 .form_text_b .tcc_scroll_table table.uabb-table-inner-wrap{ display:inline-block !important;        width: 100% !important;}
 
}
    .form_text_b .owl-theme .owl-dots .owl-dot.active span, .form_text_b .owl-theme .owl-dots .owl-dot span {
        font-size: 0 !important;
    }
/*11-4-2024*/
@media only screen and (max-width: 991px) {
    .uabb-creative-menu-expanded.menu li.menu-item .uabb-has-submenu-container a {
        display: inline-block;
        width: 100%;
    }
}

/*blue empty header*/
.tcc-header-bg header{    background-color: #001539;}
.tcc-header-bg  #fl-main-content{
    padding-top: 100px;
}