/* menu */
#sp-header h3.sp-module-title {
  font-weight:500;
  color:#1369c0;
}

.home-feature .sppb-addon-feature {
  margin-top:0px;
}
.horizontal-line {
	border-right: 1px solid #ebebeb;
}

.hours ul {
  list-style:outside none none;
  padding:0;
}

.hours li {
    border-bottom: 1px solid #ebebeb;
    color: #898989;
    font-size: 14px;
    padding: 10px 0;
  line-height:24px;
}

.hours li span {
  color:#363636
}

div.sppb-addon-content div.sppb-icon span.sppb-icon-container i {
    font-size: 76px;
    padding-top: 30px;
  	color: #1369c0;
}

/* page heading */
.event-callto-action .sppb-addon.sppb-addon-cta::before, .course-callto-action .sppb-addon.sppb-addon-cta::before, .sp-page-title::before {
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
}
.sp-page-title::before {

}

.sp-page-title {
    padding: 50px 0 55px;

}

/* article */
.view-article article.item {
    width: 100%;
}

/* events */
.event--mod__title a {
      color: #252525;
    font-size: 24px;
    line-height: 24px;
}
.event--mod__title a:hover {
      color: #ffc94e;
}
a.event--mod__read_more {
  float:right;
  padding-right:50px;
}
.home-upcoming-events .sppb-addon-text-block {
    padding: 29px 0 29px 50px;
}

/* footer */
#sp-footer2 {
    text-align: right;
}

/* timeline */
#timeline {
    list-style: outside none none;
    margin-top: 70px;
    position: relative;
}
#timeline::before {
    background-color: #c4c4c4;
    bottom: 0;
    content: " ";
    left: 50%;
    margin-left: -1.5px;
    position: absolute;
    top: 0;
    width: 4px;
}
#timeline::after {
    background-color: #c4c4c4;
    border-radius: 20px;
    bottom: 0;
    content: " ";
    height: 12px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 12px;
}
#timeline .timeline-badge {
    border-radius: 100%;
    font-size: 1.2em;
    height: 50px;
    left: 50%;
    margin-left: -25px;
    position: absolute;
    text-align: center;
    top: 10px;
    width: 50px;
    z-index: 10;
}
#timeline .timeline-badge::before {
    background-color: #eeeeee;
    border: 6px solid #c4c4c4;
    border-radius: 20px;
    content: "";
    height: 22px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease 0s;
    width: 22px;
}
#timeline .timeline-badge .timeline-date {
    font-size: 1.4em;
}
#timeline .timeline-movement {
    padding-bottom: 10px;
    position: relative;
}
#timeline .timeline-movement:hover {
    cursor: pointer;
}
#timeline .timeline-movement:hover .timeline-badge::before {
    box-shadow: 0 0 0 3px rgba(196, 196, 196, 0.3);
}
#timeline .timeline-movement .timeline-item {
    padding: 20px 0;
}
#timeline .timeline-movement .timeline-item .timeline-panel {
    margin-left: 30px;
}
#timeline .timeline-movement .timeline-item .timeline-panel .title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
    position: relative;
  	background:#1369c0;
  	padding:15px;
  	color:#F9F9F9;
}
#timeline .timeline-movement .timeline-item .timeline-panel.left-part .title::before {
  border:none;
}
#timeline .timeline-movement .timeline-item .timeline-panel .title::before {
    border-color: transparent #1369c0 transparent transparent;
    border-style: solid;
    border-width: 15px;
    content: "";
    height: 0;
    left: -29px;
    position: absolute;
    top: 10px;
    width: 0;
}
#timeline .timeline-movement .timeline-item .timeline-panel.left-part .title::before {
    border-color: transparent #1369c0 transparent transparent;
  	border-top: 15px solid transparent;
  	border-bottom: 15px solid transparent;
  	border-left: 15px solid #1369c0;
    content: "";
    height: 0;
    left: -29px;
    position: absolute;
    top: 10px;
    width: 0;
} 
#timeline p.details {
  background:#fff;
  padding:10px;
}

#timeline p.timeline-date {
    color: #1369c0 !important;
    font-size: 30px !important;
    font-weight: 600;
    position: relative;
    top: -10px;
}
#timeline .timeline-movement .timeline-item .timeline-panel.left-part {
    margin-left: 0;
    margin-right: 30px;
    text-align: right;
}
#timeline .timeline-movement .timeline-item .timeline-panel.left-part .title::after {
    left: inherit;
    right: -80px;
}
#timeline .timeline-movement .timeline-item .timeline-panel.left-part .title::before {
    left: inherit;
    right: -15px;
}
#timeline .timeline-movement .timeline-item .left-timeline-date {
    padding-right: 50px;
}
#timeline .timeline-movement .timeline-item .timeline-date {
    color: #000;
    font-size: 18px;
    margin-left: 30px;
}
#timeline .timeline-movement.timeline-movement-top {
    height: 25px;
}
#timeline .timeline-movement.timeline-movement-top::before {
    background: #c4c4c4 none repeat scroll 0 0;
    border-radius: 20px;
    content: "";
    height: 12px;
    left: 50%;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: 12px;
}

/* donation form */
#donation_type .controls .radio input {
  top:7px;
}
div#amount_container input {
    position: relative;
    top: -1px;
}

h1.jd-page-title {
  display:none;
}
/* donation module */
.donate-module {
  background: #1369c0 !important;
}
.donate-module .donate-details tbody tr td label {
  width:100%;
}
.donate-details {
  background:inherit !important;
}
.donate-module .table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: inherit;
}
.donate-module h3, .donate-module div.sp-module-content form table tbody tr td strong, .donate-module div.sp-module-content form table tbody tr td label {
    color: #fff !important;
}
.donate-module div.sp-module-content form table tbody tr td span.symbol {
  color:#fff;
  float:left;
}
.donate-module div.sp-module-content form table tbody tr td  input {
  padding:0;
}

.donate-module .donate-details .jd-taskbar .btn {
    background-color: #eae005;
    border: 1px solid #eae005;
    border-radius: 10px;
    color: #000 !important;
}
.donate-module .donate-details .jd-taskbar .btn:hover {
    background-color: #1369c0 !important;
    border: 1px solid #fff;
    color: #fff !important;
}

/* featured events home page */
#featured-items div.latestnews div a {
  color:#333;
}
#featured-items div.latestnews div a:hover {
  color:#ffc94e;
}

/* articles */
figure.pull-left {
  margin:0 20px 10px 0
}

/* Photo Gallery */
#event h1.displayname {
    font-size: 40px;
    font-weight: 500;
}

h2.eventgallery-subcategories, ul.nav.eventgallery-subcategories-list {
  display:none;
}

/* radio player */
.radio-player {
  width:100%; 
  position:fixed;
  bottom:47px; 
  z-index:999999;
}

.rdleft {
    background-color: #192a3b;
    bottom: 0;
    color: #fff;
    float: left;
    line-height: 47px;
    position: absolute;
    text-align: center;
    width: 300px;
}
.rdright {
    background-color: #192a3b;
    float: left;
    position: absolute;
    width: 300px;
}

audio {
    background-color: #1369c0;
    color: #1369c0;
    width: 100%;
}

.video-container {
    margin-bottom: 10px;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 60px;
    position: relative;
}
.video-container iframe, .video-container object, .video-container embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
