/*================= MASTER STYLESHEET =================================

	Project     :	CHURCH Page
	Version     :	1.0
	Last Change : 	10/02/2017
	Primary Use :   CHURCH HTML Page

=======================================================================*/
/*========================================== LAYOUT ===================================================================

		1.GLOBAL CSS START
		2.NAVIGATION
		3.HEADER-1
		4.HEADER-3 VIDEO
		5.WELCOME TO CHURCH
		6.OUR SERVICES
		7.SCHEDULE
		8.GALLERY
		9.TEAM-BG
		10.TEAM-BG
		11.UPCOMING EVENTS
		12.CTA
		13.TWO-COLUMN-SECTION
		14.TWO-COLUMN-RIGHT-IMAGE
		15.EMAIL SUBSCRIPTION
		16.VENUE
		17.FOOTER
		18.SERMON
		19.DONATE FORM

=========================================================================================================*/
/*========================================== COLOR CODES ==============================================


	Theme Color	       :#f1c40f
	Main Heading Color :#333333
	SubHeading Color   :#333333
	Content Color      :#666666
	#6495ED! 
	#E8EFFC

=====================================================================================================*/
/*========================================== TYPOGRAPHY ==============================================
	
	HEADING    :font-family: 'Montserrat', 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, .donation-h2, .menu-fs {
    margin: 0px;
    font-family: 'Roboto', Helvathika, Arial, sans-serif;
}
/* elements */

p {
    margin: 0px;
}
body {
    font-family: 'Open Sans', Helvathika, Arial, sans-serif;
    font-size: 14px;
}

  
h1,
h2,
h3,
h4 {
    letter-spacing: 1px;
}
h1,
h2 {
    color: #333333;
    font-weight: 500;
	text-transform:capitalize;
}
h1 {
    font-size: 34px;
    line-height: 40px;
    margin-bottom: 10px;
}
.h1-white-text {
    color: #ffffff;
}

h1 {
    font-family: 'Playfair Display', serif;
    font-size: 32px;
    font-weight: 700; /* Strong, bold look */
    line-height: 1.3;
    color: #333; /* Optional: Elegant dark tone */
  }
h2 {
    font-size: 24px;
    line-height: 30px;
}
.h2-white-text {
    color: #ffffff;
}
.h2-bottom {
    margin-bottom: 15px;
}
p {
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}
.p-white-text {
    color: #ffffff;
}
.p-bottom {
    margin-bottom: 20px;
}
a {
    color: inherit;
}
a:hover {
    color: inherit;
    text-decoration: none;
}
a:visited {
    color: inherit;
    text-decoration: none;
}
.section-space {
    padding: 80px 0 80px 0;
}
.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;
}




.btn-1 {
    background-color: #f3f3f3;
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    padding: 10px 20px 10px 20px;
    transition: 300ms ease-in;
}
.btn-2 {
    background-color: #f1c40f;
    color: #ffffff;
}
.btn-1:hover {
    background-color: #f1c40f;
}

.btn-3 {
	color:#f3f3f3;
    background-color: transparent;
    border:1px solid #f3f3f3;
    border-radius: 3px;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    padding: 10px 45px 10px 45px;
    transition: 300ms ease-in;
}

.btn-3:hover {
	  border:1px solid #f1c40f;
	  background-color: #f1c40f;
}
.btn-top {
    margin-top: 30px;
}
.btn:hover,
.btn:focus {
    color: #ffffff;
}
.link {
    color: #f1c40f;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
}
.link-top {
    margin-top: 15px;
}
.image-bottom {
    margin: 0 0 20px 0;
}
.underline-bottom {
    margin: 0 0 40px 0;
}
.column-center {
    float: none;
    margin: 0 auto;
}
.no-padding {
    padding: 0;
}
.no-margin {
    margin: 0;
}
.no-fs {
    font-size: 0;
}
.common-row-space {
    padding-bottom: 40px;
}
.uline-sec-time {
    color: #666666;
}
.uline-sec-time,
.teambg-design,
.events-num,
.btn-1,
.venue-address, .btn-3 {
    letter-spacing: 1px;
}
.teambg {
    background-color: #f1c40f;
}

