/*!
Theme Name: ukcrc
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: comet-leeds
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

comet-leeds is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

.admin-bar .mx-header {
	margin-top: 32px;
}
ul.navbar-nav li {
	position: relative;
}

ul.navbar-nav li:last-of-type ul.sub-menu {
	left: 0;
	right: auto;
}
ul.sub-menu {
	display: none;
	position: absolute;
    left: 50%;
    margin: 0;
    padding: 20px 0px;
    background: #FFFFFF;
    width: 200px;
    margin-left: -100px;
}
ul.sub-menu li.menu-item {
    margin: 0;
    padding: 0px 10px;
    list-style-type: none;
    text-align: center;
}
.cmt-bottom-header .navbar-nav .sub-menu .nav-item .nav-link {
	display: inline-block;
	font-size: 18px;
	color: #00196B !important;
}
.cmt-bottom-header li.nav-item:hover ul.sub-menu {
	display: block;
}

@media screen and (max-width: 1440px) {
	.cmt-bottom-header .navbar-nav .sub-menu .nav-item .nav-link {
		font-size: 16px;
	}
}
.mx-nav-arrow {
	position: absolute;
    top: 0;
    display: none;
    width: 30px;
    height: 30px;
    color: #fff;
    right: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.mx-nav-arrow::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

ul.sub-menu .current_page_item > .nav-link:after {
	height: 2px;
}

@media screen and (max-width: 992px) {
	.cmt-bottom-header ul.sub-menu {
		position: relative;
		width: 100%;
		left: 0;
		margin-left: 0;
		padding: 0;
	}
	.cmt-bottom-header li.nav-item:hover ul.sub-menu {
		display: none;
	}
	.mx-nav-arrow {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	ul.sub-menu li.menu-item {
		text-align: left;
	}

}

@media screen and (max-width: 782px) {
	.admin-bar .mx-header {
		margin-top: 45px;
	}
}