/*
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 screen and (min-width: 768px) {
	.fl-module p{
		font-size: 18px;
	}
}
@media screen and (max-width: 768px) {
	.fl-module p, .fl-module li{
		font-size: 16px !important;
	}
}

img.sticky {
  position: sticky;
  top: 0;
}

#events .fl-module-box img{
    aspect-ratio: 1.78 / 1;
    object-fit: cover;
}

.waystogiveselect {
    background: #c2e0f38f;
    padding: 20px;
    border-radius: 20px;
}
.waystogiveselect h2{
   margin-top:0;
}

.fl-rich-text ul li, .fl-rich-text ol li{
	margin-bottom: 5px;
}

.the-mega-menu #quadmenu{
	width:1300px !important;
	right:0px !important;
	left: 0px !important;
}
.uabb-testimonial-author-description{
	position:relative;
	margin:50px;
}
.uabb-testimonial-author-description::before {
    content: "";
    background: url("/wp-content/uploads/2025/06/left-q-png.webp");
    width: 30px;
    height: 25px;
    position: absolute;
    left: -30px;
    top: -20px;
    background-size: cover;
}
.uabb-testimonial-author-description::after {
    content: "";
    background: url("/wp-content/uploads/2025/06/right-q-png.webp");
    width: 30px;
    height: 25px;
    position: absolute;
    right: 0px;
    bottom: -10px;
    background-size: cover;
}
.ytext{
	color:#F2A900;
}
.btext{
	color:#00A3E0;
}
.otext{
	color:#FC4C02;
}
body .uabb-testimonials-wrap .uabb-slider-prev .fa, body .uabb-testimonials-wrap .uabb-slider-next .fa, body .uabb-testimonials-wrap .uabb-slider-prev i, body .uabb-testimonials-wrap .uabb-slider-next i{
	font-size: 16px;
    height: 35px;
    width: 35px;
    line-height: 35px;
}
body.home .second-header, .page-id-1000405 .second-header {
    position: absolute;
    width: 100%;
    z-index: 1;
}
.second-menu-box nav > ul > li:not(:last-child)::after {
    content: "";
    position: absolute;
    width: 0.5px;
    height: 30%;
    background: #555555;
    top: 35%;
    right: 0;
}
.top-search .uabb-search-form-input-wrap{
	opacity: 0;
	position:absolute;
	width:220px;
	left: -25px;
	    bottom: -56px;
    z-index: 99;
    background: #00a3e0b5;
    border-radius: 0px 0px 10px 10px;
    overflow: hidden;
    padding: 6px;
	transition:all 0.5s;
	pointer-events: none;
}
.top-search .uabb-search-form-input-wrap input[type=search]{
	border-bottom:none;
}
.top-search .uabb-search-form-input-wrap.search-toggle{
	opacity: 1;
	bottom: -61px;
	pointer-events: all;
	
}
.sidebar-menu .widget_nav_menu {
    border: 1px solid #00a3e04d;
    border-radius: 10px;
    padding: 15px 20px;
}
.sidebar-menu ul li a {
    color: #2f2f2f;
    background: transparent;
    padding: 8px 12px;
    display: block;
    border-radius: 6px;
}
.sidebar-menu ul li.current_page_item a{
    color: #ffffff;
    background: #00a3e0;
}
.sidebar-menu ul li a:hover{
    color: #ffffff;
    background: #00a3e0;
}
.sidebar-menu ul li {
    margin-bottom: 0;
}
body #quadmenu .quadmenu-navbar-nav li.quadmenu-item .quadmenu-item-content {
    padding: 11px;
}
body #quadmenu.quadmenu-default_theme .quadmenu-navbar-nav > li.quadmenu-item > a, body #quadmenu.quadmenu-default_theme .quadmenu-navbar-nav > li.quadmenu-item > form{
	font-family: "Aileron", Verdana, Arial, sans-serif;
	font-size: 14px;
}
.quadmenu-item-widget.widget.widget_media_image .quadmenu-title {
    position: absolute;
    top: 50%;
    display: block !important;
    width: auto;
    text-align: center;
    border: none !important;
    color: #252525 !important;
    z-index: 1;
    pointer-events: none;
    background: #ffffff;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    border-radius: 8px;
    padding-top: 7px !important;
    padding-bottom: 7px !important;
    padding-left: 9px !important;
    padding-right: 9px !important;
}
#quadmenu .quadmenu-navbar-nav .quadmenu-dropdown-menu .widget_media_image{
    border-radius: 8px;
		overflow: hidden;
		margin-bottom: 25px;
}
.the-mega-menu ul.quadmenu-row {
    height: auto !important;
}
.the-mega-menu #quadmenu .quadmenu-navbar-nav .quadmenu-dropdown-menu .widget_media_image{
    border-radius: 8px;
		overflow: hidden;
		margin-bottom: 50px;
}
#quadmenu .quadmenu-navbar-nav .quadmenu-dropdown-menu .widget_media_image:hover a::after{
	background: #1a79c4ab;
}
#quadmenu .quadmenu-navbar-nav .quadmenu-dropdown-menu .widget_media_image:hover .quadmenu-title{
	color: #e8a200 !important;
}
#quadmenu .quadmenu-navbar-nav .quadmenu-dropdown-menu .widget_media_image a::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 8px;
	transition: all 0.5s;
}
.the-mega-menu #quadmenu.quadmenu-default_theme:not(.quadmenu-is-horizontal) .navbar-offcanvas {
    background-color: rgb(0 163 224);
    width: 360px;
}
.the-mega-menu #quadmenu:not(.quadmenu-is-horizontal).quadmenu-mobile-shadow-show{
	box-shadow: none;
}
.the-mobile-mega-menu #quadmenu.quadmenu-default_theme:not(.quadmenu-is-horizontal) .navbar-offcanvas {
    background-color: rgb(0 163 224);
    width: 360px;
}
.the-mobile-mega-menu #quadmenu:not(.quadmenu-is-horizontal).quadmenu-mobile-shadow-show{
	box-shadow: none;
}
.the-mobile-mega-menu #quadmenu.quadmenu-default_theme .quadmenu-navbar-toggle.collapsed .icon-bar {
    background: #00a3e0;
}
.the-mobile-mega-menu #quadmenu.quadmenu-default_theme .quadmenu-navbar-toggle .icon-bar {
    background: #ffffff;
    width: 70%;
    left: 5px;
}
.the-mobile-mega-menu button.quadmenu-navbar-toggle.collapsed {
    background: transparent !important;
    padding: 4px !important;
    border-radius: 50px;
}
.the-mobile-mega-menu button.quadmenu-navbar-toggle {
    background: #373737 !important;
    padding: 4px !important;
    border-radius: 50px;
}
.the-mobile-mega-menu {
    width: 65px;
}
footer .fl-subscribe-form-email::placeholder{
	color: #ffffff;
}
footer .fl-subscribe-form-email::-ms-input-placeholder{
	color: #ffffff;
}
.blue-left-header{
	z-index: 8;
}
.blue-right-header{
	z-index: 9;
}
.fl-builder-content-15 .fl-node-7gx9vob3j6u4 > .fl-row-content-wrap{
	background-size:cover;
}
body.wp-child-theme-bb-theme-child{
	overflow-x:hidden;
}
.single-post .fl-post-thumb img {
    width: 100%;
}
.news-grid img {
    border-radius: 15px;
}
.news-grid a.fl-post-grid-more{
	border-color: #00A3E0;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
	border: 1px solid #00A3E0;
	background: #00A3E0;
	color: #ffffff;
	text-decoration: none;
	    display: block;
    text-align: center;
	font-size: 16px;
    font-weight: normal;
    line-height: 18px;
    padding: 12px 24px;
    text-decoration: none;
    text-shadow: none;
	margin-top: 25px;
}
.news-grid{
	display:flex;
	flex-direction: column;
	justify-content: space-between;
}
.news-grid>div[itemprop] {
    display: none;
}

.sf-submenu-dropdown {
    width: 100%;
    max-width: 350px;
    padding: 12px 14px;
    font-size: 16px;
    font-family: inherit;
    border: 2px solid #00a3e0;
    border-radius: 8px;
    background-color: #fff;
    color: #333;
    cursor: pointer;
    appearance: none;
    transition: all 0.25s ease;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

/* Hover & focus states */
.sf-submenu-dropdown:hover {
    border-color: #999;
}

