/*
Theme Name: Triada Child Theme
Theme URI: http://triada.just-themes.com/
Author: Just-Themes
Author URI: http://just-themes.com/
Description: Blank Child Theme for TriadaTaxi
Template: triada
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: four-columns, right-sidebar, grid-layout, custom-logo, full-width-template
Text Domain: triada

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/* Hide header on mobile devices */
/* Hide header and all logo containers on mobile */
@media only screen and (max-width: 768px) {
    header,
    .site-header,
    .custom-logo,
    .custom-logo-link,
    .site-branding,
    .logo,
    #logo {
        display: none !important;
    }
}
