@charset "utf-8";

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

a {
color: #336699 !important;
}

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

.menu_top .wpr-nav-menu a {
color: #333 !important;
}

.menu_main .wpr-nav-menu {
display: flex;
justify-content: space-between;
}
.menu_main .wpr-nav-menu a {
color: #FFF !important;
}
.menu_main .wpr-sub-menu-item {
color: #FFF !important;
background-color: #3399cc !important;
}

.menu_main .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 */
}

.menu_footer .wpr-nav-menu a {
color: #FFF !important;
}

.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);
-ms-filter: "alpha(opacity=100)";
}
*/

.header-home .menu-item a {
color: #FFF !important;
}
.header-home .menu-item .sub-menu a {
color: #FFF !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
------------------------------ */
