/*
Theme Name: IBIS Iframe Demo
Theme URI: https://iframedemo.ibisnz.com
Author: IBIS Technology
Author URI: https://ibis.co.nz
Template: square
Description: This is a child theme based on Square by HashThemes
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Iframe-Demo
Tags:

This theme, like WordPress, is licensed under the GPL.
*/

@import url("../square/style.css");

body {
    min-height: 100vh;
}
body #sq-content {
    min-height: calc(100vh - 70px);
}
body #sq-colophon {
    height: 70px;
}


iframe {
    width:100%;
    min-height:400px;
    border:none;
}


#sq-site-branding {
    width: 15%;
    max-width: 100px;
}

.sq-main-navigation li:focus-visible {
    outline: none;
}

@media all and (max-width: 900px) {
    #sq-site-branding {
        max-width: unset;
        flex: 1 0 50%;
    }

    .sq-toggle-nav {
        text-align: right;
        flex: none;
    }
}

#sq-site-navigation {
    width: 85% !important;
    max-width: 630px !important;
}
.sq-main-navigation .sq-menu {
    float: left;
}

@media all and (max-width: 900px) {
    #sq-site-navigation {
        width: 100% !important;
        max-width: unset !important;
    }
    .sq-main-navigation .sq-menu {
        width: 100%;
    }
}