body.admin-bar header.site-header {
    top: 32px;
}

.navbar-toggler.close-menu .far.fa-window-close:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00d";
}

#page {
    padding-top: 128px;
}

body.elementor-editor-active #page {
    padding-top: 0;
}

body.elementor-editor-active .site-header {
    position: relative;
    width: auto;
}

@media only screen and (min-width: 768px) {
    body.sticky-header header.site-header {
        margin-top: -62px;
        transition: margin-top .2s linear;
    }
}

header.site-header .section-logo-main-menu {
    border-bottom: 1px solid #f4f4f4;
}

body.home .site-header .section-logo-main-menu {
    background: #f4f4f4 !important;
}

.site-header {
    font-size: 16px;
    z-index: 9;
}

.site-header p,
.site-header .elementor p {
    padding: 0;
    margin: 0;
}

.top-header-right-menu {
    display: flex;
    flex-direction: row-reverse;
}

.top-header-right-menu ul.masco-vertical-menu {
    padding: 0;
    list-style: none;
    margin: 0;
    display: flex;
}

.top-header-right-menu ul.masco-vertical-menu>li {
    padding: 0;
    margin: 0;
    border-right: 1px solid #1d263a29;
    padding: 0 18px;
}

.top-header-right-menu ul.masco-vertical-menu>li>a {
    padding: 0;
    margin: 0;
    font-family: 'Roboto';
    color: #10404C;
}

.top-header-right-menu ul.masco-vertical-menu>li>a:hover {
    color: #25D074;
}

.top-header-right-menu ul.masco-vertical-menu>li:last-child {
    border-right: none;
}

.top-header-right-menu ul.masco-vertical-menu>li.phone-link a:before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(../images/icon-phone-green.svg) no-repeat center;
    margin-right: 10px;
}

body.hide-dual-button-secondary-on-page .header-main-middle-right .masco-dual-button-secondary {
    display: none;
}