/*
Theme Name: Sheridan County Library
Theme URI: 
Description: 
Author: Mark Nitschke
Author URI: 
Version: 1.0

Tags:

License:
License URI:

General comments (optional).
*/
@import url('https://fonts.googleapis.com/css?family=Merriweather');
@import url('https://fonts.googleapis.com/css?family=Roboto');

/**  Basic Page CSS **/
body{
  font-family: 'Roboto', sans-serif;
/*  font-weight: 400;
*/font-size: 16px;  
  position: relative;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Merriweather', serif;
  /*font-weight: 400;*/
  margin: 0;
  color: #76391B;

}

h1 {
  font-size: 2.5em;
  padding: 10px 0 25px 0;

}

h2 {
  font-size: 2em;
  padding: 0 0 15px 0;
}

h3 {
  font-size: 1.5em;
  padding: 0 0 15px 0;
}

hr {
margin-top: 15px;
margin-bottom: 15px;
border: 0;
border-top: 1px solid #19476A;
}

.top-header {
	height: 160px
}

.brand-logo {
  max-width: 225px;
}

.full-nav {
  background-color: #19476A;

}

.navbar-nav {
  /*height: 50px;*/
  font-family: serif;
/*    background-color: #19476A;
*/}

.navbar-default .navbar-nav>li>a {
   color: #FFF;
   font-size: 1.25em;
}

.navbar .navbar-nav .dropdown-menu li {
    font-size: 1.2em;
}

.secondary-nav-menu {
    margin: 0 !important;
    background-color: #f7f7f7 !important;
    padding: 0;
}

.secondary-nav-menu ul {
    padding: 0;
}

.secondary-nav-menu li {
    background-color: #f1f1f1;
    border-bottom: 1px solid white;
    list-style: none !important;
}

.secondary-nav-menu li a {
    display: block;
    padding: 4px 10px;
    color: #333333;
}

.secondary-nav-menu li:hover .sub-menu {
  display: block;
  max-height: 200px;
}

/*.secondary-nav-menu li:active {
  background-color: #000;
}*/

.secondary-nav-menu li.current-menu-item > a {
    color: #76391B;
}

.secondary-nav-menu li.current-menu-item.top-secondary > a {
    margin-left: 5px
}

.secondary-nav-menu li.current-menu-item.top-secondary > a:before {
    left: 37px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-left-color: #76391B;
    border-width: 6px;
    margin-left: -1em;
    margin-top: 4px;
}

.secondary-nav-menu .current-page-ancestor > .sub-menu li a, .secondary-nav-menu .current-menu-ancestor > .sub-menu li a {
    position: relative;
    padding: 4px 10px 4px 30px;
}

/*.secondary-nav-menu .current-menu-item > li a:before,*/ .secondary-nav-menu .current-page-ancestor > .sub-menu li a:before, .secondary-nav-menu .current-menu-ancestor > .sub-menu li a:before {
    top: 10px;
    left: 30px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-left-color: #76391B;
    border-width: 6px;
    margin-left: -1em;
}

.secondary-nav-menu .sub-menu {
  /*overflow: hidden;
  max-height: 0;*/
  padding-left: 10px;
  /*-webkit-transition: all 0.5s ease-out;*/
}

/*.secondary-nav-menu .sub-menu {
    display: none;
    margin: 0 !important;
    list-style: none !important;
    border-top: 1px solid white;
}

.secondary-nav-menu .current-menu-item > .sub-menu {
    display: block;
}*/

#header-nav {
   margin-bottom: 0;
}

.navbar-default .navbar-nav>li {
   border-left: 1px solid	#FFF;
}

.navbar-default .navbar-nav>li:first-child {
   border: none;
}

.navbar-default {
  background-color: #FFF;
}

.dropdown-menu {
    background-color: #A8866B;
}

.navbar .dropdown-menu li>a {
  padding: 0 0 5px 0;
  color: #FFF;
}

.navbar .dropdown-menu li>a:hover {
  font-weight: bold;
  color: #76391B;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    background-color: #A8866B;
    color: #FFF;
}

.menu-header {
  font-size: 1.25em;
  color: #FFF;
  border-bottom: 1px solid #FFF;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.show-grid {
  color: #FFF;
}

.nav-second #nav-list {
	padding-top: 12px;
	font-family: 'Roboto', sans-serif;
}

.nav-second .navbar-nav>li>a {
	color: #000;
	font-size: .75em;	
	padding: 0 10px;
}

.navbar-default .navbar-nav>li>a:hover {
    background-color: #A8866B;
}

.nav-second .navbar-nav>li:last-child>a {
	padding: 15px;
}

.nav-second .navbar-nav>li {
   border-left: 1px solid	#000;
}

.main-content {
  /*padding-top: 20px;*/
}

.donate {
	background-color: #76391B;
}

.nav-second .navbar-nav>li.donate {
	margin-top: -12px;
	font-size: 1.5em;
}

.nav-second .navbar-nav>li.donate>a {
	color: #FFF;
}

#search-bar {
	clear: right;
	padding: 0;
	margin: 15px -15px 0 0;
}

#search-bar button.btn.btn-default {
    background-color: #19476a;
    color: #FFF;
    font-size: 1em;
}

.navbar-brand {
  height: 120px;
}

#nav-list {
  /*padding-top: 10px;*/
}

/*.secondary-nav {
	height: 185px;
	width: 634px;
}*/

/*.slider-area {
	height: 520px;
}*/

.home-text {
	margin: 20px 0;
}

.library-events {
	background-color: #F0F0F2;
    border-radius: 15px;
/*    height: 100%;
*/  padding: 0 20px 20px 20px;
    text-align: center;
}

.library-events p {
	background-color: #FFF;
	padding: 20px;
	border-radius: 15px;

}

.download-area {
	background-color: #19476A;
	padding: 20px 0;
	color: #FFF;
	margin-top: 20px;
}

/*.download-area h1 {
	padding-bottom: 30px;
	color: #FFF;
}*/

.download-area a {
	color: #FFF;
	padding-top: 15px;
}

.download-area h2 {
	margin-bottom: 15px;
  margin-top: 15px;
	color: #FFF;

}

.download-area h3 {
  padding-top: 15px;
  color: #FFF;
}


.download-area .fa {
    color: #19476A;
    font-size: 16px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background: #FFF;
    border-radius: 50%;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    margin-right: 5px;
    margin-top: 10px;
}

.homepage-icon img {
    width: 45px;
}

/*h1.secondary-page-title {
  margin-top: 20px;
  margin-bottom: 35px;
}*/

p.wp-caption-text {
    text-align: center;
    padding-bottom: 35px;
}

td {
  padding: 10px;
}

/* style for news cateogry on location landing pages */
ul.lcp_catlist {
    list-style-type: none;
    padding: 0;
}

ul.lcp_catlist li {
    padding-bottom: 5px;
}

footer {
    border-top: 22px solid #895035;
    padding: 20px 0;
    margin-top: 20px;
}

footer ul {
	list-style-type: none;
	padding-left: 0;
}

footer a {
  color: #76391B;
}

footer .fa {
    color: #fff;
    font-size: 12px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background: #895035;
    border-radius: 50%;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    margin-right: 5px;
    margin-top: 10px;
}