
/*
* Wise Church Theme CSS
*
*/

/* Search Box */
.search-form-wrapper {
	background-color: rgba(255, 255, 255, .95);
	border: none;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1000000000000;
	border-bottom: 18px solid #555;
}

.search-top-close:before {
	font-family: "Fontawesome";
	content: "";
	font-size: 30px;
	color: #808080;
	cursor: pointer;
}

.search-top-close {
	position: absolute;
	display: block;
	right: 40px;
	top: 20px;
	z-index: 1;
	cursor: pointer;
}

.search-form-top {
	width: 100%;
	padding: 18px 22px;
	margin: 0;
	display: block;
	position: absolute;
	top: 35%;
}

.search-form-top input[type="search"] {
	padding: 20px 10%;
	border: none;
	font-size: 40px;
	text-align: center;
	background: transparent;
}

/* Responsive search-top */
@media screen and (max-width: 970px) and (min-width: 561px) {
	.search-form-top input[type="search"] {
		font-size: 30px;
	}
	
	.search-top-close:before {
		font-size: 20px;
	}
}

@media screen and (min-width: 419px) and (max-width: 560px) {
	.search-form-top input[type="search"] {
		font-size: 20px;
	}
	
	.search-top-close:before {
		font-size: 20px;
	}
}

@media screen and (max-width: 420px) {
	.search-form-top input[type="search"] {
		font-size: 15px;
	}
	
	.search-top-close:before {
		font-size: 20px;
	}
}

.welcome-message-outer {
	display: block;
	position: relative;
	width: 100%;
	margin: 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.logo-message {
	font-size: 80px;
	border: 4px solid #fff;
	padding: 0 20px;
}

.welcome-message {
	margin: 0 auto;
	width: 1110px;
	padding: 3em 3em 2em;
	text-align: center;
	height: auto;
	z-index: 1;
	position: relative;
}

.welcome-message-down {
	margin: 0 auto;
	width: 1110px;
	padding: 3em;
	text-align: center;
	height: auto;
}

.welcome-message, .welcome-message-down {
	color: #fff;
}

.welcome-message h1, .welcome-message-down h1 {
	font-size: 38px;
	color: #fff;
}

.welcome-message p, .welcome-message-down p {
	font-size: 30px;
}

.welcome-message a, .welcome-message-down a {
	text-decoration: none;
}

.entry-content .down-message, .down-message {
	color: #fff;
	font-size: 38px;
	display: block;
	margin-top: 20px;
}

.trip-wrapper {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
	background: #fff;
}

.trip-outer {
	position: relative;
	display: block;
}

.trip-outer-desc {
	position: relative;
	display: block;
}

.triple-description {
	width: 1110px;
	margin: 0 auto;
	position: relative;
	display: table;
	text-align: center;
	box-sizing: border-box;
	z-index: 1;
}

.triple-description .font-icon img {
	margin: 0 auto;
}

.triple-description h2 {
	text-transform: uppercase;
	font-size: 20px;
	margin: 0;
}

.triple-description p {
	font-size: 16px;
	color: #555;
	text-transform: none;
	display: block;
	margin: 1em 0;
}

.font-icon {
	font-size: 70px;
	margin: 0 auto;
}

.tri-description {
	float: left;
	width: 33%;
	padding: 40px;
	margin-bottom: 40px;
	box-sizing: border-box;
}

.border-description {
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
}

/* Activate and deactivate posts in cover page */
.deactivate {
	display: none !important;
}

.activate {
	display: block !important;
}

/* Carousel Cover Contents */
.site-content-area {
	width: 100%;
	border-top: 1px solid #ddd;
}

.content-layout-wrapper {
	width: 100%;
	display: block;
	position: relative;
}

#wise-featured-carousel {
	display: block;
	position: relative;
	z-index: 1;
}

.feat-wrap {
	padding-top: 0;
}

.wise-transparent {
	opacity: .9 !important;
}

.content-layout {
	width: 1110px;
	height: auto;
	margin: 0 auto;
	padding: 40px 20px;
	position: relative;
	display: block;
}

.carousel-title, h1.carousel-title {
	margin: 0 auto;
	text-align: center;
	padding-bottom: 20px;
	text-transform: uppercase;
}

.entry-content-watch h1.carousel-title {
	padding-bottom: 0;
	padding-top: 20px;
}

.feat-index-divider-carousel-cover {
	width: 100%;
	height: auto;
	position: relative;
	display: flex;
}

.feat-home-index-thumb-cover {
	width: 60%;
	float: left;
}

.feat-home-index-thumb-cover img {
	width: 100%;
	height: auto;
}

.feat-title-content-index-carousel-cover {
	width: 40%;
	float: right;
	padding: 20px 20px 0;
	margin-left: -1px;
	background: #fff;
	border: 1px solid #ddd;
	border: 9px solid #000;
}

.titles-cover {
	line-height: 2.7em;
	padding-bottom: .5em;
	border-bottom: 7px solid #00c05f;
}

.titles-cover h1 a {
	font-size: 28px;
	color: #434343;
	text-transform: uppercase;
}

@media screen and (max-width: 970px) {
	.titles-cover h1 a {
		font-size: 26px;
	}
}

.titles-cover h1 a:hover {
	text-decoration: none;
	color: #00c05f;
}

.read-more-cover {
	font-weight: bold;
	position: relative;
	display: block;
	margin-bottom: 20px;
	float: right;
}

/* Quotation */
.quotation-one-outer {
	border-top: 5px solid #ddd;
	display: table;
	z-index: 1;
	position: relative;
	background: #fff;
	clear: both;
	width: 100%;
}

.quotation-wrapper {
	width: 1110px;
	margin: 0 auto;
	text-align: center;
	display: table;
	padding: 20px;
	position: relative;
}

