/* @override http://71.cpmfiles1.com/css/core.css */

/*------------------------------------------------------------------------------
	Design Style 71 > Core Stylesheet
	Handcrafted by Church Plant Media
------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------
	CSS Reset
------------------------------------------------------------------------------*/

html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, dl, dd, th, td, caption, pre, code, address, form, fieldset, blockquote {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

html {
	height: 100%;
}

body {
	font-size: 62.5%;
}

ol {
	list-style-type: decimal;
}

ul {
	list-style-type: circle;
}

ol, ul {
	list-style-position: outside;
	margin-left: 0;
	padding-left: 0;
}

ol ol, ul ul {
	font-size: 100%;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input, textarea {
	outline: 0;
	border: 0;
}

textarea {
    resize: none;
    overflow: hidden;
}

img, fieldset, iframe {
	border: 0;
}

q:before, q:after {
	content: '';
}

/*------------------------------------------------------------------------------
	Utility Classes
------------------------------------------------------------------------------*/

.fade-text {
	-webkit-transition: all linear .1s;
	-moz-transition: all linear .1s;
	-o-transition: all linear .1s;
	-ms-transition: all linear .1s;
	transition: all linear .1s;
}

.hide-text {
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}

.clear {
	clear: both;
}

.block {
	display: inline-block;
}

.align-l {
	text-align: left;
}

.align-r {
	text-align: right;
}

.float-l {
	float: left;
}

.float-r {
	float: right;
}

/*------------------------------------------------------------------------------
	MyCPM Output Styles
------------------------------------------------------------------------------*/

a.button,
input[type="submit"] {
	display: inline-block;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
	padding: 2px 10px 2px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 1px 1px 3px #999;
	-moz-box-shadow: 1px 1px 3px #999;
	box-shadow: 1px 1px 3px #999;
	-webkit-transition: background linear .1s;
	-moz-transition: background linear .1s;
	-o-transition: background linear .1s;
	-ms-transition: background linear .1s;
	transition: background linear .1s;
}

a.button:active,
input[type="submit"]:active {
	box-shadow: none;
	position: relative;
	top: 1px;
}

input[type="text"],
input[type="password"] {
	padding: 2px 10px;
	margin: 0 10px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	-webkit-box-shadow: 0px 0px 0px 1px #ccc;
	-moz-box-shadow: 0px 0px 0px 1px #ccc;
	box-shadow: 0px 0px 0px 1px #ccc;
	-webkit-transition: box-shadow linear .2s;
	-moz-transition: box-shadow linear .2s;
	-o-transition: box-shadow linear .2s;
	-ms-transition: box-shadow linear .2s;
	transition: box-shadow linear .2s;
}

input[type="text"]:focus,
input[type="password"]:focus {
	-webkit-box-shadow: 0px 0px 2px 1px #999;
	-moz-box-shadow: 0px 0px 2px 1px #999;
	box-shadow: 0px 0px 2px 1px #999;
}

img.left-align {
	float: left;
	margin: 5px 10px 10px 0;
}

img.right-align {
	float: right;
	margin: 5px 0 10px 10px;
}

img.center-align { 
 	display: block; 
 	margin: 10px auto; 
}

.cpmtable {
	max-width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
}

.cpmtable td {
	padding-right: 20px;
}

/*------------------------------------------------------------------------------
	TinyMCE Typography
------------------------------------------------------------------------------*/

.link-filter h1,
.link-filter h2,
.link-filter h3,
.link-filter h4,
.link-filter h5,
.link-filter h6 {
	font-family: "adelle",serif;
	font-weight: 400;
	line-height: 30px;
	text-rendering: optimizeLegibility;
}

.link-filter h1 {
	font-size: 28px;
}
	
.link-filter h2 {
	font-size: 23px;
}

.link-filter h3 {
	font-size: 19px;
}

.link-filter h4 {
	font-size: 17px;
}

.link-filter h5 {
	font-size: 15px;
}

.link-filter h6 {
	font-size: 13px;
	text-transform: uppercase;
}

.link-filter p,
.link-filter ul,
.link-filter ol,
.link-filter table,
.link-filter label,
.link-filter input {
	font-family: "Adelle",serif;
	font-size: 14px;
	line-height: 25px;
	text-rendering: optimizeLegibility;
}

.link-filter blockquote {
	font-size: inherit;
	padding: 0 40px 0 40px;
}

.link-filter * {
	padding-bottom: 30px;
}

.link-filter th,
.link-filter tr,
.link-filter td {
	padding-bottom: 10px;
}

.link-filter img,
.link-filter li,
.link-filter em,
.link-filter strong,
.link-filter blockquote,
.link-filter fieldset {
	padding-bottom: 0;
}

.link-filter blockquote {
	padding-bottom: 0;
}

.link-filter ol li,
.link-filter ul li {
	margin-left: 40px;
}

.link-filter p *,
.link-filter table p * {
	font-size: 100%;
}

/*------------------------------------------------------------------------------
	Backgrounds
------------------------------------------------------------------------------*/

#wrapper {
	width: 1140px;
	margin: 0 auto;
	margin-top: 114px;
	box-shadow: 0px 0px 7px #e5e5e5;
	-webkit-box-shadow: 0px 0px 7px #d8d8d8;
	-moz-box-shadow: 0px 0px 7px #e5e5e5;
	background: #fff;
}

/*------------------------------------------------------------------------------
	Header & Logo
------------------------------------------------------------------------------*/

header {
	width: 1140px;
	height: 74px;
}

#home header {
    border-bottom: none;
}

