/*-----------------------------------------------------------------------------------*/ /* Footer */ /*-----------------------------------------------------------------------------------*/ footer { display: flex; flex-direction: row; justify-content: space-between; padding: 20px 35px; text-align: center; } /* Footer Menu */ .footermenu { padding: 10px 0; ul { margin:0; li { display: inline-block; a, span { text-decoration: none; // text-transform: uppercase; font-size: .8rem; padding: 0 5px; color: rgba(255,255,255, 0.5); &:hover { color: rgba(255,255,255, 1); } &:after { content: '\00B7'; margin-left: 5px; font-weight: bold; font-size: 10px; } } &:first-of-type a { padding-left: 0; } &:last-of-type a:after { display: none; } } } } /* Copyright */ .copyright { padding: 10px 0; p { margin-bottom: 0; font-size: .8rem; text-transform: uppercase; opacity: 0.3; } }