}
#menu-item-5 a { color:#a6a886; }
.sub-menu {
- margin:20px 0 80px;
- text-align:right;
+ display:flex;
+ align-items:center;
+ justify-content:flex-end;
+ margin:26px 0 36px;
}
-.sub-menu li {
- display:block;
- float:right !important;
- margin-left:50px;
+.sub-menu li:not(:last-child):after {
+ content:'–';
+ display:inline-block;
+ margin:0 20px;
}
.sub-menu li a {
color:#8e8e8e;
font-weight:600;
text-transform:uppercase;
}
-.sub-menu .menu-item-blog a {
- background-image:url(images/btn-menu-blog.jpg);
- background-repeat:no-repeat;
- text-indent:100%;
- white-space:nowrap;
- overflow:hidden;
- width:75px;
- height:28px;
-}
-.sub-menu li#menu-item-43 a { margin-top:6px; }
.sf-menu { float:none; }
.top-menu.sf-menu li { background:none; }
.top-menu.sf-menu li a {
/* SUB MENU */
.sub-menu {
- margin: 20px 0 80px;
- text-align: right;
+ display: flex;
+ align-items: center;
+ justify-content: flex-end;
+ margin: 26px 0 36px;
}
.sub-menu li {
- display: block;
- float: right !important;
- margin-left: 50px;
+ &:not(:last-child):after {
+ content: '–';
+ display: inline-block;
+ margin: 0 20px;
+
+ }
}
.sub-menu li a {
text-transform: uppercase;
}
-.sub-menu .menu-item-blog a {
- /* BLOG */
- background-image: url(images/btn-menu-blog.jpg);
- background-repeat: no-repeat;
- text-indent: 100%;
- white-space: nowrap;
- overflow: hidden;
- width: 75px;
- height: 28px;
-}
-
-.sub-menu li#menu-item-43 a {
- /* CONTACT */
- margin-top: 6px;
-}
+//.sub-menu .menu-item-blog a {
+// /* BLOG */
+// background-image: url(images/btn-menu-blog.jpg);
+// background-repeat: no-repeat;
+// text-indent: 100%;
+// white-space: nowrap;
+// overflow: hidden;
+// width: 75px;
+// height: 28px;
+//}
+//
+//.sub-menu li#menu-item-43 a {
+// /* CONTACT */
+// margin-top: 6px;
+//}
/* MAIN MENU */
.sf-menu {