.upcoming-events-bg {
    background-color: #222222;
}
.venue-row-space {
    margin-bottom: 30px;
}
.section-bg-1 {
    background-color: #ffffff;
}
.section-bg-2 {
    background-color: #f6f6f6;
}
iframe {
    border: 0px;
}
.header-bgimage, .header-bgimage-1,
.header-bgimage-2,
.header-bgimage-3,
.cta-bgimage,
.email-bgimage,
.two-column-bgimage-1,
.two-column-bgimage-2,
.video-bgimage,
.what-bgimage,
.popup-bg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


/*===============================================logo====================================================*/


@media (max-width: 768px) {
  .church-logo {
    height: 40px;      /* Scales down for mobile */
  }
}
/*========================================== NAVIGATION START ===========================================*/

.act {
    color: #686765 !important;
}
.act:hover {
    color: #535352 !important;
}

.navbar-default .navbar-nav > li > a {
    padding: 25px 0 10px 0; /* top right bottom left */
}

.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-list{
    padding-top: 25px;
    
}

.menu-underline {
    display: inline-block;
    text-decoration: none;
    font-size: 20px; /* Made text bigger */
    font-weight: bold;
}

.menu-underline::after {
    background-color: #f1c40f;
    content: '';
    display: block;
    height: 2px;
    margin: 0 auto;
    width: 0;
    transition: width 1s;
}
.menu-underline:hover::after {
    width: 100%;
}
.navbar-nav > li:hover,
.navbar-nav > li > a:hover {
    background: transparent !important;
    box-shadow: none !important;
}
.navbar-default .navbar-nav > li > a {
    background: transparent !important;
}
.navbar-default .navbar-nav > li > a:hover {
    background: transparent !important;
    color: #f1c40f !important;
    box-shadow: none !important;
}



.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: #f8f1f1;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 1px;
	text-transform:capitalize;
}

.navbar {
    margin-bottom: 0;
}
.navbar-default .navbar-nav > li > a {
    color: #fff !important;
    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;
}
.container-fluid{
    background-color:   #E8EFFC;
}
.menu-bg {
    background:  #6495ED!important;
}

a:hover {
    background-color: transparent;
    color: #f1c40f;
    text-decoration: none;
  }
  
  .btn-1:hover,
  .btn:hover,
  .btn:focus {
    background-color: #f1c40f !important;
    color: #000 !important;  /* explicitly set text color */
  }

  .navbar-default .navbar-nav > li > a:hover {
    background-color: transparent !important;
    color: #f1c40f !important; /* Optional: match hover color */
}

.navbar-default .navbar-nav > li > a {
    background-color: transparent !important;
}

.navbar-default .navbar-nav > li > a:hover {
    background-color: transparent !important;
    color: #f1c40f !important; /* match 'Home' hover color */
    box-shadow: none !important; /* just in case */
}
.navbar-default .navbar-nav > li {
    background-color: transparent !important;
}

@media (max-width: 768px) {
  .navbar-toggle .icon-bar {
    background-color: #fff !important;
  }
}





/* Styles for mobile screens */

  .navbar-header {
    padding: 0 !important;
  }

  .navbar {
    min-height: 60px;
  }


/*========================================== NAVIGATION END ===========================================*/

/*========================================== HEADER-1 START ===========================================*/

