/*================= MASTER STYLESHEET =================================

	Project     :	CHURCH-BLOG Page
	Version     :	1.0
	Last Change : 	13/04/2017
	Primary Use :   CHURCH-BLOG HTML Page

=======================================================================*/
/*========================================== LAYOUT ===================================================================

		1.NAVIGATION
		2.HEADER
		3.LEFT-SIDEBAR
		4.BOTH-SIDEBAR
		5.GRID TWO COLUMN
		6.MASONRY
		7.FOOTER
		8.MEDIA QUERY

=========================================================================================================*/
/*========================================== COLOR CODES ==============================================


	Theme Color	       :#f1c40f
	Main Heading Color :#333333
	SubHeading Color   :#333333
	Content Color      :#666666

=====================================================================================================*/
/*========================================== TYPOGRAPHY ==============================================
	
	HEADING    :font-family: 'Roboto', Helvathika, Arial sans-serif;
	CONTENT    :font-family: 'Open Sans', Helvathika, Arial sans-serif;

====================================================================================================*/
/*========================================== 1.GLOBAL CSS START ===========================================*/
/* CUSTOM STYLES */

@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');
@import 'https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i';
a {
    outline: none !important;
    text-decoration: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6, .menu-fs {
	 font-family: 'Roboto', Helvathika, Arial, sans-serif;
    margin: 0px;
}
/* elements */

p {
    margin: 0px;
}
body {
    font-family: 'Open Sans', Helvathika, Arial, sans-serif;
    font-size: 14px;
}
h1,
h2 {
    letter-spacing: 1px;
}
.main-heading {
    color: #333333;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 40px;
}

.menu-fs, h2, .header h1, #comments h1, .comment-form h1{text-transform:capitalize;}
h2 {
    color: #333333;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
	
}
.single p {
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}
.entry-meta .author,
.entry-meta .category,
.entry-meta .footer-category,
.entry-meta .author,
.widget_categories .list,
.widget_tags .tags,
.widget_archive .lsb-date,
.entry-meta .lsb-date-pm,
.entry-meta .category,
.entry-meta .footer-category,
.entry-content .line,
.main-heading,
.ls,
.entry-meta .list-1,
.entry-meta .twitter,
.entry-meta .list-2,
.entry-meta .ago,
#comments .comment-meta p,
#comments .comment-meta span,
.comment-form label,
.btn-1,
.link-read {
    letter-spacing: 1px;
}
.white-text h2,
.white-text p {
    color: #ffffff;
}
.h2-white-text {
    color: #ffffff !important;
}

.entry-meta .list-1,
#primary .link-read {
    color: #f1c40f;
}

.entry-meta .list-2,
.entry-meta .twitter{
    color: #333333;
}
.entry-meta .author,
#comments .comment-meta .comments-date span{color: #666666;}
#primary .link-read {
    font-size: 13px;
    font-weight: 700;
	padding-left:10px;
}
#primary h2 a:hover, .entry-meta .list-2 a:hover, .entry-meta .twitter a:hover,
#comments .comment-meta .comments-date span a:hover{
    color: #f1c40f;
    transition: .3s all ease;
}

