/* Enter Your Custom CSS Here */
/* Reduce the width of the footer to accomidate larger menu items */

.col-xs-3, .col-sm-3, .col-md-3 {
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
}

/* Increase sub-menu width */
.nav > ul > li div.submenu ul.sub-menu, #lang_sel li ul {
    box-shadow: 0 2px 5px 0 rgba(30, 30, 30, 0.1);
    box-sizing: border-box;
    margin-left: -17px;
    position: relative;
    width: 115%;
}
/* Fix silly blue around login button */
.input#wp-submit.button.button-primary.button-large {
    text-shadow: text-shadow: 0 -1px 1px #f6551d,1px 0 1px #f6551d,0 1px 1px #f6551d,-1px 0 1px #f6551d;!important;
}
