/* ========================================================================================= */
/* ********************* A Custom Build by Craft & Cloud Marketing Co. ********************* */
/* ========================================================================================= */
/*|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
/*============================= Customer: Church Templates ===========================*/
/*================================ Build Date: March 2025 ================================*/
/*================================ Developer: Hector Mejia ===================================*/
/*|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
/* ========================================================================================= */
/* ***************************** Beautifully written CSS below ***************************** */
/* ========================================================================================= */


/*---------------------------------THIS SITE WAS BUILT DESKTOP FIRST---------------------------------*/

/*------------------------------General Element Styles---------------------------*/
img {
	width: 100%;
	height: auto;
}

body {
	margin: 0;
}

a {
	text-decoration: none;
}


p {
	font-size: 1.7vw;
	line-height: 1.5;
	font-weight: 100;
	font-family: "Source Sans 3" , sans-serif;
}

h1 {
	color: white;
	font-family: "MonteCarlo", cursive;
	font-size: 6.5vw;
	font-weight: 100;
	margin-bottom: 0;
	margin-top: 0;
}

h2 {
	font-family: "MonteCarlo", cursive;
}

h3 {
	font-family: "Source Sans 3" , sans-serif;
	font-weight: 400;
}

h5 {
	font-family: "Source Sans 3" , sans-serif;
}

h6 {
	font-size: 2vw;
	font-family: "Source Sans 3" , sans-serif;
	font-weight: 400;
}

.mobileHeader {
	display: none;
}

/*----------------------------End General Element Styles----------------------------------*/

/*-------------------------------Privacy Policy----------------------------------*/

#privacy-policy {
	max-width: 1200px;
	margin: auto;
	padding: 1.5em;
	font-family: helvetica;
}

#privacy-policy li {
	font-size: 1.25vw;
}

.path-privacy-policy .header {
	border-bottom: 1px solid black;
}

/*---------------------------End-Privacy Policy----------------------------------*/

/*-----------------------------General Classes----------------------------------*/

.white {
	color: white;
}

.caps {
	text-transform: uppercase;
}

.bold {
	font-weight: bold;
}

.lightHeading {
	color: white;
	font-size: 4vw;
	text-align: center;
	font-weight: 100;
}

.darkHeading {
	color: #153150;
	font-size: 4vw;
	text-align: center;
	font-weight: 100;
	margin-bottom: 0;
}

.darkButton {
	background-color: #153150;
	border: 2px solid #153150;
	color: white;
	padding: .5vw 2vw;
	border-radius: 8px;
	font-weight: normal;
	font-size: 1.3vw;
	transition: ease-in-out 0.5s;
	transition-delay: 0.2s;
	text-transform: uppercase;
	font-weight: 100;
	font-family: "Source Sans 3" , sans-serif;
}

.darkButton:hover {
		background-color: white;
		color: #153150;
		transition: ease-in-out 0.5s;
		transition-delay: 0.2s;
}


.directionsButton {
	border: 2px solid #153150;
	border-radius: 8px;
	color: #153150;
	background-color: white;
	font-size: 1.3vw;
	padding: .5vw 2vw;
	margin: 3vw auto;
	display: inline-block;
	transition: ease-in-out 0.5s;
	transition-delay: 0.2s;
	text-transform: uppercase;
	font-weight: 100;
	font-family: "Source Sans 3" , sans-serif;
}

.directionsButton:hover {
	background-color: #153150;
	color: white;
	transition: ease-in-out 0.5s;
	transition-delay: 0.2s;
}

/*-------------------------End-General Classes----------------------------------*/


/*-------------------------------Page top Banners----------------------------------*/
.pageBanner {
	display: inline-flex;
	width: 100%;
	position: relative;
	overflow: hidden;
}

.bannerBlock {
	display: flex;
	justify-content: center;
	flex-direction: column;
	background-color: #153150;
	width: 60vw;
	height: 27vw;
	position: relative;
	z-index: 2;
	padding-left: 10.5vw;
}

.bannerParagraph {
	margin-top: 0;
	color: white;
	width: 28vw;
}

