/*
Theme Name:     pubx
Theme URI:      http://
Description:    PUBX child theme for strappress
Author:         Adam Dras
Author URI:     http://dmvsteering.org
Template:       strappress
Version: 		1.0.0
*/
@import url("../strappress/style.css");

/* customization */
#logo {margin-left:0;}

.masthead #top-header {
    display:block;
    margin-top:20px !important;
}


/* magic :) */
#nav.affix {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
}

#nav .navbar-brand {display:none;}
#nav.affix .navbar-brand {display:block;}
.multi-column-taxonomy-list{margin-bottom:30px;}