/*
 Theme Name:   Idaho State Bar
 Theme URI:    http://idaho.gov
 Description:  Idaho Webmaster child theme for ISB.
 Author:       Access Idaho
 Author URI:   http://accessidaho.org
 Template:     idaho-webmaster
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags: white, light, one-column, two-columns, right-sidebar, responsive-layout, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, sticky-post, translation-ready, accessibility-ready
 Text Domain:  idaho-webmaster-isb
*/

.isb-header-image {
  height: 260px;
  position: relative;
  background-size: cover;
  background-position: center;
}

.isb-header-image-caption {
  padding: 15px;
  background: rgba(0,0,0,.6);
  color: #fff;
  font-size: 14px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.isb-quote {
  font-family: "Amethysta", serif;
  font-style: italic;
  font-size: 18px;
  color: #666;
  padding: 15px 0px;
}

.pull-item a {
  text-align: left;
  margin-bottom: 10px;
}

.btn-site-changer {
  float: right;
  padding-top: 13px;
  padding-bottom: 13px;
  border-radius: 0px;
}

@media (max-width: 992px) {
  .btn-site-changer {
    float: left;
  }
}

@media (max-width: 768px) {
  .btn-site-changer {
    width: 100%;
  }
}

.so-widget-bootstrap-accordion .panel-title a span {
  display: block;
    font-size: 14px;
    line-height: 14px;
    font-weight: 300;
}

.fc-ltr .fc-basic-view .fc-day-number {
  padding: 5px !important;
}