.header-wrap {
	width: 1140px;
	margin: 0 auto;
	height: 100%;
	position: relative;
}

.logo {
	display: block;
	width: 280px;
	height: 110px;
	margin-top: -115px;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: opacity linear .15s;
	-moz-transition: opacity linear .15s;
	-o-transition: opacity linear .15s;
	-ms-transition: opacity linear .15s;
	transition: opacity linear .15s;
}

.logo:hover {
	opacity: .85;
}

#widget-container {
	display: block;
	position: absolute;
	right: 0;
	width: 700px;
	height: 300px;
	top: 0;
	margin-top: -72px;
}

/* Added by Ben Otero - 8/13/13 */
@font-face {
    font-family: 'Socialicons';
    src: url('http://storage.churchplantmedia.com/fonts/social/Socialicons.eot');
    src: url('http://storage.churchplantmedia.com/fonts/social/Socialicons.eot#iefix') format('embedded-opentype'),
    url('http://storage.churchplantmedia.com/fonts/social/Socialicons.woff') format('woff'),
    url('http://storage.churchplantmedia.com/fonts/social/Socialicons.ttf') format('truetype'),
    url('http://storage.churchplantmedia.com/fonts/social/Socialicons.svg#Socialicons') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'fontello';
    src: url('http://storage.churchplantmedia.com/fonts/fontello.eot?65758075');
    src: url('http://storage.churchplantmedia.com/fonts/fontello.eot?65758075#iefix') format('embedded-opentype'),
    url('http://storage.churchplantmedia.com/fonts/fontello.woff?65758075') format('woff'),
    url('http://storage.churchplantmedia.com/fonts/fontello.ttf?65758075') format('truetype'),
    url('http://storage.churchplantmedia.com/fonts/fontello.svg?65758075#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
}

.social {
	position: relative;
	margin-right: 0px;
	display: block;
	float: right;
	display: block;
	width: auto;
	height: 30px;
}

.social li {
	display: inline-block;
	float: left;	
	overflow: hidden;
	white-space: nowrap;
	margin-right: 12px;
}

.social li:last-child {
	margin-right: 0;
}

.social a {
	display: block;
	width: 28px;
	height: 30px;
	text-decoration:none;
	text-align: start;
	vertical-align: top;
}

.social a.sharethis { 
	display:none;
}

.social a:before{
    display:block;
    font-family:'fontello';
    font-style:normal;
    font-weight:normal !important;
    speak:none;
    text-decoration: inherit;
    width:1.7em;
    font-variant:normal;
    text-transform:none;
    line-height:1em;
    font-size:28px;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    text-rendering: geometricPrecision;
}

.social .thecity:before,
.social .itunes:before,
.social .rss:before,
.social .podcast:before,
.social .search:before,
.social .youtube:before,
.social .fellowshipone:before,
.social .thetable:before,
.social .ccb:before {
	font-size:27px;
	font-family:'Socialicons';
	margin-top: 1px;
}

.social .thecity:before     	{ content:"\6f";  }
.social .googleplus:before 		{ content:'\e800'; }
.social .vimeo:before       	{ content:'\e801'; }
.social .instagram:before   	{ content:'\e802'; }
.social .linkedin:before    	{ content:'\e803'; }
.social .tumblr:before      	{ content:'\e804'; }
.social .facebook:before    	{ content:'\e805'; }
.social .flickr:before       	{ content:'\e806'; }
.social .pinterest:before    	{ content:'\e807'; }
.social .twitter:before   		{ content:'\e808'; }
.social .mail:before       		{ content:'\e810'; }
.social .itunes:before       	{ content:'\21'; }
.social .rss:before,
.social .podcast:before       	{ content:'\22'; }
.social .search:before       	{ content:'\23'; }
.social .youtube:before      	{ content:'\25'; }
.social .fellowshipone:before	{ content:'\71'; }
.social .thetable:before    	{ content:'\72'; }
.social .ccb:before          	{ content:'\75'; }

.social .search-icon {
	background-position: -112px 0;
    width: 28px;
    padding-right: 10px;
    text-indent: 200%;
}

.social .search-icon,
.social .map-icon {
	text-indent: 100%;
	height: 28px;
	margin-top: 2px;
}

.services {
	position: relative;
	display: block;
	font-family: "adelle",serif;
	font-weight: 400;
	font-size: 14px;
	text-align: right;
	float: right;
	padding-right: 25px;
	height: 30px;
	padding-top: 5px;
}

/*------------------------------------------------------------------------------
	Top Navigation
------------------------------------------------------------------------------*/

header #nav {
	position: absolute;
	top: 29px;
	padding-left: 80px;
}

