/*
Theme Name: FocusBlog Child
Theme URI: https://notebookingpages.com
Description: FocusBlog Child Theme
Author: Debra Reed
Author URI: https://notebookingpages.com
Template: focusblog
Version: 1.0.0
Text Domain: focusblog-child
*/

/**
 * Customize mobile menu positioning
 * We'll use the "body" specificity to ensure our styles overwrite the default
 * theme's styles
 */
@media only screen and (max-width: 768px) {
    body header .hmn {
        bottom: 0;
        float: none;
        margin: 30px;
        position: absolute;
        right: 10px;
        top: 0;
    }
}