.quotation-one {
	width: 33.33%;
	padding: 20px 30px;
	text-align: center;
	float: left;
	display: block;
	position: relative;
}

.quotation-one blockquote {
	padding: 0;
}

.quotation-one blockquote p:before {
	color: #ccc;
}

.quotation-one p {
	font-size: 18px;
	margin-bottom: 0;
	margin-top: 0;
}

.quotation-one cite {
	font-size: 14px;
	text-transform: uppercase;
	margin-left: 0;
}

.sermon-filter-inner {
	width: 1110px;
	margin: 0 auto;
}

/* Index Single Page Responsiveness */
@media screen and (min-width: 964px) and (max-width: 1218px) {
	.welcome-message, .welcome-message-down {
		width: 100%;
	}
	
	.triple-description {
		width: 100%;
	}
	
	.content-layout {
		width: 100%;
	}
	
	.titles-cover h1 a {
		font-size: 24px;
	}
	
	.titles-cover {
		line-height: 2em;
	}
	
	.feat-title-content-index-carousel-cover {
		padding: 15px 20px 0;
	}
	
	button.read-more-cover {
		margin-top: -1.8em;
		font-size: 12px;
		padding: 8px 11px;
	}
	
	.quotation-wrapper {
		width: 100%;
	}
	
	.quotation-one {
		width: 33.33%;
	}
	
	.quotation-one p {
		font-size: 18px;
	}
	
	.quotation-one cite {
		font-size: 14px;
	}
	
	.ctc-home-tab {
		width: 100%;
	}
	
	.sermon-filter-inner {
		width: 100%;
	}
}

@media screen and (min-width: 769px) and (max-width: 970px) {
	.tri-description {
		width: 100% !important;
		max-width: 420px !important;
		margin: 0 auto;
		float: none;
	}
}

@media screen and (max-width: 768px) {
	.tri-description {
		width: 100% !important;
		max-width: 420px !important;
		margin: 0 auto;
		float: none;
	}
}

@media screen and (min-width: 768px) and (max-width: 970px) {
	.welcome-message, .welcome-message-down {
		width: 768px;
	}
	
	.triple-description {
		width: 768px;
		display: table;
	}
	
	.content-layout {
		width: 768px;
	}
	
	.feat-index-divider-carousel-cover {
		display: table;
	}
	
	.feat-home-index-thumb-cover {
		width: 100%;
		display: inline-block;
	}
	
	.feat-title-content-index-carousel-cover {
		display: inline-block;
		width: 100%;
		padding-bottom: 4em;
		margin-left: -1px;
		background: #fff;
	}
	
	button.read-more-cover {
		bottom: 20px;
	}
	
	.tri-description {
		width: 100%;
	}
	
	.border-description {
		border-left: none;
		border-right: none;
	}
	
	.quotation-wrapper {
		width: 768px;
	}
	
	.quotation-one {
		width: 100%;
	}
	
	.quotation-one p {
		font-size: 18px;
	}
	
	.quotation-one cite {
		font-size: 14px;
	}
	
	/* Text */
	.welcome-message h1, .welcome-message-down h1 {
		font-size: 38px;
	}
	
	.welcome-message p, .welcome-message-down p {
		font-size: 32px;
	}
	
	.triple-description h2 {
		font-size: 20px;
	}
	
	.triple-description p {
		font-size: 16px;
	}
	
	.ctc-home-tab {
		width: 768px;
	}
	
	.sermon-filter-inner {
		width: 768px;
	}
}

@media screen and (min-width: 561px) and (max-width: 785px) {
	.welcome-message, .welcome-message-down {
		width: 100%;
	}
	
	.triple-description {
		width: 100%;
		display: table;
	}
	
	.tri-description {
		width: 100%;
	}
	
	.border-description {
		border-left: none;
		border-right: none;
	}
	
	.content-layout {
		width: 100%;
	}
	
	.feat-index-divider-carousel-cover {
		display: table;
	}
	
	.feat-home-index-thumb-cover {
		width: 100%;
		display: inline-block;
	}
	
	.feat-title-content-index-carousel-cover {
		display: inline-block;
		width: 100%;
		padding-bottom: 4em;
		margin-left: -1px;
		background: #fff;
	}
	
	button.read-more-cover {
		bottom: 20px;
	}
	
	.quotation-wrapper {
		width: 100%;
	}
	
	.quotation-one {
		width: 100%;
	}
	
	.quotation-one p {
		font-size: 18px;
	}
	
	.quotation-one cite {
		font-size: 14px;
	}
	
	/* Text */
	.logo-message {
		font-size: 74px;
	}
	
	.welcome-message h1, .welcome-message-down h1 {
		font-size: 34px;
	}
	
	.welcome-message p, .welcome-message-down p {
		font-size: 28px;
	}
	
	.triple-description h2 {
		font-size: 20px;
	}
	
	.triple-description p {
		font-size: 16px;
	}
	
	.ctc-home-tab-outer {
		padding: 0;
	}
	
	.ctc-home-tab {
		width: 100%;
	}
	
	.ctc-home-sermon {
		width: 100% !important;
		padding-right: 0 !important;
	}
	
	.ctc-home-events {
		width: 100% !important;
		margin-top: 40px;
		padding-left: 0 !important;
	}
	
	.sermon-filter-inner {
		width: 100%;
	}
}

