/* Enter Your Custom CSS Here */
.logo-wrapper {
    padding-bottom: 25px;
    padding-top: 18px;
}

blockquote { color:#505050; }
a:hover {
  text-decoration: underline;
  color:blue;
}

/* Custom CSS for Calendar */
.mc-main caption, .mc-main .category-key h3 {
  margin-bottom: 10px!important;
}
.my-calendar-nav ul li, .mc-main .category-key ul li, .mc-main .mc-export ul li {
  margin-bottom: 1em;
}
.mc-main .event-title {
    -ms-word-break: normal;
    word-break: normal;
    word-break: normal;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    hyphens: none;
}
.mc-main .mc_special-events .event-title, .mc-main .mc_special-events .event-title a {
  color:white!important;
}
.mc-main .mc_study .event-title, .mc-main .mc_study .event-title a, .mc-main .mc_regular-events .event-title, .mc-main .mc_regular-events .event-title a, .mc-main .mc_special-events .event-title, .mc-main .mc_special-events .event-title a {
  border-top: 1px solid #ffffff;
}

.sermon-content embed, .sermon-content iframe { width: 100%; height: 360px; }

div.recent-sermon-widget .sermon-title {
  max-width: 180px;

}
.under-slider-sermon-left {
  max-width: 800px;
}
.sermon-content-wrapper {
  max-width: 1000px;
}
.sidebar-wrapper .sermon-content-wrapper {
  max-width: 175px;
}

/* Custom code for the Bible College Resource Page */
#post-4506 h4 {
  margin-top: 15px;
}
#post-4506 ul {
  margin-bottom: 15px;
}
#post-4506 a {
  color: #0000ff;
}
#post-4506 div[style].mejs-audio {
  width: 70%!important;
}