/* Home Page Scrolling Featured Listing Box Height */
.scrollBox {
	height: 313px; overflow-y: hidden; overflow-x: hidden
}

.alert-padding {
    padding-top: 30px; text-align: center;
}
.alert-account-msgbox {
    text-align: center;
}
.alert-resize {
    margin: 0px 50px 0px 50px;
}
.icon-links {
	cursor: pointer; cursor: hand;
}
.icon-links:hover {
	color: #3da88e;
}
.icon-gray {
	color: #777777;
	padding: 10px 10px 10px 0px;
}
.user-page #wrapper,#content {
	min-height: 550px;
}

.min-height #wrapper #main .container {
	min-height: 750px;
}
/** Not so New for Sermon Index **/
ul.index-sermons-list li .type.semi-new:after { content: "New"; text-indent: 0; text-transform: uppercase; position: absolute; font-style: italic; color: #e21f14; top: 40px; left: 50%; margin-left: -14px; font-weight: 700; font-size: 11px; padding: 0px 5px; height: 16px; line-height: 16px; border-radius: 3px;  }

/*Pagination Alpha*/
.pagination-wrap-alpha { text-align: center; margin: 25px 0 -28px 0; clear: both; }
.pagination-wrap-alpha .pagination { border: none; margin: 0; }
.pagination-wrap-alpha .pagination > li > a,
.pagination-wrap-alpha .pagination > li > span { border: none; color: #747474; border-radius: 3px; margin: 0; padding: 6px 11px; }
.pagination-wrap-alpha .pagination > li > a.active { background: #3DA88E; font-weight: bold; color: #fff; }

/** Book Play Button Color **/
.button-playing {
	color: #3da88e;
}

/*---------------------------------------------------*
 * Theme Styled Action Button                        *
 * ------------------------------------------------- */
.btn-av {
	color: #FFFFFF;
	background-color: #3DA88E;
	border-color: #cccccc;
}

.btn-av:hover,
.btn-av:focus,
.btn-av:active,
.btn-av.active,
.open .dropdown-toggle.btn-av {
	color: #FFFFFF;
	background-color: #6EC4AE;
	border-color: #cccccc;
}

.btn-av:active,
.btn-av.active,
.open .dropdown-toggle.btn-av {
	background-image: none;
}

.btn-av.disabled,
.btn-av[disabled],
fieldset[disabled] .btn-av,
.btn-av.disabled:hover,
.btn-av[disabled]:hover,
fieldset[disabled] .btn-av:hover,
.btn-av.disabled:focus,
.btn-av[disabled]:focus,
fieldset[disabled] .btn-av:focus,
.btn-av.disabled:active,
.btn-av[disabled]:active,
fieldset[disabled] .btn-av:active,
.btn-av.disabled.active,
.btn-av[disabled].active,
fieldset[disabled] .btn-av.active {
	background-color: #3DA88E;
	border-color: #cccccc;
}

.btn-av .badge {
	color: #3DA88E;
	background-color: #FFFFFF;
}

/* User Data Table Style */
#userTable tbody tr td:first-child + td {
	width: 95%;
}
/*
 * Playlists Styles
 */
.subTitle {
	font-size: smaller;
}
/*Other sermons in this series*/
#content #history { margin-bottom: 0; }
#content #history a { display: block; overflow: hidden; border-radius: 5px; }

#content #history ul { margin: 0 -10px; padding: 0; }
#content #history li {  overflow: hidden; }
#content #history li .details { overflow: hidden; }
#content #history li h4 { font-size: 14px;line-height: 1.2em; font-weight: 600; margin: 2px 0 0 0; }
#content #history li img { float: left; width: 40px; border-radius: 50%; margin-right: 10px; margin-left: 2px; }
#content #history li p { font-size: 12px; line-height: 1.5em; color: #747474; margin: 0; }
#content #history li .duration { border-left: 1px solid #aaa; margin-left: 6px; padding-left: 5px; }
/* history row checkbox alignment */
.table tr td input {
    margin-top: 15px; margin-right: 10px;
}

/** AD Extended Styles **/
.ad-wide { background: #FFF; padding: 15px; border-bottom: 1px solid #eeeeee;}
.ad-wide-content { background: #FFF; padding-top: 40px;}
.ad-wide img, .ad-wide-content img { display: block; margin: 0 auto;  max-width: 100%; height: auto; width: auto\9; /* ie8 */ }

/** Search Side Filter **/
#subfilter { border: none !important; }
#subfilter h3 { margin-top: 15px;}
#subfilter ul { }
#subfilter ul li { margin-bottom: 10px; position: relative; margin-top: -5px}
#subfilter ul li .topic-title { display: block; line-height: 1.0em; font-size:13px;/*font-weight: 600;*/ /*color: #242426;*/ float: left;}
#subfilter ul li .topic-count { position: absolute; right: 0; top: 2px; background: #cacaca; color: #fff; font-size: 11px; float: right; width: 28px; border-radius: 30px; text-align: center; font-weight: 600; line-height: 1.7em;
	-webkit-transition: all 0.218s;
	-moz-transition: all 0.218s;
	-ms-transition: all 0.218s;
	-o-transition: all 0.218s;
	transition: all 0.218s; }
#subfilter ul li a { display: block; padding: 3px 36px 3px 0; overflow: hidden; }
#subfilter ul li a:hover .topic-count { background: #3DA88E; color: #fff; }
.filterLabel {
	font-size: 16px;
	font-weight: bold;
	line-height: 2.5em;
}
.searchStats {
	padding-top: 10px;
	line-height: 1.2em;
}
.nothingFound {
	margin-top: 10px;
}
.search-terms {
	font-weight: bold;
	color: #3da88e;
}

/* TOOL TIP WIDTH ADJUST */
.tooltip-inner {
	/*width: 350px;*/
	/* If max-width does not work, try using width instead */
	width: 120px;
}
/*New to AudioVerse Overwritten from main style.css*/
.new-to-av { background: #3DA88E; color: #fff; text-align: center; }
.new-to-av a { color: #fff; font-size: 23px; font-weight: 100; line-height: 1.1em; display: block; padding: 23px; background: #3DA88E; }
.new-to-av a:hover { background: #008bce; }
.new-to-av a:after { content: ""; width: 88px; height: 46px; position: absolute; margin: -20px 0 0 10px; background: url(../images/template/graphic-arrow.png) right bottom no-repeat; background-size: 80px 38px; }

@media only screen and (max-width: 768px) {
	.new-to-av a { color: #fff; font-size: 22px; font-weight: 100; line-height: 1.1em; display: block; padding: 22px; background: #3DA88E; }
}
@media only screen and (max-width: 600px) {
	.new-to-av a { color: #fff; font-size: 20px; font-weight: 100; line-height: 1.1em; display: block; padding: 20px; background: #3DA88E; }
}
@media only screen and (max-width: 480px) {
	.new-to-av a { color: #fff; font-size: 18px; font-weight: 100; line-height: 1.1em; display: block; padding: 18px; background: #3DA88E; }
}

/* Slick Slideshow*/
.feature-slideshow { background: #313132; color: #fff; height: 100%; }
.slides {
	position: relative; cursor: pointer;
}
.slide-overlay {
	position: absolute; top:0; left: 0; display: block; background: rgba(0, 0, 0, .65); width: 100%; height:100%;
}
.slide-text {
	display: none;
	background: #000; background: rgba(0,0,0,0.8);
	text-align: left;
	color: #fff;
	left: 0; bottom: 7%;
	position: absolute;
	width: 100%;
	padding: 10px 20px 10px 20px;
}
.slide-text h2 { font-size: 21px; color: #fff; margin: 0;}
.slide-text p { font-size: 14px; line-height: 1.4em; margin: 7px 0 0 0;}
@media only screen and (max-width: 768px) {
	.slide-text h2 { font-size: 20px; color: #fff; margin: 0;}
	.slide-text p { font-size: 13px; line-height: 1.4em; margin: 7px 0 0 0;}
}
@media only screen and (max-width: 600px) {
	.slide-text h2 { font-size: 19px; color: #fff; margin: 0;}
	.slide-text p { font-size: 12px; line-height: 1.4em; margin: 7px 0 0 0;}
}
@media only screen and (max-width: 480px) {
	.slide-text h2 { font-size: 15px; color: #fff; margin: 0;}
	.slide-text p { font-size: 11px; line-height: 1.0em; margin: 2px 0 0 0;}
}

/* Blog */
#content .featured-image { display: block; max-width: 100%; margin-bottom: 2em; }
#content .post-meta { display: block; margin-top: 5px; font-style: italic; margin-bottom: 2em; }
#content .post-content h1 { font-size: 30px; }
#content .post-content h1 strong { font-weight: 400; }

.ui-sortable-helper  {

}
.ui-sortable-helper #history { margin-bottom: 0;background: rgba(0,0,0,0.1);
	border: 1px #ccc solid;}
.ui-sortable-helper #history a { display: block; overflow: hidden; border-radius: 5px; }
.ui-sortable-helper #history ul { margin: 0; padding: 0; }
.ui-sortable-helper #history li {  overflow: hidden; }
.ui-sortable-helper #history li .details { overflow: hidden; }
.ui-sortable-helper #history li h4 { font-size: 14px;line-height: 1.2em; font-weight: 600; margin: 2px 0 0 0; }
.ui-sortable-helper #history li img { float: left; width: 40px; border-radius: 50%; margin-right: 10px; margin-left: 2px; }
.ui-sortable-helper #history li p { font-size: 12px; line-height: 1.5em; color: #747474; margin: 0; }
.ui-sortable-helper #history li .duration { border-left: 1px solid #aaa; margin-left: 6px; padding-left: 5px; }

/* RSS Icon Color */
.pod-rss {
	color: #e21f14;
	font-size: 50px;
}
/* Twitter Typeahead */
/* all */
::-webkit-input-placeholder { font-style:italic; }
::-moz-placeholder { font-style:italic; } /* firefox 19+ */
:-ms-input-placeholder { font-style:italic; } /* ie */
input:-moz-placeholder { font-style:italic; }

.twitter-typeahead {
	width: 100%;
}
.tt-dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 20px 20px 0px 20px;
	margin: 0;
	list-style: none;
	font-size: 14px;
	color: #aaa;
	text-align: left;
	background-color: #242426;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	background-clip: padding-box;
	cursor: pointer;
}
.tt-suggestion > p {
	display: block;
	clear: both;
	font-weight: normal;
	line-height: 1.8;
	color: #aaaaaa;
	white-space: nowrap;
}

sup {
	font-weight: bolder;
	color: #5e5e5e;
}
