/* Alert */
#sitewide-alert {
  margin: 0 1.85em;
}

/* Home Banner */

#home-banner {
  padding: 8px 0;
  margin: 0;
  /*background-color: #D5EAEE;*/
  /*background-image: url('/library/wp-content/themes/pcc-library/images/front-page/library_sy.jpg');*/
  /* background-image: url('/library/wp-content/uploads/62-1024x685.jpg'); */
  /* background-position: center bottom; */
  text-align: center;
}

#home-banner h4 {
  height: 1px;
  width: 1px;
  display: block;
  overflow: hidden;
  margin: 0;
}

#image-wrapper,
#primo-search-wrapper,
#library-hours {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  text-align: left;
}

#image-wrapper {
  height: 200px;
  width: 200px;
  background-position: center;
}

/* Today's Hours */
#library-hours {
  /*background-image: url('/library/wp-content/themes/pcc-library/images/front-page/blue-square.png');*/
  background-color: #D5EAEE;
  margin: 0;
  padding: 8px;
  width: 220px;
  min-height: 186px;
}

#library-hours table {
  margin: 0;
  background-color: #ffffff;
  width: 100%;
}

#library-hours th,
#library-hours td,
#library-hours p {
  font-size: 80%;
  line-height: 100%;
}

#library-hours th {
  text-align: center;
  padding: 8px;
}

#library-hours th a {
  color: #ffffff;
  text-decoration: none;
}

#library-hours th a:hover {
  text-decoration: underline;
}

#library-hours td {
  padding: 8px;
}

#library-hours td:first-child {
  font-weight: normal;
  width: 39%;
}

#library-hours p {
  text-align: right;
  margin: 0;
  padding: 0;
  margin: 1em 0 0 0;
}


/* Links */
#link-container {
  width: 100%;
  overflow: visible;
  text-align: center;
  padding: 0;
}

.group-links,
#library-news,
#new-books {
  width: 460px;
  margin: .5em;
}

.group-links h4,
#library-news h4,
#new-books h4 {
  background-image: url('/library/wp-content/themes/pcc-library/images/header-bg.jpg');
  background-repeat: no-repeat;
  background-size: 101% auto;
}

#library-news,
#new-books {
  position: relative;
  background-color: #ffffff;
}

#library-news h5,
#new-books h5 {
  font-size: 110%;
  margin: 0;
}

#library-news p,
#new-books p {
  font-size: 90%;
}

#highlighted-links {
  display: block;
  text-align: center;
  margin: 0 auto;
}

#highlighted-links div {
  display: inline-block;
  margin: 8px;
  background-position: center 10px;
  background-repeat: no-repeat;
  /*box-shadow: 3px 3px 5px #333;*/
}

#highlighted-links a {
  display: block;
  color: #000;
  text-decoration: none;
  width: 204px;
  padding: 46px 8px 16px 8px;
}

#highlighted-links a:hover {
  text-decoration: underline;
}

#highlighted-links div#linkbox1 {
  background-color: #0088a4;
  background-image: url('/library/wp-content/themes/pcc-library/images/phone.png');
}

#highlighted-links div#linkbox2 {
  background-color: #a9b533;
  background-image: url('/library/wp-content/themes/pcc-library/images/question.png');
}

#highlighted-links div#linkbox3 {
  background-color: #f8bb17;
  background-image: url('/library/wp-content/themes/pcc-library/images/user_big.png');
}

#highlighted-links div#linkbox4 {
  background-color: #e77a25;
  background-image: url('/library/wp-content/themes/pcc-library/images/calendar.png');
}

/* Tablet styles */
@media only screen and (max-width: 64em) {
  #sitewide-alert {
    margin: 0;
  }

  #image-wrapper {
    display: none;
  }
  
  #primo-search-wrapper,
  #library-hours {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  
  .group-links,
  #library-news,
  #new-books {
    width: 90%;
    margin: .5em 0;
  }
  
  #highlighted-links {
    max-width: 500px;
  }
}

/* Mobile styles */
@media only screen and (max-width: 40em) {
  #primo-search-wrapper {
    max-width: 90%;
  }
  
  #library-hours {
    max-width: 75%;
  }
  
  #primo-search-wrapper input[type="text"] {
    width: 75%;
  }
}