/*
Theme Name: Main Theme S-Collection Child
Author: Library Web Team
Description: The child theme of university library main theme to accomodate needs for universtiy laboratory hight school library. 
Version: 1.0.0
Template: main-theme
Text Domain: main-theme-s-collection-child
*/

/* style for site title */
.unit-title {text-align:center; font-size:1.8em;}
.unit-title.home-banner__title {
  background-color: #F3FAFE;
  color: #13294b;
  display:block;
  font-family: "Open Sans", sans-serif;
  font-size: 22px;
  font-weight: normal;
}

.uofi-lib-banner__container {
  display: none;
}

.uofi-lib-banner__container.uofi-lib-banner__child-banner-image {
  display: block;
}

@media ( min-width: 768px ) {
    .home .uofi-lib-banner__container {min-height:0;}
    .UofI_Library_Hours_mobile {
      margin-top: 15px;}
}

@media ( max-width: 767.98px ) {
    .unit-title {font-size:1.4em;}
}

@media ( max-width: 576px ) {
    .unit-title {font-size:1.2em;}
}
/* navbar */
#uofi-library__breadcrumbs {
    margin-left: 100px;
    display: none;
}
nav.navbar-horiz {
    background-color: #5EAEE0;
}
 
nav.navbar-horiz .nav.navbar-nav a {
  color: #13294b;
  font-family: "Open Sans", sans-serif;
  font-size: 1.3em;
}

nav.navbar-horiz .nav.navbar-nav>li {
    border-right: 1px solid #13294B;
    border-left: -1px;
}
nav.navbar-horiz .nav.navbar-nav>li:last-child {
  border: none;
}
/* end navbar */

/* style left image */
.uofi-s-collection-left-image {
		width: 101px;
		margin-left: 0px;
		margin-right: 15px;
    margin-top: -20px;
    flex: 0 auto;
}

div.row.s-collection__content-container {
  flex: 1;
  margin-right: 5px;
}
/* end left image */

/* style widgets */

.widget-area {
    margin-top: 15px;
    margin-bottom: 15px;
}
/* end widget style */

/* style flower bullets */

div.flower ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-left: 0px;
    padding-top: 15px;
}

div.flower li {
    background-image: url('./assets/images/flowers.gif');
    background-repeat: no-repeat;
    background-position: 0px 0px;
    padding-left: 48px;
    padding-bottom: 20px;
}
/* end flower bullet style */


.flex-container {
    display: flex;
    
}

@media (max-width:991px){
  .uofi-s-collection-left-image {
      display: none;
    }
    div.row.s-collection__content-container {
      display: block;
      margin: 0px;
    }
  }
 
/* begin front page blog list */
.blog-list_ul {
  padding-left: 20px;
}
.blog-list_p {
  text-align: center;
  margin-bottom: 0px;
}
/* .blog-list_first-item-title {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
  background-color: rgba(0,0,0,.4);
  padding: 3% 3% 50px;
  text-shadow: none;
}
.blog-list_first-item-title a,
.blog-list_first-item-title a:visited {
  color: white;
  text-decoration: underline;
}
.blog-list_ul {
  list-style-type: none;
  padding:0px;
  margin:0px;
}
.blog-list_ul li {
  text-align: center;
} */
/* end front page blog list */