@media screen and (min-width: 437px) and (max-width: 560px) {
	.welcome-message, .welcome-message-down {
		width: 420px;
	}
	
	.triple-description {
		width: 420px;
		display: table;
	}
	
	.tri-description {
		width: 420px;
	}
	
	.border-description {
		border-left: none;
		border-right: none;
	}
	
	.content-layout {
		width: 420px;
	}
	
	.feat-index-divider-carousel-cover {
		display: table;
	}
	
	.feat-home-index-thumb-cover {
		width: 100%;
		display: inline-block;
	}
	
	.feat-title-content-index-carousel-cover {
		display: inline-block;
		width: 100%;
		padding-bottom: 4em;
		margin-left: -1px;
		background: #fff;
	}
	
	button.read-more-cover {
		bottom: 20px;
		font-size: 13px;
	}
	
	.titles-cover h1 a {
		font-size: 24px;
		line-height: 1em;
	}
	
	.titles-cover {
		line-height: 2em;
	}
	
	.quotation-wrapper {
		width: 100%;
	}
	
	.quotation-one {
		width: 100%;
	}
	
	.quotation-one p {
		font-size: 18px;
	}
	
	.quotation-one cite {
		font-size: 14px;
	}
	
	/* Text */
	.logo-message {
		font-size: 68px;
	}
	
	.welcome-message h1, .welcome-message h1 {
		font-size: 32px;
	}
	
	.welcome-message p, .welcome-message-down p, .carousel-title {
		font-size: 26px;
	}
	
	.triple-description h2 {
		font-size: 20px;
	}
	
	.triple-description p {
		font-size: 16px;
	}
	
	.ctc-home-tab {
		width: 420px;
		padding: 0;
	}
	
	.ctc-home-sermon {
		width: 100% !important;
		padding-right: 0 !important;
	}
	
	.ctc-home-events {
		width: 100% !important;
		margin-top: 40px;
		padding-left: 0 !important;
	}
	
	.sermon-filter-inner {
		width: 420px;
	}
}

@media screen and (max-width: 436px) {
	.welcome-message, .welcome-message-down {
		width: 100%;
	}
	
	.triple-description {
		width: 100%;
		display: table;
	}
	
	.content-layout {
		width: 100%;
	}
	
	.feat-index-divider-carousel-cover {
		display: table;
	}
	
	.feat-home-index-thumb-cover {
		width: 100%;
		display: inline-block;
	}
	
	.feat-title-content-index-carousel-cover {
		display: inline-block;
		width: 100%;
		padding-bottom: 4em;
		margin-left: -1px;
		background: #fff;
	}
	
	button.read-more-cover {
		bottom: 20px;
		font-size: 13px;
	}
	
	.titles-cover h1 a {
		font-size: 24px;
		line-height: 1em;
	}
	
	.titles-cover {
		line-height: 2em;
	}
	
	.tri-description {
		width: 100%;
	}
	
	.border-description {
		border-left: none;
		border-right: none;
	}
	
	.quotation-wrapper {
		width: 100%;
	}
	
	.quotation-one {
		width: 100%;
	}
	
	.quotation-one p {
		font-size: 16px;
	}
	
	.quotation-one cite {
		font-size: 13px;
	}
	
	/* Text */
	.logo-message {
		font-size: 64px;
	}
	
	.welcome-message h1, .welcome-message-down h1 {
		font-size: 30px;
	}
	
	.welcome-message p, .welcome-message-down p, .carousel-title {
		font-size: 24px;
	}
	
	.triple-description h2 {
		font-size: 20px;
	}
	
	.triple-description p {
		font-size: 16px;
	}
	
	.ctc-home-tab-outer {
		padding: 0 20px;
	}
	
	.ctc-home-tab {
		width: 100%;
		padding: 0;
	}
	
	.ctc-home-sermon {
		width: 100% !important;
		padding-right: 0 !important;
	}
	
	.ctc-home-events {
		width: 100% !important;
		margin-top: 40px;
		padding-left: 0 !important;
	}
	
	.sermon-filter-inner {
		width: 100%;
	}
}

/* Sermon Manager */
span.wise-ctc-meta {
	display: inline-block;
	position: relative;
	margin-right: 10px;
}

span.ctc-date:before, span.ctc-preacher:before, span.ctc-topics:before, span.ctc-books:before, span.ctc-series:before, span.ctc-watch:before, span.ctc-listen:before, span.ctc-read:before, span.ctc-download:before, span.ctc-time:before, span.ctc-address:before, span.ctc-venue:before, span.ctc-event-category:before, span.ctc-event-recurrence:before, span.ctc-location:before, span.ctc-phone:before, span.ctc-message:before, span.ctc-site:before {
	padding-right: 5px;
}

.ctc-buts {
	color: #808080;
	position: relative;
	display: inline;
	font-size: 20px;
}

.ctc-buts a {
	color: #808080;
	text-decoration: none;
}

.ctc-buts a:hover {
	color: #000;
}

.ctc-buts span.ctc-watch:before, .ctc-buts span.ctc-listen:before, .ctc-buts span.ctc-read:before, .ctc-buts span.ctc-download:before {
	margin-right: 20px;
	-webkit-transition: all .7s ease-out 0s;
	-moz-transition: all .7s ease-out 0s;
	transition: all .7s ease-out 0s;
}

.ctc-buts span.ctc-watch:hover:before, .ctc-buts span.ctc-listen:hover:before, .ctc-buts span.ctc-read:hover:before, .ctc-buts span.ctc-download:hover:before {
	color: #000;
}

span.ctc-date:before {
	font-family: "Fontawesome";
	content: "";
}

span.ctc-preacher:before {
	font-family: "Fontawesome";
	content: "";
}

span.ctc-topics:before {
	font-family: "Fontawesome";
	content: "";
}

span.ctc-books:before {
	font-family: "Fontawesome";
	content: "";
}

span.ctc-series:before {
	font-family: "Fontawesome";
	content: "";
}

span.ctc-watch:before {
	font-family: "Fontawesome";
	content: "";
}

