/*
Theme Name:     ODBM Base Theme -- Our Daily Bread
Theme URI:      http: //rbc.org/
Description:    ODBM Base Theme -- Our Daily Bread
Author:         RBC Ministries
Author URI:     http: //rbc.org/about/
Version:        1.0
Template:       odbm-base
*/

@import url("../odbm-base/style.css");

.entry-title {
	color: #1e375f;
}

.side-box {
	float: right;
	width: 200px;
	margin: 0px 0px 0px 10px;

	transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.side-box {
	font-size: 15px;
	line-height: 1.5;
	color: #555;
}

.meta-box {
	padding: 4px 5px 10px 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
	font-weight: normal;
}

.navbar-brand {
	width: 255px;
	background: transparent url(./images/odb_logo.svg) no-repeat 0 0;
}

.video-content .entry-meta-box {
	width: 100%;
}

/* Insight styles */

.post-insight {
	background-color: #C0D8EE;
	padding: 0px 20px;
	padding-top: 1px;
	padding-bottom: 20px;
	margin-top: 10px;
	margin-bottom: 23px;
	border-radius: 3px;
	font-size: 20px;
	line-height: 1.5;
	color: #555;
}

.insight-header {
	text-align: center;
	margin: 15px 0px 8px 0px;
}

.toggle-bookmark span {
	top: 14px;
}

.author-logo {
	display: block;
	height: 24px;
	width: 115px;
	margin-top: 6px;
	float: left;
	background: transparent url(./images/odb_devo.svg) no-repeat 0 0;
}

.video-universal-share .sharedaddy {
	height: 87px;
	text-align: center;
}



#footer-meta .menu-footer-nav-container ul {
	padding: 0px;
}/*

.entry-date .calendar-toggle {
    background-color: #fff;
    padding: 6px 15px;
    margin: 0px;
    color: #878787;
    cursor: pointer;
    border-radius: 0px;
    font-size: 18px;
    border: 1px solid #ccc;
}

.calendar-icon {
    color: #cacaca;
}

.entry-date .calendar-toggle.active, .entry-date .calendar-toggle:hover {
    background-color: #1e375f;
    border-color: #1e375f;
    color: #fff;
}

#home-calendar {
	width: 320px;
    background-color: #fff;
	left: -111px;
	top: 31px;
	border: 2px solid #1e375f;
}

#home-calendar #wp-calendar th, #home-calendar #wp-calendar td, #home-calendar #wp-calendar caption, #home-calendar #wp-calendar td a {
	color: #1e375f;
}

#home-calendar #wp-calendar td {
	height: 40px;
}

#home-calendar #wp-calendar td:hover {
	background-color: #1e375f;
	border-radius: 0px;
	color: #fff;
}

#home-calendar #wp-calendar td:hover a {
	color: #fff;
}

#wp-calendar #prev .cal-angle, #wp-calendar #next .cal-angle {
	color: #1e375f;
}

#wp-calendar #prev .cal-angle:hover, #wp-calendar #next .cal-angle:hover {
	color: #fff;
}*/

#sharing_email {
	z-index: 9999;
}

/*
 * Journal and Bookmark styles
 * --------------------------------------------------
 */

.note-scroll-header, .bookmark-scroll-header {
	text-align: center;
}

.engagement-layout {
	background-color: #fff;
}

.engagement-title {
	text-align: center;
	padding-bottom: 30px;
}

.notes-list {
	padding: 0px;
}

.notes-list .note {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #acacac;
	list-style: none;
}

/*
 * Email Slide In Styles
 * --------------------------------------------------
 */

body.page-template-default {
	position: relative;
}