header #nav li {
	font-family: "proxima-nova",sans-serif;
	font-weight: 600;
	font-size: 15px;
	letter-spacing: 1px;
	text-transform: uppercase;
	list-style-type: none;
	display: inline-block;
	float: left;
    position: relative;
    padding-bottom: 20px;
    	text-rendering: optimizeLegibility;
}

header #nav li a {
	padding: 0;
	margin: 0 36px;
	-webkit-transition: all linear .1s;
	-moz-transition: all linear .1s;
	-o-transition: all linear .1s;
	-ms-transition: all linear .1s;
	transition: all linear .1s;
}

header #nav li:first-child a {
	margin-left: 0;
}

header #nav li:last-child a {
	margin-right: 0;
}

header #nav li a:hover {
	text-decoration: none;
}

/*------------------------------------------------------------------------------
	Dropdown Navigation
------------------------------------------------------------------------------*/

header #nav li ul {
    position: absolute;
    top: 38px;
    width: 225px;
    z-index: 100;
    display: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    padding: 12px 0 12px 0;
    -webkit-box-shadow:  0px 1px 4px 1px rgba(0, 0, 0, .25);
    box-shadow:  0px 1px 4px 1px rgba(0, 0, 0, .25);
}

header #nav li ul:after {
    bottom: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    left: 50%;
    margin-left: -12px;
}

header #nav li ul ul:after {
    border: 0;
}

header #nav li ul li {
    width: 225px;
    text-transform: none;
    font-weight: 400;
    font-size: 15px;
    padding-bottom: 0;
}

header #nav li ul li a {
    display: block;
    padding: 12px 10px 12px 20px;
    width: 195px;
    text-shadow: none;
    	letter-spacing: 0px;
    		font-family: "adelle",sans-serif;
	font-weight: 500;
    margin: 0;
    -webkit-transition: all linear .05s;
    -moz-transition: all linear .05s;
    -o-transition: all linear .05s;
    -ms-transition: all linear .05s;
    transition: all linear .05s;
}

header #nav li ul ul {
    left: 100%;
    top: -6px;
    -webkit-border-radius: 0 6px 6px 0;
    -moz-border-radius: 0 6px 6px 0;
    -ms-border-radius: 0 6px 6px 0;
    border-radius: 0 6px 6px 0;
    padding: 6px 0;
 }

header #nav li:last-child ul ul {
    left: -100%;
    -webkit-border-radius: 6px 0 0 6px;
    -moz-border-radius: 6px 0 0 6px;
    -ms-border-radius: 6px 0 0 6px;
    border-radius: 6px 0 0 6px;
}

header #nav li ul li a:hover,
header #nav li.current ul li a {
    text-shadow: none;
}

header #nav li:hover ul {
    display: block;
}

header #nav li:hover ul li ul {
    display: none
}

header #nav li ul li:hover ul {
    display: block;
}

/*------------------------------------------------------------------------------
	Side Navigation
------------------------------------------------------------------------------*/

#side_nav {
	width: 254px;
	border-radius: 5px;
	margin: 8px 0 25px 0;
}

#side_nav li {
	list-style-type: none;
}

#side_nav li.current ul {
	padding-bottom: 10px;
}

#side_nav a {
	text-decoration: none;
	-webkit-transition: all linear .1s;
	-moz-transition: all linear .1s;
	-o-transition: all linear .1s;
	-ms-transition: all linear .1s;
	transition: all linear .1s;
}

#side_nav_toplevel {
	display: block;
	padding: 17px 25px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	font-size: 18px;
	font-family: "proxima-nova",sans-serif;
}

.side_nav_level1 li a {
	display: block;
	padding: 17px 25px;
	font-weight: 400;
	font-size: 17px;
	font-family: "adelle",sans-serif;
}

.side_nav_level1 li li a {
	display: none;
	font-weight: 400;
	font-size: 14px;
	padding: 10px 35px;
}

.side_nav_level1 li.current li a {
	display: block;
}

/*------------------------------------------------------------------------------
	Homepage View
------------------------------------------------------------------------------*/

.hero {
	height:460px;
}

#mid {
	width: 1140px;
	height: 131px;
	position: relative;
}

.slogan {
	width: 1200px;
	padding: 45px 30px 0 30px;
	height: 80px;
	overflow: hidden;
}

.slogan p {
	text-align: center;
	font-family: "adelle",serif;
	font-weight: 100;
	font-size: 29px;
	line-height: 40px;
}

.slogan p:first-child {
	font-weight: 700;
	font-size: 32px;
}

.tweet-widget h3 {
	position: absolute;
	top: 45px;
	left: 80px;
	font-weight: 700;
	font-size: 27px;
	color: #4B4B4B;
}