#primary .link-read:hover {
    color: #BA980D;
    transition: .3s all ease;
}
.widget_tags .tags,
.widget_categories .list,
.widget_archive .lsb-date,
.entry-meta .lsb-date-pm,
.entry-meta .footer-category {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
.entry-meta .author,
.entry-meta .twitter,
.entry-content .line {
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
}
.entry-meta .list-1,
.entry-meta .list-2,
.entry-meta .ago {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    padding-bottom: 5px;
}
.entry-meta .list-2-bottom {
    margin-bottom: 5px;
}
.entry-meta .ago {
    font-style: italic;
}
.entry-meta .twitter {
    font-size: 14px;
	
}
.h2-bottom {
    margin-bottom: 15px;
}
a {
    color: inherit;
}
a:hover {
    color: inherit;
    text-decoration: none;
}
a:visited {
    color: inherit;
    text-decoration: none;
}
.image-center {
    margin: 0 auto;
}
.image-right {
    margin: 0 0 0 auto;
}
.image-left {
    margin: 0 auto 0 0;
}
.image-radius {
    border-radius: 3px;
}
.center {
    text-align: center;
}
.left {
    text-align: left;
}
.right {
    text-align: right;
}
.image-bottom {
    margin: 0 0 20px 0;
}
.column-center {
    float: none;
    margin: 0 auto;
}
.no-padding {
    padding: 0;
}
.no-margin {
    margin: 0;
}
.common-row-space {
    padding-bottom: 40px;
}
.twocol-row-space {
    padding-bottom: 30px;
}
.footer-bg {
    background-color: #333333;
}
.section-space {
    padding: 80px 0 80px 0;
}
.btn-1 {
    background-color: #f1c40f;
    border: 0;
    border-radius: 3px;
    color: #ffffff;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    padding: 10px 20px 10px 20px;
}
.distab {
    display: table;
}
.distab-cell {
    display: table-cell;
}
.distab-cell-middle {
    display: table-cell;
    vertical-align: middle;
}
.distab-cell-top {
    display: table-cell;
    vertical-align: top;
}
.over-hide {
    overflow: hidden;
}
iframe {
    border: 0;
}

.footer-text h2, .footer-text h3, .footer-text p, .site-generator, .gray-text h2, .gray-text p, .header h1{color:#f3f3f3;}
/*========================================== NAVIGATION START ===========================================*/

.act {
    color: #f1c40f !important;
}
.act:hover {
    color: #f1c40f !important;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    display: table;
}
.dropdown-menu > li > a {
    padding: 5px 20px;
}
.dropdown li {
    padding: 3px 0;
}
.dropdown-menu > li > a:hover {
    background-color: transparent;
}
.navbar-nav > li > .dropdown-menu {
    margin-top: 18px;
}
.menu-underline {
    display: inline-block;
    text-decoration: none;
}
.menu-underline::after {
    background-color: #f1c40f;
    content: '';
    display: block;
    height: 2px;
    margin: 0 auto;
    width: 0;
    transition: width 1s;
    -ms-transition: width 1s;
    -webkit-transition: width 1s;
}
.menu-underline:hover::after {
    width: 100%;
    transition: width 1s;
    -webkit-transition: width 1s;
    -ms-transition: width 1s;
}
.menu-fs,
.menu-fs li {
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 1px;
}
.menu-bg {
    background: rgb(255, 255, 255) none repeat scroll 0 0;
}
.navbar {
    margin-bottom: 0;
}
.navbar-default .navbar-nav > li > a {
    color: #666666;
    background-color: transparent !important;
    margin: 0 12px;
    padding: 15px 0 5px 0;
    display: table;
}
.navbar-default .navbar-nav > li > a:hover {
    color: #666666;
    background-color: transparent !important;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    color: #f1c40f !important;
}
.navigation-tb {
    margin: 10px 0;
}
/*========================================== NAVIGATION END ===========================================*/
/*========================================== HEADER START =========================================*/

.header h1 {
    font-size: 50px;
    font-weight: 500;
    letter-spacing: 5px;
    line-height: 60px;
	
}
#header-featured-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#header-featured-image {
    background-image: url("../../images/1500x440x1.jpg");
}
.header-section-space {
    padding: 180px 0 150px 0;
}
/*========================================== HEADER END ===========================================*/
/*========================================== LEFT-SIDEBAR START =========================================*/

.widget_tags .tags li {
    background-color: #f5f5f5;
    box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.1);
    margin-right: 10px;
    padding: 10px;
    border-radius: 3px;
    transition: .5s all ease;
}
.widget_tags .tags li:hover {
    background-color: #f1c40f;
}
.widget_tags .tags li:hover p {
    color: #ffffff;
}
.tags-bottom {
    margin-bottom: 10px;
}
.lsb-bottom {
    margin: 10px 0 10px 0;
}
.widget_archive .lsb-bottom {
    margin-bottom: 10px;
}
.widget_categories .list:hover,
.widget_archive .lsb-date:hover {
    color: #d8b00d;
    transition: .3s all ease;
}
.float-left {
    float: left;
}
.float-pad {
    padding-left: 120px;
}
.float-pad-1 {
    padding-left: 90px;
}
.entry-meta .author-top {
    padding-top: 10px;
}
.author-right {
    padding-right: 15px;
}
.author-bottom {
    padding-bottom: 15px;
}
.srch-width {
    width: 100%;
}
.lsb-br {
    border-bottom: 1px solid #dcdcdc;
	width:90%;
	margin:0 auto;
}
.lsb-br-secondary-bottom {
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.lsb-br-bottom {
    padding-bottom: 40px;
}
.lsb-br-top {
    padding-top: 40px;
}
.recent-posts-bottom {
    padding-bottom: 30px;
}

.footer-icon {
    list-style: none;
    display: inline-block;
}
.footer-lr-pad {
    padding-left: 5px;
}
.footer-icon-top {
    padding-top: 5px;
}
.footer-icon-bk {
    list-style: none;
    display: block;
}
.footer-icon-bk-bottom {
    padding-top: 15px;
}
.float-icon {
    float: left;
}
.floatlist-pad {
    padding-left: 24px;
}
.floatlist-pad-twocol {
    padding-left: 44px;
}
.search-box {
    color: #333333;
    background-color: #ffffff;
    border-color: #cccccc;
    border-radius: 0px 3px 3px 0;
}
.search-box:hover {
    color: #f1c40f;
}
.image-grow {
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
}
.image-grow:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.fa-tags {
    font-size: 12px;
    padding: 0 5px;
}
.fa-bell {
    font-size: 12px;
    padding: 0 5px;
}
.footer-fa {
    color: #f1c40f;
    padding-right: 10px;
}
.tag-lr-pad {
    padding: 0 5px;
}
.find-image-1 {
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.image-zoom-1 {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.carousel-inner .item {
    padding: 0;
}
/*========================================== LEFT-SIDEBAR END ===========================================*/
/*========================================== BOTH-SIDEBAR START ===========================================*/

.both-br-bottom {
    padding-bottom: 30px;
}
.both-br-top {
    padding-top: 30px;
}
.both-br-secd-top {
    padding-top: 30px;
}
.both-br-secd-top {
    border-bottom: 1px solid #dcdcdc;
    padding-top: 30px;
    clear: left;
	width:90%;
	margin:0 auto;
}
.both-br-secd-bottom {
    margin-bottom: 30px;
}
.gallery-left-pad {
    padding-left: 10px;
}
.gallery-image-top-bottom {
    padding: 10px 0 20px 0;
}
.instagram-lr-pad-1 {
    padding: 0 15px;
}
.instagram-right-pad {
    padding-right: 4px;
}
.instagram-lr-pad-2 {
    padding: 0 2px;
}
.instagram-left-pad {
    padding-left: 4px;
}
.instagram-top-pad {
    padding-top: 6px;
}
/*========================================== BOTH-SIDEBAR END =========================================*/
/*========================================== GRID TWO COLUMN START =========================================*/

.pos-rel {
    position: relative;
}
.content-body {
    position: absolute;
    top: 0;
    background: rgba(0, 0, 0, 0.4);
    height: 100%;
    left: 0;
    right: 0;
}
.content-header {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px 30px 15px 30px;
}
.content-category {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    padding: 30px 30px 10px 30px;
}
.two-col-lr-pad {
    padding-right: 15px;
}
.zoom-area {
    overflow: hidden;
}
.find-image {
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.image-zoom {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.three-col-author .author, .two-col-author .author{color:#f1c40f;} 
/*========================================== GRID TWO COLUMN END ===========================================*/
/*========================================== MASONRY START =========================================*/

.masonry-br {
    border: 1px solid #f1c40f;
}
.masonry-br:hover {
    background-color: #f6f6f6;
    transition: .3s all ease;
}
.masonry-pad {
    padding: 20px 15px 20px 15px;
}
.masonry-icon {
    list-style: none;
    display: inline-block;
}
.masonry-lr-pad {
    padding-bottom: 15px;
}
.category-right {
    padding-right: 10px;
}
.category-right-1 {
    padding-right: 25px;
}

.entry-meta .category-bottom {
    padding-bottom: 10px;
}
.entry-meta .date {
    color: #adadad;
    font-size: 13px;
    font-weight: 600;
    line-height: 18px;
}
.masonry {
    column-width: 17em;
    -moz-column-width: 17em;
    -webkit-column-width: 17em;
    column-gap: 0.7em;
    -moz-column-gap: 0.7em;
    -webkit-column-gap: 0.7em;
}
.item-mas {
    display: inline-block;
    padding: 0 12px 0 11px;
    width: 100%;
}
.masonry-row-space .item-mas {
    margin-bottom: 30px;
}
.masonry-row-space .item-mas:last-child {
    margin-bottom: 0;
}
.gallery-pad-right {
    padding-right: 5px;
}
.gallery-pad-left {
    padding-left: 5px;
}
.gallery-pad-top {
    padding-top: 10px;
}
/*========================================== MASONRY END ===========================================*/
/*========================================== PAGINATION START =========================================*/

.pagination {
    margin: 40px 0 0 0;
    display: inline-block;
}
.pagination a {
    color: #333333;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
}
.pagination a.active {
    background-color: #f1c40f;
    color: white;
}
.pagination a:hover:not(.active) {
    background-color: #333333;
    color: #ffffff;
}
/*========================================== PAGINATION END ===========================================*/
/*========================================== COMMENTS START =========================================*/

#comments h1,
.comment-reply-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}
#comments .comment-meta p {
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
}
#comments .comment-meta span,
#comments .comment-meta .comments-date {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
.comments-text-left {
    padding-left: 15px;
}
#comments .comment-meta .comments-date {
    margin-top: 5px;
}
#comments .comment-meta .comments-date span {
    font-size: 16px;
    font-weight: 600;
}
#comments .text-top {
    padding-top: 20px;
}
#comments .comments-row-space {
    padding-bottom: 30px;
}
#comments .comments-left-pad {
    padding-left: 60px;
}
.comments-section-top {
    padding-top: 30px;
}
/*========================================== COMMENTS END ===========================================*/
/*========================================== COMMENTS-FORM START =========================================*/