.sf-submenu-dropdown:focus {
    outline: none;
    border-color: #0073e6;
    box-shadow: 0 0 0 3px rgba(0,115,230,0.2);
}

/* Disabled / placeholder option */
.sf-submenu-dropdown option[value=""] {
    color: #888;
}

/* On mobile iOS fix for rounded select */
select.sf-submenu-dropdown:focus::-ms-value {
    background-color: transparent;
}
.sf-submenu-dropdown {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 24 24' fill='%23666' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: calc(100% - 12px) center;
}
#menu-primary-menu > li > div > a {
    max-width: 147px;
    line-height: 18px;
    padding-top: 15px;
    padding-bottom: 15px;
}
header .fl-module-box img {
    aspect-ratio: revert-layer;
    object-fit: contain;
    max-width: none !important;
}
.widget_custom_widget {
    display: flex;
    flex-direction: column;
    min-height: 275px;
    justify-content: center;
    background: #5791c1ad !important;
    padding: 15px !important;
    border-radius: 8px;
    align-items: center;
	transition: all 0.5s;
}
.widget_custom_widget a span {
    background: #ffffff !important;
    padding: 7px 8px !important;
    border-radius: 8px;
    border: none !important;
    min-width: 116px;
    text-align: center;
}
.widget_custom_widget a{
	transition: all 0.5s;
	z-index:9;
}
.widget_custom_widget a span.quadmenu-title{
	transition: all 0.5s;
}
.widget_custom_widget a span.quadmenu-title:hover {
color: #e8a200 !important
}
.widget_custom_widget::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
	transition: all 0.5s;
}
.widget_custom_widget:hover::after{
	background: #1a79c4ab;
}
input#gform_submit_button_2, input#gform_submit_button_5 {
    padding: 10px 25px;
    border-radius: 50px;
    border: none;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
}
#gform_2 .gform-footer.gform_footer, #gform_5 .gform-footer.gform_footer {
    justify-content: center;
}
.widget_custom_widget .sf-submenu-dropdown{
    z-index: 9;
    background-color: #fff !important;
    padding: 10px !important;
}