.tweet-widget h3::after {
	content: url(../img/a/handle_follow.png);
	position: absolute;
	padding-left: 26px;
}

#home .tweet {
	position: absolute;
	top: 41px;
	left: 273px;
	width: 610px;
	height: 50px;
	font-family: "proxima-nova",sans-serif;
	font-weight: 300;
	font-size: 17px;
	line-height: 24px;
}

.tweet a {
	text-decoration: underline;
}

#home .follow-btn {
	display: inline-block;
	width: 146px;
	height: 49px;
	position: absolute;
	top: 40px;
	left: 914px;
	margin: 0;
}

.tweet-widget h3 {
	font-family: "adelle",serif;
}

/*------------------------------------------------------------------------------
	Subpage View
------------------------------------------------------------------------------*/

#content {
	min-height: 575px;
}

.banner {
	display: block;
	position: relative;
}

.columns {
	width: 985px;
	margin: 0 auto;
	padding: 38px 0 10px 0;
	position: relative;
}

.left {
	width: 258px;
	position: absolute;
	right: 0;
}

.right {
	position: relative;
	width: 682px;
	left: 0px;
	padding-bottom: 30px;
	min-height: 300px;
}

.page-title {
	font-family: "proxima-nova",sans-serif;
	font-weight: 600;
	font-size: 32px;
	text-transform: uppercase;
	width: 652px;
	height: auto;
	min-height: 54px;
	color: #000;
	text-rendering: optimizeLegibility;
}

.title-border {
	display: block;
	width: 682px;
	height: 1px;
	margin-top: 5px;
	margin-bottom: 24px;
}

/*------------------------------------------------------------------------------
	Full-width View
------------------------------------------------------------------------------*/

.full {
	width: 985px;
	margin-left: 0;
	position: relative;
}

.full .title-border {
	width: 985px;
}

/*------------------------------------------------------------------------------
	Blog View
------------------------------------------------------------------------------*/

.blog-feed-btn {
	display: block;
	width: 214px;
	height: 49px;
	margin: 10px 0 20px 20px;
}

.blog-wrap a:hover {
	text-decoration: none;
}

.blog-line {
	display: block;
	width: 682px;
	height: 2px;
	margin: 24px 0 20px 0;
}

.blog-info h2 a {
	font-family: "adelle",serif;
	font-weight: 400;
	font-size: 24px;
}

.blog-date {
	font-family: "adelle",serif;
	font-weight: 700;
	font-size: 13px;
	padding-top: 4px;
}

.blog-author {
	font-weight: 400;
	padding: 0 4px 0 4px;
}

.blog-summary {
	font-family: "adelle",serif;
	font-weight: 400;
	font-size: 15px;
	padding: 20px 0 20px 0;
	line-height: 24px;
}

.blog-summary a,
.blog-summary a:hover,
.blog-wrap .blog-comments:hover {
	text-decoration: underline;
}

.blog-meta {
	font-family: "adelle",serif;
	font-weight: 400;
	font-size: 13px;
}

.blog-meta * {
	display: inline;
}

.blog-meta .blog-share {
	font-weight: 700;
}

.blog-meta .pipebar {
	padding-right: 4px;
}

.blog-share {
	padding-left: 13px;
}

.post-title {
	font-family: "proxima-nova",sans-serif;
	font-weight: 700;
	font-size: 33px;
	text-transform: uppercase;
	width: 652px;
	min-height: 54px;
	height: auto;
	color: #000;
}

.blog-share-btn {
	display: block;
	width: 83px;
	height: 53px;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	position: relative;
	top: -47px;
	left: 600px
}

.blog-header {
	height: 70px;
}

.blog-header .blog-date {
	font-size: 16px;
	margin-bottom: 10px;
}

.blog-header .blog-meta {
	font-size: 13px;
}

.blog-line.up {
	margin-top: -10px;
}

.blog-header .blog-meta h5 {
	font-weight: 400;
}

.blog-header .blog-date .pipebar {
	font-weight: 400;
	padding-left: 5px;
}

#comments {
	margin-bottom: 30px;
}

#comments h4,
.comment-form h4,
.no-comments {
	font-family: "adelle",serif;
	font-weight: 700;
	font-size: 21px;
	margin-bottom: 18px;
}

.comment-top,
.comment-btm {
	width: 682px;
	height: 4px;
}

.comment {
    position: relative;
}

.comment,
.comment-form {
	font-family: "adelle",serif;
	font-weight: 400;
	width: 682px;
}

.comment-btm {
	margin-bottom: 8px;
}

.comment-details {
	padding: 12px 20px 8px 20px;
	font-size: 15px;
	font-weight: 700;
}

.comment-content {
	padding: 0 20px 15px 20px;
	font-size: 13px;
	line-height: 20px;
}

.comment-details p {
	display: inline-block;
}

.comment-date {
	position: absolute;
    top: 14px;
    right: 20px;
	font-size: 13px;
	text-transform: uppercase;
}