.bannerPhoto {
	background-image: url(/sites/default/files/2025-04/banner.png);
	width: 45vw;
	height: 41vw;
	background-size: 223%;
	background-repeat: no-repeat;
	background-position: 30% 48%;
	right: 0;
	position: absolute;
	top: -7vw;
	z-index: 10;
	border-radius: 60% 0 0 80%;
	border: 5px solid #D0D27C;
	border-right: 0;
}

.home {
	background-image: url(/sites/default/files/2025-04/homebanner.png);
	background-size: 231%;
	background-repeat: no-repeat;
	background-position: 27% 48%;
}

.about {
	background-image: url(/sites/default/files/2025-04/bannerabout.png);
	background-size: 231%;
	background-repeat: no-repeat;
	background-position: 0% 48%;
}

.sermons {
	background-image: url(/sites/default/files/2025-04/bannersermon.png);
	background-size: 169%;
	background-repeat: no-repeat;
	background-position: 8% 48%;
}

/*----------------------------End Page top Banner----------------------------------*/

/*-----------------------------------Site Header----------------------------------*/
.header {
	background-color: white;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	height: 8vw;
	width: 100%;
	z-index: 10;
	/*filter: drop-shadow(2px 2px 4px black);*/
}

.header a {
	color: #153150;
	text-decoration: none;
	transition: ease-in-out 0.5s;
	text-decoration-color: transparent;
	font-size: clamp(22px, 1vw, 30px);
	text-transform: uppercase;
	font-family: "Source Sans 3" , sans-serif;
}

.header a:hover {
	text-decoration-color: white;
	transition: ease-in-out 0.5s;
	text-decoration: underline;
}

.headerContact {
	border: 1px solid #153150;
	padding: 0.25vw 0.5vw;
	border-radius: 8px;
}

.headerContact:hover {
	color: var(--main-color);
	background-color: white;
}

.headerLogo {
	margin-left: 7vw;
	width: 8vw;
	transition: ease-in-out 0.5s;
	filter: invert(1);
}

.headerLogo:hover {
	transform: scale(1.025);
	transition: ease-in-out 0.5s;
}

.headerMenu {
	margin-right: 7vw;
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 3vw;
	height: 2vw;
}
/*-------------------------------------End Site Header---------------------------------*/


/*--------------------------------Home Page Top Section-------------------------------*/

.roundText a{
	color: white;
	text-transform: uppercase;
}

.homeFirst {
	text-align: center;
	width: 70vw;
	margin: auto;
	margin-bottom: 5vw;
}

.homeFirst h6 {
	width: 60vw;
	margin: auto;
}

.roundText {
	width: 7vw;
	font-size: 1.25vw;
	line-height: 1.25;
	text-align: center;
}

.tripleRound {
	display: flex;
	justify-content: center;
	gap: 10vw;
	width: 60vw;
	margin: auto;
}

.roundBack {
	background-color:#153150;
	width: 12vw;
	height: 12vw;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	position: relative;
	opacity: 1;
	transition: opacity 0.5s;
	transition-delay: 0.1s;
}

.roundContainer {
	position: relative;
}

.roundFront {
	background-color:rgba(0, 0, 0, 0.8);
	width: 12vw;
	height: 12vw;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	position: absolute;
	bottom: 0;
	z-index: -1;
}

.roundBack:hover {
	opacity: 0.1;
	transition: opacity 0.5s;
	transition-delay: 0.1s;
}


.clock {
	width: 8vw;
}

.wave, .pin {
	width: 6vw;
}


.weBeliveve {
	display: flex;
	justify-content: right;
}

.left p {
	font-size: 1.8vw;
	font-weight: 400;
}

.left h2 {
	text-align: left;
	margin-bottom: 0;
}

.left {
	width: 30vw;
	margin-right: 3vw;
	margin-top: 5vw;
}

.right {
	width: 59vw;
}

/*----------------------------End-Home Page Top Section-------------------------------*/

/*--------------------------Come Worship With Us Section-----------------------------*/

.comeWorship {
	background-color: #153150;
	padding-top: 1vw;
	text-align: center;
}