span.ctc-listen:before {
	font-family: "Fontawesome";
	content: "";
}

span.ctc-read:before {
	font-family: "Fontawesome";
	content: "";
}

span.ctc-download:before {
	font-family: "Fontawesome";
	content: "";
}

span.ctc-time:before {
	font-family: "Fontawesome";
	content: "";
}

span.ctc-address:before {
	font-family: "Fontawesome";
	content: "";
}

span.ctc-venue:before {
	font-family: "Fontawesome";
	content: "";
}

span.ctc-event-category:before {
	font-family: "Fontawesome";
	content: "";
}

span.ctc-event-recurrence:before {
	font-family: "Fontawesome";
	content: "";
}

span.ctc-location:before {
	font-family: "Fontawesome";
	content: "";
}

span.ctc-phone:before {
	font-family: "Fontawesome";
	content: "";
}

span.ctc-message:before {
	font-family: "Fontawesome";
	content: "";
}

span.ctc-site:before {
	font-family: "Fontawesome";
	content: "";
}

/* Single Featured Image */
.ctc-content-carousel {
	width: 100%;
	max-height: 500px !important;
}

.ctc-single-carousel-cover {
	width: 100%;
	max-height: 500px !important;
	position: relative;
	display: flex;
}

.ctc-single-cover {
	width: 100%;
	max-height: 500px !important;
	float: left;
	border: none;
}

.ctc-single-cover img {
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-o-transition: none !important;
	-ms-transition: none !important;
	transition: none !important;
	max-width: 100%;
}

.ctc-single-cover img {
	-webkit-transform: none !important;
	-moz-transform: none !important;
	-ms-transform: none !important;
	-o-transform: none !important;
	transform: none !important;
}

/* Single Title */
.ctc-single-title {
	color: #fff;
	text-transform: uppercase;
	font-size: 24px;
	text-align: justify;
	text-shadow: 0 3px 5px #000;
	cursor: auto;
}

@media screen and (min-width: 964px) {
	.ctc-single-title {
		font-size: 200%;
	}
}

.ctc-content-wrapper-defaults {
	margin-top: 0 !important;
}

.ctc-date-comments {
	margin-right: 20px;
}

span.ctc-arch {
	margin-right: 0 !important;
}

/* Google Map */
span.ctc-google-map img {
	border: 1px solid #eee;
}

/* Button Event */
a.ctc-direct {
	color: #555 !important;
	border: none !important;
	padding: 9px 10px !important;
	background: #fafafa;
}

a.ctc-direct:hover {
	color: #000 !important;
	border: none !important;
	background: #ddd;
}

.ctc-buts-direct {
	display: inline-block;
	padding-top: .5em;
	margin-top: .5em;
}

/* Profile Pic */
span.ctc-profile {
	position: absolute;
	bottom: 40px;
	left: 20px;
	z-index: 1;
}

span.ctc-profile img {
	max-width: 300px;
	border: 4px solid #ccc;
}

.ctc-single-area {
	max-width: 730px;
	margin: 0 auto !important;
}

@media screen and (max-width: 970px) {
	.ctc-single-area {
		width: 100%;
		margin: 0 auto !important;
	}
}

span.ctc-no-image {
	margin-top: 167px !important;
	display: block;
}

/* Home Tab */
.ctc-home-tab-outer {
	margin: 0 auto;
	display: flex;
	position: relative;
}

#wise-home-tab {
	display: block;
	position: relative;
	z-index: 1;
}

.ctc-home-tab {
	width: 1110px;
	display: block;
	position: relative;
	margin: 20px auto;
	padding: 40px 20px;
}

.ctc-home-sermon .ctc-home-tabs {
	padding-bottom: 26px !important;
}

.content-layout .ctc-home-sermon {
	width: 65%;
	float: left;
	display: block;
	position: relative;
	padding-right: 20px;
}

.content-layout .ctc-home-events .entry-content-index {
	margin-top: 1em;
}

.content-layout .ctc-home-events {
	width: 35%;
	float: left;
	display: block;
	position: relative;
	padding-left: 20px;
}

.col-2-2 {
	margin-top: 12px;
}

@media screen and (min-width: 786px) and (max-width: 970px) {
	.ctc-home-sermon {
		width: 100% !important;
		padding-right: 0 !important;
	}
	
	.ctc-home-events {
		width: 100% !important;
		margin-top: 40px;
		padding-left: 0 !important;
	}
	
	.col-2-1, .col-2-2 {
		width: 50%;
	}
	
	.col-2-2 {
		margin-top: 0;
		padding-left: 26px;
	}
}

@media screen and (min-width: 561px) and (max-width: 785px) {
	.col-2-1, .col-2-2 {
		width: 50%;
	}
	
	.col-2-2 {
		margin-top: 0;
		padding-left: 26px;
	}
}

@media screen and (max-width: 560px) {
	.zero .entry-title-index {
		padding-top: 0 !important;
	}
	
	.col-2-1 {
		border-bottom: none !important;
	}
}

.wise-tabs .tab-sermon .ctc-home-tabs > li, .wise-tabs .tab-sermon .ctc-sermon-tab > li {
	font-size: 16px;
	width: auto;
}

.wise-tabs .tab-sermon .ctc-sermon-tab > li {
	font-size: 15px;
	width: auto;
}

.ctc-home-map {
	width: 100%;
	display: block;
	position: relative;
	height: auto;
}

.ctc-home-map img {
	border-bottom: 7px solid #eee;
	margin: 0 auto;
}

span.ctc-home-map-info {
	position: absolute;
	top: 20%;
}

.ctc-more-sermons {
	float: right;
	display: block;
	position: relative;
	margin-top: 1em;
	border: none !important;
	background: #eee !important;
}