@media only screen and (max-width: 900px) {
	body{
	overflow-x:auto;
}
		.the-mega-menu #quadmenu .quadmenu-navbar-nav .quadmenu-dropdown-menu .widget_media_image{
			padding: 0px !important;
	}
	#quadmenu .quadmenu-navbar-nav .quadmenu-dropdown-menu .widget_media_image a::after {
    content: "";
    width: 90%;
    height: 90%;
    position: absolute;
    background: #0000005e;
    left: 5%;
    top: 5%;
    border-radius: 8px;
}
	#quadmenu .quadmenu-navbar-nav .quadmenu-dropdown-menu .widget_media_image a img{
		padding: 5%;
		background: #ffffff;
		border-radius: 26px;
	}
	/*.top-search .uabb-search-form-input-wrap.search-toggle input[type=search] {
    color: #555555 !important;
}
	.top-search .uabb-search-form-input-wrap.search-toggle input[type="search"]::placeholder {
  color: #555555 !important;
}

.top-search .uabb-search-form-input-wrap.search-toggle input[type="search"]::-webkit-input-placeholder {
  color: #555555 !important;
}

.top-search .uabb-search-form-input-wrap.search-toggle input[type="search"]:-ms-input-placeholder {
  color: #555555 !important;
}

.top-search .uabb-search-form-input-wrap.search-toggle input[type="search"]::-ms-input-placeholder {
  color: #555555 !important;
}
		.top-search .uabb-search-form-input-wrap{
		opacity: 0;
		position:relative;
		width:auto;
		left: 0px;
				bottom: 0px;
			z-index: 99;
			background: transparent;
			border-radius: 0px 0px 0px 0px;
			overflow: hidden;
			padding: 6px;
		transition:all 0.5s;
		pointer-events: none;
	}
	.top-search .uabb-search-form-input-wrap input[type=search]{
		border-bottom:1px solid #ccc;
	}
	.top-search .uabb-search-form-input-wrap.search-toggle{
		opacity: 1;
		bottom: 0px;
		pointer-events: all;

	}*/
	.top-search .uabb-search-form-input-wrap.search-toggle{
		bottom: -62px;
	}
	.top-search .uabb-search-form-input-wrap{
		left: -118px;
    border-radius: 0px 0px 0px 12px;
	}
	body.home .second-header, .page-id-1000405 .second-header {
    z-index: 9;
	}

}

