nav.nav-secondary ul.menu {
       background-color: #a8aaad; 
       border-color: #888b8f; 
       border-style: none; 
       border-top-style: none; 
       border-right-style: none; 
       border-bottom-color: #888b8f; 
       border-left-style: none; 
       border-left-width: 0px; 
       border-bottom-width: 5px; 
       border-bottom-style: solid; 
       border-top-left-radius: 20px; 
       border-top-right-radius: 20px; 
       box-shadow: rgb(255, 255, 255) 0px 0px 3px; 
    } 

nav.nav-secondary {
       border-top-style: none; 
       border-bottom-style: none; 
       border-width: 0px; 
       border-style: solid; 
    } 

nav.nav-secondary ul.menu li {
       border-style: none; 
       border-right-style: solid; 
       border-right-width: 0px; 
    } 

.title-area {
       border-bottom-style: none; 
       border-bottom-width: 0px; 
       border-left-style: none; 
       border-right-color: #fcfcfc; 
    } 

.site-header {
       border-left-style: none; 
       border-bottom-style: none; 
    } 

.site-header .wrap {
       border-bottom-style: none; 
    } 

nav.nav-secondary ul.menu li a {
       font-family: Cabin; 
       color: #ffffff; 
    } 

nav.nav-secondary ul.menu li a:hover {
       background-color: #888b8f; 
       color: #ffffff; 
    } 

nav.nav-secondary ul.menu .current-menu-item > a:active {
       color: #888b8f; 
    } 

nav.nav-secondary ul.menu .current-menu-item > a:visited {
       color: #888b8f; 
    } 

.sidebar-primary .widget h4 {
       background-color: #ec2227; 
       border-top-right-radius: 25px; 
       border-bottom-right-radius: 25px; 
       border-bottom-width: 5px; 
       border-bottom-style: solid; 
       border-bottom-color: #c3181a; 
    } 

body {
       background-color: #efefef; 
    } 

.site-inner {
       background-color: #ffffff; 
       padding-right: 15px; 
       padding-left: 15px; 
    } 

.sidebar-primary {
       width: 335px; 
    } 