.comeWorshipWhite {
	background-color: white;
	padding-top: 1vw;
	text-align: center;
}

.comeWorshipWhite .morningRound{
	margin-bottom: 4vw;
}

.comeWorshipWhite .eveningRound{
	margin-bottom: 4vw;
}

.timesContainer {
	display: flex;
	justify-content: center;
	gap: 10vw;
	width: 60vw;
	margin: auto;
	margin-bottom: 8vw;
	margin-top: 3vw;
}

.morningImg {
	width: 7vw;
	margin-top: -3vw;
}

.eveningImg {
	width: 7vw;
	margin-top: -3vw;
}


.morningRound, .eveningRound{
	background-color: #f2f2f2;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	width: 21vw;
	height: 21vw;
	text-align: center;
	margin-bottom: -3vw;
	filter: drop-shadow(0px 1px 2px gray);

}

.circleText {
	line-height: .5;
	margin-bottom: 0;
	font-size: 1.4vw;
}

.circleHeading {
	margin-bottom: 0;
	font-size: 1.7vw;
}

/*----------------------End-Come Worship With Us Section-----------------------------*/


/*-----------------Gray Section with buttons, Sermons Page---------------------------*/
.buttonsIsland {
	background-color: rgb(0, 0, 0, 0.07);
	border-radius: 26px;
	width: 40vw;
	margin: 2vw auto;
	text-align: center;
}

.buttonsIsland .darkButton {
	margin-right: 1vw;
}

.buttonsIsland .directionsButton {
	margin-left: 1vw;
}

/*-------------End-Gray Section with buttons, Sermons Page---------------------------*/

/*-----------------------We Welcome Section-----------------------------------------*/

.weWelcome {
	text-align: center;
}

.weWelcome  p {
	font-size: 1.7vw;
	width: 70vw;
	margin: auto;
	line-height: 1.5;
}

/*-------------------End-We Welcome Section-----------------------------------------*/

/*--------------------------------------Confession of Faith section------------------*/
.confessionItem {
	display: flex;
	margin: 3vw auto;
	width: 65%;
}

.confessionList {
	padding-top: 2.5vw;
}

.confessionBlock {
	position: relative;
	background-color: #f2f2f2;
	padding: 2vw 2vw 2vw 8vw;
	top: 4vw;
	left: -6vw;
	z-index: 1;
	margin-bottom: 6vw;
}

.confessionBlock p {
	font-size: 1.25vw;
	width: 40vw;
	text-indent: 1.25vw;
}
.confessionCircle {
	position: relative;
	top: 0;
	left: 0;
	background-color: #153150;
	width: 12vw;
	height: 12vw;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	border-radius: 50%;
	z-index: 2;
}

.confessionCircle p {
	width: 8vw;
	font-weight: 400;
	text-align: center;
	line-height: normal;
}

/*----------------------------------End-Confession of Faith section------------------*/

/*------------------------------------Map for Location section------------------------*/

.mapPin {
	width: 8vw;
	margin: auto;
}

.mapTop {
	background-color: #153150;
	border-radius: 8px 8px 0 0;
	border-bottom: 2px solid white;
	position: relative;
}

.mapTop h5 {
	color: white;
	font-size: 1.25vw;
	padding: 2vw 0;
	margin: 0;
}

.mapContainer {
	text-align: center;
	width:45vw;
	margin: auto;
}

.mapContainer p {
	margin: 0;
}

.mapSection .darkHeading {
	margin-top: 0;
}

.mapBackground {
	width: 100%;
	height: 46vw;
	margin-top: -55vw;
	background-image: url(/sites/default/files/2025-04/08137512e4dea58309a8af1ff64bf862.png);
	background-size: 100%;
	background-color: rgba(255,255,255,0.8);
	background-blend-mode: lighten;
	margin-bottom: 10vw;
}


iframe {
	border-radius: 0 0 8px 8px;
	width: 100%;
	margin: auto;
}

/*--------------------------------End-Map for Location section------------------------*/

/*---------------------------------Church History Block-------------------------------*/

.aboveHistory {
	text-align: center;
	margin: 4vw auto;
}

