a:hover {
  text-decoration: underline;
}

.widget a:hover {
  text-decoration: none;
}

#sidebar-menu a {
  color: #000000;
  border-radius: 5px;
  margin-bottom: 40px;
  padding: 5px;
  transition: all 0s ease;
}
#sidebar-menu a:active {
    color: #ffffff;
    background-color: #005588;
}
#sidebar-menu a:hover {
    text-decoration: none;
    color: #ffffff;
    background: rgb(128,216,255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(128,216,255,1) 0%, rgba(0,176,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(128,216,255,1) 0%,rgba(0,176,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(128,216,255,1) 0%,rgba(0,176,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.x-navbar {
    background-color: rgba(255,255,255,0.9);
}
.x-navbar-inner {
    min-height: 100px !important;
    display: flex;
    align-items: center;
}
.x-navbar-inner .x-brand.img {
    margin-top: 0;
}
.x-navbar-inner .x-btn-navbar {
    margin: auto !important;
}

@media screen and (min-width: 980px) {

body.x-navbar-fixed-top-active .x-navbar-wrap {
    height: 100px !important;
}

.x-navbar-inner > .x-container {
    min-height: 100px;
    display: flex;
    align-items: center;
}

.x-navbar-inner .x-brand.img {
    margin-top: 0;
}

.x-navbar-inner nav.x-nav-wrap {
    display: flex;
    align-items: center;
    margin-left: auto;
}

nav.x-nav-wrap #menu-back-to-ryver a {
    height: auto;
    padding: 20px 15px;
    background: rgb(64,196,255);
    background: -moz-linear-gradient(top, rgba(64,196,255,1) 0%, rgba(0,145,234,1) 100%);
    background: -webkit-linear-gradient(top, rgba(64,196,255,1) 0%,rgba(0,145,234,1) 100%);
    background: linear-gradient(to bottom, rgba(64,196,255,1) 0%,rgba(0,145,234,1) 100%);
    color: white;
    border-radius: 10px;
}
nav.x-nav-wrap #menu-back-to-ryver a:hover {
    box-shadow: none !important;
    background: rgb(128,216,255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(128,216,255,1) 0%, rgba(0,176,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(128,216,255,1) 0%,rgba(0,176,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(128,216,255,1) 0%,rgba(0,176,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
}

@media (max-width: 979px) {

.x-navbar-fixed-top {
    position: fixed !important;
}
.x-main.full {
    top: 101px;
}
}