#Top_bar .menu > li > a span:not(.description) {
    padding: 0 10px;
    color: #323232;
    font-weight: 600;
}

#Top_bar .menu > li:hover {
    background: rgba(255, 80, 0, 0.75);
    color: white;
    border-bottom: 3px solid #284f67;
}

#Top_bar .menu > li.current-menu-item:hover {
    border-bottom: 0;
}

#Top_bar .menu > li a:hover {
 color: white; 
}

#Top_bar .logo {
margin: 0;
}

#Top_bar .text-logo #logo {
    font-size: 22px;
    margin: 0;
}

li#menu-item-110 {
    background: rgba(255, 80, 0, 0.75);
}

#Top_bar .menu > li#menu-item-110 > a span {
    color: white;
}

#Top_bar .menu > li#menu-item-110 {
    border-bottom: 3px solid rgb(255, 124, 64);
}

.menuo-right #Top_bar .menu_wrapper {
    margin-right: -22px;
}

i.icon-lifebuoy {
font-size: 38px;
color: #ff5000;
}

.logo-txt {
    display: block;
    float: right;
    font-size: 20px;
    color: red;
    font-weight: 800;
}

#Top_bar .top_bar_right {
    padding: 0 0px 0 10px;
}

.is-sticky .menu > li > a span:not(.description) {
    padding: 0 10px !Important;
}

#Top_bar.is-sticky .logo {
    margin: 0 !Important;
}

.tabs_vertical.ui-tabs .ui-tabs-nav li {
border: 0;
}

#Subheader ul.breadcrumbs li, #Subheader ul.breadcrumbs li a {
    color: #21313a !Important;
}

.header-classic .is-sticky {
    background-color: #b9e3ff !Important;
    opacity: 1 !Important;
}

a.claim {
color: white !Important;
background: #ff3131 !Important;
}

input[type="date"], input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], select, textarea, .woocommerce .quantity input.qty {
  background: rgba(148, 196, 227, 0.13)!Important; 
}

#Top_bar .menu > li.current-menu-item > a, #Top_bar .menu > li.current_page_item > a {
background: rgba(148, 196, 227, 0.35);
border-bottom: 3px solid #284f67;
}

#Footer .footer_copy .copyright {
    font-size: 12px;
}

/* Mobile Styling */

/* Mobile devices */
@media (max-width: 678px) { 

#Top_bar .text-logo #logo {
    font-size: 20px;
    margin: 10px 20px 12px -15px !Important;
    float: left;
}

.menuo-right #Top_bar .menu_wrapper {
    margin-right: 0;
}

}