/**handles:slidebars,off-canvas-sidebars**/
/*!
 * Slidebars - A jQuery Framework for Off-Canvas Menus and Sidebars
 * Version: 2.0.2
 * Url: http://www.adchsm.com/slidebars/
 * Author: Adam Charles Smith
 * Author url: http://www.adchsm.com/
 * License: MIT
 * License url: http://www.adchsm.com/slidebars/license/
 *
 * Modified by: Jory Hogeveen
 * Version numbers below are related to Off-Canvas Sidebars, not Slidebars.
 *
 * @version  0.5.7
 * @since    0.4.0  Enhance location selectors, added quotes.
 * @since    0.5.6  Added filter transition to canvas container.
 * @since    0.5.7  Data attributes.
 */[data-canvas=container],[data-off-canvas],body,html{margin:0;padding:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}body,html{width:100%;height:100%;overflow:hidden}[data-canvas]{z-index:1}[data-canvas=container]{width:100%;height:100%;overflow-y:auto;position:relative;background-color:#fff;-webkit-overflow-scrolling:touch}[data-canvas=container]:after,[data-canvas=container]:before{clear:both;content:'';display:table}[data-off-canvas]{display:none;position:fixed;overflow:hidden;overflow-y:auto;background-color:#000;color:#fff;-webkit-overflow-scrolling:touch}[data-off-canvas*=" top"]{width:100%;height:255px;top:0}[data-off-canvas*=" right"]{width:255px;height:100%;top:0;right:0}[data-off-canvas*=" bottom"]{width:100%;height:255px;bottom:0}[data-off-canvas*=" left"]{width:255px;height:100%;top:0;left:0}[data-off-canvas*=" reveal"]{z-index:0}[data-off-canvas*=" push"]{z-index:1}[data-off-canvas*=" overlay"]{z-index:9999}[data-off-canvas*=" shift"]{z-index:0}[data-canvas],[data-off-canvas]{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0);-webkit-transition:-webkit-transform .3s,-webkit-filter .3s;transition:transform .3s,filter .3s;-webkit-backface-visibility:hidden}[data-off-canvas*=" shift"][data-off-canvas*=" top"]{-webkit-transform:translate(0,50%);transform:translate(0,50%)}[data-off-canvas*=" shift"][data-off-canvas*=" right"]{-webkit-transform:translate(-50%,0);transform:translate(-50%,0)}[data-off-canvas*=" shift"][data-off-canvas*=" bottom"]{-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}[data-off-canvas*=" shift"][data-off-canvas*=" left"]{-webkit-transform:translate(50%,0);transform:translate(50%,0)}@media print{[data-canvas]{-webkit-transform:translate(0,0)!important;-ms-transform:translate(0,0)!important;transform:translate(0,0)!important}[data-off-canvas]{display:none!important}}
/*!
 * Off-Canvas Sidebars plugin
 *
 * @author  Jory Hogeveen <info@keraweb.nl>
 * @package Off_Canvas_Sidebars
 * @since   0.2.0
 * @version 0.5.7
 * @preserve
 */html,html.ocs-initialized{overflow:hidden;overflow-y:auto}.ocs-initialized [data-canvas=container],[data-canvas=container],body{overflow:initial;height:auto;min-height:100vh}html.ocs-scroll-lock{overflow-y:hidden}html.ocs-scroll-lock.ocs-scroll-fixed{position:fixed;overflow-y:scroll}html.ocs-scroll-lock.ocs-scroll-fixed body{position:relative}.admin-bar [data-canvas=container]{min-height:-webkit-calc(100vh - 32px);min-height:-moz-calc(100vh - 32px);min-height:calc(100vh - 32px)}@media screen and (max-width:782px){.admin-bar [data-canvas=container]{min-height:-webkit-calc(100vh - 46px);min-height:-moz-calc(100vh - 46px);min-height:calc(100vh - 46px)}}@media screen and (max-width:600px){html.ocs-sidebar-active #wpadminbar{display:none;height:0}}.ocs-legacy [data-canvas]{top:0;right:0;bottom:0;left:0}.ocs-legacy [data-canvas],.ocs-legacy [data-off-canvas]{-webkit-transform:none;-moz-transform:none;-ms-transform:none;-o-transform:none;transform:none;-webkit-transition:-webkit-transform .3s,-webkit-filter .3s,top .3s,bottom .3s,left .3s,right .3s,clip-path 0s;-moz-transition:-moz-transform .3s,filter .3s,top .3s,bottom .3s,left .3s,right .3s,clip-path 0s;-o-transition:-o-transform .3s,filter .3s,top .3s,bottom .3s,left .3s,right .3s,clip-path 0s;transition:transform .3s,filter .3s,top .3s,bottom .3s,left .3s,right .3s,clip-path 0s}.ocs-trigger{cursor:pointer}[data-off-canvas]{overscroll-behavior:contain;-ms-scroll-chaining:none}[data-off-canvas*=" bottom"][data-off-canvas*=" reveal"],[data-off-canvas*=" bottom"][data-off-canvas*=" shift"],[data-off-canvas*=" top"][data-off-canvas*=" reveal"],[data-off-canvas*=" top"][data-off-canvas*=" shift"]{z-index:1}.ocs-size-default.ocs-location-left,.ocs-size-default.ocs-location-right{width:30%}.ocs-size-small.ocs-location-left,.ocs-size-small.ocs-location-right{width:15%}.ocs-size-large.ocs-location-left,.ocs-size-large.ocs-location-right{width:45%}.ocs-size-default.ocs-location-bottom,.ocs-size-default.ocs-location-top{height:30%}.ocs-size-small.ocs-location-bottom,.ocs-size-small.ocs-location-top{height:15%}.ocs-size-large.ocs-location-bottom,.ocs-size-large.ocs-location-top{height:45%}@media (max-width:480px){.ocs-size-default.ocs-location-left,.ocs-size-default.ocs-location-right{width:60%}.ocs-size-small.ocs-location-left,.ocs-size-small.ocs-location-right{width:35%}.ocs-size-large.ocs-location-left,.ocs-size-large.ocs-location-right{width:85%}.ocs-size-default.ocs-location-bottom,.ocs-size-default.ocs-location-top{height:40%}.ocs-size-small.ocs-location-bottom,.ocs-size-small.ocs-location-top{height:20%}.ocs-size-large.ocs-location-bottom,.ocs-size-large.ocs-location-top{height:60%}}@media (min-width:481px){.ocs-size-default.ocs-location-left,.ocs-size-default.ocs-location-right{width:50%}.ocs-size-small.ocs-location-left,.ocs-size-small.ocs-location-right{width:30%}.ocs-size-large.ocs-location-left,.ocs-size-large.ocs-location-right{width:70%}.ocs-size-default.ocs-location-bottom,.ocs-size-default.ocs-location-top{height:40%}.ocs-size-small.ocs-location-bottom,.ocs-size-small.ocs-location-top{height:20%}.ocs-size-large.ocs-location-bottom,.ocs-size-large.ocs-location-top{height:60%}}@media (min-width:768px){.ocs-size-default.ocs-location-left,.ocs-size-default.ocs-location-right{width:40%}.ocs-size-small.ocs-location-left,.ocs-size-small.ocs-location-right{width:25%}.ocs-size-large.ocs-location-left,.ocs-size-large.ocs-location-right{width:55%}.ocs-size-default.ocs-location-bottom,.ocs-size-default.ocs-location-top{height:35%}.ocs-size-small.ocs-location-bottom,.ocs-size-small.ocs-location-top{height:20%}.ocs-size-large.ocs-location-bottom,.ocs-size-large.ocs-location-top{height:55%}}@media (min-width:992px){.ocs-size-default.ocs-location-left,.ocs-size-default.ocs-location-right{width:30%}.ocs-size-small.ocs-location-left,.ocs-size-small.ocs-location-right{width:15%}.ocs-size-large.ocs-location-left,.ocs-size-large.ocs-location-right{width:45%}.ocs-size-default.ocs-location-bottom,.ocs-size-default.ocs-location-top{height:30%}.ocs-size-small.ocs-location-bottom,.ocs-size-small.ocs-location-top{height:15%}.ocs-size-large.ocs-location-bottom,.ocs-size-large.ocs-location-top{height:45%}}@media (min-width:1200px){.ocs-size-default.ocs-location-left,.ocs-size-default.ocs-location-right{width:25%}.ocs-size-small.ocs-location-left,.ocs-size-small.ocs-location-right{width:10%}.ocs-size-large.ocs-location-left,.ocs-size-large.ocs-location-right{width:40%}.ocs-size-default.ocs-location-bottom,.ocs-size-default.ocs-location-top{height:25%}.ocs-size-small.ocs-location-bottom,.ocs-size-small.ocs-location-top{height:10%}.ocs-size-large.ocs-location-bottom,.ocs-size-large.ocs-location-top{height:40%}}