#error {
	line-height: 26px;
    color: #EA4911;
}

#error li {
	list-style: none;
}

.comment-fields {
    position: relative;
    height: 260px;
}

label[for="comment-url"],
input#comment-url {
    display: none;
}

.comment-fields label {
    font-weight: 700;
    font-size: 15px;
}

input#comment-name,
input#comment-email {
    width: 299px;
    height: 35px;
    padding: 0 0 0 8px;
    font-family: "adelle",serif;
    font-size: 14px;
    font-weight: 400;
}

textarea#comment-comment {
    width: 620px;
    height: 62px;
    padding: 13px 8px 0px 8px;
    font-family: "adelle",serif;
    font-size: 14px;
    font-weight: 400;
}

label[for="comment-name"] {
    position: absolute;
    top: 18px;
    left: 24px;
}

input#comment-name {
    position: absolute;
    top: 38px;
    left: 22px;
}

label[for="comment-email"] {
    position: absolute;
    top: 18px;
    left: 350px;
}

input#comment-email {
    position: absolute;
    top: 38px;
    left: 347px;
}

label[for="comment-comment"] {
    position: absolute;
    top: 97px;
    left: 24px;
}

textarea#comment-comment {
    position: absolute;
    top: 120px;
    left: 22px;
}

input#comment-submit {
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    position: absolute;
    top: 207px;
    left: 255px;
    width: 153px;
    height: 38px;
    padding: 0;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: opacity linear .1s;
    -moz-transition: opacity linear .1s;
    -o-transition: opacity linear .1s;
    -ms-transition: opacity linear .1s;
    transition: opacity linear .1s;
}

input#comment-submit:hover {
    opacity: .85;
}

/*------------------------------------------------------------------------------
	Giving View
------------------------------------------------------------------------------*/

#giving-form input[type="text"] {
	width: 230px;
	margin-left: 0;
	padding-top: 0px;
	height: 26px;
}

#giving-form input[type="submit"] {
	width: 165px;
}


input[name="amount"],
input[name="a3"] {
	border: 1px solid #777;
	border-radius: 4px 4px;
	-webkit-border-radius: 4px 4px;
	-moz-border-radius: 4px 4px;
	-ms-border-radius: 4px 4px;
	padding-bottom: 0;
	width: 150px;
}

/*------------------------------------------------------------------------------
	Events View
------------------------------------------------------------------------------*/

#events .page-title {
	font-size: 33px;
}

#cal-switch {
	position: absolute;
	right: 0;
	top: 0px;
}

#cal-switch li {
	display: inline-block;
}

#cal-switch li a {
	display: block;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	-webkit-transition: opacity linear .15s;
	-moz-transition: opacity linear .15s;
	-o-transition: opacity linear .15s;
	-ms-transition: opacity linear .15s;
	transition: opacity linear .15s;
}

#cal-switch li a:hover {
	opacity: .8;
}

#cal-switch li.current a:hover {
	opacity: 1;
}

#cal-tab a {
	width: 126px;
	height: 48px;
	margin-right: 2px;
}

#list-tab a {
	width: 154px;
	height: 48px;
}

table.calendar {
	width: 984px;
	position: relative;
	margin-bottom: 45px;
}

table.calendar caption { 
	height: 58px; 
	text-align: left; 
	padding-bottom: 0;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}

table.calendar a#nyear,
table.calendar a#pyear {
	display: none;
}

table.calendar #pmonth {
	display: inline-block;
	width: 37px;
	height: 36px;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	-webkit-transition: opacity linear .15s;
	-moz-transition: opacity linear .15s;
	-o-transition: opacity linear .15s;
	-ms-transition: opacity linear .15s;
	transition: opacity linear .15s;
}
table.calendar #nmonth {
	display: inline-block;
	width: 40px;
	height: 36px;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	-webkit-transition: opacity linear .15s;
	-moz-transition: opacity linear .15s;
	-o-transition: opacity linear .15s;
	-ms-transition: opacity linear .15s;
	transition: opacity linear .15s;
}

table.calendar #pmonth:hover,
table.calendar #nmonth:hover {
	opacity: .8
}

table.calendar a#pmonth {
	position: absolute;
	left: 12px;
	top: 12px;
} 

table.calendar a#nmonth {
	background-position: -38px 0;
	position: absolute;
	left: 49px;
	top: 12px;
}

table.calendar caption span.currentMonth {
	font-family: "adelle",serif;
	font-weight: 600;
	font-size: 23px;
	padding: 14px 0 0 105px; 
	display: inline-block;
}

table.calendar thead {
	height: 31px;
}

table.calendar th {
	font-family: "proxima nova",sans serif;
	font-weight: 600;
	font-size: 12px;
	height: 31px;
	line-height: 31px;
	text-align: center;
	text-transform: uppercase;
}

table.calendar td { 
	font-family: "adelle",serif;
	font-weight: 400;
	font-size: 12px;
	vertical-align: top; 
	text-align: right;
	height: 110px; 
}

