@charset "UTF-8";

@media screen and (max-width: 959px) {

#mobile-menu {
  width: auto;
  height: 40px;
  background: url(../images/nav/open.png) left 20px center no-repeat;
  background-size: 20px;
  background-color: #D80017;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}

.opened {
  width: auto !important;
  height: 40px !important;
  background: url(../images/nav/close.png) left 20px center no-repeat !important;
  background-size: 20px !important;
  background-color: #D80017 !important;
  font-size: 16px !important;
  color: #fff !important;
  line-height: 40px !important;
  text-align: center;
}

#global-nav ul {
	margin: 0 auto;
	z-index: 10;
}

#global-nav ul li {
	width: auto;
	height: 40px;
	padding: 0 20px;
	background: url(../images/nav/arrow_red.png) right 20px center no-repeat;
	background-color: #eee;
	border-bottom: solid 1px #ccc;
	color: #333;
}

#global-nav ul li:hover {
	background-color: #ccc;
}

#global-nav ul li li {
	float: none;
}

#global-nav a {
	display: block;
	height: 40px;
	line-height:40px;
	outline: 0;
	font-family: "Lato", sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666;
}

#global-nav a:hover {
	color: #333;
	text-decoration: none;
}

#global-nav li ul {
	display: none;
}

.fixed {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 9999;
}

}


@media screen and (min-width: 960px) {

#mobile-menu {
	display: none;
}

#global-nav {
	display: block !important;
}

#global-nav ul {
	margin: 0 auto;
	z-index: 10;
}

#global-nav ul li {
	width: fit-content;
	float: left;
	border-left: solid 1px #f3aeb5;
	text-align: center;
}

#global-nav ul li:last-child {
	border-right: solid 1px #f3aeb5;
}

#global-nav ul li li {
	float: none;
}

#global-nav a {
	display: block;
	height:70px;
	padding:0 17.2px !important;
	display: flex;
    justify-content: center;
    align-items: center;
	outline: 0;
	font-family: "Lato", sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:#fff;
	padding:0;
	line-height:18px;
}

#global-nav a:hover {
	background: #690e17;
}

#global-nav li:last-child a {
	background: #3f51b5;
}

#global-nav li:last-child a:hover {
	background: #7b8cef;
}

#global-nav li ul {
	display: none;
}

.fixed {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 9999;
}

/* .home #global-nav #menu-item-1082,
.page-id-20 #global-nav li:nth-child(2),
.page-id-1505 #global-nav li:nth-child(3),
.page-id-1376 #global-nav li:nth-child(4),
.page-id-3353 #global-nav li:nth-child(4),
.page-id-3354 #global-nav li:nth-child(4),
.page-id-3355 #global-nav li:nth-child(4),
.page-id-3356 #global-nav li:nth-child(4),
.page-id-25741 #global-nav li:nth-child(5),
.page-id-1026 #global-nav li:nth-child(7),
.page-id-1018 #global-nav li:nth-child(8),
.page-id-1031 #global-nav li:nth-child(9),
.page-id-1033 #global-nav li:nth-child(10),
.page-id-1035 #global-nav li:nth-child(11) {
  background: #690e17;
} */

}
