/*
	Theme Name: News Pro Theme 2.1
	Theme URI: http://my.studiopress.com/themes/news/
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com/
	Version: 3.0.2
 
	Tags: black, red, white, one-column, two-columns, three-columns, responsive-layout, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, premise-landing-page
 
	Template: genesis
	Template Version: 2.0.1
 
	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/


/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Titles
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Genesis Responsive Slider
		- Genesis Tabs
		- Gravity Forms
		- Jetpack
		- Simple Social Icons
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
		- Responsive Menu
	- Content Area
		- Home Page
		- Entries
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Theme Colors
		- News Pro Blue
		- News Pro Green
		- News Pro Pink
		- News Pro Orange
	- Media Queries
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px

*/

/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display: block;}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0;}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */


input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.clearfix:before,
.entry-content:before,
.entry:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before  {
	content: " ";
	display: table;
}

.clearfix:after,
.entry-content:after,
.entry:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}



/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

body {
	background-color: #fdfdfd;
	color: #111111;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.625;
}

.page-template-feature-template{
	background-color: #222;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #000;
	color: #fff;
}

::selection {
	background-color: #000;
	color: #fff;
}

a {
	color: #ff0000;
	text-decoration: none;
}

a img {
	margin-bottom: -4px;
}

a:hover {
	color: #000;
}

p {
	margin: 0 0 24px;
	padding: 0;
}

strong {
	font-weight: 700;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 40px 40px 24px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

cite {
	font-style: normal;
}


/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

iframe {
	width: 100%;
	min-height: 350px;
}

.wp-video-shortcode iframe {
	min-height: 0;
}

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto; /* IE8 */
}

.featured-caption {
	padding-left: 10px;
	padding-right: 10px;
	font-style: italic;
	color: #555;
	width: 95%;
	display: block;
	margin: 5px auto;
}

.wp-post-image {
	/* padding-left: 10px; */
	/* padding-right: 10px; */
	/* padding-top: 10px; */
	margin: 0 auto;
	float: none;
	display: block;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #e3e3e3;
	box-shadow: 1px 1px 3px #eee inset;
	color: #4e4e4e;
	font-size: 15px;
	padding: 16px 0 16px 1%;
	width: 100%;
}

input[type="checkbox"], 
input[type="radio"], 
input[type="image"] {
	width: auto;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

::-moz-placeholder {
	color: #999;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #999;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #000;
	border: none;
	border-radius: 3px;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	line-height: 1;
	padding: 16px;
	text-transform: uppercase;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	background-color: #ff0000;
	color: #fff;
}

.button {
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}


/*Baptisms
--------------------------------------------- */



.post-type-archive-baptism .site-inner::before {
	content: "Baptisms";
	text-align: center;
	display: block;
	margin: 0 auto;
	float: none;
	font-size: 70px;
	font-weight: 600;
	width:  80%;
	border-bottom: 2px solid #999;
}

.post-type-archive-baptism .archives-intro h1 {
	font-size: 60px;
	text-align: center;
	padding: 15px;
}

.post-type-archive-baptism .baptism {
	width: 43%;
	float: left;
	padding: 20px 2%;
}
.post-type-archive-baptism .main-column {
	width: 100%;
}

.post-type-archive-baptism .baptism:nth-child(2n+1) {
	margin-right: 6%;
}


.post-type-archive-baptism span {
	font-weight: 600;
}




/*
Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
}

.ad {
	margin: 0 4px;
}

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	margin-bottom: 20px;
	padding: 0;
}

.featured-content .entry-title {
	font-size: 20px;
	line-height: 1.2;
	margin-bottom: 20px;
}

.featured-content p {
	margin-bottom: 20px;
}


/* Gravity Forms
--------------------------------------------- */

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	padding: 16px;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
}

div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 14px;
}

.searchandfilter label {
	width: 100%;
	text-align: center;
}

/* Jetpack
--------------------------------------------- */

img#wpstats {
	display: none;
}

/* Simple Social Icons
--------------------------------------------- */

.simple-social-icons ul li:before {
	display: none;
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */

.before-header {
	text-align: center;
	padding: 6px 2%;
	border: 1px solid #ccc;
	background-color: #f7f7f7;
	display: inline-block;
	float: right;
	margin-top: -12px;
}

.before-header .widget p {
	margin-bottom: 0;
}

.top-banner {
	text-align: center;
	padding: 24px 2%;
	border-bottom: 1px solid #ccc;
	background-color: #f7f7f7;
}

.top-banner .widget p {
	margin-bottom: 0;
}


.site-header {
	background-color: #fff;
	text-align: center;
}

.site-header .wrap {
	padding: 0;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding-left: 40px;
	width: 100%;
	display: none;
}

.site-title {
	font-weight: 700;
	font-size: 48px;
	font-weight: 700;
	line-height: 1;
	margin: 0;
	text-transform: uppercase;
}

.site-title a,
.site-title a:hover {
	color: #000;
}

.site-description {
	color: #999;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 2px;
	line-height: 1;
	margin: 10px 0 0;
	text-transform: uppercase;
}

/* Full width header, no widgets */

.header-full-width .title-area {
	padding: 0 40px;
	text-align: center;
}

.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
}


.header-image .site-title a {
	display: block;
	text-indent: -9999px;
}

.header-image .site-description {
	float: right;
	margin-top: -2.5%;
	margin-right: 11%;
	font-style: italic;
	font-size: 16px;
	color: #777;
}

/* Logo, hide text */

.header-image .site-title a {
	background-position: top left !important;
	float: left;
	min-height: 130px;
	width: 100%;
}



/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 16px;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}



/* Site Containers
--------------------------------------------- */

.site-container {
	background-color: #fff;
	border: 1px solid #f1f1f1;
	margin: 30px auto 30px;
	max-width: 1500px;
}

.news-pro-landing .site-container {
	/* max-width: 960px; */
}

.page-template-feature-template .site-container {
	max-width: 2000px;
}

.site-inner {
	clear: both;
	overflow: auto;
	padding: 0 2% 35px;
}

.site-inner .content-sidebar-wrap {
	/* float: left; */
	/* width: 100%; */
	display: block;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 960px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* Content */

.single-post .content {
	/* padding: 10px; */
}

.content {
	float: left;
	width: 65%;
	margin-right: 1%;
	padding-top: 35px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content {float: left;}

.sidebar-content-sidebar .content {
	border-left: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
	float: left;
}

.sidebar-content .content,
.sidebar-sidebar-content .content {
	border-left: 1px solid #e3e3e3;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {	
	width: 600px;
}

.full-width-content .content {
	width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 33.5%;
	border-left: 1px solid #E3E3E3;
	padding-top: 35px;
}

.sidebar-primary img {
	margin: 0 auto;
	float: none;
	display: block;
}

.sidebar-primary .widget_widgets_in_tabs img {
	width: 70px;
	max-height: 70px;
	float: left;
	margin-top: 12px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

.sidebar-sidebar-content .sidebar-primary {
	border-left: 1px solid #e3e3e3;
}

.content-sidebar-sidebar .sidebar-primary {
	border-right: 1px solid #e3e3e3;
}

/* Secondary Sidebar */

.sidebar-secondary {
	float: left;
	font-size: 14px;
	width: 177px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}


/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.search-form {
	overflow: hidden;
	width: 300px;
}

.sidebar-primary .search-form {
	width: 100%;
}

.sidebar-primary .search-form input {
	padding: 14px 8px;
}

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 20px;
}

a.alignnone img,
img.alignnone {
	margin-bottom: 20px;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignright {
    max-width: 100%;
}

a.alignleft img,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 16px 0;
}

a.alignright img,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 16px;
}

.entry-content .wp-caption-text {
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 0;
	text-align: center;
}

.gallery-caption {
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	background-color: #f3f3f3;
	border-bottom: 1px solid #e3e3e3;
	font-size: 12px;
	margin: 0;
	padding: 20px;
	text-transform: uppercase;
}

.archive-description,
.author-box {
	background-color: #DEC588;
	border-bottom: 5px solid #59524D;
	margin: 0;
	overflow: hidden;
	padding: 10px 10px 10px 10px;
	margin-top: 15px;
	margin-left: 10px;
}

.author-box-title {
	color: #000;
	font-size: 16px;
	margin-bottom: 4px;
}

.author-box p {
	margin-bottom: 0;
}

.author-box .avatar {
	margin-right: 24px;
}



/* Titles
--------------------------------------------- */

.entry-title {
	font-size: 36px;
	line-height: 1;
}

.entry-title a,
.sidebar .widget-title a {
	color: #000;
}

.entry-title a:hover {
	color: #ff0000;
}

.widget-title {
	/* border-top: 3px solid #000; */
	border-bottom: 2px solid #151515;
	color: #C7A108;
	font-size: 27px;
	font-weight: 400;
	margin-bottom: 24px;
	padding: 10px;
	text-align: center;
	text-transform: uppercase;
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
	min-width: 50%;
}

.news-pro-blue .widget-title a {
	color: #c7a20a;
}

.news-pro-blue .widget-title a:hover {
	color: #3aabd5;
}

.archive-title {
	font-size: 55px;
	margin-bottom: 2px;
	color: #2B2B2B;
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
}

.ad {
	margin: 0 4px;
}

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	margin-bottom: 20px;
	padding: 0;
	text-align: left;
}