table.calendar td span {
	font-family: "proxima nova",sans serif;
	font-weight: 400;
	position: relative;
	top: 5px;
	right: 8px;
}

table.calendar td ul {
    margin-top: 10px;
}

table.calendar td li {
	text-align: left;
	padding: 0 16px 10px 24px;
	line-height: 16px;
    list-style: none;
    position: relative;
}

table.calendar td li a {
	display: inline-block;
}

table.calendar td li span {
    display: block;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    top: 13px;
    left: -15px;
    margin-bottom: 0;
}

#list-view {
	display: none;
}

.month-wrap {
	width: 690px;
	margin-bottom: 5px;
}

.month-label {
	height: 41px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 26px;
}

.month-label dt {
	font-family: "adelle",serif;
	font-weight: 700;
	font-size: 20px;
	line-height: 41px; 
	text-align: center;
}

#list-view .day {
	display: inline-block;
	position: absolute;
	width: 40px;
	height: 40px;
	text-align: center;
	vertical-align: top;
	font-family: "adelle",serif;
	font-weight: 700;
	font-size: 30px;
}

#list-view .title,
#list-view .time-row {
	padding-left: 70px;
}

#list-view .time-row {
	display: inline-block;
	margin: 1px 0 32px 0;
}

#list-view .time,
#list-view .category,
#list-view .pipebar,
.day-time {
	font-family: "adelle",serif;
	font-weight: 400;
	font-size: 14px;
	display: inline;
}

#list-view .title,
.day-title {
	font-family: "adelle",serif;
	font-weight: 400;
	font-size: 19px;
	line-height: 28px;
}

#list-view .pipebar {
	padding: 0 5px;
}

.day-event {
	margin-bottom: 24px;
}

#event-categories {
    width: 253px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    position: absolute;
    top: 107px;
    right: 0;
    font-family: "adelle",serif;
    padding-bottom: 12px;
}

#event-categories h3 {
    font-size: 19px;
    padding: 25px 25px 10px 25px;
}

#event-categories p {
    font-size: 14px;
    padding: 0 20px 25px 25px;
}

#event-categories li {
    list-style: none;
    font-size: 13px;
    font-weight: 700;
    padding: 0 0 10px 25px;
}

.event-title {
	font-family: 'Proxima Nova', sans-serif;
	font-weight: 700;
	font-size: 33px;
	text-transform: uppercase;
	width: 652px;
	min-height: 54px;
	color: #363636;
}

.event-back-btn {
	display: block;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	width: 171px;
	height: 45px;
	position: absolute;
	top: 0;
	right: 0;
	-webkit-transition: opacity linear .15s;
	-moz-transition: opacity linear .15s;
	-o-transition: opacity linear .15s;
	-ms-transition: opacity linear .15s;
	transition: opacity linear .15s;
}

.event-back-btn:hover {
	opacity: .8;
}

.event-left {
	width: 616px;
}

.event-meta {
	font-family: "adelle",serif;
	font-weight: 400;
	font-size: 16px;
	list-style: none;
	line-height: 26px;
	margin-bottom: 20px;
}

.event-bold {
	font-weight: 600;
	padding-right: 4px;
}

.event-meta .pipebar {
	padding-right: 6px;
}

.event-right {
	width: 330px;
	position: absolute;
	top: 104px;
	right: 0;
}

.google-map iframe {
	border: 1px solid #dbd9d3;
}

.event-map-btn {
	display: block;
	width: 330px;
	height: 44px;
	margin: 5px 0 0 -2px;
	-webkit-transition: opacity linear .15s;
	-moz-transition: opacity linear .15s;
	-o-transition: opacity linear .15s;
	-ms-transition: opacity linear .15s;
	transition: opacity linear .15s;
}

.event-map-btn:hover {
	opacity: .8;
}

.cal-widget {
    position: relative;
    top: 0;
}

.category-btn {
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    width: 202px;
    height: 34px;
    position: absolute;
    top: 12px;
    right: 18px;
    z-index: 10;
    -webkit-transition: opacity linear .15s;
    -moz-transition: opacity linear .15s;
    -o-transition: opacity linear .15s;
    -ms-transition: opacity linear .15s;
    transition: opacity linear .15s;
    cursor: pointer;
}

.category-box {
    display: none;
    position: absolute;
    top: 56px;
    right: 19px;
    width: 600px;
    z-index: 10;
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 2px 10px #999;
    box-shadow: 0px 2px 10px #999;
}

.category-triangle {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 6px solid #fff;
    position: absolute;
    top: -6px;
    left: 85%;
}

.category-box p {
    font-family: "adelle",serif;
    font-weight: 400;
    font-size: 15px;
    padding: 25px 0 30px 30px;
}

.category-box ul {
    font-family: "adelle",serif;
    font-weight: 400;
    font-size: 13px;
    padding: 0 0 20px 30px;
}

.category-box li {
    display: inline-block;
    padding-bottom: 10px;
    width: 185px;
}

