.site-header {
    content: "";
    display: table;
    background: #000;
    height: 112px;
    position: relative;
    width: 100%;
    z-index: 300;
}
.main-navigation div > ul > li > a:hover {
    border-bottom: 3px solid #fff;
}
.main-navigation ul li:hover > a {
    color: #fff;
}
.main-navigation ul li a {
    font-size: 1em;
    line-height: 1.78571em;
    white-space: nowrap;
    color: #FFF;
    display: block;
    text-decoration: none;
}
a:hover, a:focus, a:active {
    color: #fff;
    text-decoration: none;
}
a {
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #fff;
    text-decoration: none;
}
.main-navigation .current_page_item > a, .main-navigation .current-menu-item > a, .main-navigation .current_page_ancestor > a {
    color: #fff;
}
.main-navigation ul li a {
    font-size: 16px;
    line-height: 1.78571em;
    white-space: nowrap;
    color: #FFF;
    display: block;
    text-decoration: none;
}
.site-footer .bottom-bar .container div:only-of-type {
    text-align: left;
    width: 100%;
}
.responsive-menu .main-navigation.toggled ul li a:hover {
  background: #313539;
}
.responsive-menu .main-navigation.toggled ul ul li a:hover {
  background: #313539;
}
#icon_wrapper {
    position: fixed;
    top: 80%;
    left: 0px;
    z-index: 99999;
}