.ctc-more-sermons:hover, .ctc-home-button:hover {
	background: #ddd !important;
}

.entry-content .ctc-home-button, .ctc-home-button {
	color: #333232;
}

.ctc-home-button {
	display: table;
	margin: 0 auto;
	border: none !important;
	background: #f7f7f7 !important;
}

.ctc-more-home {
	display: block;
	margin: 0 auto;
	position: relative;
	text-align: center;
}

.ctc-button-event {
	width: 100%;
	display: block;
	text-align: center;
	font-size: 16px;
	font-size: 18px;
	color: #000;
	border: 5px solid #434343;
	padding: 9px 20px 7px;
	margin-top: 0;
	text-transform: uppercase;
}

.home-cat {
	text-align: center;
	font-size: 20px;
}

.more-event-home {
	margin-top: 2em !important;
}

span.ctc-num-date {
	font-size: 20px;
}

.ctc-alignleft-side {
	padding-right: 10px;
	margin-top: 0 !important;
	background: #00c05f;
	color: #fff;
	padding: .5em 1em;
	line-height: 1.6em;
	text-align: center;
}

@media screen and (max-width: 320px) {
	.ctc-alignleft-side {
		display: block !important;
	}
}

.ctc-num-year {
	display: block;
	background: #555;
	font-size: 12px;
	margin-bottom: -9px;
	margin-left: -15px;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: -15px;
	line-height: 1.5em;
}

/* Sermon Block Wrapper */
.wise-sermon-back {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.wise-home-sermon {
	z-index: 1;
	display: block;
	position: relative;
}

/* Map Bottom */
.ctc-location-bottom {
	display: table;
	margin: 0 auto 3em;
	width: 100%;
}

.ctc-map-bottom {
	width: 60%;
	display: table;
	float: left;
	padding-right: 10px;
}

.ctc-service-bottom {
	width: 40%;
	display: table;
	float: left;
	padding-left: 10px;
	padding-top: 2em;
	font-size: 15px;
	text-align: center;
}

.ctc-service-bottom span {
	float: left;
	display: block;
	position: relative;
}

.ctc-get-directions {
	display: table;
}

@media screen and (min-width: 964px) and (max-width: 1036px) {
	.ctc-location-bottom {
		display: table;
		margin: 0 auto 3em;
		width: 100%;
	}
}

@media screen and (max-width: 970px) {
	.ctc-location-bottom {
		display: table;
		margin: 0 auto 3em;
		width: 100%;
	}
	
	.ctc-map-bottom {
		width: 100%;
	}
	
	.ctc-service-bottom {
		width: 100%;
		text-align: center;
	}
	
	.ctc-data-locate {
		width: 100%;
	}
	
	.ctc-location-bottom a.ctc-bottom-direct {
		float: none !important;
		margin: 0 auto;
		width: auto;
		display: table;
	}
	
	.ctc-bottom-location .ctc-data-locate {
		padding-top: 20px;
	}
}

h1.ctc-home-carousel-cover a {
	background: #434343 !important;
	padding: 0 .5em;
}

h1.ctc-home-carousel-cover a:hover {
	background: #000 !important;
}

.ctc-bottom-location .ctc-data-locate {
	font-size: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}

span.ctc-data-locate {
	float: left;
	padding-right: 10px;
	display: block;
}

.ctc-bottom-location, .ctc-bottom-service, .ctc-bottom-phone {
	display: inline-block;
	position: relative;
	margin-bottom: 10px;
}

.ctc-service-bottom span.ctc-time:before, .ctc-service-bottom span.ctc-phone:before, .ctc-service-bottom span.ctc-message:before {
	font-size: 20px;
}

a.ctc-bottom-direct {
	display: table;
	position: relative;
	margin-top: 0;
	color: #555 !important;
	border: none !important;
	background: #f7f7f7 !important;
	margin: 0 auto;
}

a.ctc-bottom-direct:hover {
	background: #ddd !important;
}

a.ctc-map-open {
	margin: 20px auto;
	text-align: center;
	width: 100%;
	display: inline-block;
	text-decoration: none;
}

a.ctc-map-open:before {
	font-family: "Fontawesome";
	content: "";
	font-size: 30px;
	color: #a5a5a5;
}

/* Entry Grid Title*/
#cm_ministries .entry-title-index a, #cm_galleries .entry-title-index a {
	font-size: 20px;
}

#cm_ministries .title-content-index-grid, #cm_galleries .title-content-index-grid {
	text-align: center;
}

/* Sermon Filter */
.sermon-filter-outer {
	width: 100%;
	position: relative;
	display: table;
	background: #f7f7f7;
	border-bottom: 1px solid #eee;
	opacity: .95;
}

.wise-sermon-filter select {
	text-transform: uppercase;
	font-size: 95%;
	margin: 10px 0;
}

.wise-sermon-filter i.fa {
	font-size: 18px;
	padding-right: 10px;
}

.wise-sermon-filter {
	width: auto;
	margin: 0 auto;
	padding: 20px;
	display: table;
	position: relative;
}

.wise-sermon-filter input[type="submit"] {
	float: left;
	padding: 7.5px 20px;
	margin: 10px 0;
}

.selection-box {
	display: block;
	position: relative;
	float: left;
	padding-right: 20px;
}

@media screen and (max-width: 436px) {
	.wise-sermon-filter input[type="submit"], .wise-sermon-filter select, .selection-box {
		width: 100%;
		text-align: center;
	}
	
	.selection-box {
		padding-right: 0;
	}
}

.zero img {
	border: none;
}

/* Wise Person */
.wise-profile {
	margin: 0 0 0 340px;
}

@media screen and (max-width: 962px) {
	.wise-profile {
		margin: 0;
	}
}

