/**
 * Vanilla Styles
 *
 * This second stylesheet is for hotfixes/vanilla CSS.
 * Do not edit the main style.css directly, rather
 * add your changes here if you are not compiling the Sass files.
 */

/* hide-block on front-end */
.hide-block {
	display: none !important;
}
.editor-styles-wrapper .hide-block {
	display: block !important;
}

/* MOBILE NAV CHANGES */
@media(min-width: 375px) {
	#slideout-navigation .text-boxes .column.right .box:first-child {
		margin-bottom: 62px !important;
	}
}