/*

Theme Name: Pro &ndash; Child Theme
Theme URI: http://theme.co/pro/
Author: Themeco
Author URI: http://theme.co/
Description: Make all of your modifications to Pro in this child theme.
Version: 1.0.0
Template: pro

*/

.x-navbar .desktop .x-nav > li > a:hover, 
.x-navbar .desktop .x-nav > .x-active > a, 
.x-navbar .desktop .x-nav > .current-menu-item > a {
    -moz-box-shadow:   none;
    -webkit-box-shadow: none;
    box-shadow:         none;
}
.x-navbar .desktop .x-nav > li > a:hover, 
.x-navbar .desktop .x-nav > .x-active > a, 
.x-navbar .desktop .x-nav > .current-menu-item > a {
    -moz-box-shadow:   none;
    -webkit-box-shadow: none;
    box-shadow:         none;
}

 .x-topbar {
    min-height: 40px;
}
/* Change the topbar font size */
.x-topbar .p-info, .x-topbar .p-info a{
  font-size:18px!important;
 }

/* for social icon */
.x-topbar .x-social-global a {
  font-size:20px!important;
}
/* bottom footer */
.x-colophon.bottom {
   background-color: #eeeeee;
}
/* top footer */
.x-colophon.top {
    background-color: #f7f7f7;
}
.x-topbar { background-color: #f7f7f7; }