.what-bgimage {
    background-image: url("../../images/motherandson.jpg");
}
.what-section-space {
    padding: 170px 0 120px 0;
}
/*/*.header-bgimage {
    background-image: url("../../images/1500x760x1.jpg");
}

.header-bgimage-1{
    background-image: url("../../images/1500x760x1.jpg");
}
.header-bgimage-2 {
    background-image: url("../../images/1500x760x2.jpg");
}
.header-bgimage-3 {
    background-image: url("../../images/1500x760x3.jpg");
}*/
.header-head-mar {
    margin-bottom: 20px;
}
.header-section-space {
    padding: 250px 0 250px 0;
}
.header-section-slider-space {
    padding: 50px 0 50px 0;
}
.header-section-slider-height {
    height: 500px;
}
.outer {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
}
.middle {
    display: table-cell;
    vertical-align: middle;
}
.inner {
    margin-left: auto;
    margin-right: auto;
}
.header-head1, .header-head2, .email-bgimage h1, .email-bgimage p, .cta-bgimage h1, .cta-bgimage p, .upcoming-events-bg h2, .upcoming-events-bg p, .footer-text h2, .footer-text h3, .footer-text p, .site-generator{color:#f3f3f3;}
.header-head1 {
	font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing:5px;
}
.header-head2 {
    font-size: 50px;
    font-weight: 400;
    line-height: 58px;
    letter-spacing: 5px;
}
/*========================================== HEADER-1 END ===========================================*/
/*========================================== HEADER-3 VIDEO START ===========================================*/

.video-bgimage {
    background-image: url("../../images/stMary.jpg");
}
.pattern-overlay {
    background-color: rgba(0, 0, 0, 0.4);
}
.video-section .buttonBar {
    display: none;
}
.player {
    font-size: 1px;
}
/*========================================== HEADER-3 VIDEO END ===========================================*/
/*========================================== WELCOME TO CHURCH START ===========================================*/

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #6495ED;
    color: #333;
    
  }
  
  .our-church-section {
    padding: 60px 20px;
    background-color:  #E8EFFC;
  }
  
  .our-church-container {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: flex-start;
    justify-content: center;
    max-width: 1200px;
    margin: auto;
  }
  
  .our-church-text {
    flex: 1 1 500px;
    font-size: 1.1rem;
    line-height: 1.8;
  }
  
  .our-church-text h1 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    color: #2c3e50;
    text-align: center;
  }
  
  .our-church-text p {
    margin-bottom: 16px;
  }
  
  .our-church-image {
    flex: 1 1 400px;
    text-align: center;
  }
  
  .our-church-image img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    transition: transform 0.3s ease;
    cursor: zoom-in;
  }
  
  .our-church-image img:hover {
    transform: scale(1.03);
  }
  
/*========================================== WELCOME TO CHURCH END ===========================================*/
/*========================================== OUR SERVICES START ===========================================*/

.services-icon {
    float: left;
}
.services-pad {
    padding-left: 84px;
}
.services-bottom {
    padding-bottom: 30px;
}

.form-container {
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.3);
    width: 100%;
    max-width: 600px;
    display: none;
    margin-top: 20px;
  }
  .form-group {
    margin-bottom: 15px;
  }
  label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
  }
  input[type="text"], input[type="email"], input[type="date"], textarea {
    width: 100%;
    padding: 8px;
    border-radius: 5px;
    border: 1px solid #ccc;
  }
  textarea {
    height: 100px;
  }
  button {
    background-color: #4CAF50;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
  }
  button:hover {
    background-color: #45a049;
  }
  h2 {
    cursor: pointer;
    color: #0645AD;
    text-decoration: underline;
  }

  .res-image {
    width: 100%;
    height: 250px; /* Adjust as needed */
    object-fit: cover;
    border-radius: 10px;
  }
/*========================================== OUR SERVICES END ===========================================*/

/*========================================== GALLERY START ===========================================*/

.gallery-image-bottom {
    padding-bottom: 30px;
}
.image-grow {
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
}
.image-grow:hover {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
    box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.1);
}
/*========================================== GALLERY END ===========================================*/
/*========================================== member START =========================================*/

<style>
/* Form container styles */
#membership-form {
    background-color: #ffe6f0; /* light pink background */
    padding: 30px;
    border-radius: 10px;
    max-width: 700px;
    margin: 30px auto;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

/* Make form labels white */
#membership-form label {
    color: white;
    font-weight: bold;
}

/* Center all text inside the section */
.section-space {
    text-align: center;
}

/* Form input styles */
#membership-form input[type="text"],
#membership-form input[type="email"],
#membership-form input[type="date"],
#membership-form input[type="tel"],
#membership-form textarea {
    width: 100%;
    max-width: 500px;
    margin: 10px auto;
    display: block;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