.featured-content .entry-title {
	font-size: 18px;
	line-height: 1.2;
	margin-bottom: 20px;
}

.featured-content p {
	margin-bottom: 20px;
}

.sidebar .featured-content .more-from-category {
	background-color: #28a3d1;
	display: inline-block;
	padding: 10px 8px;
	font-size: 21px;
}

.sidebar .featured-content .more-from-category:hover {
	background-color: #c7a108;
}

.sidebar .featured-content .more-from-category a {
	color: #fff;
}

/* Widget Area
--------------------------------------------- */

.widget-area {
	word-wrap: break-word;
}

.site-header .widget-area {
	width: 100%;
	text-align: center;
}

.site-header .widget-area li {
	list-style-type: none;
}

.site-header .search-form {
	float: right;
	margin-top: 24px;
}

.site-header .widget {
	float: left;
}

.site-header .widget_simpleimage {
	margin: 42px 0 15px 3%;
	width: 375px;
}

.site-header .widget_date_time {
	width: 150px;
	margin-top: 60px;
	display: inline-block;
	float: none;
}

.site-header .widget_revslider {
	float: right;
	border-left: 1px dotted #E3E3E3;
	padding: 10px 2%;
	width: 488px;
}

.site-header .widget_revslider .baptism-home {
	border-bottom: 1px solid #c4c4c4;
	margin-bottom: 8px;
	overflow: auto;
}

.site-header .widget_revslider .baptism-name {
	float: left;
}

.site-header .widget_revslider .baptism-name a {
	color: #000;
}

.site-header .widget_revslider .baptism-name a:hover {
	color: #27a3d1;
}

.site-header .widget_revslider .baptism-church {
	float: left;
}



.site-header .widget_wp_posts_carousel {
	width: 100%;
}
.site-header .default-theme.wp-posts-carousel .wp-posts-carousel-container {
	background: transparent;
	box-shadow: none;
}

.site-header .default-theme.wp-posts-carousel .wp-posts-carousel-slide {
	padding: 0;
}


.site-header .default-theme.wp-posts-carousel .wp-posts-carousel-title {
	margin: 0;
	text-overflow: ellipsis;
	overflow:hidden;
	white-space:nowrap;
	color: #27a3d1;
	font-size: 17px;
}

.site-header .default-theme.wp-posts-carousel .wp-posts-carousel-details {
	padding: 0;
}

.site-header .default-theme.wp-posts-carousel .wp-posts-carousel-container {
	padding: 0;
}

.site-header .owl-carousel .owl-item {
	/* width: auto !important; */
	display: inline-block;
}

.site-header .default-theme.wp-posts-carousel .wp-posts-carousel-container:hover {
	box-shadow: none;
}

.site-header .widget_nav_menu {
	width: 100%;
	border-top: 7px solid #C6A000;
	text-align: left;
}

.site-header .simple-image {
	margin-bottom: 0;
}



/* Site Header Navigation
--------------------------------------------- */

.site-header .genesis-nav-menu a {
	border: none;
}

.site-header .genesis-nav-menu .sub-menu a {
	border: 1px solid #e3e3e3;
	border-top: none;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	border-bottom: 1px solid #e3e3e3;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	border-bottom: 1px solid #e3e3e3;
	float: right;
}

 .nav-secondary .genesis-nav-menu a{
	background-color: #AA3036 !important;

}

.nav-secondary .genesis-nav-menu a:hover {
	background-color: #8B2323 !important;
}

.nav-secondary .genesis-nav-menu {
	background: #AA3036;

}



/* Comments
--------------------------------------------- */

.entry-comments,
.comment-respond {
	padding: 40px;
}

.entry-comments {
	border-bottom: 1px solid #e3e3e3;
	padding-right: 0;
}

.ping-list {
	margin-bottom: 40px;
}

.comment-content {
	clear: both;
}

.entry-comments .comment-author {
	color: #000;
	font-weight: 700;
	margin-bottom: 0;
}

.entry-comments .comment-meta {
	font-size: 12px;
	text-transform: uppercase;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
	margin-top: 24px;
	padding: 32px;
}

.comment-list li li {
	margin-right: -32px;
}

li.comment {
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-right: none;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 14px;
	padding: 24px;
}

li.depth-2 {
	background-color: #fff;
}



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

.footer-widgets {
	background-color: #000;
	color: #fff;
	clear: both;
	padding: 15px 15px 0px;

}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4,
.footer-widgets-5,
.footer-widgets-6 {
	width: 30%;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4 {
	margin-right: 2.333%;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4,
.footer-widgets-5 {
	float: left;
}

.footer-widgets-1 {
	margin-left: 2.5%
}

.footer-widgets-6 {
	float: right;
}

.footer-widgets a {
	color: #fff;
}

.footer-widgets a:hover {
	color: #ff0000;
}

.footer-widgets .widget {
	margin-bottom: 0px;
}

.footer-widgets .widget img {
	width: 100%;
}

.footer-widgets .widget-title {
	border: none;
	color: #fff;
	font-weight: 700;
	padding: 0;
	margin-bottom: 16px;
	text-align: left;
}

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
	word-wrap: break-word;
}

.footer-widgets .search-form input:focus {
	border: 1px solid #ddd;
}


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

.site-footer {
	background-color: #000;
	border-top: 1px solid #333;
	color: #999;
	font-size: 14px;
	padding: 40px 0;
	text-align: center;
}

.site-footer a {
	color: #aaa;
}

.site-footer a:hover {
	color: #ff0000;
}

.site-footer p {
	margin-bottom: 0;
}

.wpp-list a{
	font-size: 18px;
	line-height: 17px;
}

.wpp-thumbnail {
	/* padding-bottom: 40px; */
	margin: 0px 13px 4px 0 !important;
}

.wpp-excerpt {
	font-size: 15px;
	line-height: 15px;
}

.wdpu-msg {
	height: 490px!important
}

.wdpu-text
{
	background: #301d0c !important;
	margin-bottom: 0px !important;
	padding: 20px 20px 12px !important;

}

.wdpu-msg-inner {
	height: 480px !important;
}




#text-4 {
	background: #1065A5;
	width: 10%;
	float: right;
	text-align: center;

	margin-top: -252px;
	margin-right: -38px;
	line-height: 2;
	font-weight: 600;
}

#text-4:hover {
	background: #48A0B5;
}

#text-4 a {
	color: #fff;
}

#text-5 {
	background: #1065A5;
	max-width: 20%;
	float: right;
	text-align: center;

	margin-top: -212px;
	margin-right: -39px;
	line-height: 2;
	font-weight: 600;
	padding-left: 10px;
	padding-right: 10px;
}

#text-5:hover {
	background: #48A0B5;
}

#text-5 a {
	color: #fff;
}


#text-6 {
	background: #1065A5;
	width: 10%;
	float: right;
	text-align: center;

	margin-top: -212px;
	margin-right: -39px;
	line-height: 2;
	font-weight: 600;
}

#text-6:hover {
	background: #48A0B5;
}

