/* Welborn Media Custom CSS
----------------------------------------------------------- */
/* Home Page Search Icon */
.icon_hover a {
    text-decoration: none;
}.s5_icon {
    margin-left: 10px;
}
/* Prevent text from hitting edge of page */
.s5_wrap {
    padding: 0px 20px;
}
/* Remove Horizontal Overflow Caused by Hamburger Menu */
html, body {
    overflow-x:hidden;
}
/* Navigation Logo remove top padding */
#s5_logo_wrap {
    margin-top: 0px;
}

/* Navigation Logo fix for responsive on small screen */
#s5_logo_wrap {
    max-width: 80%;
}