/* * Copyright (c) 2016. Developed by Alfio Salanitri | Web: www.alfiosalanitri.it | Support: dev@alfiosalanitri.it */ #assl-store-locator-container { .assl-top-bar-store-results { text-align: center; padding: 5px; .totStoreFound { font-weight: bold; } } .assl-top-bar { min-height: 20px; padding: 10px; .list-inline { padding: 0; margin: 0; text-align: center; li { display: inline-block; margin-right: 30px; text-align: center; &:last-child { margin-right: 0; } a { text-decoration: none; cursor: pointer; transition: all .5s ease-in-out; -moz-transition: all .5s ease-in-out; -webkit-transition: all .5s ease-in-out; i { display: block; font-size: 20px; } span { text-align: center; font-size: 14px; text-transform: uppercase; font-weight: 700; } } } } } #topbar-intro { text-align: center; text-transform: uppercase; font-weight: 700; } }