#text-6 a {
	color: #fff;
}

.author-box {
	display: none;
}

.wpt_widget_content .entry-title {
	font-size: 14px;
	line-height: 1.4;
}

.wpt_widget_content .entry-title a {
	color: #27A3D1;
}
.wpt_thumbnail .wp-post-image {
	padding: 0px;
	width: 100%;
}

.wpt_widget_content .tab-content li {
	padding: 5px !important;
}

.wpt_thumb_small {
      width: 86px !important;
}

.wdpu-text {
	background: #000 !important;
}

.soliloquy-pager {
	bottom: -25px !important;
	background: #C0A769 !important;
	height: 28px !important;
	padding-top: 6px !important;
}

.soliloquy-container {
	margin-bottom: 60px !important;
}

.page-template-feature-template {
	margin-top: -32px;
}

.page-template-feature-template #itro_popup, #itro_opaco {
	display: none !important;
}


.feature-1 .widget:first-child {
	width: 100%;
	text-align: center;
	position: fixed;
	top: 0px;
	left: 0px;
	font-size: 24px;
	z-index: 9999;
	margin-top: 30px;
	background: rgba(0,0,0,0.65);
}

.feature-1 .widget:first-child a {
	color: #ECDA1B;
}

.feature-2 {
	background: url('http://baptistmessage.com/wp-content/uploads/2015/08/NOBTS-chapel_night_12.jpg');
	background-size: cover;
	overflow: auto;
	background-position: center top;
}


.feature-2 .entry {
	border-bottom: none;
}

.feature-2 .entry-title {
	margin-bottom: 0;
}
.feature-2 .widget-title {
	border-bottom: none;
}
.feature-2 .widget:first-child .widget-title {
	font-size: 100px;
	font-family: 'Open Sans', sans-serif;
	color: #312D4E;
	background: rgba(255, 255, 255, 0.65);
	margin-top: 50px;
	font-weight: 600;
	width: 90%;
	padding: 1%;
	margin-bottom: 4%;
}

.feature-2 .widget:nth-child(2) {
	float: right;
	width: 40%;
	font-size: 33px;
	font-family: 'halant', serif;
	padding: 2% 3% 0%;
	margin: 0 10px 0% 0px;
	background: rgba(88, 84, 119, 0.6);
	border-bottom: none;
	color: #fff;
	font-style: italic;
}

.feature-2 .widget:nth-child(2) a {
	color: #210E3D;
	font-weight: 600;
}

.feature-2 .widget:nth-child(2) .entry {
	margin-bottom: 0;
}

.feature-2 .widget:nth-child(2) .entry-title a {
	font-size: 50px;
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
}

.feature-2 .widget:nth-child(2) .entry-title {
	border-bottom: 4px solid #fff;
	padding-bottom: 8px;
	margin-bottom: 20px;
}

.feature-2 .featuredpost:nth-child(n+3) {
	width: 40%;
	float: left;
	margin: 0 0px 0% 10px;
	background: rgba(88, 84, 119, 0.6);
	padding: 1%;
}

.feature-2 .featuredpost:nth-child(n+3) .widget-title {
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 50px;
	text-align: center;
	width: 100%;
	padding: 0;
}

.feature-2 .featuredpost:nth-child(n+3) .post {
	border-left: 14px solid #3A2562;
	padding: 10px;
	min-width: 10%;
	background: #fff;
	margin-bottom: 7%;

}

.feature-2 .featuredpost:nth-child(n+3) .post:last-child {
	margin: 0;
}

.feature-2 .widget:nth-child(n+3) .post a {
	font-size: 21px;
	color: #210E3D;
	
	/* background-color: #FFF; */
	/* padding: 1%; */
	/* border-left: 12px solid #000; */
}

.feature-2 .widget:nth-child(n+3) .post a:hover {
    color: #735683;

}

.feature-2 .widget:nth-child(n+3) .post .entry-title {
	min-width: 40%
}

.feature-2 .featuredpost:nth-child(n+4) {
	width: 20%;
	background: transparent;
	padding-bottom: 60px;
}

.feature-2 .featuredpost:nth-child(n+5) {
	margin-left: 0%;
}

.feature-3 {
	background: url('http://baptistmessage.com/wp-content/uploads/2015/08/neworleans1.jpg');
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 8%;
}

.feature-3 .widget:first-child .widget-title {
	font-size: 120px;
	font-family: 'Open Sans', sans-serif;
	color: #312D4E;
	background: rgba(255, 255, 255, 0.85);
	margin-top: 0px;
	font-weight: 600;
	width: 100%;
	padding: 0 0;
	margin-bottom: 0;
	border-bottom: none;
}

.feature-3 .ytcplayertitle {
	color: #453169 !important;
	text-align: center;
	font-size: 30px;
	background: #fff;
	margin-top: 0px !important;
	padding: 1%;
	margin-top: -16px !important;
}

.feature-3 .youtubechannelgallery {
	background: rgba(232, 192, 23, 0.43);
	padding: 30px 40px 40px;
}

.feature-3 .ytc-numeration {
	display: none !important;
}

.feature-3 a {
	color: rgb(69, 49, 105);
	font-size: 21px;

}

.feature-3 .ytctitle {
	background: #fff !important;
	padding: 10px;
	text-align: center !important;
	min-height: 100px;

}

.feature-4 {
	background: url('http://baptistmessage.com/wp-content/uploads/2015/08/neworleanstrees.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	padding: 3%;
}

.feature-4 .widget:first-child .widget-title {
	font-size: 120px;
	font-family: 'Open Sans', sans-serif;
	color: #312D4E;
	background: rgba(255, 255, 255, 0.85);
	margin-top: 0px;
	font-weight: 600;
	width: 100%;
	border-bottom: none;
}

ul.pop-widget-tabs li {
	margin-bottom: 4px !important;
}


ul.pop-widget-tabs li:hover {
	background: #4D4D4D !important;
}

ul.pop-widget-tabs li a {
	font-size: 20px !important;
	padding: 4px 10px !important;
	font-weight: 100;
	letter-spacing: 0px !important;
	color: #5A5A5A;
}

.site-header .widget_wp_posts_carousel {
	height: 25px;
	overflow: hidden;
	background-color: #e4e4e4;
	border-top: 2px solid #cecece;
	padding: 6px 0 3px;
}

.site-header .default-theme.wp-posts-carousel .wp-posts-carousel-container {
	background: transparent;
	box-shadow: none;
}


.site-header .widget_nav_menu {
	border-top: 7px solid #C6A000;
	text-align: center;
	overflow: hidden;
	display: inline-block;
	float: none;
	width: 100%;
}

.site-header .simple-image {
	margin-bottom: 0;
}

/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	color: #FFF;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	width: 100%;
	background-color: #333;
	letter-spacing: 1.3px;
	margin-right: 4px;
	overflow: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: block;
	text-align: center;
	margin-left: 0;
	border-right: 1px solid #fff;
	float: left;
}

.genesis-nav-menu .menu-item:first-child {
	margin-left: 0;
}

