/*
	Theme Name: Josh Rickert Portfolio (Kalium Child Theme)
	Template: kalium
	Author: Josh Rickert
	Author URI: https://joshrickert.com
    Version: 4.0.3
*/

/* HEADER */

header.main-header .header-block__column.header-block--content-right {
    position: relative;
}

@media screen and (max-width: 768px) {
    canvas#pluck-canvas {
        display: none;
    }
}

canvas#pluck-canvas {
    position: absolute;
    left: -15px;
    top: -46px;
    bottom: 0;
    right: 0;
}

.header-block__item--standard-menu {
    top: -25px;
}