.profile-index-thumb {
	display: block;
	position: relative;
}

.profile-index-thumb img {
	border: 9px solid #333232;
}

.profile-details, .profile-details a {
	text-align: center;
	padding-bottom: 2em;
}

.profile-single {
	display: table !important;
	margin: 0 auto;
	margin-right: auto !important;
	text-align: center;
	font-size: 14px;
	text-transform: uppercase;
	color: #777;
}

.profile-single a {
	color: #777;
}

@media screen and (min-width: 680px) and (max-width: 962px) {
	.profile-details {
		padding-top: 4em;
	}
}

.wise-no-thumb {
	width: 100%;
}

/* Upper Header */
a.upper-donate {
	padding: 1px 5px;
	font-size: 14px;
	margin-left: 10px;
	margin-top: -6px;
	border: 3px solid #555;
	background: transparent;
	float: right;
	display: block;
	position: relative;
}

a.upper-donate:hover {
	color: #333232;
}

/* Live Streaming */
.watch-live-tabs {
	max-width: 730px;
	margin: 0 auto;
}

.ctc-live {
	border: 10px solid #555;
	background: #555;
	max-width: 730px;
	width: 100%;
}

.count-time {
	display: block;
	position: relative;
	background: #555;
	padding: 20px;
	color: #fff;
	width: 100%;
	text-align: center;
	margin-top: 0;
}

.count-time h6 {
	color: #ddd;
	text-transform: uppercase;
}

.entry-content-watch {
	margin-bottom: 0;
}

/* Plugins */

/* Screets Chat Plugin */

/* v.2.2.2+ */
div#schat-widget .schat-chat-btn, div#schat-widget .schat-popup {
	font-size: 15px !important;
}

div#schat-widget .schat-chat-btn {
	border-radius: 0 !important;
}

div#schat-widget .schat-chat-btn, div#schat-widget .schat-popup {
	right: 51px !important;
	bottom: 8px !important;
}

div#schat-widget .schat-chat-btn, div#schat-widget .schat-popup .schat-header {
	color: #fff;
	background-color: #555 !important;
}

#schat-widget .schat-chat-btn {
	height: 43px !important;
	padding: 0 20px !important;
}

#schat-widget .schat-chat-btn .schat-title {
	line-height: 42px !important;
	text-transform: uppercase;
}

#schat-widget .schat-chat-btn .schat-ico-r:before {
	position: absolute;
	top: 0;
	right: 12px;
	height: 43px !important;
	line-height: 45px !important;
	display: none;
}

#schat-widget .schat-chat-btn .schat-ico-l:before {
	height: 43px !important;
	line-height: 43px !important;
}

#schat-widget .schat-chat-btn._schat-init .schat-ico-r, #schat-widget .schat-chat-btn._schat-open .schat-ico-l {
	font-size: 16px !important;
	margin-right: -8px !important;
}

/* Offline Messages */
#schat-widget .schat-popup .schat-header {
	font-size: 15px !important;
}

div#schat-widget .schat-popup {
	border-radius: 0 !important;
}

#schat-widget .schat-title {
	text-transform: uppercase !important;
}

#schat-widget .schat-popup .schat-header {
	height: 43px !important;
	line-height: 42px !important;
}

#schat-widget .schat-popup .schat-header .schat-ico-r:before {
	height: 43px !important;
	line-height: 45px !important;
	display: none;
}

[class^="schat-ico-"]:before, [class*=" schat-ico-"]:before {
	vertical-align: -1.5px;
}

div#schat-widget .schat-popup .schat-content {
	padding: 20px;
	border-radius: 0 !important;
	border-color: #fff !important;
}

/* Fields */
div#schat-widget input[type="email"], div#schat-widget input[type="number"], div#schat-widget input[type="search"], div#schat-widget input[type="text"], div#schat-widget input[type="tel"], div#schat-widget input[type="url"], div#schat-widget input[type="password"], div#schat-widget textarea, div#schat-widget select {
	border-radius: 0 !important;
}

/* Buttons */
div#schat-widget .schat-button {
	color: #fff !important;
	background-color: #555 !important;
	border-radius: 0 !important;
	border: 0 !important;
	font-size: 14px !important;
	font-weight: bold !important;
	text-transform: uppercase;
	height: 37px !important;
	line-height: 36px !important;
	width: 100%;
}

#schat-widget i.schat-ico-send {
	display: none !important;
}

div#schat-widget .schat-button.schat-primary:hover {
	color: #fff !important;
	background-color: #00c05f !important;
	border-color: none !important;
}

div#schat-widget .schat-popup a.schat-button:hover {
	background: #00c05f !important;
}

/* Online */
#schat-widget .schat-popup-online textarea.schat-reply {
	font-size: 15px !important;
}

/* Text */
div#schat-widget .schat-links a {
	color: #555 !important;
}

div#schat-widget .schat-links a.schat-send {
	color: #fff !important;
}

div#schat-widget .schat-links a:hover {
	color: #00c05f !important;
}

/* version 2.8+ */
.lcx .lcx-starter {
	bottom: 8px;
	right: 51px;
	width: 50px;
	height: 43px;
	line-height: 28px;
	background-color: #555;
	border-radius: 0;
	box-shadow: none;
}

.lcx.lcx--open .lcx-starter {
	width: 50px;
}

.lcx .lcx-starter .lcx-starter-px {
	position: relative;
	top: 10px;
	left: 0;
	width: 20px;
}

.lcx .lcx-starter .lcx-starter-px:hover {
	color: transparent;
}

/* Flip Clock JS */
.live-time {
	display: table !important;
	position: relative;
	width: auto !important;
	padding: 20px;
}