.aboveHistory .darkButton {
	margin-right: 1.75vw;
}

.aboveHistory .directionsButton {
	margin-left: 1.75vw;
}

.churchHistory {
	background-color: #153150;
	padding-top: .5vw;
	padding-bottom: 4vw;
}

.churchHistory p {
	width: 75%;
	margin: auto;
	text-align: center;
}

/*-----------------------------End-Church History Block-------------------------------*/

/*------------------------------Site Footer-------------------------------------------*/
.footer {
	background-color: #153150;
	color: white;
	padding-top: 4vw;
	font-family: "Source Sans 3" , sans-serif;
}

.spacer {
	background-color: white;
	height: 2px;
	width: 85%;
	margin: auto;
}

.footerLogo {
	width: 22vw;
}

.footerFlex {
	display: flex;
	width: 80%;
	margin: auto;
	justify-content: space-between;
	padding-bottom: 2vw;
}

.footerMenu {
	display: flex;
	flex-direction: column;
	justify-content: right;
	text-align: right;
	text-transform: uppercase;
	gap: 1vw;
	font-size: 1.45vw;
}

.footer a {
	color: white;
}

.phone {
	margin-bottom: 2.5vw;
}

.footerCopy {
	text-align: center;
}

.footerCopy p {
	margin-bottom: 0;
}

.footerAddress {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding-bottom: .5vw;
	text-align: center;
	font-size: 1.45vw;
}


.footerCopy * {
	font-size: 1vw;
	padding-bottom: 1.25vw;
}

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

/*------------------------------Webform--------------------------------------------*/
#edit-container {
	background-color: #f2f2f2;
	width: 50%;
	margin: auto;
	text-align: center;
	border-radius: 8px;
	margin-bottom: 6vw;
}

#edit-container h6 {
	margin-bottom: 1vw;;
	padding-top: 2vw;
	font-size: 3vw;
	color: #153150;
}

input, textarea {
	width: 60%;
	margin-bottom: 1.5vw;
	border: none;
	font-size: 1.5vw;
	border-radius: 4px;
	padding: 0.3vw;
}

#edit-actions-submit {
	width: 6vw;
	margin: auto;
	background-color: #153150;
	color: white;
	border: none;
	border-radius: 4px;
	padding: .5vw 0;
	position: relative;
	bottom: -1.25vw;
	text-transform: uppercase;
	font-weight: 100;
}

/*--------------------------End-Webform--------------------------------------------*/

