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


body.admin-bar .header {
  top: 32px;
}
body.admin-bar .mobile-menu {
  top: 112px;
}
html.lg-on #wpadminbar {
  display: none !important;
}
@media all and (max-width: 782px) {
  body.admin-bar .header {
    top: 46px;
  }
  body.admin-bar .mobile-menu {
    top: 126px;
  }
}
@media all and (max-width: 600px) {
  body.admin-bar .header {
    top: 0;
  }
  #wpadminbar {
    display: none;
  }
  html[lang] {
    margin-top: 0 !important;
  }
}
