/*
Theme Name: Twenty Twenty-Four Child
Theme URI: https://wordpress.org/themes/twentytwentyfour/
Author: the WordPress team
Author URI: https://wordpress.org
Template:   twentytwentyfour
*/
#fixdhead {
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
}
.home #fixdhead {
    background: transparent !important;
}
.home #fixdhead.fixed-header {
    background: #E9F2F8 !important;
}

.logo-white {
    display: none !important;
}
.home #fixdhead .logo-black {
    display: none !important;
}
.home #fixdhead .logo-white {
    display: block !important;
}
.home #fixdhead.fixed-header .logo-black {
    display: block !important;
}
.home #fixdhead.fixed-header .logo-white {
    display: none !important;
}
.home #fixdhead .menu-item a,
.home #fixdhead .wpr-button-text{
    color: #fff !important;
}
.home #fixdhead .wpr-button-icon svg{
    fill: #fff !important;
}
.home #fixdhead.fixed-header .menu-item a,
.home #fixdhead.fixed-header .wpr-button-text{
    color: #303030 !important;
}
.home #fixdhead.fixed-header .wpr-button-icon svg{
    fill: #303030 !important;
}
.form-label-wrap {
    display: flex;
    flex-wrap: wrap;
}
.form-label {
    width: 50%;
}
@media screen and (max-width: 600px) {
    
#fixdhead,
.fixed-header{
    background: #E9F2F8 !important;
}
.home #fixdhead.fixed-header .logo-black,
#fixdhead.fixed-header .logo-black,
.fixed-header .logo-black,
.home #fixdhead .logo-black{
    display: block !important;
}
.home #fixdhead .menu-item a,
.home #fixdhead .wpr-button-text{
    color: #303030 !important;
}
    .wpr-mobile-nav-menu ul,
    .wpr-mobile-nav-menu li a {
    font-size: 18px !important;
}
.form-label-wrap {
    display: block !important;
}
.form-label {
    width: 100% !important;
}
}