/*
Theme Name: ELCIC Custom Theme
Theme URI: http: //mysite.com/
Description: This is a custom child theme for Salient
Author: My Name
Author URI: http: //mysite.com/
Template: salient
Version: 0.1
*/

/*
light blue: 26b3c7
dark blue: 005b7d;
*/

#header-secondary-outer {
    background-color: #26b3c7;
    border-bottom: 1px solid #005b7d;
}
body #header-secondary-outer nav >ul >li >a {
    color: white;
    border-left: 1px solid #005b7d;
    font-size: 14px;
}
#header-secondary-outer nav >ul >li >a:hover, #header-secondary-outer nav >ul >li.current-menu-item >a, #header-secondary-outer nav >ul >li.current-menu-ancestor >a {
    color: white;
}

header#top nav ul li a {
    color: black;
}
header#top nav > ul > li > a, .span_3 .pull-left-wrap > ul > li > a, body.material #search-outer #search input[type="text"], #header-secondary-outer .nectar-center-text, #slide-out-widget-area .secondary-header-text {
    font-family: Open Sans;
    font-size: 16px;
    line-height: 22.4px;
}

body #footer-outer .widget h4, body #footer-outer .col .widget_recent_entries span, body #footer-outer .col .recent_posts_extra_widget .post-widget-text span {
    color: white !important;
    font-size: 1.1em;
}

.footer-widgets {
    font-size: 1.1em;
}
.footer-widgets .post-date {
    font-size: 1em;
}