/*
	Theme Name: Properties Child
	Author: Brandapart
	Description: A dedicated theme for Properties website
	Version: 1.0
  Text Domain: dkc_properties_child_theme
  Domain Path: /languages
  Template: properties
*/

body.admin-bar .mobile-menu {
  top: 32px;
}
html.lg-on #wpadminbar {
  display: none !important;
}
@media all and (max-width: 782px) {
  body.admin-bar .mobile-menu {
    top: 46px;
  }
  #wpadminbar {
    position: fixed;
  }
}