#menu-item-607 img, #menu-item-1001111 img{
	aspect-ratio: revert-layer !important;
}

#menu-item-1001111 a:after, #menu-item-607 a:after{
	display: none !important;
}

.quadmenu-item-widget img{
	aspect-ratio: 1/1;
	object-fit: cover;
	width: 100%;
}

/* 1. Hide ALL top-level menu items */
#menu-primary-menu-1 > li, #menu-foundation-menu > li {
    display: none;
}

/* 2. Show the active path (the parent of the current page) */
#menu-primary-menu-1 > li.current-menu-parent, #menu-foundation-menu > li.current-menu-parent, #menu-foundation-menu > li.current-menu-item {
    display: block; /* or display: list-item; */
}

/* 3. Ensure the submenu of the active path is visible (if it was hidden by default) */
#menu-primary-menu-1 > li.current-menu-parent > .sub-menu, #menu-foundation-menu > li.current-menu-parent > .sub-menu {
    display: block;
}

#menu-primary-menu-1 > li.current-menu-parent > a, #menu-primary-menu-1 > li.current-menu-parent > a:hover{
	background: transparent !important;
	color: #59a2da !important;
}

#menu-foundation-menu > li.current-menu-item .sub-menu li a{
	color: #2f2f2f;
    background: transparent;
    padding: 8px 12px;
    display: block;
    border-radius: 6px;
}

#menu-foundation-menu > li.current-menu-item .sub-menu li a:hover{
	color: white !important;
    background: #00a3e0 !important;
}

/* OPTIONAL: To hide all submenus of *other* menu items, if you change step 1 */
/* This is often unnecessary if step 1 hides the entire LI for non-active paths. */
/* #menu-primary-menu-1 > li:not(.current-menu-parent) > .sub-menu {
    display: none !important;
} */

.fl-widget ul.sub-menu li:before{
	display: none;
}

#menu-primary-menu-1 > li.current-menu-ancestor > a, #menu-foundation-menu > li.current-menu-ancestor > a {
    padding: 0;
    color: #59a2da;
    font-family: "D-DIN Condensed", Verdana, Arial, sans-serif;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.1;
    margin-bottom: 10px;
}

#menu-foundation-menu > li.current-menu-ancestor > a:hover{
	color: #080808 !important;
	background: white !important;
}

.icon-list ul li:before {    
    font-family: 'FontAwesome';
    content: '\f15b';
    margin:0 5px 0 -15px;
    color: #00a3e0;
}

.icon-list ul {
	list-style-type: none;
}

#menu-primary-menu.fl-menu-horizontal{
	flex-wrap: nowrap;
}

#menu-primary-menu.fl-menu-horizontal li:not(:last-child) div{
	padding-right: 3px;
}
#menu-item-1001114 select {
    display: none !important;
}

.single-post .fl-row-content-wrap{
	padding-bottom: 20px !important;
}

/* Foundation Header Links */

.second-menu-box #menu-foundation-header-menu a{
	color: white;
	font-weight: bold;
}

.second-menu-box #menu-foundation-header-menu a:hover{
	color: #f5f5f5;
}

.second-menu-box nav > #menu-foundation-header-menu > li:not(:last-child)::after{
	background: white !important;
}

.foundation .quadmenu-navbar-toggle .icon-bar{
	background: white !important;
}