/*

Theme Name: X &ndash; Child Theme
Theme URI: http://theme.co/x/
Author: Themeco
Author URI: http://theme.co/
Description: Make all of your modifications to X in this child theme.
Version: 1.0.0
Template: x

*/

/* Custom CSS */
li.request-a-demo-top {
    background-color: #13499c;
    -webkit-clip-path: polygon(10% 0,100% 0,100% 100%,0 100%);
    clip-path: polygon(10% 0,100% 0,100% 100%,0 100%);
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.x-navbar .x-nav > li.request-a-demo-top > a {
    color: #fff !important;
    font-weight: bold !important;
    font-size: 18px !important;
    line-height: 1 !important;
    height: 75px !important;
    padding-right: 25PX !important;
    padding-left: 34px !important;
}

.x-navbar .desktop .x-nav > li.request-a-demo-top > a:hover, 
.x-navbar .desktop .x-nav > .x-active.request-a-demo-top > a, 
.x-navbar .desktop .x-nav > .current-menu-item.request-a-demo-top > a  {
    color: #fff !important;
}