/*
	Theme Name: Idaho Department of Juvenille Corrections
	Theme URL: https://idjc.idaho.gov
	Description: Official modern WordPress theme for all Idaho state agency websites.
	Author: Access Idaho
    Author URI: https://accessidaho.org
    Template: webmaster-v3
    Version: 1.0.0
    Licsense: MIT
	Text Domain: webmaster-bs4
*/
#masthead .header-background {
  background-image: url(img/Idaho-River.jpg)!important;
}
.sticky.is-sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1000;
  width: 100%;
}
.bg-light {
  background-color: #ddd !important;
  background: #ddd !important;
}
.front-card {
  padding: 30px;
  margin: 3px;
  background: #789dbf;
  max-width: 32.9%;
  color: #000;
}
.front-card-text{
  border-top: solid white 2px;
  padding-top: 15px;
  color: #000;
}
.front-card > p > i {
  color: #fff;
}
.breadcrumb {
	margin-bottom: 0px;
}
#colophon {
  background-image: none;
}
.notice-area {
  width: 100%;
  background: #789dbf;
  height: auto;
	min-height: 1px;
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: center;
  font-size: 1.1em;
  font-style: italic;
	margin-top: 5px;
	color: #000;
	padding-top: 10px;
}
h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h4,.h5,.h6 {
  font-weight: bold;
}
.event-area {
  margin-top: 2px;
}
.footer-links {
  padding-top: 0px;
}
#main {
  min-height: 100px;
}
.navbar {
	background: #002f56;
  color: #fff;
}
.nav>.active>a {
    color: #fff;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
	width: 370px;
}
#navigation {
  -webkit-box-shadow: 0px 2px 20px 1px #666;
  box-shadow: 0px 2px 20px 1px #666;
}
.nav-link {
  color: #fff;
}
#menu-idjc {
  margin-left: auto;
  margin-right: auto;
}
nav {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
/* applied after scroll height reached */
.fixed-nav nav {
  position: fixed;
  top:0;
  z-index: 1;
}
.tribe-list-widget div.tribe-event-duration {
  background: #a8025c;
  min-width: 130px;
  display: inline-block;
  float: left;
  min-height: 65px;
}
.eventsbar {
  text-align: center;
}
.tribe-list-widget div.tribe-events-list-widget-events {
  width: 100%;
}
.tribe-events-list-widget-events {
  margin: 10px 0;
}
.tribe-list-widget .tribe-event-title {
  text-align: left;
  display: block;
  margin-top: 10px !important;
  margin-left: 140px;
}
h3.important-links {
  text-align: center;
}
a {
  color: #0c7e97;
}
#google_translate_element {
  margin-top: 15px;
}
.goog-te-gadget-simple {
  background-color: transparent !important;
  border: solid 1px white !important;
  border-radius: 15px !important;
  padding: 5px 10px !important;
}
.goog-te-menu-value > span:nth-child(5) {
  color: white !important;
}
#text-14 > div.textwidget {
  background: #eee;
  padding: 10px;
  margin-top: 10px;
  text-align: center;
}

@media (max-width: 1367px) {
  .front-card {
    max-width: 32.6%;
  }
}

@media (max-width: 991px) {
  .front-card {
    max-width: 32%;
  }
  h2, .h2 {
    font-size: 1.5rem;
  }
}

@media (max-width: 768px) {
  .front-card {
    max-width: 100%;
  }
}
