.wd-nav-icon.fa-user,
.wd-nav-icon.fa-envelope-o,
.fa-copyright,
.fa-eye {
    font-family: 'FontAwesome' !important;
    font-weight: normal !important;
    font-style: normal !important;
}

.wd-nav-icon.fa-user:before {
    content: "\f007" !important;
}

.wd-nav-icon.fa-envelope-o:before {
    content: "\f003" !important;
}

.fa-copyright:before {
    content: "\f1f9" !important;
}

.fa-eye:before {
    content: "\f06e" !important;
}

.wpb_animate_when_almost_visible {
    opacity: 1 !important;
    filter: none !important;
}

.website-wrapper {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.main-page-wrapper {
    flex: 1 0 auto;
}

.mobile-nav .wd-dropdown-menu.wd-design-default .menu-item-has-children>a:after {
    content: none !important;
}

.mobile-nav li.opener-page>.wd-dropdown {
    position: static !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    flex: 1 1 100% !important;
    order: 3 !important;
}

.mobile-nav li:not(.opener-page)>.wd-dropdown {
    display: none !important;
}

.mobile-nav li.opener-page>.wd-dropdown {
    display: block !important;
}

.mobile-nav .wd-dropdown {
    margin-top: 4px !important;
}

.sub-sub-menu.wd-dropdown.wd-dropdown-flip {
    left: auto !important;
    right: 100% !important;
    margin: 0 20px 0 0 !important;
}