.genesis-nav-menu a {
	/* border-right: 1px solid #e3e3e3; */
	color: #fff !important;
	display: block;
	padding: 16px 15px;
	position: relative;
	background-color: #333;
	font-size: 14px;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition:    all .1s ease-in-out;
	-ms-transition:     all .1s ease-in-out;
	-o-transition:      all .1s ease-in-out;
	transition:         all .1s ease-in-out;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a {
	background-color: #B99F60;
	color: #fff;
}

.genesis-nav-menu > .menu-item > a {
}

.genesis-nav-menu .sub-menu {
	border-top: 1px solid #e3e3e3;	
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #e3e3e3;
	border-top: none;
	padding: 12px 24px;
	position: relative;
	width: 200px;
}

.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a {
	background-color: #000;
	color: #fff;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -44px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 0;
	text-transform: uppercase;
}

.genesis-nav-menu > .date,
.genesis-nav-menu > .right > a {
	border: none;
	border-left: 1px solid #e3e3e3;
	display: inline-block;
	padding: 20px 24px;
}

.genesis-nav-menu > .search {
	margin-top: 5px;
	margin-bottom: 5px;
}

.genesis-nav-menu .search input[type="search"] {
	font-size: 13px;
	padding: 10px 16px;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .genesis-nav-menu a {
	border: none;
}

.site-header .genesis-nav-menu .sub-menu a {
	border: 1px solid #e3e3e3;
	border-top: none;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	border-bottom: 1px solid #e3e3e3;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	border-bottom: 1px solid #e3e3e3;
	float: right;
}

 .nav-secondary .genesis-nav-menu a{
	background-color: #AA3036 !important;

}

.nav-secondary .genesis-nav-menu a:hover {
	background-color: #8B2323 !important;
}

.nav-secondary .genesis-nav-menu {
	background: #AA3036;

}

/* Responsive Menu
--------------------------------------------- */

.responsive-menu-icon {
	border-bottom: 1px solid #e3e3e3;
	cursor: pointer;
	display: none;
	margin-bottom: -1px;
	text-align: center;
}



.site-header .responsive-menu-icon {
	border-bottom: none;
}

.responsive-menu-icon::before {
	color: #000;
	content: "\f333";
	display: inline-block;
	font: normal 34px/1 'dashicons';
	margin: 0 auto;
	padding: 10px;
}


/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Home Page
--------------------------------------------- */

.home-top {
	clear: both;
	padding: 0;
}

.home-top .featured-content .entry-title {
	font-size: 30px;
}

.home-middle {
	border-top: 1px solid #e3e3e3;
	clear: both;
	padding: 20px 1% 0;
	overflow: auto;
}

.home-middle-left {
	border-right: 1px solid #e3e3e3;
	float: left;
	padding: 20px 1.5% 0;
	width: 50%;
}

.home-middle-right {
	float: right;
	padding: 20px 1% 0;
	width: 44%;
}

.home-bottom {
	border-top: 1px solid #e3e3e3;
	clear: both;
	padding: 30px 2% 0;
	overflow: auto;
}

.home-bottom .widget:nth-child(1) .widget-title {
	font-size: 38px;
	width: 90%;
}

.news-pro-home .content .home-bottom .widget:nth-child(1) {
	/* padding-bottom: 15px; */
	margin-bottom: 25px;
	border-bottom: 1px solid #888;
	display: block;
	/* min-height: 405px; */
	padding-bottom: 20px;
}

.home-bottom .light-theme.wp-posts-carousel .wp-posts-carousel-buttons a {
	padding: 16px;
}

.home-bottom .light-theme.wp-posts-carousel .owl-controls .owl-nav .owl-next {
	opacity: 0.8;
	right: 18px;
}

.home-bottom .light-theme.wp-posts-carousel .owl-controls .owl-nav .owl-prev {
	opacity: 0.8;
	left: 18px;
}

.home-bottom .light-theme.wp-posts-carousel:hover .owl-controls .owl-nav .owl-next {
	opacity: 0.95;
	right: 18px;
}

.home-bottom .light-theme.wp-posts-carousel:hover .owl-controls .owl-nav .owl-prev {
	opacity: 0.95;
	left: 18px;
}


.home-bottom .widget:nth-child(1n+2) {
	width: 48%;
	float: left;
}

.home-bottom .widget:nth-child(2) {
	margin-right: 4%;
}

.home-bottom-2 {
	text-align: center;
	border-top: 1px solid #888;
	padding-top: 30px;
	margin-top: 20px;
}

.home-bottom-2 .widget:nth-child(n+2) {
	width: 25%;
	display: inline-block;
	float: none;
	padding: 10px 2%;
}

.home-bottom-2 .widget:nth-child(n+2) p {
	margin-bottom: 2px;
}

.home-bottom-2 .widget:nth-child(n+2) img {
	border: 2px solid #666;
}

.home-bottom-2 .widget:nth-child(n+2) a {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 20px;
}



/* Entries
--------------------------------------------- */

.sidebar .entry {
	border-bottom: none;
	margin-bottom: 0;
}

.sidebar .entry-content p:last-child {
	margin-bottom: 0;
}

.entry {
	border-bottom: 1px solid #e3e3e3;
	padding: 20px;
}

.category-353 .entry-content,
.category-354 .entry-content {
	display: none;
}

.page .content .entry .entry {
	border-bottom: 4px solid #C6A000;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 26px;
}

.entry-content ol,
.entry-content ul {
	margin-left: 40px;
}

.entry-content ol li {
	list-style-type: decimal;
}

.entry-content ul li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content .search-form {
	width: 50%;
}

.entry-meta {
	color: #999;
	font-size: 14px;
	text-transform: uppercase;
}

.entry-header .entry-meta {
	margin-bottom: 13px;
}

.entry-footer .entry-meta {
	margin: 0 -40px;
	padding: 32px 40px 8px;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

.entry-categories,
.entry-tags {
	display: block;
}

.after-entry {
	padding: 20px;
}

/* Entry Navigation
--------------------------------------------- */

.archive-pagination {
	clear: both;
	font-size: 14px;
	margin: 40px;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #000;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	margin-bottom: 4px;
	padding: 8px 12px;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #ff0000;
	color: #fff;
}



/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.after-entry li,
.news-pro-home .content li,
.sidebar li {
	/* border-bottom: 1px dotted #e3e3e3; */
	list-style-type: none;
	margin-bottom: 12px;
	padding-bottom: 12px;
	word-wrap: break-word;
}

.after-entry li,
.news-pro-home .content li:last-child,
.sidebar li:last-child {
	margin-bottom: 0;
}

.after-entry li::before,
.news-pro-home .content li::before,
.sidebar li::before {
	font-size: 12px;
	margin: 0 10px;
}

.after-entry li ul,
.news-pro-home .content li ul,
.sidebar li ul {
	/* border-top: 1px dotted #e3e3e3; */
	/* margin-top: 12px; */
	/* padding-top: 12px; */
}

.after-entry ul > li:last-child,
.news-pro-home .content ul > li:last-child,
.sidebar ul > li:last-child {
	border-bottom: none;
	/* margin-bottom: 0; */
	/* padding-bottom: 0; */
}

.after-entry .widget,
.news-pro-home .content .widget {
	padding-bottom: 0;
	text-align: center;
}

.news-pro-home .content .home-top .widget {
	text-align: left;
}

.sidebar .widget {
	background-color: #fff;
	border-bottom: 1px solid #e3e3e3;
	padding: 20px;
	text-align: center;
}

.sidebar .widget:first-child {
	padding-top: 0;
}

.sidebar .widget_widgets_in_tabs {
	padding: 12px 2%;
	background-color: #F5F5F5;
	border-bottom: none;
}

.sidebar .widget_widgets_in_tabs .widget-title {
	width: 100%;
	font-size: 21px;
	overflow: hidden;
	padding: 13px 0;
}

.sidebar .widget_widgets_in_tabs .wit-tab-container {
	padding: 4px 3%;
}

.sidebar .wit-tab-content {
	position: relative;
}

.sidebar .widget_widgets_in_tabs .widget-title a {
	border: 1px solid #000;
	background-color: #555555;
	opacity: 1;
	color: #fff !important;
	padding: 5px 13px;
	text-transform: none;
}

.sidebar .widget_widgets_in_tabs .widget-title .wit-tab-title.wit-selected {
	background-color: #C6A000;
}

.sidebar .widget_widgets_in_tabs .post {
	border-bottom: 1px dotted #ccc;
}

.sidebar .widget_widgets_in_tabs .post:first-child .entry-title {
	margin-top: 0;
}

.sidebar .widget_widgets_in_tabs li a, .sidebar .widget_widgets_in_tabs li h2 a {
	font-size: 18px;
	color: #27A3D1;
	font-weight: 400;
}

.sidebar .widget_widgets_in_tabs li a:hover , .sidebar .widget_widgets_in_tabs li h2 a:hover {
	color: #000;
}

.sidebar .widget_widgets_in_tabs .entry-title {
	margin: 12px 0;
}

.sidebar .widget_widgets_in_tabs .popular-posts li {
	border-bottom: 1px dotted #A9A9A9;
	text-align: left;
}




/*
Theme Colors
---------------------------------------------------------------------------------------------------- */

/* News Pro Blue
--------------------------------------------- */

.news-pro-blue .entry-title a:hover,
.news-pro-blue .footer-widgets a:hover,
.news-pro-blue .site-footer a:hover,
.news-pro-blue a {
	color: #27a3d1;
}

.news-pro-blue .entry-title a,
.news-pro-blue .genesis-nav-menu a,
.news-pro-blue .sidebar .widget-title a,
.news-pro-blue .site-title a,
.news-pro-blue .site-title a:hover,
.news-pro-blue a:hover {
	color: #131313;
}

.home .category-baptist-message-article h2 a {
	color: #c8a10c;
}

.home .category-baptist-message-article h2 a:hover {
	color: #c8a10c;
	filter: brightness(1.09);
}

.home .category-sbc-article h2 a {
	color: #27a3d1;
}

.home .category-sbc-article h2 a:hover {
	color: #27a3d1;
	filter: brightness(1.09);
}

.home .category-curated-headline h2 a {
	color: #000;
}

.home .category-curated-headline h2 a:hover {
	color: #0b6c90;
	filter: brightness(1.09);
}

.news-pro-blue .button,
.news-pro-blue .button:hover,
.news-pro-blue .footer-widgets a,
.news-pro-blue .genesis-nav-menu .current-menu-item > a,
.news-pro-blue .genesis-nav-menu a:hover {
	color: #fff;
}

.news-pro-blue .site-footer a {
	color: #aaa;
}

.news-pro-blue .archive-pagination li a:hover,
.news-pro-blue .archive-pagination li.active a,
.news-pro-blue .button:hover,
.news-pro-blue .enews-widget input[type="submit"],
.news-pro-blue .entry-content .button:hover,
.news-pro-blue .home-top .ui-tabs ul.ui-tabs-nav li.ui-tabs-active a,
.news-pro-blue button:hover,
.news-pro-blue input:hover[type="button"],
.news-pro-blue input:hover[type="reset"],
.news-pro-blue input:hover[type="submit"] {
	background-color: #C6A000;
}

.news-pro-blue .enews-widget input:hover[type="submit"] {
	background-color: #f5f5f5;
}

.news-pro-blue .home-top .ui-tabs ul.ui-tabs-nav li.ui-tabs-active a:hover {
	background-color: #fff;
}

/* News Pro Green
--------------------------------------------- */

.news-pro-green .entry-title a:hover,
.news-pro-green .footer-widgets a:hover,
.news-pro-green .site-footer a:hover,
.news-pro-green a {
	color: #7dc246;
}

.news-pro-green .entry-title a,
.news-pro-green .genesis-nav-menu a,
.news-pro-green .sidebar .widget-title a,
.news-pro-green .site-title a,
.news-pro-green .site-title a:hover,
.news-pro-green a:hover {
	color: #000;
}

.news-pro-green .button,
.news-pro-green .button:hover,
.news-pro-green .footer-widgets a,
.news-pro-green .genesis-nav-menu .current-menu-item > a,
.news-pro-green .genesis-nav-menu a:hover {
	color: #fff;
}

.news-pro-green .site-footer a {
	color: #aaa;
}

.news-pro-green .archive-pagination li a:hover,
.news-pro-green .archive-pagination li.active a,
.news-pro-green .button:hover,
.news-pro-green .enews-widget input[type="submit"],
.news-pro-green .entry-content .button:hover,
.news-pro-green .home-top .ui-tabs ul.ui-tabs-nav li.ui-tabs-active a,
.news-pro-green button:hover,
.news-pro-green input:hover[type="button"],
.news-pro-green input:hover[type="reset"],
.news-pro-green input:hover[type="submit"] {
	background-color: #7dc246;
}

.news-pro-green .enews-widget input:hover[type="submit"] {
	background-color: #f5f5f5;
}

.news-pro-green .home-top .ui-tabs ul.ui-tabs-nav li.ui-tabs-active a:hover {
	background-color: #fff;
}

/* News Pro Pink
--------------------------------------------- */

.news-pro-pink .entry-title a:hover,
.news-pro-pink .footer-widgets a:hover,
.news-pro-pink .site-footer a:hover,
.news-pro-pink a {
	color: #e81857;
}

.news-pro-pink .entry-title a,
.news-pro-pink .genesis-nav-menu a,
.news-pro-pink .sidebar .widget-title a,
.news-pro-pink .site-title a,
.news-pro-pink .site-title a:hover,
.news-pro-pink a:hover {
	color: #000;
}

.news-pro-pink .button,
.news-pro-pink .button:hover,
.news-pro-pink .footer-widgets a,
.news-pro-pink .genesis-nav-menu .current-menu-item > a,
.news-pro-pink .genesis-nav-menu a:hover {
	color: #fff;
}

.news-pro-pink .site-footer a {
	color: #aaa;
}

.news-pro-pink .archive-pagination li a:hover,
.news-pro-pink .archive-pagination li.active a,
.news-pro-pink .button:hover,
.news-pro-pink .enews-widget input[type="submit"],
.news-pro-pink .entry-content .button:hover,
.news-pro-pink .home-top .ui-tabs ul.ui-tabs-nav li.ui-tabs-active a,
.news-pro-pink button:hover,
.news-pro-pink input:hover[type="button"],
.news-pro-pink input:hover[type="reset"],
.news-pro-pink input:hover[type="submit"] {
	background-color: #e81857;
}

.news-pro-pink .enews-widget input:hover[type="submit"] {
	background-color: #f5f5f5;
}

.news-pro-pink .home-top .ui-tabs ul.ui-tabs-nav li.ui-tabs-active a:hover {
	background-color: #fff;
}

/* News Pro Orange
--------------------------------------------- */

.news-pro-orange .entry-title a:hover,
.news-pro-orange .footer-widgets a:hover,
.news-pro-orange .site-footer a:hover,
.news-pro-orange a {
	color: #ff9000;
}

.news-pro-orange .entry-title a,
.news-pro-orange .genesis-nav-menu a,
.news-pro-orange .sidebar .widget-title a,
.news-pro-orange .site-title a,
.news-pro-orange .site-title a:hover,
.news-pro-orange a:hover {
	color: #000;
}

.news-pro-orange .button,
.news-pro-orange .button:hover,
.news-pro-orange .footer-widgets a,
.news-pro-orange .genesis-nav-menu .current-menu-item > a,
.news-pro-orange .genesis-nav-menu a:hover {
	color: #fff;
}

.news-pro-orange .site-footer a {
	color: #aaa;
}

.news-pro-orange .archive-pagination li a:hover,
.news-pro-orange .archive-pagination li.active a,
.news-pro-orange .button:hover,
.news-pro-orange .enews-widget input[type="submit"],
.news-pro-orange .entry-content .button:hover,
.news-pro-orange .home-top .ui-tabs ul.ui-tabs-nav li.ui-tabs-active a,
.news-pro-orange button:hover,
.news-pro-orange input:hover[type="button"],
.news-pro-orange input:hover[type="reset"],
.news-pro-orange input:hover[type="submit"] {
	background-color: #ff9000;
}

.news-pro-orange .enews-widget input:hover[type="submit"] {
	background-color: #f5f5f5;
}

.news-pro-orange .home-top .ui-tabs ul.ui-tabs-nav li.ui-tabs-active a:hover {
	background-color: #fff;
}

#text-4 {
	background: #1065A5;
	width: 10%;
	float: right;
	text-align: center;

	margin-top: -252px;
	margin-right: -38px;
	line-height: 2;
	font-weight: 600;
}

#text-4:hover {
	background: #48A0B5;
}

#text-4 a {
	color: #fff;
}

