/*
 Theme Name:     Transpress Child theme
 Theme URI:      
 Description:    This is a child them of the transpress theme by flexipress
 Author:         tree
 Author URI:     http://beingtree.com
 Template:       transpress
 Version:        1.0.0
*/




/* =Theme customization starts here
-------------------------------------------------------------- */

/* I tried to add styles in the custom code section in theme options, but they don't appear to be working, so I'm adding them here */

.vu_mh-transparent .vu_menu-affix:not(.affix) .vu_main-menu > ul > li:not(.current-menu-item):not(.current-menu-parent):not(.current-menu-ancestor) > a { color: #e84024 !important; font-weight: bold;}
.vu_main-menu > ul > li > a {text-shadow: 1px 1px 6px #ffffff, -1px -1px 6px #ffffff}

@media screen and (max-width: 800px) {
    header .vu_main-menu-container {padding-top: 0; margin-top: -1em;}
    .vu_top-bar .vu_tp-left, .vu_top-bar .vu_tp-right { line-height: 18px;}
    header .vu_site-logo .vu_sl-dark, header.vu_mh-transparent .vu_site-logo .vu_sl-light{width: 45%;}
}



