/*!
Theme Name: Seven Rings Cement
Theme URI: https://www.notionhive.com
Author: Notionhive
Author URI: https://www.notionhive.com
Version: 0.5.2
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sevenrc
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

#wpadminbar {
  top: unset !important;
  bottom: 0;
  display: none;
}

html {
  margin-top: 0 !important;
}

@media screen and (max-width: 1200px) {
  #wpadminbar {
    display: none;
  }
}

p {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  font-style: inherit;
}

.fslightbox-toolbar-button:first-child {
  display: none !important;
}
