/**
 * Theme Name: Emily-Child
 * Theme URI: http://nextinspire.com/themes/emily/
 * Description:  A premium WordPress theme designed for Webhost specifically. Elegantly-design based on the Bootstrap CSS framework in Responsive layout with 10 color schemes.
 * Version: 1.0.0
 * Author: Ronnie Tang
 * Author URI: http://nextinspire.com/
 * Tags: theme-options, translation-ready
 * License: GNU General Public License v2.0
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Copyright (C) 2013 Ronnie Tang
 *
 * Template: emily
 */

#menu-primary .menu li[class*="current-"] a {
    color: #FFE800;
}

    @media only screen and (max-width: 480px){
        .responsiveButton{
            max-width:600px !important;
            width:100% !important;
        }

        .responsiveButton a{
            display:block !important;
            font-size:18px !important;
        }
    }