#text-5 {
	background: #1065A5;
	max-width: 20%;
	float: right;
	text-align: center;

	margin-top: -212px;
	margin-right: -39px;
	line-height: 2;
	font-weight: 600;
	padding-left: 10px;
	padding-right: 10px;
}

#text-5:hover {
	background: #48A0B5;
}

#text-5 a {
	color: #fff;
}


#text-6 {
	background: #1065A5;
	width: 10%;
	float: right;
	text-align: center;

	margin-top: -212px;
	margin-right: -39px;
	line-height: 2;
	font-weight: 600;
}

#text-6:hover {
	background: #48A0B5;
}

#text-6 a {
	color: #fff;
}

.author-box {
	display: none;
}

.wpt_widget_content .entry-title {
	font-size: 14px;
	line-height: 1.4;
}

.wpt_widget_content .entry-title a {
	color: #27A3D1;
}
.wpt_thumbnail .wp-post-image {
	padding: 0px;
	width: 100%;
}

.wpt_widget_content .tab-content li {
	padding: 5px !important;
}

.wpt_thumb_small {
      width: 86px !important;
}

.wdpu-text {
	background: #000 !important;
}

.soliloquy-pager {
	bottom: -25px !important;
	background: #C0A769 !important;
	height: 28px !important;
	padding-top: 6px !important;
}

