/*
Theme Name:   Main Theme Illinois NewsPaper Project Child
Description:  Illinois NewsPaper Project child theme style
Theme URI: http://wordpress.library.illinois.edu/themes/main-theme-inp-child
Author: JaEun Jemma Ku - Library Web Team
Author URI: https://www.linkedin.com/in/jaeunku
Description: The child theme of university library main theme to accomodate needs for Illinois Newspaper Project. 
Version: 0.1
Template: main-theme
Text Domain: main-theme-inp-child
*/


/* page content text */

#primary {
    width: 100%;
}


/* breadcrumbs */

#uofi-library__breadcrumbs a:visited {
    color: #1E3877;
}

#uofi-library__breadcrumbs a:hover,
#uofi-library__breadcrumbs a:focus {
    color: #1E3877;
}

#uofi-library__breadcrumbs a {
    color: #1E3877;
    font-family: 'Open Sans', sans-serif;
}


/* end breadcrumbs */


/* navbar */

nav.navbar-horiz {
    background-color: #1E3877;
}

nav.navbar-horiz .nav.navbar-nav a {
    color: #FFF3E5;
    font-family: 'Open Sans', sans-serif;
}

#ui-lib-global-nav ul li:last-of-type {
    background-color: initial;
}

nav.navbar-horiz .dropdown-menu>li>a {
    background-color: #1E3877;
}

ul.dropdown-menu {
    background-color: #1E3877;
}

/* end navbar */

.unit-title.home-banner__title {
    font-family: 'Open Sans', sans-serif;
}

body.home #primary {
    width: 100%;
    color: #1E3877;
}

.front-page-row {
    margin-bottom: 15px;
}

.front-page_flex-grid {
    display: flex;
    margin-bottom: 15px;
}

.front-page_col {
    flex: 1;
    padding-left: 15px;
    padding-right: 15px;
}

.inp-footer-nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.inp-footer-nav li {
    margin: 0;
    line-height: 1.3;
}

.inp-footer_social-media a:hover,
.inp-footer_social-media a:focus {
    text-decoration: underline;
}

.inp-footer_social-media a:hover,
.inp-footer_social-media a:focus {
    filter: drop-shadow(0px 0px 4px #fff);
}

.inp-footer-nav a {
    color: #FFF3E5;
    font-size: 11px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
}

.inp-footer-nav_large a {
    font-size: 14px;
}

.inp-footer-nav {
    padding-left: 70px;
}

.inp-footer_social-media {
    padding-top: 10px;
}

.inp-footer_social-media a {
    margin-right: 8px;
}


/*=====  INP footer style  ======*/

#ui-lib-shared-footer {
    background-color: #022544;
    color: #ffffff;
}

#ui-lib-shared-footer a {
    color: #ffffff;
}

#ui-lib-shared-footer ul {
    margin-top: 1em;
}

#INPcontant {
    margin-top: 14px;
}

#colophon {
    background-color: #022544;
    color: #ffffff;
}

ul.list-inline-left {
    text-align: left;
}


/*=====  INP footer style End ======*/


/*=====  INP Search UI style  ======*/

legend {
    font-size: 1em;
    margin-bottom: 0px;
    border-bottom: 0px solid #e5e5e5;
}

label.InphomeUI {
    display: block;
}

#inpsearch-box-main {
    background-color: #f3fafe;
    padding: 0.5em;
    margin-bottom: 1em;
    margin-top: 2em;
    border: 2px solid #efedec;
    font-size: 1.2em;
}

#inpsearch-box-home {
    padding: 0.5em;
    margin-bottom: 1em;
    border: 2px solid #efedec;
}

fieldset {
    margin-top: 1em;
}

input[type=radio] {
    display: inline;
    padding-top: 3em;
    padding-bottom: 3em;
}

label {
    margin-right: 2em;
}

img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.illinois_county_map {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

figcaption {
    text-align: center;
    font-size: 12px;
}


/*=====  INP blog homepage style  ======*/

#inp-splash-post {
    margin-left: 2em;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/* blog archive & single */

body.blog #content,
body.single-post #content {
    margin-top: 30px;
}

body.single-post .byline,
body.single-post .posted-on {
    display: none;
}

body.single-post .entry-content {
    font-size: 1.1rem;
}

body.single-post h1.entry-title {
    font-weight: 500;
    margin-top: 0px;
}

body.blog h1.post-archive-title {
    font-weight: 500;
    margin-top: 0px;
}

body.blog h2.entry-title a:visited {
    color: #1E3877;
}

body.blog h2.entry-title a {
    font-weight: 700;
    color: #1E3877;
}

body.blog div.post {
    border-bottom: 1px solid #1E3877;
}

body.blog p.post-date {
    font-style: italic;
    margin-bottom: 1rem;
}

div.nav-links div.nav-previous a,
div.nav-links div.nav-next a {
    color: #1E3877;
}

h2.widget-title {
    font-size: 1em;
    color: red;
}

#secondary {
    width: 100%;
}


/* end blog archive & single */

#map-wrapper {
    width: 100%;
    display: inline-block;
    margin: 0 auto;
}

#map-wrapper svg {
    width: 100%;
}

#map-wrapper svg polygon {
    background: white;
    fill: #bfe7f7;
    stroke: #303030;
    stroke-width: 1.0166;
    stroke-miterlimit: 3.8636;
    cursor: pointer;
}

#map-wrapper svg polygon:hover {
    fill-opacity: 0.8;
}

@media (min-width: 0px) and (max-width: 800px) {
    #map-wrapper svg polygon:hover {
        fill-opacity: 1;
    }
}

#map-wrapper svg text {
    pointer-events: none;
    fill: #303030 !important;
    font-family: "proxima-nova-condensed" !important;
    font-size: 12px;
}

#map-wrapper svg text.small {
    font-size: 10px;
}

.blogSearchResultBox {
    padding: 1em;
    font-size: 1.2em;
}

.blogSearchResultOutput {
    text-decoration: underline;
    padding-top: 0.5em;
}

blogslider {
    border: 1px #ADA7A5 solid;
}


/*advanced search panel font*/

.larger-font {
    font-size: 1.2em;
    font-weight: 700;
    text-decoration: underline;
}

.blogSearchResultCount {
    font-size: 1.2em;
    font-weight: 700;
}
