.top-bar-menu > li.menu-item > a {
padding-bottom: 10px; }
-#menu-menu-1 .glmServicesNav > a {
+#menu-menu-1 > li > a {
padding-bottom: 10px; }
+.glmServicesNav {
+ margin-left: -28px; }
+
+#menu-menu-1 .glmServicesNav > a {
+ border-top-left-radius: 8px; }
+
* 5.0 Plugins
* ----------------------------------------------------------------------------
*/
+nav.top-bar.expanded {
+ max-height: 6000px; }
+
+nav.top-bar {
+ max-height: 45px;
+ transition: max-height 0.3s ease-in-out; }
+
/*
* Menu Effects: A collection of CSS3 menu effects (degrades gracefully in IE8).
*
.top-bar-menu > li.menu-item > a {
padding-bottom: 10px;
}
- #menu-menu-1 .glmServicesNav > a {
+ #menu-menu-1 > li > a {
padding-bottom: 10px;
}
+
+ .glmServicesNav {
+ margin-left: -28px;
+ }
+ #menu-menu-1 .glmServicesNav > a {
+ border-top-left-radius: 8px;
+ }
.top-bar-menu > li.menu-item > ul li ul li:only-child a {
/* border-top-right-radius: 15px;*/
/* border-bottom-right-radius: 15px;*/
* ----------------------------------------------------------------------------
*/
+nav.top-bar.expanded {
+ max-height: 6000px;
+}
+nav.top-bar {
+ max-height: 45px;
+ transition: max-height .3s ease-in-out;
+}
+
+
// Insert styles here
/*
* Menu Effects: A collection of CSS3 menu effects (degrades gracefully in IE8).