/*

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

*/

/* Nav restyle grey lozenge */

.x-navbar li span{
text-align: center;
min-width: 90px;
padding: 10px;
border-radius: 20px;
background: #e6e6e6;
}

.x-navbar li span:hover{
background: #f2f2f2;
}

.x-navbar li a:hover{
color: transparent;
box-shadow: none !important;
}

.x-topbar{
background-color: #00a9ab;
}

.x-topbar .p-info{
float: right;
}

/* Mobile topbar and hamburger */

@media (max-width: 766.98px) {
    .x-topbar .p-info {
background: transparent;
padding: .8em .8em .8em .8em;
font-size: 1em;
}}

.x-btn-navbar.collapsed {
    color: #070247;
    background-color: #e6e6e6;
    box-shadow: none;
}

.x-btn-navbar.collapsed:hover {
    color: #070247;
    background-color: #e6e6e6;
    box-shadow: none;
}

.x-btn-navbar {
    color: #070247;
    background-color: #e6e6e6;
    box-shadow: none;
}

.x-navbar .mobile .x-nav li>a {
border: none;
}
