/*
Theme Name: Oshin Child
Description: Oshin Child Theme
Author: Brand Exponents
Template: oshin
Version: 1.0
*/

@import url("../oshin/style.css");

/* Give the link some padding and some color */
.ss-nav-button {
    padding: 10px;
}
.ss-nav-button > a {
    padding: 5px 18px !important;
    color: #ffffff !important;
    border-radius: 5px;
    background-color: #0f637d !important;
}

/* Adjust the position for the fixed navigation menu */
.ss-nav-button > a {
    position: relative;
    bottom: 6px;
}

/* Give the button a hover & active state */
.ss-nav-button > a:active,
.ss-nav-button > a:hover {
    color: #ffffff !important;
    background-color: #196f8c;
}