.comment-form label {
    font-size: 14px;
    font-weight: 600;
}
.comment-form-bottom {
    padding-bottom: 100px;
}
.comment-form input {
    height: 40px;
}
.form-pad-right {
    padding-right: 30px;
}
.textarea-bottom {
    padding-bottom: 30px;
}
/*========================================== COMMENTS-FORM END ===========================================*/
/*========================================== FOOTER START =========================================*/

.footer-br {
    border-bottom: 1px solid #f3f3f3;
    margin-top: 40px;
}
.footer-br-bottom {
    margin-bottom: 40px;
}
.footer-icon-right {
    padding-right: 10px;
}
.social-left-pad {
    padding-left: 15px;
}

.footer-col-center {
    margin: 0 auto;
    display: table;
}
.footer-logo-bottom {
    padding-bottom: 30px;
}
.footer-table-left-pad {
    padding-left: 15px;
}
.footer-table-bottom-pad {
    padding-bottom: 20px;
}
.latest-posts-bottom {
    padding-bottom: 20px;
}
.latest-posts-sub {
    font-size: 14px;
    margin-bottom: 5px;
}
/*========================================== FOOTER END ===========================================*/
/*========================================== MEDIA QUERY START =========================================*/

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .content-category {
        padding: 10px 15px 10px 15px;
    }
    .content-header {
        padding: 10px 15px 10px 15px;
    }
    .footer-split-column-1 {
        width: 100% !important;
        padding-bottom: 30px;
    }
    .footer-split-column {
        width: 33.3% !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .social-icon-top {
        padding-top: 30px;
    }
    .three-col-res-row-space {
        padding-top: 30px;
    }
    .content-category {
        padding: 10px 15px 10px 15px;
    }
    .content-header {
        padding: 10px 15px 10px 15px;
    }
    .srch-width {
        width: 100%;
    }
    .res-primary-bottom-1 {
        padding-bottom: 40px;
    }
    .both-res-br {
        border-bottom: 1px solid #dcdcdc;
        margin-bottom: 40px;
    }
    .srch-width-1 {
        width: 60%;
    }
    .footer-break-bottom {
        padding-bottom: 30px;
    }
	.res-twocol-row-space {
    padding-bottom: 30px;
	}
}
@media only screen and (min-width: 250px) and (max-width: 767px) {
    .nav > li {
        display: table;
    }
    .navbar-default .navbar-nav > li > a {
        padding: 20px 0 5px 0;
        width: auto !important;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #777777;
    }
    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        background-color: #f1c40f;
        border-color: #f1c40f;
    }
    .navbar-default .navbar-toggle:focus .icon-bar,
    .navbar-default .navbar-toggle:hover .icon-bar {
        background-color: #ffffff;
    }
    .content-body,
    .content-category {
        position: relative;
    }
    .content-header {
        position: relative;
    }
    .res-twocol-space {
        margin-bottom: 40px;
    }
    .res-image {
        width: 100%;
        height: auto;
    }
    .srch-width {
        width: 50%;
    }
    .res-primary-bottom {
        padding-bottom: 40px;
    }
    .social-icon-top {
        padding-top: 30px;
    }
    .three-col-res-row-space-1 {
        padding-top: 30px;
    }
    .content-body {
        background: rgba(0, 0, 0, 0.8);
    }
    .two-col-res-row-space-1 {
        padding-top: 30px;
    }
	
    .content-header {
        padding: 25px 30px 15px 30px;
    }
    .content-category {
        padding: 30px 30px 10px 30px;
    }
    .image-zoom {
        -moz-transform: none;
        -webkit-transform: none;
        transform: none;
    }
    .footer-break-bottom {
        padding-bottom: 30px;
    }
	
	.res-twocol-row-space {
    padding-bottom: 30px;
	}
	
}
    @media only screen and (min-width: 250px) and (max-width: 479px) {
        .srch-width {
            width: 80%;
        }
        .comments-fixed {
            width: 100% !important;
        }
        .form-pad-right {
            padding-right: 0;
        }
        .comment-form-bottom {
            padding-bottom: 200px;
        }
        .res-name-bottom {
            padding-bottom: 30px;
        }
        .footer-fixed {
            width: 100% !important;
        }
        .footer-fixed-bottom {
            margin-bottom: 30px;
        }
        .social-icon-top {
            padding-top: 0;
        }
    }
    @media only screen and (min-width: 250px) and (max-width: 359px) {
        .pagination a {
            padding: 8px 12px;
        }
    }
    /*========================================== MEDIA QUERY END =========================================*/