.soliloquy-container {
	margin-bottom: 60px !important;
}

.page-template-feature-template {
	margin-top: -32px;
}

.page-template-feature-template #itro_popup, #itro_opaco {
	display: none !important;
}


.feature-1 .widget:first-child {
	width: 100%;
	text-align: center;
	position: fixed;
	top: 0px;
	left: 0px;
	font-size: 24px;
	z-index: 9999;
	margin-top: 30px;
	background: rgba(0,0,0,0.65);
}

.feature-1 .widget:first-child a {
	color: #ECDA1B;
}

.feature-2 {
	background: url('http://baptistmessage.com/wp-content/uploads/2015/08/NOBTS-chapel_night_12.jpg');
	background-size: cover;
	overflow: auto;
	background-position: center top;
}


.feature-2 .entry {
	border-bottom: none;
}

.feature-2 .entry-title {
	margin-bottom: 0;
}
.feature-2 .widget-title {
	border-bottom: none;
}
.feature-2 .widget:first-child .widget-title {
	font-size: 100px;
	font-family: 'Open Sans', sans-serif;
	color: #312D4E;
	background: rgba(255, 255, 255, 0.65);
	margin-top: 50px;
	font-weight: 600;
	width: 90%;
	padding: 1%;
	margin-bottom: 4%;
}

.feature-2 .widget:nth-child(2) {
	float: right;
	width: 40%;
	font-size: 33px;
	font-family: 'halant', serif;
	padding: 2% 3% 0%;
	margin: 0 10px 0% 0px;
	background: rgba(88, 84, 119, 0.6);
	border-bottom: none;
	color: #fff;
	font-style: italic;
}

.feature-2 .widget:nth-child(2) a {
	color: #210E3D;
	font-weight: 600;
}

.feature-2 .widget:nth-child(2) .entry {
	margin-bottom: 0;
}

.feature-2 .widget:nth-child(2) .entry-title a {
	font-size: 50px;
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
}

.feature-2 .widget:nth-child(2) .entry-title {
	border-bottom: 4px solid #fff;
	padding-bottom: 8px;
	margin-bottom: 20px;
}

.feature-2 .featuredpost:nth-child(n+3) {
	width: 40%;
	float: left;
	margin: 0 0px 0% 10px;
	background: rgba(88, 84, 119, 0.6);
	padding: 1%;
}

.feature-2 .featuredpost:nth-child(n+3) .widget-title {
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 50px;
	text-align: center;
	width: 100%;
	padding: 0;
}

.feature-2 .featuredpost:nth-child(n+3) .post {
	border-left: 14px solid #3A2562;
	padding: 10px;
	min-width: 10%;
	background: #fff;
	margin-bottom: 7%;

}

.feature-2 .featuredpost:nth-child(n+3) .post:last-child {
	margin: 0;
}

.feature-2 .widget:nth-child(n+3) .post a {
	font-size: 21px;
	color: #210E3D;
	
	/* background-color: #FFF; */
	/* padding: 1%; */
	/* border-left: 12px solid #000; */
}

.feature-2 .widget:nth-child(n+3) .post a:hover {
    color: #735683;

}

.feature-2 .widget:nth-child(n+3) .post .entry-title {
	min-width: 40%
}

.feature-2 .featuredpost:nth-child(n+4) {
	width: 20%;
	background: transparent;
	padding-bottom: 60px;
}

.feature-2 .featuredpost:nth-child(n+5) {
	margin-left: 0%;
}

.feature-3 {
	background: url('http://baptistmessage.com/wp-content/uploads/2015/08/neworleans1.jpg');
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 8%;
}

.feature-3 .widget:first-child .widget-title {
	font-size: 120px;
	font-family: 'Open Sans', sans-serif;
	color: #312D4E;
	background: rgba(255, 255, 255, 0.85);
	margin-top: 0px;
	font-weight: 600;
	width: 100%;
	padding: 0 0;
	margin-bottom: 0;
	border-bottom: none;
}

.feature-3 .ytcplayertitle {
	color: #453169 !important;
	text-align: center;
	font-size: 30px;
	background: #fff;
	margin-top: 0px !important;
	padding: 1%;
	margin-top: -16px !important;
}

.feature-3 .youtubechannelgallery {
	background: rgba(232, 192, 23, 0.43);
	padding: 30px 40px 40px;
}

.feature-3 .ytc-numeration {
	display: none !important;
}

.feature-3 a {
	color: rgb(69, 49, 105);
	font-size: 21px;

}

.feature-3 .ytctitle {
	background: #fff !important;
	padding: 10px;
	text-align: center !important;
	min-height: 100px;

}

