/*

Theme Name:   Click Mag Child

Theme URI:    http://example.com/twenty-fifteen-child/

Description:  Click Mag Child Theme

Author:       MVP Themes

Author URI:   https://themeforest.net/user/mvpthemes/portfolio

Template:     click-mag

Version:      2.0.0

License:      GNU General Public License v3 or later

License URI:  http://www.gnu.org/licenses/gpl-3.0.html

Tags:         two-columns, custom-background, custom-colors, custom-menu, featured-images, theme-options, threaded-comments, translation-ready

Text Domain:  click-mag-child

*/

.horizontal-nav {
    position: relative;
    background: #fff;
    border: 1px solid #eaeaea;
    border-width: 0 0 1px 0;
    display: block;
    overflow-y: hidden;
}

.horizontal-nav__links {
    white-space: nowrap;
    padding: 0;
    text-align: center;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.horizontal-nav__link:hover {
    color: #1a1a1a;
    text-decoration: underline;
}

.horizontal-nav__link {
    display: inline-block;
    color: #1a1a1a;
    text-transform: uppercase;
    font: normal 14px/18px "Montserrat","Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    border: 1px solid transparent;
    border-width: 1px 0;
    padding: 16px 12px;
    margin: 0;
}