/*
Theme Name: Heaven TV7 child theme
Theme URI: http://www.tv7.fi
Description: A child theme based TV7 Theme
Template: tv7-theme
*/
.daily_verse {
  background: rgba(1, 1, 1, 0.7);
  border-left: 5px solid #eee;
  color: #fff;
  font-size: 1.125rem;
  margin: 0 1rem 2rem;
}

.search-bar {
  padding: 1em 0 2em 0;
}
.search-bar .input-group {
  width: 100%;
}

#tv7-vod-utilities .search-helper {
  max-width: 151px;
}

@media (max-width: 767px) {
  .daily_verse {
    font-size: 15px;
    margin: 0 0 1rem;
  }

  .navbar-brand {
    max-width: 55%;
  }
  .navbar-brand img {
    max-width: 100%;
  }
}

/*# sourceMappingURL=style.css.map */
