@charset "utf-8";

/* ------------------------------
color
------------------------------ */

a {
color: #336699 !important;
}

/* ------------------------------
color
Nav Menu
------------------------------ */

/*
.wpr-nav-menu {
display: flex;
justify-content: space-between;
}
 */
.wpr-menu-item:before,
.wpr-menu-item:after {
background-color: #336699 !important;
}
.wpr-sub-menu-item.wpr-active-menu-item {
color: #FFF !important;
background-color: #336699 !important;
}
.wpr-sub-menu-item:hover {
color: #FFF !important;
background-color: #336699 !important;
opacity: 1;
-webkit-opacity: 1;
-moz-opacity: 1;
filter: alpha(opacity=100);	/* IE lt 8 */
-ms-filter: "alpha(opacity=100)"; /* IE 8 */
}

.header-home .menu-item a {
color: #FFF !important;
}
.header-home .menu-item .sub-menu a {
color: #336699 !important;
}
.header-home .menu-item .sub-menu a:hover {
color: #FFF !important;
background-color: #336699 !important;
opacity: 1;
-webkit-opacity: 1;
-moz-opacity: 1;
filter: alpha(opacity=100);	/* IE lt 8 */
-ms-filter: "alpha(opacity=100)"; /* IE 8 */
}
.header-home .wpr-menu-item:before,
.header-home .wpr-menu-item:after {
background-color: #FFF !important;
}

/* ------------------------------
Nav Menu
------------------------------ */
