/**! Custom Styles Go Here (for easy template updating) **/

/* Active Menu Item Styling */
.menu > li.active > a {
    color: #F88879;
    font-weight: 600;
}

/* For dropdown submenu active items */
.menu li ul li.active > a {
    color: #F88879;
    font-weight: 600;
}

/* Language Switcher - Footer */
.language-switcher {
    display: inline-block;
    margin-left: 15px;
}

.language-switcher a {
    color: inherit;
    text-decoration: none;
    opacity: 0.7;
    padding: 0 4px;
}

.language-switcher a:hover {
    opacity: 1;
    text-decoration: underline;
}

.language-switcher a.active {
    opacity: 1;
    font-weight: 600;
}

.language-switcher span {
    opacity: 0.5;
    padding: 0 2px;
}