/* Import Google Webfont */

@import url(//fonts.googleapis.com/css?family=Amiri&subset=arabic);

.arabic {
  font-family: 'Amiri', serif;
  text-indent: 0px;
  font-size: 24px;
  direction: rtl;
}

/* Fix navbar bar */

.nv-navbar {
  position: fixed;
  top: 0;
  margin: auto;
  z-index: 100000;
  width: 100%;
}

/* Main content */

.neve-main {
  margin-top: 60px;
  /* Add a top margin to avoid content overlay */
}

/* Mobile menu background-color */

.header-menu-sidebar.light-mode .header-menu-sidebar-bg::before {
  background-color: #404248;
}

.header-menu-sidebar-bg {
  background-color: #333333 !important;
}

/* Navbar toggle button */

.navbar-toggle .bars .icon-bar {
  background-color: #ffffff;
}

/* Footer links without underline */

.nav-menu-footer a {
  text-decoration: none;
}

.builder-item--footer_copyright .component-wrap {
  color: #cbcbcb;
}

.footer-bottom-inner,
.footer-bottom-inner a:not(.button),
.footer-bottom-inner .navbar-toggle {
  color: #cbcbcb;
}



.site-footer p:last-child {
  visibility: hidden;
}