/*---------------------------Mobile Styles-----------------------------*/
@media screen and (max-width: 750px) {
	#privacy-policy li {
		font-size: 4vw;
	}
	
	p {
		font-size: 4.5vw;
	}
	
	h1 {
		font-size: 9vw;
	}
	
	h6 {
		font-size: 4vw;
	}
	
	#toggle-icon .label {
		display: none;
	}
	
	.responsive-menu-toggle-icon span.icon {
		background: black;
		width: 35px;
	}
	
	.responsive-menu-toggle-icon:before {
		background: black;
		width: 35px;
		top: 6px;
	}
	
	.responsive-menu-toggle-icon:after {
		background: black;
		width: 35px;
		top: 22px;
	}
	
	.mobileHeader {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 25vw;
		margin-bottom: -5vw;
	}
	
	#block-cirrocumulus-responsivemenumobileicon {
		margin-top: -11vw;
		margin-bottom: 6vw;
	}
	
	.mHeaderLogo {
		width: 35vw;
		margin: auto;
	}
	
	.mHeaderLogo img {
		filter: invert(1);
	}
	
	.header {
		display: none;
	}
	
	.pageBanner {
		display: flex;
		flex-direction: column;
		background-color: #153150;
	}
	
	.bannerParagraph {
		font-size: 4vw;
		font-size: normal;
	}
	
	.bannerBlock {
		height: 80vw;
		margin-bottom: -45vw;
	}
	
	.bannerBlock h1 {
		margin-top: 14vw;
	}
	
	.bannerPhoto {
		position: relative;
		margin-left: 45vw;
		border: 1px solid #D0D27C;
		width: 80vw;
		height: 75vw;
		border-radius: 50%;
		top: -20vw;
	}
	
	.home {
		background-size: 370%;
		background-position: 37% 48%;
	}
	
	.sermons {
		background-size: 263%;
		background-position: 21% 48%;
	}
	
	.pContact {
		background-size: 347%;
		background-position: 37% 48%;
	}
	
	.about {
		background-size: 272%;
		background-position: 15% 48%;
	}
	
	.homeFirst h6 {
		margin: 4vw auto;
	}
	
	.buttonContainer {
		margin-top: 10vw;
		margin-bottom: 20vw;
	}
	
	.weWelcome {
		margin-top: 24vw;
	}
	
	.darkButton, .directionsButton {
		font-size: 4vw;
		padding: 2vw 6vw;
	}
	
	.homeFirst h6 {
		width: 75vw;
	}
	
	.homeFirst {
		width: 80vw;
	}
	
	.weWelcome p {
		font-size: 4.5vw;
	}
	
	.darkHeading, .lightHeading {
		font-size: 12vw;
		line-height: 1;
	}
	.timesContainer {
		flex-direction: column;
		align-items: center;
	}
	
	.morningRound, .eveningRound {
		width: 55vw;
		height: 55vw;
	}
	
	.morningImg {
		width: 30vw;
		margin-top: -18vw;
	}
	
	.eveningImg {
		width: 25vw;
		margin-top: -8vw;
	}
	
	.circleHeading {
		font-size: 6vw;
		margin-top: -6vw;
	}
	
	.eveningRound .circleHeading {
		margin-top: -1vw;
	}
	
	.circleText {
		font-size: 3.5vw;
	}
	
	
	.tripleRound {
		flex-direction: column;
		align-items: center;
	}
	
	.roundBack, .roundFront {
		width: 50vw;
		height: 50vw;
	}
	
	.eveningRound {
		margin-bottom: -8vw;
	}
	
	.pin, .wave {
		width: 25vw;
	}
	
	.clock {
		width: 36vw;
	}
	
	.roundText {
		font-size: 5vw;
		width: 40vw;
	}
	
	.left {
		width: 75vw;
		margin-left: 6vw;
	}
	
	.left p {
		font-size: 4vw;
	}
	
	.right {
		width: 42vw;
	}
	
	.right img {
		margin-top: 50vw;
		width: 40vw;
		margin-left: -7vw;
	}
	
	.confessionItem {
		width: 85%;
		margin-bottom: 8vw;
	}
	
	.confessionCircle {
		width: 30vw;
		height: 30vw;
	}
	
	.confessionCircle p {
		width: 18vw;
	}
	
	.confessionBlock p {
		font-size: 4vw;
		width: 45vw;
		font-weight: normal;
	}
	
	.mapPin {
		width: 22vw;
	}
	
	.mapBackground {
		height: 200vw;
		margin-top: -214vw;
		background-size: cover;
	}
	
	.mapContainer {
		width: 90vw;
	}
	
	.mapTop {
		margin-top: 4vw;
	}
	
	.mapTop h5 {
		font-size: 3.5vw;
	}
	
	.footerLogo {
		justify-content: center;
		margin: auto;
		width: 42vw;
		margin-bottom: 4vw;
	}
	.footerFlex {
		flex-direction: column;
	}
	
	.footerMenu {
		font-size: 4.5vw;
		gap: 2vw;
		text-align: center;
		margin-top: 4vw;
	}
	
	.footerAddress {
		font-size: 4vw;
	}
	
	.footerCopy  * {
		font-size: 3.5vw;
		padding-bottom: 4vw;
	}
	
	#edit-container {
		width: 90%;
	}
	
	#edit-container h6 {
		font-size: 6.5vw;
	}
	
	input, textarea {
		font-size: 4vw;
		width: 80%;
		margin-bottom: 3vw;
	}
	
	#edit-actions-submit {
		width: 20vw;
		padding: 1.5vw 1vw;
		bottom: -3.25vw;
	}
	
	.timesContainer {
		margin-top: 10vw;
	}
	
	.buttonsIsland {
		width: 80vw;
		margin: 12vw auto;
	}
}