.email-wrapper-in {
	padding: 30px 40px;
	background-color: rgba(39,89,132,0.9);
	position: absolute;
	max-width: 600px;
	z-index: 99999;
	left: -600px;
	margin-top: -315px;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.email-wrapper-out {
	left: 0px;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.email-header {
	font-size: 35px;
	color: #fff;
	margin-top: 0px;
}
.email-header>span {
	font-size: 43px;
}
.email-text {
	font-size: 20px;
	color: #fff;
	line-height: 20px;
	font-family: "PT Sans", helvetica, arial, sans-serif;
	font-weight: bold;
}
.email-text span {
	font-style: italic;
}
.email-btn-text {
	width: 100%;
	border-radius: 0px;
	background-color: #fab432;
	border: none;
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
}
.email-btn-text:hover {
	background-color: #878787;
	color: #fff;
}
.email-submit {
	padding-top: 5px;
}
.email-phone-image {
	max-height: 230px;
	float: right;
}
.email-close {
	height: 30px;
	width: 30px;
	background-color: rgba(37,37,37,0.9);
	position: absolute;
	top: 0px;
	right: 0px;
}
.email-close i {
	color: #fff;
	text-align: center;
	height: 30px;
	width: 30px;
	font-size: 24px;
}
.email-input .form-control {
	border-radius: 0px;
}
.email-slide-response {
	padding: 60px 70px;
}
.email-slide-response h2 {
	color: #fff;
	text-align: center;
	font-size: 35px;
}
.email-slide-response p {
	font-size: 18px;
	color: #fff;
	text-align: center;
}


@media (max-width: 1200px) {
}

@media (min-width: 1200px) {
}

@media (max-width: 991px) {
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	#home-calendar {
		left: -55px;
	}
}

@media (max-width: 767px) {
	.title-row > div {
		padding-left: 0px;
		padding-right: 0px;
	}
	#page-body {
		margin-top: 59px;
	}

	#home-calendar {
		left: 0px;
	}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
}

@media only screen and (max-width: 479px) {
	.navbar-brand {
		top: 12px;
		height: 34px;
	}
	#content {
		padding: 0px;
	}
	#home-calendar {
		width: 225px;
	}
	#home-calendar #wp-calendar th, #home-calendar #wp-calendar td {
		height: 20px;
	}
	.email-wrapper-in {
		max-width: 100%;
	}
	.email-header {
		font-size: 24px;
	}
	.email-header span {
		font-size: 28px;
	}
	#email-slide-in {
		position: fixed;
	}.email-wrapper-in {
		padding: 30px 40px;
		background-color: rgba(39,89,132,0.9);
		position: absolute;
		max-width: 600px;
		z-index: 99999;
		left: 0px;
		bottom: -325px;
		margin-top: -315px;
		-webkit-transition: all 0.3s ease;
	    -moz-transition: all 0.3s ease;
	    transition: all 0.3s ease;
	}
	.email-wrapper-out {
		left: 0px;
		bottom: 0px;
		-webkit-transition: all 0.3s ease;
	    -moz-transition: all 0.3s ease;
	    transition: all 0.3s ease;
	}
}
@media only screen and (max-width: 380px) {
	.navbar-brand {
		top: 7px;
	}

	#page-body {
		margin-top: 49px;
	}
}

@media print {
	#wp-admin-bar,
	.navbar,
	.bookmark-wrapper,
	.audio-player,
	.universal-share,
	.fb-like-button iframe,
	.home .textwidget,
	.topics-box,
	.featured-photo,
	.card-shareable-graphic,
	.panel-heading,
	.entry-thumbnail,
	.subscribe-container,
	#rbc-footer,
	#login-modal,
	.panel-footer,
	.tweetable-content,
	#user-engagement,
	.panel-bottom,
	.top-sharing,
	.mobile-sharing-button,
	.bottom-sharing {
		display: none;
	}

	.mobile-sharing-button {
		visibility: hidden;
	}

	.odb-reading{padding: 0px 15px;}
	.entry-date{width: 200px;}

	.excerpt-wrapper .panel{height:250px;}
	#page-body{margin-top:0px;}
	.container .odb-view .odb-layout{padding:0 40px;}
}