/* Submit button styling */
#membership-form button {
    background-color: transparent;
    border: 2px solid white;
    color: white;
    padding: 10px 30px;
    font-size: 16px;
    border-radius: 5px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

/* Hover effect for the button */
#membership-form button:hover {
    background-color: #f1c40f; /* mustard color */
    color: black;
    border-color: #f1c40f;
}

/* Responsive tweaks */
@media (max-width: 768px) {
    #membership-form {
        padding: 20px;
    }
}


/*========================================== member END ===========================================*/
/*========================================== UPCOMING EVENTS START =========================================*/

.upcoming-events-bg {
    padding: 20px 20px 20px 20px;
    border-radius: 3px;
}
.events-shadow {
    box-shadow: 5px 5px 5px #888888;
    transition: 300ms ease-in;
}
.events-shadow:hover {
    box-shadow: none;
}
.events-num {
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
    padding-bottom: 10px;
}
/*========================================== UPCOMING EVENTS END ===========================================*/
/*========================================== CTA START =========================================*/

.cta-head-bottom {
    margin-bottom: 20px;
}
.cta-bgimage {
    background-image: url("../../images/1500x610.jpg");
}
.cta-section-space {
    padding: 150px 0 150px 0;
}
/*========================================== CTA END ===========================================*/
/*========================================== TWO-COLUMN-SECTION START =========================================*/

.two-column-bgimage-1 {
    background-image: url("../../images/1000x410x1.jpg");
}
.two-column-bgimage-2 {
    background-image: url("../../images/1000x410x2.jpg");
}
.two-column-content-height {
    height: 250px;
}
.two-column-bgimage-1-height {
    width: 50%;
    height: 410px;
    position: absolute;
    left: 0;
}
.two-column-bgimage-2-height {
    width: 50%;
    height: 410px;
    position: absolute;
    right: 0;
}
.two-column-bgimage-pad-1 {
    padding: 80px 0 80px 0;
}
.content-pad-1 {
    padding: 0 30px 0 30px;
}
/*========================================== TWO-COLUMN-SECTION END ===========================================*/
/*========================================== TWO-COLUMN-RIGHT-IMAGE START =========================================*/

.float-icon {
    float: left;
}
.float-pad {
    padding-left: 30px;
}
.list-bottom {
    margin-bottom: 10px;
}
/*========================================== TWO-COLUMN-RIGHT-IMAGE END ===========================================*/
/*========================================== EMAIL SUBSCRIPTION START =========================================*/

