/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/
body {
    font-size: 1.25em;
}

#header .btn {
	margin: 33px 0 33px 15px;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
  transition: all .4s ease;
}

#header.sticky-header .btn { margin: 13px 0 13px 15px; }

@media (max-width: 991px) {

	#header .btn {
		position: absolute;
		margin: 0;
		top: 33px;
		left: auto;
		right: 15px;
	}

}
@media (max-width: 600px) {
    .slider-caption h2 {
	font-size: 2.5rem;
    }
}

blockquote {
    background-color: rgba(245,245,245,1);
    
}
.quote {
  font-weight: 600;
  font-size: 1.2em;
}
.list-group-item {
    background-color: transparent;
}

div.custom-feature-box h3.fbox-media-title 
{
    position: relative;
    margin-top:-65px;
    height: 65px;
    color: white;
    background-color: rgba(0,0,0,0.5);
    padding-top: 8px;
    padding-left: 15px;
    z-index: 5;
}
div.custom-feature-box h3.fbox-media-title span.subtitle {
    color:#fff;
    margin-top:0;
}

.feature-box p {
    color:#555;
}
.leftmargin-xsm {
    margin-left: 20px;
}
.topmargin-xsm {
    margin-top: 20px;
}
.bottommargin-xsm {
    margin-bottom: 20px;
}
.rightmargin-xsm {
    margin-right: 20px;
}
i.timezone {
    text-transform: none;
    font-size: 0.8em;
}


/* Calender styles for daily readings */
.month-container {
    width:200px;
    padding: 0;
    margin: 0;
    display: inline-block
}
.month {
  padding: 5px 5px;
  width: 100%;
  background: #62b6cb;
  text-align: center;
}

.month ul {
  margin: 0;
  padding: 0;
}

.month ul li {
  color: #555;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 3px;
  list-style-type: none;
}

.month .calprev {
  float: left;
  padding-top: 10px;
}

.month .calnext {
  float: right;
  padding-top: 10px;
}

.weekdays {
  margin: 0;
  padding: 10px 0;
  background-color: #ddd;
}

.weekdays li {
  display: inline-block;
  width: 12.2%;
  color: #666;
  text-align: center;
}

.days {
  padding: 5px 0 5px 8px;
  background: #eee;
  margin: 0;
}

.days li {
  list-style-type: none;
  padding: 5px;
  display: inline-block;
  width: 12.2%;
  text-align: center;
  margin-bottom: 5px;
  font-size:12px;
  color: #555;
  font-weight: 600;
}

.days li:hover, .days li.active{
  
  background: #1abc9c;
  color: white !important
}

.days li a {
    color:#555;
}
.days li a:hover {
    color:#fff;
}

/* daily readings styles
=================================
*/
.postcontent .post-timeline .entry-timeline {
    color:#62b6cb;
    border: 3px solid #62b6cb;
}
#post-title-text .d-block {
    font-size: 0.7em;
    text-transform:none;
}
.reflection {
    width: 80%;
    max-width: 400px;
    text-align: center;
    font-weight: 500;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    font-size: 20px;
}
.reflection::after { 
    content: " ";
    display:block;
    width:60%;
    border-bottom:solid;
    border-bottom-width: 1px;
    text-align: center;
    margin: 20px auto 0 auto;
}
.prayer {
  padding:10px;
  text-align: center;
}
.prayer, .prayer h4{
  font-family: 'EB Garamond', serif;
  font-size: 1.2rem;
  font-family: 'EB Garamond', serif;
  font-style: italic;
}
.prayer h4 {
  margin-bottom:10px;
  font-size: 1.3rem;
}
.readings-nav-mobile-only {
 display: none;
 text-align: center;
 color: #fff;
}


@media(max-width:35em){
  #readings-nav {
      position: fixed;
      bottom: 0;
      background-color: #62b6cb;
      width: 100%;
      z-index: 1000;
      left: 0;
  }
  .button.button-border {
    border-color:#fff;
    color:#ffffff;
  }
  .readings-nav-mobile-only {
    text-align: center;
    display: inline-block;
    margin: 0 auto;

}
}

