@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');


body {
	font-family: 'Roboto', sans-serif;
    color: #000;
    font-size: 18px;
	}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 180%;
	text-transform: uppercase;
	letter-spacing: 2px;

	font-weight: 700;
	color: #000;
  overflow-wrap: break-word; /* Prevents text overflow issues */
	
}

.wcryc-content a {
	color: #000;
	border-bottom: 1px dotted #000;
	cursor: pointer;
}



.footer-main {
	font-family: 'Roboto', sans-serif;
}
.church-name {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
}

.main-menu-header {
	  font-family: "Roboto Condensed", sans-serif;
	color: #000;
	letter-spacing: 1px;

}

/* Current page item styling (hover-match only) */
.main-menu-header .current_page_item > a,
.main-menu-header .current-menu-item > a,
.main-menu-header .current_page_item li > a,
.main-menu-header .current-menu-item li > a {
	background-color: #fff !important;
	color: #000 !important;
	border-bottom: none !important;
}

/* Non-active menu items should be black text */
.main-menu-header .mega-menu-link,
.main-menu-header .menu-item a {
	color: #000 !important;
	background-color: transparent !important;
}

.main-menu-header .mega-menu-item,
.main-menu-header .menu-item {
	background-color: transparent !important;
}

.vc_btn3 {
	font-weight: 700;
	text-transform: uppercase;
		  font-family: "Roboto Condensed", sans-serif;
		  letter-spacing: 2px;

}

.top-logo-img-responsive {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}

@media (max-width: 767px) {
	.top-logo-img-responsive {
		max-width: 60%;
		height: auto;
		display: block;
		margin: 0 auto;
	}

}

.footer-bg {
	border-top: 1px solid #f1f1f1;
}

.wcryc-content {
	/* padding-top: 20px; */
}


.mobile-follow-us{
text-align:center;
padding:20px 0;
color: #000;
}

.follow-title{
font-size:14px;
letter-spacing:2px;
text-transform:uppercase;
text-align: center;
font-weight: 700;
margin-bottom:10px;
padding-left: 20px;
color: #000;
}

.follow-divider{
/* width:60%; */
margin:0 auto 15px auto;
border:0;
border-top:1px solid #f1f1f1;
}


.mobile-social-row{
display:flex;
justify-content:center;
gap:20px;
}

.mobile-social-row .dashicons{
	color: #000;
font-size:30px;
width:30px;
height:30px;
}

.vc_general.vc_cta3.vc_cta3-style-classic {
    background-color: #f8f8f8;
    border-color: #f8f8f8;
}

.vc_general.vc_cta3 h2, .vc_general.vc_cta3 h4 {
	font-size: 100%;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}