/*
Theme Name: Burning Man Cultural survival guide Sensible child
Description: Sensible WP Child Theme for 365 Cultural Survival Guide
Author: Burning Man Technology
Template: sensible-wp
Version: 1.1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/* Actual child css is in assets/css/style.css */

/* For some reason this breaks things when placed elsewhere */

.off-canvas.position-right {
  top: 0;
  right: 0;
  width: 280px;
  height: 100%;
  -webkit-transform: translateX(280px);
  transform: translateX(280px);
  overflow-y: auto;
}