/*------------------------------------------------------------------------------
	Sermons View
------------------------------------------------------------------------------*/

.sermon-feed-btn {
    display: block;
    width: 214px;
    height: 49px;
    margin: 10px 0 20px 20px;
}

#sermon-switch {
    position: absolute;
    right: 0;
    top: 0px;
}

#sermon-switch li {
    display: inline-block;
}

#sermon-switch li a {
    display: block;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    -webkit-transition: opacity linear .15s;
    -moz-transition: opacity linear .15s;
    -o-transition: opacity linear .15s;
    -ms-transition: opacity linear .15s;
    transition: opacity linear .15s;
}

/*#sermon-switch.podcast li a {
	text-indent:0;
	font-family:"proxima-nova",Helvetica,Arial,sans-serif;
	font-size:14px;
	font-weight:bold;
	height:45px;
	line-height:43px;
	text-align:center;
	text-decoration:none;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	border-radius:4px;
	position:relative;
	overflow:visible;
}*/

/* Triangle down */
/*#sermon-switch.podcast li.current a:after {
	display:block;
	content:'';
	width:0;
	height:0;
	border-left:5px solid transparent;
	border-right:5px solid transparent;
	border-top:5px solid;
	position:absolute;
	bottom:-5px;
	left:50%;
	margin-left:-5px;
}*/

#sermon-switch li a:hover {
    opacity: .8;
}

#sermon-switch li.current a:hover {
    opacity: 1;
}

#series-tab a {
    width: 126px;
    height: 49px;
    margin-right: 2px;
}

#sermon-tab a {
    width: 154px;
    height: 49px;
}

#sermon-series {
    width: 715px;
}

#sermon-series a {
    -webkit-transition: opacity linear .15s;
    -moz-transition: opacity linear .15s;
    -o-transition: opacity linear .15s;
    -ms-transition: opacity linear .15s;
    transition: opacity linear .15s;
}

#sermon-series a img {
    margin: 0 33px 30px 0;
}

#sermon-series a:hover {
    opacity: .9;
}

.view,
#sermon-list {
    display: none;
}

.view.default {
	display:block;
}

.sermon {
    position: relative;
}

.sermon img {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    -webkit-transition: opacity linear .15s;
    -moz-transition: opacity linear .15s;
    -o-transition: opacity linear .15s;
    -ms-transition: opacity linear .15s;
    transition: opacity linear .15s;
}

.sermon img:hover {
    opacity: .8;
}

.sermon-data {
    font-family: "adelle",serif;
    font-weight: 400;
    font-size: 12px;
    margin: 0 0 0 122px;
    line-height: 23px;
    min-height: 68px;
    width: 462px;
}

.sermon-title {
    font-family: "adelle",serif;
    font-weight: 400;
    font-size: 19px;
    text-decoration: none !important;
    -webkit-transition: color linear .15s;
    -moz-transition: color linear .15s;
    -o-transition: color linear .15s;
    -ms-transition: color linear .15s;
    transition: color linear .15s;
}

.sermon .pipebar {
    padding: 0 3px 0 5px;
}

.sermon-line {
    width: 682px;
    height: 2px;
    margin: 23px 0 23px -122px;
}

.sermon-listen-btn {
    display: block;
    width: 88px;
    height: 52px;
    margin-top: 10px;
    position: absolute !important;
    margin-left: 595px;
}

.sermon-media a {
    padding: 0 12px 0 13px;
}

.sermon-media .watch {
    background-position: 0 2px;
    padding-left: 16px;
}

.sermon-media .watch:hover {
    background-position: 0 -18px;
}

.sermon-media .save {
    background-position: 0 -37px;
}

.sermon-media .save:hover {
    background-position: 0 -57px;
}

.sermon-media .notes {
    background-position: 0 -78px;
}

.sermon-media .notes:hover {
    background-position: 0 -98px;
}

.sermon-media .share {
    background-position: 0 -118px;
}

.sermon-media .share:hover {
    background-position: 0 -138px;
}

.sermon-page .sorting {
    padding-top: 10px;
}

#current-view .series-wrap img,
#ajax-view img {
    position: absolute;
}

#current-view .series-content,
#ajax-view .series-content {
    min-height: 153px;
    margin-left: 260px;
}

#current-view .series-content h2,
#ajax-view .series-content h2 {
    font-family: "adelle",serif;
    font-weight: 700;
    font-size: 25px;
    padding-bottom: 5px;
}

#current-view .series-content p,
#ajax-view .series-content p {
    font-family: "adelle",serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
}

#current-view .series-wrap .sermon-line,
#ajax-view .sermon-line {
    margin-left: 0px;
}

#current-view .sermon-listen-btn:hover,
#ajax-view .sermon-listen-btn:hover {
    background-position: 0 -53px;
}

/*------------------------------------------------------------------------------
	Search View
------------------------------------------------------------------------------*/

.search-box {
	display: none;
	position: relative;
	width: 358px;
	height: 73px;
	top: -20px;
	float: right;
	padding-right: 5px;
	margin-right: -40px;
}

