/*
Theme Name: Sepia Child
Theme URI: http://themeforest.net/user/johnnychaos/portfolio
Template: sepia2
Author: Jan Skwara
Author URI: http://themeforest.net/user/johnnychaos
Description: Sepia WordPress Theme
Tags: custom-background,translation-ready,one-column,two-columns,three-columns,four-columns,custom-menu,theme-options,left-sidebar,right-sidebar,featured-images,full-width-template,threaded-comments,post-formats,custom-colors
Version: 1.14.1643504013
Updated: 2022-01-30 00:53:33

*/


body header #menu-item-1692 .tt-submenu {
    display: none;
    grid-template-columns: auto auto;
    max-height: 421px; 
}

body header #menu-item-1692 .tt-submenu li > a {
    white-space: nowrap;
    display: inline-block;
    width: 100%;
    font-size: 12px;
    padding-right: 0;
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
    body header #menu-item-1692 .tt-submenu {
        display: grid !important;
        grid-template-columns: auto auto;
        max-height: none;
    }
    body header #menu-item-1692 .tt-submenu li > a {
        white-space: nowrap;
        font-size: 14px; 
        padding-right: 25px;
    }
}