/*
Theme Name: Stockholm
Theme URI: http://demo.select-themes.com/stockholm
Description: Stockholm Theme
Tags: agency, business, ajax, portfolio, blog, shop, multi-purpose, clean, elegant, white, photography, modern, fullscreen, stylish, design
Author: Select Themes
Author URI: http://demo.select-themes.com
Version: 1.7.1
License: GNU General Public License
License URI: licence/GPL.txt

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/

#nav_menu-15 {
display: inline-block;
    position: relative;
}

#nav_menu-14 {
    width: 59%;
    display: inline-block;
}

#nav_menu-15 li a {
  display:inline-block;
}

#nav_menu-15 li a {
border-bottom: 2px solid #fff;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transform: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#nav_menu-15 li a:hover {
    border-color: #878787; 
    color: #878787;
}




@media only screen and (max-width: 40em) { 

  #nav_menu-15 {
   
position: relative;

top: 1em;
}

}