/*
	ldc-custom-mopro.css
*/

/* LiUNA Blue Links */
a:not([class*="cta"]):not(.btn):not(.button):not(.label-primary):not(.cswTitleLink):not(.month-list-day-header a):not(.paginate_button.active a) {
	font-family: inherit;
	color: #1f3b72 !important
}

a:not([class*="cta"]):not(.btn):not(.button):not(.label-primary):not(.cswTitleLink):not(.month-list-day-header a):not(.paginate_button.active a):hover {
	font-family: inherit;
	color: #1f3b72 !important;
}

a:not([class*="cta"]):not(.btn):not(.button):not(.label-primary):not(.cswTitleLink):not(.month-list-day-header a):not(.paginate_button.active a):active, 
a:not([class*="cta"]):not(.btn):not(.button):not(.label-primary):not(.cswTitleLink):not(.month-list-day-header a):not(.paginate_button.active a) .active {
	font-family: inherit;
	color: #1f3b72 !important;
}

/* Mobile Links */
#side-panel a:not(.btn):not(.button) {
	color: #BBB !important
}

#side-panel a:not(.btn):not(.button):hover {
	color: #F8981D !important;
}

#side-panel a:not(.btn):not(.button):active, 
#side-panel a:not(.btn):not(.button) .active {
	color: #F8981D !important;
}

/* LiUNA Orange Links */
#footer a:not(.btn):not(.button) {
	font-family: inherit;
	color: #F8981D !important
}

#footer a:not(.btn):not(.button):hover {
	font-family: inherit;
	color: #F8981D !important;
}

#footer a:not(.btn):not(.button):active, 
#footer a:not(.btn):not(.button) .active {
	font-family: inherit;
	color: #F8981D !important;
}

.dark #header:not(.transparent-header), #header.dark:not(.transparent-header) {
    background-color: #FFF;
    border: 0 #FFF solid;
}
.dark #header.sticky-header:not(.transparent-header) #header-wrap:not(.not-dark), .dark #header.sticky-header.transparent-header #header-wrap:not(.not-dark), .dark #header.transparent-header.floating-header .container, .dark #header.transparent-header.floating-header.sticky-header .container, #header.dark.sticky-header:not(.transparent-header) #header-wrap:not(.not-dark), #header.dark.sticky-header.transparent-header #header-wrap:not(.not-dark), #header.dark.transparent-header.floating-header .container, #header.dark.transparent-header.floating-header.sticky-header .container, .dark .responsive-sticky-header #header-wrap, .responsive-sticky-header.dark #header-wrap {
    background-color: #FFF;
}

.dark #header-wrap {
    background-color: #FFF; /* #cccc66; */
}

#gtranslate {
	float: right;
}
#gtranslate-mobile select option {
	line-height: 0;
}

#primary-menu {
	/* padding-bottom: 10px;*/
}
#primary-menu ul {
	padding-top: 10px;
}
#primary-menu .widget {
    margin-top: 50px; 
}
#primary-menu > ul > li {
    margin-left: 0px;
	 padding-left: 6px;
}
#primary-menu ul li > a {
	color: #000 !important;
}
.dark #primary-menu:not(.not-dark) ul ul li > a, #primary-menu.dark ul ul li > a {
    color: #000 !important;
}
.dark #primary-menu:not(.not-dark) ul ul, .dark #primary-menu:not(.not-dark) ul li .mega-menu-content, #primary-menu.dark ul ul, #primary-menu.dark ul li .mega-menu-content {
    background-color: #FFF; 		/* #333 */
    border-color: #3F3F3F; 		/* #3F3F3F */
    border-top-color: #e86c00; 	/* #e86c00 */
}

.sf-js-enabled li > a.sf-with-ul:after {
    font-family: "FontAwesome";
	 font-weight: 300;
    content: "\f107";
    margin: 0 0 0 10px;
    display: inline-block;
}

.dark.ldcMenu {
	margin-top: 0;
	float: right !important;
	margin-left: 0 !important;
}

.ldcMenu > div > ul > li > a {
	padding: 10px 10px !important;
	font-weight: 300;
	color: #000 !important;
	font-weight: normal !important;
}
.ldcMenu > div > ul > li > a:hover {
    color: #F8981D !important
}

.dark #primary-menu:not(.not-dark) ul ul li > a, #primary-menu.dark ul ul li > a {
    font-weight: 400;
}
.dark #primary-menu:not(.not-dark) ul ul li:hover > a, #primary-menu.dark ul ul li:hover > a {
    color: #F8981D !important;
}
.dark #primary-menu:not(.not-dark) ul ul li.CS_CurrrentPageNode > a,
#primary-menu.dark ul ul li.CS_CurrrentPageNode > a:active,
#primary-menu.dark ul ul li.CS_CurrrentPageNode > a:visited {
	color: #F8981D !important;
}

