/*
Theme Name:    Church
Theme URI: 	   https://wporganic.com/theme/church/
Author: 	   wp-organic
Author URI:    http://wporganic.com/
Description:   Church WordPress theme provied facilityes such as pastor, pastor details, sermon, sermon details, blog, blog details, about us, contact information etc.
Version:  	   1.0.5
License: 	   GNU General Public License v2 or later
License URI:   https://www.gnu.org/licenses/gpl-2.0.html
Text Domain:   church
Tags: 		   two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
*/


.display_inline_block{
   display: inline-block !important;
}
/** calander **/
.widget_calendar caption {
    text-transform: uppercase;
    padding: 5px;
    text-align: center;
    border-radius: 0px;
    margin-bottom: 10px;
    color: #606060;
}

.footer-block .widget_calendar caption {
	color: #8a8a8a;
}

.clearboth{
	clear: both;
}
hr{
	margin-top: 40px;
	margin-bottom: 40px;
}
table{    
	margin: 20px 0;
	width: 100%;
	border: 1px solid #ddd;
	border-collapse: separate;
	border-left: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
td,
th {
	padding: 0;
}

table th, table td {
    padding: 8px;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    vertical-align: top;
    text-align: left;
    line-height: 18px;
}

.post-block ol li,
.post-block ul li {
    margin: 0 0 0 15px;
}

ul,
ol ol,
ul ul  {
    padding-left: 20px
}
ul li,
ol li {
    padding-top: 5px
}
ol, ul {
    margin-bottom: 20px
}

dd {
    margin: 20px
}

.widget ul,
.widget ol,
.footer-widget ul,
.footer-widget ol{
	padding-left: 0px;
}

/** 
 *. Comment section
 */
ol#comment_main_div_id ol.children li{
	list-style: none;
}
ol.children {
    padding-left: 15px;
}
ol.commentlist{
	padding: 0px;
}

/** video responsive **/
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
	margin-bottom: 20px;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
	margin-bottom: 20px;	
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;	
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget{
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select,
.footer-widget img,
.footer-widget select,
.theme-sidebar-area .widget img {
    display: block;
    max-width: 100%;
    height: auto;	
}

.footer-widget .tagcloud a {
    padding: 10px 20px;
    background: #e1e1e1;
    color: #111;
    display: inline-block;
    margin-bottom: 10px
}

.footer-widget ul>li>a {
    line-height: 1.412
}

.footer-widget ul>li {
    margin-bottom: 10px
}

.footer-widget ul li:before {
    content: "\f105";
    font-family: FontAwesome;
    margin-right: 10px
}

.footer-widget ul li i {
    margin-right: 10px
}

.footer-widget ul .children,
.footer-widget ul .sub-menu {
    padding-left: 15px;
    margin-top: 10px
}



/** input group btn css **/

.input-group-btn:last-child>.btn, 
.input-group-btn:last-child>.btn-group{
	margin-left: 0px;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky-icon:before {
    font-family: 'FontAwesome';
    content: "\f02e";
    font-size: 30px;
    color: #e4b855;
    position: absolute;
    width: 20px;
    height: 27px;
    top: 0px;
    right: 20px;
    display: block;
}

.hentry {
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

/*--------------------------------------------------------------
## Page links
--------------------------------------------------------------*/ 
.page-links {
	clear: both;
	font-weight: normal;
	line-height: 2.2;
	margin: 20px 0;
	text-transform: uppercase;
}
.page-links a,
.page-links > span {
	background: #e6be64;
    border: 1px solid #ebebeb;
    padding: 5px 10px;
    text-decoration: none;
    margin-right: 5px;
    color: #fff;	
}
.format-status .entry-content .page-links a,
.format-gallery .entry-content .page-links a,
.format-chat .entry-content .page-links a,
.format-quote .entry-content .page-links a,
.page-links a {
	background: #ffffff;
	border: 1px solid #ebebeb;
	color: #000000;
}
.format-gallery .entry-content .page-links a:hover,
.format-audio .entry-content .page-links a:hover,
.format-status .entry-content .page-links a:hover,
.format-video .entry-content .page-links a:hover,
.format-chat .entry-content .page-links a:hover,
.format-quote .entry-content .page-links a:hover,
.page-links a:hover {
    background: #e6be64;
    border: 1px solid #ebebeb;
    color: #ffffff;
}
.format-status .entry-content .page-links > span,
.format-quote .entry-content .page-links > span {
	background: none;
}
.page-links .page-links-title {
    background: transparent;
    border: none;
    margin-right: 20px;
    padding: 0;
    color: #606060;
}

/** password protected button **/
.post-password-form input[type="submit"],
.post-password-form input[type="button"],
.post-password-form input[type="reset"]{
    font-size: 16px;
    color: #FFF;
    border: 0.5px solid #e4b855;
    width: 70px;
    background: #E4B855;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0px;
    padding: 10px;
}

.wp-caption-text {
	text-align: center;
	margin: 10px 0px;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/** Post Formate **/
.news-img, .post-slider, .videoWrapper {
    margin-bottom: 20px;
}

.donation-item .social-icon ul{
		padding-left: 0px;
	}

@media (min-width: 1200px) {
    /* col-lg-* Class */
    .col-lg-clear-right {
        clear: right;
    }
    .col-lg-clearboth {
        clear: both;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    /* col-md-* class */
    .col-md-clear-right {
        clear: right;
    }
    .col-md-clearboth {
        clear: both;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    /* col-sm-* class */
    .col-sm-clearboth {
        clear: both;
    }
    .col-sm-clear-right {
        clear: right;
    }
    .col-sm-clearboth {
        clear: both!important;
    }
    .news-contentOne, .news-contentTwo{
    	padding-top: 0px;
    }
    .news-contentTwo{
    	padding-bottom: 30px;
    }
	.section {
	    margin-top: 60px;
	    margin-bottom: 60px;
	}  
	.email-btn{
		padding-top: 30px;
	}  
	.footer-heading {
	    padding-bottom: 10px;
	}
	.home-slider-img {
		height: 80vh;
	}		
	div.kc_col-of-5{
		    width: 33%;
	}
}
@media (max-width: 480px) {
    /* col-xs-* class */
    .col-xs-clear-right {
        clear: right;
    }
    .col-xs-clearboth {
        clear: both;
    }    
	.sermons-horizontal-block {
		padding: 30px 20px;
	    position: relative;
	    background: #000000;
	    margin-bottom: 30px;
	}
	.about-content {
	    margin-top: 40px;
	    margin-left: 15px;
	    margin-right: 15px;
	}	
	.section {
	    margin-top: 60px;
	    margin-bottom: 60px;
	}
	.news-contentOne {
	    padding-top: 0px;
	}
	.news-contentTwo {
	    padding-bottom: 30px;
	}
	.news-contentOne, .news-contentTwo {
	    padding-top: 0px;
	}
	.donation-item {
	    margin-bottom: 0px;
	}
	.footer-heading {
	    padding-bottom: 10px;
	}
	.footer-section {
	    padding-top: 50px;
	}	
	.sermons-vOne{
		padding-bottom: 0px;
	}
	.sermons-vertical-main-block .sermons-block {
	    padding: 15px;
	}
	.portfolioFilter a {
	    margin-bottom: 20px;
	}
	.portfolioFilter {
	    padding-top: 60px;
	    padding-bottom: 60px;
	} 
	.home-slider-img {
		height: 80vh;
	}
}