/*
 Theme Name:   Fraction Premium Child Theme
 Theme URI:    http://fraction.orange-themes.com/
 Description:  Fraction Premium Wordpress Child Theme
 Author:       Orange Themes
 Author URI:   http://www.orange-themes.com/
 Template:     fraction-theme
 Version:      1.0.0
 Tags: 
 Text Domain:  fraction-theme-child
*/

@import url("../fraction-theme/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */
.header .under-menu li a {
    display: block;
    padding: 0px 20px;
    color: #fcfcfc;
    font-size: 2em;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
}

.header .under-menu li a {
    font-size: 2em !important;
}

.header .under-menu {
    display: block;
    background: rgb(60,152,202);
    clear: both;
    line-height: 40px;
    z-index: 99;
    position: relative;
}

.header .under-menu li:hover > a {
    background: rgb(60,152,202);
    color: #fff !important;
}

.header.makefixed .under-menu li a {
    font-size: 2em !important;
}

.header .header-left {
    display: table-cell;
    background: #FFFFFF url(../images/header-logo-back.png) no-repeat top center;
    background-size: 100% auto;
    width: 20%;
    text-align: center;
}