/*.email-bgimage {
    background-image: url("../../images/1500x600x1.jpg");
}*/
.email-section-space {
    padding: 100px 0 100px 0;
    background-color: #6495ED;
}
.form-top {
    padding-top: 30px;
}
.indicator-top {
    padding-top: 5px;
}
.email-success,
.email-failure {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
}
.errorClass {
    border: 1px solid #ff0000 !important;
}
.email-bgimage .form-control{background-color:#f3f3f3;}
/*========================================== EMAIL SUBSCRIPTION END ===========================================*/
/*========================================== VENUE START =========================================*/

.venue-address-bottom {
    margin-bottom: 5px;
}
.venue-map {
    width: 100%;
    height: 440px;
	pointer-events:none;
}
.venue-icon-pad {
    padding: 40px 0 0 0;
}
.footer-br {
    border-bottom: 1px solid #cccccc;
    margin-top: 40px;
}
.footer-br-bottom {
    margin-bottom: 40px;
}
/*========================================== VENUE END ===========================================*/
/*========================================== FOOTER START =========================================*/
.footer-address-bottom {
    margin-bottom: 10px;
}
.form-bottom-1 {
    margin-bottom: 20px;
}
.form-text {
    height: 40px;
}
.form-error-bottom {
    padding-bottom: 10px;
}
.form-success,
.form-failure {
    font-size: 14px;
    font-weight: 600;
}
.form-success {
    color: #006604;
}
.form-failure {
    color: #ff0000;
}
.contact-div label {
    color: #ff0000;
    font-size: 12px;
    font-weight: 600;
}
.form-div input.error,
.form-div-1 textarea.error {
    border-color: #ff0000 !important;
}
/*========================================== FOOTER END ===========================================*/
/*========================================== FOOTER-2 START =========================================*/

.footer-br {
    border-bottom: 1px solid #cccccc;
    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-split-column {
    display: flex;
    justify-content: center;
}

.footer-split-column ul {
    display: flex;
    justify-content: center;
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-icon {
    margin: 0 10px;
}
.footer-icon {
    display: inline-block;
    margin: 0 10px;
  }
  
  ul.no-padding.no-margin {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .text-center {
    text-align: center;
  }
  
/*========================================== FOOTER-2 END ===========================================*/
/*==================== SERMON START =========================*/

.entry-meta .author,
.entry-meta .category,
.entry-meta .footer-category,
.entry-meta .author,
.widget_categories .list,
.widget_archive .lsb-date,
.entry-meta .lsb-date-pm,
.entry-meta .category,
.entry-meta .footer-category,
.entry-content .line,
.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,
.link-read,
.ls {
    letter-spacing: 1px;
}
.white-text h2,
.white-text p {
    color: #ffffff;
}
.entry-meta .author,
.entry-meta .list-1,
.entry-meta .twitter,
.entry-meta .list-2,
#comments .comment-meta .comments-date span,
#primary .link-read {
    color: #f1c40f;
}
#primary .link-read {
    font-size: 13px;
    font-weight: 700;
}
#primary h2 a:hover {
    color: #f1c40f;
    transition: .3s all ease;
}
.entry-meta .twitter:hover,
#primary .link-read:hover {
    color: #BA980D;
    transition: .3s all ease;
}
.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 {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    padding-bottom: 5px;
}
.entry-meta .list-2-bottom {
    margin-bottom: 5px;
}
.twocol-row-space {
    padding-bottom: 30px;
}
.footer-bg {
    background-color: #6495ED;
}
.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;
}
/*========================================== 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);
}
.twocol-row-space {
    padding-bottom: 30px;
}
.floatlist-pad {
    padding-left: 24px;
}
.author-right {
    padding-right: 15px;
}
.author-bottom {
    padding-bottom: 15px;
}
.lsb-bottom {
    margin: 10px 0 10px 0;
}
/*========================================== 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;
}
.footer-icon-bk {
    list-style: none;
    display: block;
}
/*========================================== MASONRY 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-icon-bk-bottom {
    padding-top: 15px;
}
/*========================================== FOOTER END ===========================================*/

		      /*============================ SERMON END ==========================*/
								
								
/*============================ DONATE FORM START ==========================*/

.popup-bg {
    background-color: #6495ED;
    width: 360px;
    border: 2px solid #f1c40f;
    border-radius: 5px;
}
.close-icon-1 {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    text-shadow: 0 1px 1px #ffffff;
    opacity: 1;
}
.popup-bg-pad {
    padding: 0 40px 30px 40px;
}
.popup-form select,
.popup-form input {
    font-size: 15px;
    font-weight: 600;
    height: 50px;
    margin-bottom: 20px;
}
.popup-form > h2 {
    color: #ffffff;
    font-size: 24px;
    font-weight: 600px;
    margin-bottom: 25px;
    text-align: center;
}
select {
    height: 50px;
    line-height: 50px;
}
.name,
.email,
.phoneno,
#amounts,
#price-1 {
    padding-left: 8px;
    padding-right: 8px;
}
.p-white {
    color: #ffffff;
}
.donate-bg {
    color: #ffffff;
    background-color: #c13a0d;
    border: 1px solid #ffffff;
    text-transform: uppercase;
}
.btn-cancel {
    color: #ffffff;
    border: 1px solid #ffffff;
    padding: 15px 15px 14px 15px;
    background-color: transparent;
}
.messagediv {
    display: block;
}
/* lightbox popup */

