/* 13/09/22 STYLE NEED TO BE MOVED TO SITE CSS */
body {
    background-color: rgb(250, 250, 250);
}

.blog-heading,
.nibe-header-hero-subheading {
    text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.25);
}

.nibe22-content {
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.08);
}

/* #### */
.nb-header-menu-item-22,
.nb-submenu-link-22,
.nb-submenu-link-22b {
    transition: 0.3s ease;
}

.nb-header-menu-item-22:hover,
.nb-submenu-link-22:hover,
.nb-submenu-link-22b:hover {
    color: rgb(0, 0, 0, 1);
    text-decoration: none;
    font-weight: 400;
    font-family: Rubik Regular Regular;
}

.nb-header-menu-item-22::after {
    position: relative;
    top: -3px;
    left: 6px;
    content: ' ';
    display: inline-block;
    width: 6px;
    height: 6px;
    border-bottom: 1px solid rgba(37, 37, 37, 0.6);
    border-right: 1px solid rgba(37, 37, 37, 0.6);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.nb-submenu-link-22b::after {
    position: absolute;
    top: 12px;
    right: -24px;
    content: ' ';
    display: inline-block;
    width: 6px;
    height: 6px;
    border-bottom: 1px solid rgba(37, 37, 37, 0.6);
    border-right: 1px solid rgba(37, 37, 37, 0.6);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: 0.3s ease;
}

.nb-submenu-link-22b:hover::after {
    right: -34px;
}

.nb-top-menu-bar-22 ul ul li:hover::before {
    content: ' ';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #000;
    position: absolute;
    top: 12px;
    left: -14px;
    margin: 0;
}

.header-menu-item-22 {
    white-space: nowrap;
}

.nb-header-submenu-22 ul li {
    list-style-type: none;
}

.nb-header-submenu-22,
.nb-header-submenu2-22 {
    -webkit-box-shadow: 0px 15px 15px 1px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 15px 15px 1px rgba(0, 0, 0, 0.08);
}


.nibe21-socialmedia-button img {
    -webkit-filter: invert(100%) brightness(0) contrast(100%);
    filter: invert(100%) brightness(0) contrast(100%);
}