/*
* Wise Mag Theme CSS
*
*/

/* Header */
.header-wrapper {
    box-shadow: 1px 1px 7px #777;
	border-bottom: none;
}

.headhesive {
    box-shadow: 1px 1px 7px #777;
	border-bottom: none;
}

/* 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;
}

.search-top-close:before {
	font-family: "Fontawesome";
	content: "\f00d";
	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: 26px; }
}

@media screen and (min-width: 419px) and (max-width: 560px) {
	.search-form-top input[type="search"] { font-size: 26px; }
	.search-top-close:before { font-size: 20px; }
}

@media screen and (max-width: 420px) {
	.search-form-top input[type="search"] { font-size: 16px; }
	.search-top-close:before { font-size: 20px; }
}

/* Subscribe Widget */
.widget_subs_widget:before,
.carbon_fields_wise_subside_widget:before {
    font-family: "Fontawesome";
	content: "\f003";
    font-size: 1.2em;
    color: #555;
    background: #f7f7f7;
    padding: 5.5px 10px;
    margin-right: 10px;
    display: block;
    position: relative;
    float: left;
    box-sizing: border-box;
	border-radius: 0;
}

.subscribe-box {
	background: #f7f7f7;
	padding: 8px;
	margin-top: -33px;
}

.widget_subs_widget .widget-title h2,
.carbon_fields_wise_subside_widget .widget-title h2 {
	line-height: 1.6em;
}

.widget_subs_widget .widget-title:after,
.carbon_fields_wise_subside_widget .widget-title:after {
	content: none;
	background: none;
}

.subscribe-sidebar {
	width: 100%;
	padding: 0;
	display: inline-block;
	margin-top: 10px;
}

.subscribe-sidebar input[type="email"] {
    box-sizing: border-box;
	font-size: 15px;
	font-size: 0.9375rem;
	margin-bottom: 1em;
	width: 99%;
	overflow: hidden;
	float: left;
}

.subscribe-sidebar .newsletter-submit {
	font-size: 15px;
	font-size: 0.9375rem;
	text-transform: uppercase;
	letter-spacing: .1em;
	width: 100%;
	padding: .8em 0;
	overflow: hidden;
	position: relative;
	margin-bottom: 10px;
}

/* 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 .entry-meta-index {
	margin-top: 4px !important;
	margin-bottom: 4px !important;
}

.carousel-wrapper {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
	background: #ffffff;
}

#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: 35px 20px 0;
	position: relative;
	display: block;
}

.carousel-title {
	margin: 0 auto;
	text-align: center;
	padding-bottom: 20px;
	text-transform: uppercase;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
}

.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: #ffffff;
	border: 1px solid #ddd;
	border: 9px solid #000;
}

.titles-cover {
    line-height: 2.7em;
    padding-bottom: .5em;
    border-bottom: 7px solid #F58634;
}

.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: #F58634;
}

.read-more-cover {
	font-weight: bold;
    position: relative;
    display: block;
    margin-bottom: 20px;
    float: right;
}

/* 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: #ffffff;
	}
	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: #ffffff;
	}
	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;}
	.col-2-2 { padding-left: 20px; }
	.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: #ffffff;
	}
	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: #ffffff;
	}
	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%; }
}