#fade {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 1001;
    -moz-opacity: 0.7;
    opacity: .70;
    filter: alpha(opacity=70);
}
#success_btn,
#cancel_btn {
    background-color: #ffffff;
    border: 10px solid #f1c40f;
    display: none;
    position: fixed;
    border-radius: 5px;
    padding: 7px 10px 30px 10px;
    margin: 0 auto;
    z-index: 99999;
    width: 35%;
    top: 30%;
    left: 0;
    right: 0;
}
.cancel-head-pad {
    padding: 30px 10px 15px 10px;
}
input.error {
    border-color: #ff0000 !important;
    -moz-border-top-colors: #ff0000 !important;
    -moz-border-left-colors: #ff0000 !important;
    -moz-border-bottom-colors: #ff0000 !important;
    -moz-border-right-colors: #ff0000 !important;
}
.popup-bg label.error {
    display: none !important;
}
.close-icon-1:hover {
    font-size: 20px;
    font-weight: 700;
    color: #ff0000;
    text-shadow: 0 1px 1px #ffffff;
    opacity: 1;
}
.or {
    padding-top: 15px;
}
#success_btn .cancel-head-pad h3 {
    color: #008000;
    text-align: center;
}
#cancel_btn .cancel-head-pad> h3 {
    color: #ff0000;
    padding-bottom: 8px;
    padding-top: 20px;
    text-align: center;
}
.close-icon {
    font-size: 20px;
    font-weight: 700;
    color: #ff0000;
    text-shadow: 0 1px 0 #666666;
    opacity: 0.3;
}
.close-icon:hover {
    font-size: 20px;
    font-weight: 700;
    color: #ff0000;
    text-shadow: 0 1px 0 #666666;
    opacity: 1;
}
.ok-icon {
    font-size: 12px;
    font-weight: 700;
    color: #ffffff;
    background-color: #f1c40f;
    border-radius: 3px;
    display: inline-block;
    float: none;
    text-align: center;
    line-height: 20px;
    padding: 5px 10px 5px 10px;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
}
.ok-icon:hover {
    font-size: 12px;
    font-weight: 700;
    color: #ffffff;
    background-color: #f1c40f;
    border-radius: 3px;
    display: inline-block;
    float: none;
    text-align: center;
    line-height: 20px;
    padding: 5px 10px 5px 10px;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
}
/*============================ DONATE FORM END ==========================*/

@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;
    }
    #success_btn,
    #cancel_btn {
        width: 40%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.upcoming-clear{clear:left;}
	.upcoming-res-bottom{padding-bottom:40px;}
    .two-column-bgimage-1-height,
    .two-column-bgimage-2-height {
        width: 100%;
        position: relative;
    }
    .two-column-bgimage-pad-1 {
        padding: 20px 0 80px 0;
    }
    .two-column-content-height {
        height: auto;
    }
    .res-image-bottom-1 {
        padding-bottom: 20px;
    }
    .common-res-bottom-1 {
        padding-bottom: 40px;
    }
    .res-image-center {
        margin: 0 auto;
    }
    .res-text-center,
    .venue-res-all p,
    .venue-res-all h2, .schedule-res-center h2, .schedule-res-center p{
        text-align: center;
    }
    .venue-res-all {
        padding-top: 20px;
    }
    .services-res-bottom-1 {
        padding-bottom: 30px;
    }
    .gallery-pad-remove {
        padding-right: 0;
    }
    .gallery-res-bottom-1 {
        padding-bottom: 17px;
    }
    .content-category {
        padding: 10px 15px 10px 15px;
    }
    .content-header {
        padding: 10px 15px 10px 15px;
    }
    .footer-logo-bottom {
        padding-bottom: 30px;
    }
    .social-icon-top {
        padding-top: 30px;
    }
    .three-col-res-row-space {
        padding-top: 30px;
    }
    .footer-break-bottom {
        padding-bottom: 30px;
    }
    #success_btn,
    #cancel_btn {
        width: 50%;
    }
}

.navbar {
  padding-bottom: 12px; /* ADD THIS */
}
.container-fluid {
  padding-bottom: 12px; /* Optional extra padding */
  overflow: visible;    /* Prevent clipping */
}
.header-section {
  margin-top: 20px;
}