.feature-4 {
	background: url('http://baptistmessage.com/wp-content/uploads/2015/08/neworleanstrees.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	padding: 3%;
}

.feature-4 .widget:first-child .widget-title {
	font-size: 120px;
	font-family: 'Open Sans', sans-serif;
	color: #312D4E;
	background: rgba(255, 255, 255, 0.85);
	margin-top: 0px;
	font-weight: 600;
	width: 100%;
	border-bottom: none;
}

ul.pop-widget-tabs li {
	margin-bottom: 4px !important;
}


ul.pop-widget-tabs li:hover {
	background: #4D4D4D !important;
}

ul.pop-widget-tabs li a {
	font-size: 20px !important;
	padding: 4px 10px !important;
	font-weight: 100;
	letter-spacing: 0px !important;
	color: #5A5A5A;
}

.search-filter-results {
	border-top: 1px solid #999;
	padding-top: 15px;
	margin-top: 15px;
}

.individual-result {
	overflow: auto;
}
.search-filter-results .results {
	font-weight: 700;
	text-align: center;
} 

.search-filter-results .result-page-top {
	text-align: center;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 25px;
	padding-bottom: 10px;
}

.search-filter-results h2 {
	font-size: 25px;
	margin-bottom: 5px;
}

.search-filter-results .author {
	font-weight: 700;
	margin-bottom: 0;
}

.search-filter-results .date {
	margin-top: -8px;
	margin-bottom: 8px;
}

.search-filter-results img {
	width: 250px;
	float: left;
	margin: 0 15px 15px 0;
}

.search-filter-results .results-excerpt {width: 100%;}

.searchandfilter ul {
	margin-left: 0;
}

.chosen-container {
	max-width: 100%;
}

/*
* light theme
*/
body .light-theme.wp-posts-carousel { overflow: hidden; }
body .light-theme.wp-posts-carousel .wp-posts-carousel-slide { display: none; padding: 1%; position: relative; margin-left: 2%; width: 95%; }
body .light-theme.wp-posts-carousel.owl-loaded .wp-posts-carousel-slide { display: block; }
body .light-theme.wp-posts-carousel .wp-posts-carousel-container { border: 1px solid transparent; padding: 10px; transition: all 0.3s ease 0s; }
body .light-theme.wp-posts-carousel .wp-posts-carousel-container:hover { border-color: #ebebeb; background: #fcfcfc; }
/*
* posts's image
*/
body .light-theme.wp-posts-carousel .wp-posts-carousel-image { text-align: center; vertical-align: central; overflow: hidden; padding-top:10px; }
body .light-theme.wp-posts-carousel .wp-posts-carousel-image a { display: inline-block; width: 100%; text-align: center; }
body .light-theme.wp-posts-carousel .wp-posts-carousel-image img {display: block; margin: 0 auto; width: auto; }
body .light-theme.wp-posts-carousel .wp-posts-carousel-image img.owl-lazy {opacity: 0;}
/*
* posts's details
*/
body .light-theme.wp-posts-carousel .wp-posts-carousel-details { padding: 0 5px 10px 5px; }
body .light-theme.wp-posts-carousel .wp-posts-carousel-title { text-align: center; font-size: 18px; }
body .light-theme.wp-posts-carousel .wp-posts-carousel-desc { font-size: 12px; color: #666; padding: 2%; margin-bottom: 2%; }
body .light-theme.wp-posts-carousel .wp-posts-carousel-created-date { padding: 0; margin: 0;font-size: 12px; color: #666; font-style: italic; }
body .light-theme.wp-posts-carousel .wp-posts-carousel-categories { padding: 0; margin: 0; font-size: 12px; font-style: italic; }
body .light-theme.wp-posts-carousel .wp-posts-carousel-buttons { text-align: center; }
body .light-theme.wp-posts-carousel .wp-posts-carousel-buttons a { padding-right: 5px; }
/*
* tags
*/
body .light-theme.wp-posts-carousel .wp-posts-carousel-tags { font-size: 11px; }
body .light-theme.wp-posts-carousel .wp-posts-carousel-tags a:before { font-family: "FontAwesome"; font-size: 11px; content: "\f02c"; padding-right: 7px; }
body .light-theme.wp-posts-carousel .wp-posts-carousel-tags a { padding: 2px 10px; border: 1px solid #eee; color: #666; line-height: 24px; text-decoration: none; border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px; transition: all 0.3s ease 0s; }
body .light-theme.wp-posts-carousel .wp-posts-carousel-tags a:hover { color: #6E95B6; }
/*
* controls
*/
body .light-theme.wp-posts-carousel .owl-controls { *height: 0; }
/*
* navigation
*/
body .light-theme.wp-posts-carousel .owl-nav div:before  { font-family: "FontAwesome"; font-size: 30px; display: inline-block; content: '\f104'; }
body .light-theme.wp-posts-carousel .owl-controls .owl-nav div  {background: #fff; color: #ccc; border: 1px solid #ccc; text-align: center; text-decoration: none; display: block; width: 0px; height: 50px;line-height: 50px; margin: -45px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; border-radius: 50%; -webkit-border-radius: 50%; }
body .light-theme.wp-posts-carousel .owl-controls .owl-nav .owl-prev { left: -50px; padding: 0px 30px 0px 17px; }
body .light-theme.wp-posts-carousel .owl-nav .owl-next:before  { content: '\f105'; }
body .light-theme.wp-posts-carousel .owl-controls .owl-nav .owl-next { right: -50px; padding: 0px 27px 0px 20px; }
body .light-theme.wp-posts-carousel:hover .owl-controls .owl-nav .owl-prev { opacity: 0.7; left: 0px; }
body .light-theme.wp-posts-carousel:hover .owl-controls .owl-nav .owl-next  { opacity: 0.7; right: 0px; }
body .light-theme.wp-posts-carousel:hover .owl-controls .owl-nav .owl-prev:hover,
body .light-theme.wp-posts-carousel:hover .owl-controls .owl-nav .owl-next:hover { opacity: 1; color: #6E95B6; }

/*
* dots
*/
body .light-theme.wp-posts-carousel .owl-dots { margin-top: 10px; text-align: center; }
body .light-theme.wp-posts-carousel .owl-dots .owl-dot { display: inline-block; zoom: 1; *display: inline; }
body .light-theme.wp-posts-carousel .owl-dots .owl-dot span { width: 10px; height: 10px; margin: 5px 7px; background: #d6d6d6; display: block; -webkit-backface-visibility: visible; -webkit-transition: opacity 200ms ease; -moz-transition: opacity 200ms ease; -ms-transition: opacity 200ms ease; -o-transition: opacity 200ms ease; transition: opacity 200ms ease; -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; }
body .light-theme.wp-posts-carousel .owl-dots .owl-dot.active span { background: #869791; }
body .light-theme.wp-posts-carousel .owl-dots .owl-dot:hover span { transform: scale(1.3); }

/*
 *  Owl Carousel - Animate Plugin
 */
body .owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
body .owl-carousel .owl-animated-in {
  z-index: 0;
}
body .owl-carousel .owl-animated-out {
  z-index: 1;
}
body .owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/*
 *  Core Owl Carousel CSS File
 */
body .owl-carousel {

  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
body .owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
body .owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
body .owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
body .owl-carousel .owl-controls .owl-nav .owl-prev,
body .owl-carousel .owl-controls .owl-nav .owl-next,
body .owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
body .owl-carousel.owl-loaded {
  display: block;
}
body .owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
body .owl-carousel.owl-hidden {
  opacity: 0;
}
body .owl-carousel .owl-refresh .owl-item {
  display: none;
}
body .owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
body .owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
body .owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
body .owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
body .owl-carousel.owl-rtl {
  direction: rtl;
}
body .owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js body .owl-carousel {
  display: block;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
body .owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
body .owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
body .owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
body .owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
body .owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
body .owl-carousel .owl-video-playing .owl-video-tn,
body .owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
body .owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
body .owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

/*Archive Page*/

.day-posts {
	margin-bottom: 25px;
}

.day-posts h2.title {
	font-size: 21px;
	margin: 24px 0 4px;
}

.day-posts .day {
	margin: 4px 0;
	border-bottom: 1px solid #e4e4e4;
	padding-bottom: 4px;
	overflow: auto;
	padding-left: 14px;
}

.day-posts .day .post:before {
	content: '\2022';
	display: inline-block;
	float: left;
	margin-right: 4px;
	margin-left: -12px;
}

.day-posts .day:last-child {
	border-bottom: none;
}

.page-template-page_archivepage .pagination{
	width: 100%;
	text-align: center;
	font-size: 17px;
	letter-spacing: -0.5px;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	overflow: auto;
	padding: 25px 2%;
	box-sizing: border-box;
}

.page-template-page_archivepage .pagination .prev,
.page-template-page_archivepage .pagination .next {
	background-color: #cba81f;
	color: #fff;
	padding: 8px 12px;
	margin: 0 8px;
	font-weight: 700;
}


/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1500px) {
	.before-header {
		margin-top: 4px;
		margin-right: 2%
	}

	.site-container {
		max-width: 100%;
		margin: 0;
		border: none;
	}

	.site-header {
		text-align: center;
	}

	.site-header .widget_nav_menu {
		text-align: center;
		float: none;
		display: inline-block;
	}

	.site-header .widget_nav_menu .menu-item {
		display: inline-block;
		float: none;
		text-align: center;
		width: auto;
		border: none;
	}
}

@media only screen and (max-width: 1233px) {
	.sidebar .widget_widgets_in_tabs .widget-title a {
		padding: 5px 9px;
	}
	
} 

@media only screen and (max-width: 1188px) {

	#text-5 {
		margin-top: -260px;
		max-width: 30%;
	}

	.feature-2 .widget:first-child .widget-title {
	font-size: 85px;
	}

	.feature-2 .widget:nth-child(2) .entry-title a {
	font-size: 31px
	}


	.site-header .widget_simpleimage {
		width: 30%;
		margin: 48px 0 15px 2%;
	}

	.site-header .widget_date_time {
		/* float: left; */
		/* width: 50%; */
		/* display: block; */
	}

	.site-header .widget_revslider {
		width: 38%;
	}

	.site-header .widget_nav_menu .menu-item a {
		padding: 16px 12px;
	}



}

@media only screen and (max-width: 1023px) {

	.post-type-archive-baptism .baptism {
		width: 60%;
		margin: 0 auto;
		display: block;
		float: none;
	}

	.post-type-archive-baptism .baptism:nth-child(2n+1) {
		margin: 0 auto;
	}

	.post-type-archive-baptism .baptism .entry-title {
		text-align: center;
	}

	.site-container {
		width: 100%;
		overflow: auto;
	}

	.search-form {
		width: 100%;
		border: 1px solid #999;
	}

	.search {
		width: 100%;
	}
	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.site-inner,
	.title-area,
	.wrap {
		width: 100%;
	}

	.sidebar {
		width: 75%;
		margin: 0 auto;
		float: none;
		border: none;
		border-top: 2px solid #999;
		margin-top: 25px;
		margin-bottom: 25px;
	}

	.site-container .site-header .widget_simpleimage {
		width: 41%;
		margin: -8px 0 13px 8%;
		padding: 0;
		text-align: center;
	}

	.site-container .site-header .widget_date_time {
		display: inline-block;
		text-align: center;
		margin-top: 0;
	}

	.site-container .site-header .widget_revslider {
		width: 100%;
		text-align: center;
		margin: 0 auto;
		padding: 0;
		border-top: 1px solid #333;
		display: none;
	}

	.site-header .widget_revslider .baptism-name {
		float: none;
	}

	.site-header .widget_revslider .baptism-home {
		border: none;
	}

	.site-header .widget_wp_posts_carousel .menu-item a {
		padding: 9px 14px
	}

	.site-inner {
		width: 100%;
		padding: 0;
	}
	
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4,
	.footer-widgets-5,
	.footer-widgets-6 {
		max-width: 80%;
		width: 400px;	
		margin: 0 auto;
		float: none;
}
	
	.footer-widgets-4 {
		clear: both;
	}


	#text-5 {
		margin-right: 0px;
		margin-top: -230px;
	}

	#text-6 {
		margin-right: 0px;
		margin-top: -232px;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.home-top .widget.ui-tabs .entry h2,
	.site-description,
	.site-header .search-form,
	.site-header .title-area,
	.site-header .widget-area,
	.site-title {
		text-align: center;
	}

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		border: none;
		padding: 12px;
	}

	.genesis-nav-menu.responsive-menu > .menu-item > .sub-menu,
	.genesis-nav-menu.responsive-menu {
		display: none;
		padding: 18px 0;
	}

	.genesis-nav-menu.responsive-menu .menu-item,
	.responsive-menu-icon {
		display: block;
	}

	.nav-secondary .responsive-menu-icon {
	text-align: right;
}

.nav-secondary {
	width: 100%;
}
	
	.genesis-nav-menu.responsive-menu .menu-item {
		margin: 0;
	}

	.site-header .widget_nav_menu .menu-item {
		display: block;
	}

	.genesis-nav-menu.responsive-menu .menu-item:hover {
		position: static;
	}

	.genesis-nav-menu.responsive-menu li.current-menu-item > a,
	.genesis-nav-menu.responsive-menu .sub-menu li.current-menu-item > a:hover,
	.genesis-nav-menu.responsive-menu li a,
	.genesis-nav-menu.responsive-menu li a:hover {
		background: none;
		border: none;
		color: #000;
		display: block;
		line-height: 1;
		padding: 20px;
		text-transform: none;
		text-align: center;
	}

	.site-header .widget_wp_posts_carousel .menu-item:first-child a {
		border: none;
	}

	.genesis-nav-menu.responsive-menu .menu-item-has-children {
		cursor: pointer;	
	}

	.genesis-nav-menu.responsive-menu .menu-item-has-children > a {
		margin-right: 60px;
	}

	.genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		content: "\f132";
		float: right;
		font: normal 16px/1 'dashicons';
		height: 16px;
		padding: 18px 20px;
		right: 0;
		text-align: right;
		z-index: 9999;
	}

	.genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
		content: "\f460";
	}

	.genesis-nav-menu.responsive-menu .sub-menu {
		background-color: rgba(0, 0, 0, 0.05);
		border: none;
		left: auto;
		opacity: 1;
		position: relative;
		-moz-transition:    opacity .4s ease-in-out;
		-ms-transition:     opacity .4s ease-in-out;
		-o-transition:      opacity .4s ease-in-out;
		-webkit-transition: opacity .4s ease-in-out;
		transition:         opacity .4s ease-in-out;
		width: 100%;
		z-index: 99;
	}

	.genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
		margin: 0;
	}

	.genesis-nav-menu.responsive-menu .sub-menu li a,
	.genesis-nav-menu.responsive-menu .sub-menu li a:hover {
		background: none;
		border: none;
		padding: 20px;
		position: relative;
		text-transform: none;
		width: 100%;
	}

	.site-header .widget_nav_menu {
		border-top: none;
		background-color: #e0be36;
	}

	.site-header .widget_nav_menu .menu-item a {
		padding: 11px 0;
	}

	
	.content {
		border: none;
	}

	.site-footer {
		padding: 24px;
	}
	

	.content-sidebar .content,
	.content-sidebar-sidebar .content,
	.sidebar-sidebar-content .sidebar-primary {
		border: none;
		width: 100%;
		margin-right: 0;
		float: none;
		overflow: hidden;
		padding-top: 20px;
	}

	.simple-image {
		text-align: center;
		/* border-top: 1px solid #E3E3E3; */
		padding-top: 12px;
	}

	 
.header-image .site-title a {
	 	background-position: center !important;
	 	margin-top: 30px;

	
	 	margin-bottom: 20px;
}
.header-image .site-description {
	float: none;
	margin-top: 0%;
	margin-left: 0%;
	margin-right: 0%;
	font-style: italic;
	font-size: 16px;
	color: #777;
}	
.feature-2 .featuredpost:nth-child(n+1) {
	width: 100%;
	padding: 0% 5%;
	float: left;
	display: block;
	margin: 0 auto;
}

.feature-2 .featuredpost:nth-child(n+1) .post {
	margin: 0px 0px;
}

.feature-2 .featuredpost:nth-child(n+1) .entry {
	margin: 4% 0;
}

.feature-2 .featuredpost:nth-child(n+5) .post:last-child {
	margin-bottom: 70px;
}

.feature-3 .ytc-column {
	width: 100% !important;
}

.feature-3 .ytctitle {
	min-height: 0px;
}

}



@media only screen and (max-width: 900px) {

	#itro_popup {
		width: 80% !important;
	}


	.home-middle-left , .home-middle-right, .home-bottom {
		width: 90%;
		margin: 0 auto;
		padding: 0;
		border-right: 0;
		float: none;
	}

	.home-bottom .widget:nth-child(2), .home-bottom .widget:nth-child(3) {
		width: 100%;
	}

	.sidebar {
		width: 95%;
	}

}


@media only screen and (max-width: 600px) {

	.before-header {
		width: 100%;
		margin: 0;
	}

	.site-container .site-header .widget_simpleimage {
		width: 90%;
		margin: 0 auto;
		float: none;
	}

	.site-container .site-header .widget_date_time {
		margin-top: 0;
	}

	#text-5 {
		max-width: 100%;
		margin: 0px auto;
		width: 100%;
		float: left;
		padding: 0;
	}

	#text-6 {
		width: 25%;
		margin-top: -195px;
	}
	
	.content #genesis-responsive-slider .flex-direction-nav li .next,
	.content #genesis-responsive-slider .flex-direction-nav li .prev,
	.content .slide-excerpt {
		display: none;
	}
	.home-middle {
		padding: 20px 4%;
	}

	.home-bottom {
		padding: 20px 2.5%;
	}
	
	.header-image .site-header .site-title a {
		background-size: contain !important;
	}
	
	.entry-title {
		font-size: 26px;
	}

	.site-header .widget-area {
		margin: 0 auto !important;
		width: 100% !important;
		float: left !important;
	}

	.feature-2 .widget:first-child .widget-title {
		font-size: 45px;
	}

	.feature-2 .widget:nth-child(2) {
		padding-top: 25px;
		font-size: 24px;
	}

	.feature-3 {
		padding: 13% 1%;
	}

	.feature-3 .widget:first-child .widget-title {

		font-size: 60px;
	}

	.feature-3 .youtubechannelgallery {
		width: 100% !important;
		padding: 5%;
	}

	.feature-3 .ytcplayertitle {
		display: none;
	}

	.feature-4 .widget:first-child .widget-title {
		font-size: 45px;
	}

	.search-filter-results img {
		float: none;
		margin: 23px auto;
		width: 100%;
	}

	.home-bottom-2 .widget:nth-child(n+2) {
		width: 100%;
		max-width: 250px;
	}

	.home-bottom-2 .widget:nth-child(n+2) a {
		font-size: 15px;
	}
}