#search .search-input {
    position: absolute;
    left: 16px;
    top: 15px;
    width: 230px;
    height: 37px;
    border: none;
    outline: none;
    margin: 0;
    font-family: "adelle",serif;
    font-size: 14px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
}

#search .search-submit {
    text-indent: -300px;
    position: absolute;
    left: 270px;
    top: 15px;
    border: none;
    border-right: none;
    border-bottom: none;
    padding: 0;
    width: 65px;
    height: 36px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
}

#search .search-submit:hover {
    background-position: 0 -36px;
}

.search-instance {
    margin-bottom: 30px;
}

.search-results-view .right h3 {
    font-family: "adelle",serif;
    font-weight: 400;
    font-size: 19px;
    line-height: 30px;
}

.search-instance p {
    font-family: "adelle",serif;
    font-size: 15px;
    line-height: 25px;
}

/*------------------------------------------------------------------------------
	Sorting Selectors
------------------------------------------------------------------------------*/

.sorting {
	width: 254px;
	border-radius: 5px;
	margin: 8px 0 25px 0;
	font-family: "proxima nova",sans serif;
}

.sorting h4 {
	display: block;
	font-weight: 400;
	font-size: 16px;
	font-family: "adelle",serif;
	padding: 24px 0;
	text-transform: uppercase;
	text-align: center;
}

.sorting span.select {
	position: relative;
	display: block;
	padding: 1px 0 7px 10px;
	width: 214px;
	height: 31px;
	margin: 0 0 0 20px;
	font-size: 14px;
	font-weight: 400;
	overflow: hidden;
	line-height: 28px;
}

.sorting .select select {
	opacity: 0;
	width: 99%;
	min-height: 31px;
	position: absolute;
	top: 0;
	left: 0;
}

/*------------------------------------------------------------------------------
	Pagination
------------------------------------------------------------------------------*/

#pagination {
	text-align: center;
}

#pagination a {
	display: inline-block;
	line-height: 29px;
	width: 29px;
	height: 30px;
	font-family: "adelle",serif;
	font-weight: 700;
	font-size: 14px;
	margin: 0 5px -11px 0;
	text-decoration: none;
}

#pagination .previous,
#pagination .next {
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}

#pagination a:hover {
	opacity: .8;
	font-weight: 900;
}

#pagination .previous {
	background-position: 0 0;
}

#pagination .next {
	background-position: -29px 0;
}

#pagination .current {
	background-position: -87px 0;
}

.blog-index #pagination a {
	margin: 0 5px 20px 0;
}

/*------------------------------------------------------------------------------
	Footer
------------------------------------------------------------------------------*/

.foot-wrap {
	width: 1140px;
	margin-left: auto;
	margin-right: auto;
}

.site-author {
	float: right;
	text-align: right;
	padding-right: 80px;	
	padding-top: 28px;
	padding-bottom: 30px;
	font-family: "adelle",serif;
	font-weight: 400;
	font-size: 13px;
	line-height: 24px;
}

.site-author a {
	text-decoration: none;
	-webkit-transition: all linear .1s;
	-moz-transition: all linear .1s;
	-o-transition: all linear .1s;
	-ms-transition: all linear .1s;
	transition: all linear .1s;
}

.churchinfo {
	width: 400px;
	float: left;
	padding-left: 80px;
	padding-top: 28px;
}

.churchinfo li {
	list-style-type: none;
	color: #848381;
	font-family: "adelle",serif;
	font-size: 13px;
	line-height: 24px;
}

.churchinfo li a {
	text-decoration: none;
	-webkit-transition: all linear .1s;
	-moz-transition: all linear .1s;
	-o-transition: all linear .1s;
	-ms-transition: all linear .1s;
	transition: all linear .1s;
}

.foot-fill {
	height: 40px;
}

/*------------------------------------------------------------------------------
	Reftagger
------------------------------------------------------------------------------*/

.lbsTooltipHeader {
    font-family: "proxima-nova",sans-serif;
}

.lbsTooltipFooter a:link, .lbsTooltipFooter a:visited, .lbsTooltipFooter a:hover {
    font-family: "proxima-nova",sans-serif;
}

.lbsTooltip {
	background:#fff;
	border: none;
}

/*------------------------------------------------------------------------------
	Maintenance & Updates
------------------------------------------------------------------------------*/

/* html5 video player - 12.29.2015 - BDO */
.videoinner.left-align {
	float:left;
	margin-right:10px;
}

.videoinner.right-align {
	float:right;
	margin-left:10px;
}

.videoinner.center-align .video-js {
	margin:0 auto;
	text-align:left;
}

.right [data-width="100"] .vjs-current-time {
	margin-top:2px;
	margin-left:15px;
}

.right [data-width="100"] .vjs-progress-control {
	left:105px;
	width:55%;
}

.right [data-width="100"] .vjs-duration-display {
	margin-top:2px;
	right:174px;
}