/* Base logo style for desktop */
.church-logo {
  height: 70px;
  width: auto;
 
 
  object-fit: contain;
  display: block;
  padding: 8px 0;
}

/* Mobile adjustments */
@media (max-width: 768px) {
  .church-logo {
    height: 40px; /* Slightly smaller for mobile */
    padding: 6px 0;
    margin: 0 auto; /* Centers the logo */
    display: block;
  }







@media only screen and (min-width: 250px) and (max-width: 767px) {
	.upcoming-clear{clear:left;}
	.upcoming-res-bottom{padding-bottom:40px;}
    .content-body,
    .content-category {
        position: relative;
    }
    .footer-logo-bottom {
        padding-bottom: 30px;
    }
    .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;
    }
    .services-res-bottom,
    .gallery-res-bottom {
        padding-bottom: 30px;
    }
    .common-res-bottom {
        padding-bottom: 40px;
    }
    .res-image-bottom {
        padding-bottom: 20px;
    }
    .res-image {
        width: 100%;
        height: auto;
    }
    .team-fixed {
        width: 400px !important;
        margin: 0 auto;
    }
    .two-column-bgimage-1-height,
    .two-column-bgimage-2-height {
        width: 100%;
        position: relative;
    }
    .two-column-bgimage-pad-1 {
        padding: 20px 0 80px 0;
    }
    .two-column-content-height {
        height: auto;
    }
    .res-text-align {
        text-align: center;
    }
    .res-image-center {
        margin: 0 auto;
    }
    .res-text-center {
        text-align: center;
    }
    .res-image-center-1 {
        margin: 0 auto;
    }
    .res-text-center-1 {
        text-align: center;
    }
    .social-icon-top {
        padding-top: 30px;
    }
    .content-body,
    .content-category {
        position: relative;
    }
    .content-header {
        position: relative;
    }
    .image-zoom {
        -moz-transform: none;
        -webkit-transform: none;
        transform: none;
    }
    .two-col-res-row-space-1 {
        padding-top: 30px;
    }
    .three-col-res-row-space-1 {
        padding-top: 30px;
    }
    .footer-break-bottom {
        padding-bottom: 30px;
    }
    .donate-bg,
    .btn-cancel {
        width: 130px;
    }
    .donate-pad-right {
        margin-right: 20px;
    }
    #success_btn,
    #cancel_btn {
        width: 50%;
    }
}
@media only screen and (min-width: 250px) and (max-width: 639px) {
	.upcoming-res-bottom-1{padding-bottom:40px;}
    .common-fixed-full {
        width: 100% !important;
    }
    .event-fixed {
        width: 240px !important;
        padding-bottom: 20px;
        margin: 0 auto;
        float: none;
    }
    .res-text-center-2 {
        text-align: center;
    }
    #success_btn,
    #cancel_btn {
        width: 60%;
    }
}
@media only screen and (min-width: 250px) and (max-width: 479px) {
    .team-fixed {
        width: 100% !important;
        margin: 0 auto;
    }
    .footer-fixed {
        width: 100% !important;
    }
    .footer-fixed-bottom {
        margin-bottom: 30px;
    }
    .social-icon-top {
        padding-top: 0;
    }
    .popup-bg {
        width: 80%;
    }
    .donate-bg,
    .btn-cancel {
        width: 100%;
    }
    #success_btn,
    #cancel_btn {
        width: 80%;
    }
    /* 📱 Mobile optimization for gallery images */




}

@media (max-width: 768px) {
  .navbar-toggle .icon-bar {
    background-color: #fff !important;
  }
}
.navbar {
  background-color: #fff; /* Or your nav background */
  overflow: hidden;
  position: fixed;
  width: 100%;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
}

/* Ensure the next section starts below the navbar */
body {
  padding-top: 70px; /* Match your navbar height */
}

@media (max-width: 768px) {
  body {
    padding-top: 60px; /* Adjust for smaller navbar height on mobile */
  }
}
