
.nfo-sermon-search .column-left {
  width: 60%;
  float: left;
}

.nfo-sermon-search .column-right {
  width: 30%;
  float: right;
}

.nfo-sermon-search .column-right label {
  width: 100%;
  display: inline-block;
}

.audiojs { width: 100%; }
.audiojs .scrubber { width: 65%; }

.nfo-archive-sermon {
  width: 50%;
  height: 300px;
  text-align: center;
  margin: 0;
  float: left;
  cursor: pointer;
}

.nfo-archive-box {
  box-shadow: 1px 1px 1px rgba(31, 44, 46, .25);
  width: 300px;
  margin-right: 50px;
}

.nfo-archive-thumbnail {
  /*height: 187px;*/
  /*width: 290px;*/
  height: 200px;
  width: 300px;

}

.nfo-series-search-form {
  margin-bottom: 20px;
}

.nfo-archive-title {
  display: block;
  width: 250px;
  padding: 5px 0 0 20px;
  height: 32px;
  overflow: hidden;
  font-weight: 900;
}

.nfo-archive-speaker {
  display: block;
  width: 250px;
  padding: 0px 0 0 20px;
  overflow: hidden;
}

.nfo-archive-date {
  display: block;
  width: 250px;
  padding: 0px 0 0 20px;
}

.nfo-archive-link {
  color: inherit;
}

@media (max-width:768px) {



  .nfo-sermon-search .column-left {
    width: 100%;
  }

  .nfo-sermon-search .column-right {
    width: 100%;
    margin-bottom: 20px;
  }

}


@media (min-width: 768px) {

  #nfoSearchCollapseToggle {
    display: none;
  }

  #nfoSearchCollapse {
    display: block;
    height: auto;
  }

}

@media (max-width: 767px) {
  #nfoSearchCollapse {
    overflow: hidden; display: none;
  }

  #nfoSearchCollapseToggle.active i {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

}