.entry-content .live-name, .live-name {
	font-size: 20px;
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 20px;
}

.live-desk-outer {
	padding-left: 20px;
	padding-right: 20px;
	display: block;
	position: relative;
	width: 100%;
	clear: both;
}

.live-padding-top {
	padding-top: 40px;
}

.live-padding-bottom {
	padding-bottom: 40px;
}

.live-desk {
	width: 100% !important;
	box-sizing: border-box;
	display: block;
	position: relative;
	z-index: 1;
}

@media screen and (min-width: 561px) and (max-width: 618px) {
	.live-time {
		zoom: .9;
		transform: scale(.9);
		-ms-transform: scale(.9);
		-webkit-transform: scale(.9);
		-o-transform: scale(.9);
		-moz-transform: scale(.9);
	}
}

@media screen and (min-width: 451px) and (max-width: 560px) {
	.live-time {
		zoom: .8;
		transform: scale(.8);
		-ms-transform: scale(.8);
		-webkit-transform: scale(.8);
		-o-transform: scale(.8);
		-moz-transform: scale(.8);
	}
}

@media screen and (min-width: 391px) and (max-width: 450px) {
	.live-time {
		zoom: .6;
		transform: scale(.6);
		-ms-transform: scale(.6);
		-webkit-transform: scale(.6);
		-o-transform: scale(.6);
		-moz-transform: scale(.6);
	}
}

@media screen and (min-width: 291px) and (max-width: 390px) {
	.live-time {
		zoom: .5;
		transform: scale(.5);
		-ms-transform: scale(.5);
		-webkit-transform: scale(.5);
		-o-transform: scale(.5);
		-moz-transform: scale(.5);
	}
}

@media screen and (max-width: 290px) {
	.live-time {
		zoom: .4;
		transform: scale(.4);
		-ms-transform: scale(.4);
		-webkit-transform: scale(.4);
		-o-transform: scale(.4);
		-moz-transform: scale(.4);
	}
}

/* Give Plugin */
.give-form {
	background: #fafafa;
	padding: 40px !important;
}

[id*=give-form] div.summary {
	width: 100%;
}

#give-recurring-form h3.give-section-break, #give-recurring-form h4.give-section-break, #give-recurring-form legend, form.give-form h3.give-section-break, form.give-form h4.give-section-break, form.give-form legend, form[id*=give-form] h3.give-section-break, form[id*=give-form] h4.give-section-break, form[id*=give-form] legend {
	font-size: 22px;
}

.give-btn {
	padding: 9px 20px;
	font-size: 15px;
	color: #000;
	background: #fff;
	border: 4px solid #434343;
	text-transform: uppercase;
	text-decoration: none !important;
}

#give-donation-level-radio-list>li label {
	font-weight: bold;
}

.give-submit {
	width: 100% !important;
	padding: 1em 0 !important;
}

/* Others */
.ctc-message, .ctc-message a {
	text-transform: lowercase;
}

.home-index-thumb img, .home-index-thumb-grid img {
	width: 100%;
	border: none;
}

.wise-tabs .home-index-thumb img, .wise-tabs .home-index-thumb-grid img {
	width: 100%;
	border: 7px solid #333232;
}

.single-post-thumb img {
	border: none;
}

.complex-titles {
	margin-bottom: 26px;
}

.col-3-1 {
	width: 40% !important;
}

.col-3-2 {
	width: 60% !important;
	margin-top: 0 !important;
}

@media screen and (max-width: 970px) and (min-width: 561px) {
	.col-3-1 {
		width: 50% !important;
	}
	
	.col-3-2 {
		width: 50% !important;
		margin-top: 0 !important;
	}
	
	.col-4 .comp-grid-3 {
		width: 50%;
	}
}

@media screen and (max-width: 560px) {
	.col-3-1 {
		width: 100% !important;
		border-bottom: none;
		padding-bottom: 20px;
	}
	
	.col-3-2 {
		width: 100% !important;
		margin-top: 0 !important;
	}
	
	.col-4 .comp-grid-3 {
		width: 50%;
	}
}

/* Our Pastor Parallax */
.wise-our-pastor-wrapper {
	display: block;
	position: relative;
	width: 100%;
	margin: 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.our-pastor-inner {
	display: block;
	position: relative;
	width: 1110px;
	margin: 0 auto;
	color: #fff;
	padding: 40px 20px;
}

.our-pastor-name {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 40px;
}

.our-pastor-name span {
	font-size: 70%;
	display: block;
	text-transform: none;
}

.our-pastor-message {
	line-height: 1.2em;
	padding-top: 1.2em;
	padding-bottom: 1.2em;
	font-size: 30px;
}

.our-pastor-text {
	text-align: center;
	padding-right: 340px;
	position: relative;
	display: block;
	z-index: 1;
}

a.button-3 {
	padding: 9px 20px;
	font-size: 15px;
	color: #fff;
	background: none;
	border: 3px solid #fff;
	text-transform: uppercase;
	text-decoration: none;
}

a.button-3:hover, a.button-3:active, a.button-3:focus {
	color: #fff;
	color: #000;
	background: #fff;
	text-shadow: none;
}

.our-pastor-button {
	display: table;
	margin: 0 auto;
	position: relative;
}

.our-pastor-inner .our-pastor-image {
	display: block;
	position: relative;
	float: right;
	z-index: 2;
}

.our-pastor-inner img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	position: relative;
	display: block;
	max-width: 320px;
	width: 100%;
	z-index: 2;
	border-radius: 100%;
}

.our-pastor-inner img:hover {
	-webkit-filter: none;
	filter: none;
	cursor: pointer;
}

/* Responsive Design */
@media screen and (max-width: 1110px) and (min-width: 964px) {
	.our-pastor-inner {
		width: 100%;
	}
}