#header.sticky-header .dark.ldcMenu {
    margin-top: 0 !important;
	 /* height: 30px !important;*/
}
#header.sticky-header #primary-menu {
    padding-bottom: 3px;
}
#header.sticky-header #primary-menu ul {
	padding-top: 0;
}
#header.sticky-header #primary-menu .widget {
    margin-top: 0; 
}
#header.sticky-header:not(.static-sticky) #gtranslate {
    margin-top: 2px !important;
}

#footer.dark,
.dark #footer {
	background-color: #F1ECE7; /* #cccc66; */
	border-top-style: none;
	/*color: #CCC;
	border-top-color: rgba(0,0,0,0.2);*/
	padding-bottom: 8.0em;
}

#footer .footer-widgets-wrap {
    padding: 0 6.0em 0 6.0em;
}

#footer .footer-social-icons i {
	text-shadow: none;
	left: 0%;
	font-size: 60px;
}
#footer .footer-social-icons h4 {
	color: #F8981D;
	margin-bottom:0;
}
#footer .footer-social-icons.benefits-social h4 {
	color: #1f3b72;
}
#footer .footer-social-icons.benefits-social a,
#footer .footer-social-icons.benefits-social i {
	color: #1f3b72;
}

#footer .footer-separator-line {
	border:0;
	width: 50%;
	background-color: #888;
	height: 1px;
	text-align: left;
	float: left;
	margin:0;
}
#footer .footer-separator-line.address-line {
	margin-top: 2.0em;
}

.greyicon {
	background-color: #FFF;
}
#side-panel-trigger a {
	color: #807b7b !important;;
}

/*#page-title {
    position: relative;
    padding: 65px 0;
    background-color: #F5F5F5;
    border-bottom: 0;
}*/

#page-title {
    /*position: relative; padding: 50px 0;*/
    padding: 65px 0 0 0;
    background-color: #F8981C;
    /*border-bottom: 1px solid #EEE;
    padding: 50px 0 0 0;*/
    border-bottom: 0;
}

#page-title h3 {
    color: #FFF;
    font-size: 56px;
    line-height: 67px;
    letter-spacing: 0;
    /* font-family: aktiv-grotesk-1; */
    font-weight: 600;
    text-transform: none;
    margin-bottom: 0.25em;
}

#page-title span {
    color: #FFF;
    margin-top: -14px;
	 margin-bottom: 10px;
}

/* .page-tag-list a.label  {
	color: #FFF !important;
}*/

/* from style.css */
.widget {
    color: #000;
}
.widget h4,
.dark .widget h4 {
    text-transform: capitalize;
    color: #000;
    font-size: 19px;
    font-weight: 600;
    letter-spacing: normal;
}
.widget p,
.widget p:not(.lead) {
    font-size: 16px;
    font-weight: 300;
}
.widget p strong {
    font-size: 18px;
    font-weight: 300;
}
.widget_links  {
	margin-top: 1.25em;
}


/**** top-search ****/
#top-search-trigger {
	margin-top: 34px;
}

.sticky-header #top-search-trigger {
	margin-top: 14px;
}

.top-search-open #top-search-trigger {
	margin-top: 0;
}

.top-search-open #top-search-trigger i, 
.sticky-header .top-search-open #top-search-trigger i {
	color: #FFF;
}

.top-search-open #top-search form input.searchbox,
.sticky-header .top-search-open  #top-search form input.searchbox  {
	border: 2px solid #666 !important;
	background-color: #1f3b72 !important;
	color: #FFF !important;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}

.top-search-open #top-search form input::placeholder,
.sticky-header .top-search-open  #top-search form input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #FFF !important;
  opacity: 1 !important; /* Firefox */
}

.top-search-open #top-search form input:-ms-input-placeholder,
.sticky-header .top-search-open  #top-search form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #FFF !important;
}

.top-search-open #top-search form input::-ms-input-placeholder,
.sticky-header .top-search-open  #top-search form input::-ms-input-placeholder{ /* Microsoft Edge */
  color: #FFF !important;
}


/**** calendar events ****/
.calEventListHeader.month-list-day-header,
.calEventListHeader.month-list-day-header a {
	color: #FFF !important
}

.month-list-day-standard .event-detailed {
	font-size: 1.2em;
}
.month-list-day-standard .event-detailed .event-name {
	float: none;
}
.month-list-day-standard .event-detailed .event-location {
	margin-top: 2px;
}


/* X-Small Devices */
@media (min-width: 480px) and (max-width: 767px)  {
	#primary-menu > ul > li {
		padding-left: 0;
	}
}
/* Small devices  */
@media (min-width: 768px) and (max-width: 991px)  {
	#primary-menu > ul > li {
		padding-left: 0;
	}
}
/* Medium devices */
@media (min-width: 992px) and (max-width: 1199px)  {
	#primary-menu > ul > li {
		padding-left: 0;
	}
}
/* Large devices */
@media (min-width: 1200px) {
	#primary-menu > ul > li {
		padding-left: 12px;
	}
}

@media (max-width: 991px) {
	#header.dark.transparent-header, #header.dark.semi-transparent {
		border-bottom: 1px #BBB solid;
	}
}	