/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 13 2025 | 12:24:09 */
header.fl-theme-builder-header-sticky .header_main_row_customs .fl-row-content-wrap {
	background: #145C64 !important;
}

header.fl-theme-builder-header-sticky .header_image_logo_customs img.fl-photo-img {
	content: url(/wp-content/uploads/2024/12/Logo-White.svg) !important;
}

header.fl-theme-builder-header-sticky .header_menu_customs .pp-advanced-menu .menu > li > a {
	color: #ffffff;
}

header.fl-theme-builder-header-sticky .header_menu_customs .pp-advanced-menu .menu > li > a:hover {
	color: #C2D159;
}

.header_menu_customs li#menu-item-424 a {
    border: 1px solid #C2D159;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #145C64;
    border-radius: 55px;
    padding: 12px 24px;
	background: #C2D159;
    transition: all .3s ease;
}

.header_menu_customs li#menu-item-424 a:hover {
    border: 1px solid #C2D159;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #C2D159;
    border-radius: 55px;
    padding: 12px 24px;
	background: #145C64;
    transition: all .3s ease;
}