@media screen and (max-width: 970px) and (min-width: 730px) {
	.our-pastor-inner {
		width: 730px;
	}
}

@media screen and (max-width: 729px) and (min-width: 437px) {
	.our-pastor-inner {
		width: 100%;
	}
	
	.our-pastor-text {
		width: 100%;
		padding-right: 0;
	}
	
	.our-pastor-inner .our-pastor-image {
		float: none;
	}
	
	.our-pastor-image img {
		margin: 0 auto 20px;
	}
}

@media screen and (max-width: 436px) {
	.our-pastor-inner {
		width: 100%;
	}
	
	.our-pastor-text {
		width: 100%;
		padding-right: 0;
	}
	
	.our-pastor-inner .our-pastor-image {
		float: none;
	}
	
	.our-pastor-image img {
		margin: 0 auto 20px;
	}
	
	.our-pastor-name {
		font-size: 32px;
	}
	
	.our-pastor-message {
		font-size: 28px;
	}
}

/* Parallax Video */
.wise-parallax-video {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
}

.wise-parallax-video video {
	width: 100%;
	height: auto;
	position: static;
}

@media screen and (max-width: 970px) {
	.wise-parallax-video {
		display: none !important;
	}
}

/* Subscribe Home */
.wise-subscribe-outer {
	display: block;
	position: relative;
	width: 100%;
}

.wise-subscribe-home {
	z-index: 1;
	display: block;
	position: relative;
}

.wise-subs-title {
	display: block;
	position: relative;
	width: 50%;
	float: left;
	text-align: center;
	padding: 0 20px;
	z-index: 1;
}

.wise-subs-title p {
	font-size: 24px;
	color: #fff;
}

.wise-subs-form {
	display: block;
	position: relative;
	width: 50%;
	float: right;
	padding: 20px;
	color: #fff;
	z-index: 1;
}

.home-subs input[type="email"] {
	box-sizing: border-box;
	font-size: 18px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	border: 4px solid #ddd;
	width: 100%;
	color: #fff;
	margin-right: -181px;
	padding-right: 201px;
	overflow: hidden;
	float: left;
	background: transparent;
}

.home-subs::-webkit-input-placeholder {
	color: #ddd;
}

.home-subs:-moz-placeholder {
	/* Firefox 18- */
	color: #ddd;
}

.home-subs::-moz-placeholder {
	/* Firefox 19+ */
	color: #ddd;
}

.home-subs:-ms-input-placeholder {
	color: #ddd;
}

.home-subs input:focus {
	outline: #fff !important;
	border-color: #fff !important;
	box-shadow: none !important;
}

.home-subs .newsletter-submit {
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: .1em;
	width: 181px;
	padding: 28px 0;
	overflow: hidden;
	position: absolute;
	background: transparent;
}

.home-subs .newsletter-submit:hover {
	background: #fff;
	color: #555;
}

@media screen and (min-width: 964px) {
	.wise-subs-title {
		border-right: 1px solid #555;
	}
}

@media screen and (max-width: 970px) {
	.wise-subs-title {
		width: 100%;
	}
	
	.wise-subs-form {
		width: 100%;
	}
}

@media screen and (max-width: 560px) {
	.wise-subs-title {
		width: 100%;
	}
	
	.wise-subs-form {
		width: 100%;
	}
	
	.home-subs input[type="email"] {
		font-size: 16px;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 10px;
		border: 3px solid #ddd;
		margin-right: -151px;
		padding-right: 156px;
	}
	
	.home-subs .newsletter-submit {
		font-size: 15px;
		width: 151px;
		padding: 17px 0;
		overflow: hidden;
		position: absolute;
		background: transparent;
	}
}

/* Media Element */
.entry-content .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	background: #555;
}

.entry-content .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background: #ccc;
}

.entry-content .mejs-controls .mejs-button button:focus {
	outline: none;
}

.entry-content .mejs-container .mejs-controls {
	background: #222;
}

.entry-content .mejs-controls .mejs-time-rail .mejs-time-total {
	background: #555;
}

.entry-content .mejs-controls .mejs-time-rail .mejs-time-loaded {
	background: #888;
}

.entry-content .mejs-controls .mejs-time-rail .mejs-time-current {
	background: #ccc;
}

.wp-video {
	min-width: 99%;
}

/* Home Map */
.wise-home-map {
	height: 300px;
	width: 100%;
	display: block;
	position: relative;
}

/* Rev Slider */
.widget_revslider {
	list-style: none !important;
	margin: 0;
	padding: 0;
	background: #fff;
}

.page .entry-meta-index {
	margin-bottom: .5em;
}

/* Tab Spacing Fix */
#cm_text, #cm_description {
	margin-top: -1em;
}

/* Flowplayer */
.flowplayer {
	background: #555;
}

.flowplayer .fp-color-play {
	fill: #eee;
}

.flowplayer.is-offline .fp-controls, .flowplayer.is-offline .fp-play {
	display: none !important;
}

.flowplayer.is-offline .fp-message {
	color: transparent;
	width: 100%;
	height: 100%;
	background: #000;
	text-align: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.flowplayer.is-offline .fp-message h2, .flowplayer.is-offline .fp-message p {
	font-weight: bold;
	text-transform: uppercase;
	color: #ddd;
}

.flowplayer.is-offline .fp-message h2 {
	margin-top: 15%;
}

.flowplayer {
	border-radius: 0 !important;
}

.flowplayer .fp-header .fp-icon {
	margin: .5em .6em 0 0 !important;
}

.entry-meta-popular .ctc-time {
	font-size: 13px;
	font-size: .812rem;
}

a.wise-live-watch-download {
	float: left;
	margin-bottom: 20px;
}
