/*
TEMPLATE FOR MEDIA QUERIES
	@media screen and (min-width:1180px) {}
	@media screen and (min-width:880px) and (max-width:1179px) {}
	@media screen and (max-width:879px) {}

INDEX
	- PAGE RESET
	- HEADER
	- MASS SCHEDULE
	- BULLETIN

*/

/*-----------------------------------------------------------  PAGE RESET ----------------------*/

body {
    background: none;
}

.content {
    background: none;
}

.content h1{
	margin-left: 0;
	background-color: transparent;
}

/*-----------------------------------------------------------  HEADER --------------------------*/

section#pg_top {display: none;}

div#top_bar {
    height: 80px;
}



@media screen and (max-width:879px) {main {margin-top: 70px;}}
	
	
.home-banner {
	background-size: cover !important;
    background: #BB9F70 url(../images/ch_bg.jpg) no-repeat;
    /*min-height: 340px;*/
    background-blend-mode: soft-light;
	background-position: top center;
}

.home-banner .content {
    padding: 115px 0;
}

.home-banner .box {
    width: 100%;
    max-width: 760px;
    padding: 10px 15px;
    text-align: center;
    margin: 0 auto;
}

.home-banner .content .flex{
    justify-content: flex-end;
    text-align: center;
    font-family: 'Roboto', sans-serif;
}

.home-banner .content h1 {
	color: #FFF;
    font-size: clamp(30px, 3vw, 30px);
    line-height: clamp(32px, 3vw, 69px);
    text-align: center;
    border-bottom: none;
    margin: 0;
	text-shadow: 2px 1px 2px #533914;
}

.home-banner .content h3{
	color: #FFF;
    font-weight: bold;
    font-size: 18px;
}

.home-banner .content h2{
	color: #FFF;
    font-weight: bold;
    font-size: 20px;
}
   


@media screen and (min-width:1180px) {	
	.hmenu01 ul#main-menu > li > a{font-size: 12px}
	
	#logo_top {
		width: 180px;
		height: 85px;
		top: 0;
		display: block !important;
		background-repeat: no-repeat;
	}
	
	
	header nav {
		top: 30px;
		left: calc(58% - 445px);
		width: 760px;
	}
	
	#top_bar section {
		height: 80px;
	}
	
	a#giving_desktop {
		position: absolute;
		top: 22px;
		right: 0;
	}
	
	a#ytbutton {
		position: absolute;
		top: 22px;
		right: 120px;
		/*display: none;*/
	}
	
	ul#main-menu {
		position: absolute;
		right: 0;
	}
	
}
@media screen and (min-width:880px) and (max-width:1179px) {
	
	#logo_top {
		width: 180px;
		height: 85px;
		top: 0;
		display: block !important;
		background-repeat: no-repeat;
	}
	
	
	#giving_mobile{
		margin-right: 40px;
		margin-top: -75px;
	}
	
	#ytbutton {
		margin-top: -73px;
	}
	    
	

}


@media screen and (max-width:879px) {

	
}


@media screen and (min-width:880px) and (max-width:1179px) {
	main {
		margin-top: 80px !important;
		}
}

/*-----------------------------------------------------------  MASS SCHEDULE --------------------*/
table.default caption, #mass_schedule p.caption_mass {
    background-color: var(--color1000);
    text-transform: none;
    font-weight: normal;
    color: #FFF;
}

#mass_schedule p.caption_mass {
   margin-bottom: 0;
   text-align: center;
   padding: 5px 0;
}

.homeOnly a {
    font-size: 18px;
    color: black;
}

.homeOnly a:hover {
    color: red;
}

/*@media screen and (min-width: 1180px) {
	.fx_2.homeOnly:nth-child(1n) {
		width: calc(100% / 2 - 200px);
	}

	.fx_2.homeOnly:nth-child(2n) {
		width: calc(100% / 2 - -120px);
	}
}

@media screen and (max-width: 1179px) {
	.fx_2.homeOnly .flex .fx_2{
		width: 100% !important;
	}	
}*/

.fx_2.homeOnly ul{
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.fx_2.homeOnly ul li {
	font-size: 16px;
}


.notInHome{
	display: none;
}

/*-----------------------------------------------------------  BULLETIN ------------------------*/

.conetent_bulletin {
    background: #a88d62;
	padding: 10px 0 0 0;
}

.conetent_bulletin p{color: #FFF;}

.conetent_bulletin #pdf-canvas {
    width: 90%;
    /* max-width: 500px; */
    margin: 0 auto;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    transition: box-shadow 0.3s ease-in-out;
}

.conetent_bulletin .flexC{ align-items: center;gap: 40px;}


.conetent_bulletin .btn-red {
    width: 100%;
    display: block;
    background: #000;
    text-align: center;
    color: #FFF;
    padding: 10px;
    max-width: 300px;
    margin: 0 auto;
}

.conetent_bulletin .btn-red:hover {
    background: #232323;
}

.conetent_bulletin h2 {
    font-size: 32px;
    font-weight: bold;
    color: #FFFFFF;
}

.conetent_bulletin h2 {
    font-weight: bold;
    text-transform: uppercase;
    color: #FFF;
    font-size: clamp(25px, 5vw, 26px);
    line-height: clamp(33px, 2vw, 35px);
    text-align: left;
    border-bottom: none;
    margin: 14px 0 15px 0;
}

	
.lts_area {
    display: flex;
    flex-direction: row;
    align-items: center;

}

.lts_area #photo_gallery {
    width: 100%;
}

.lts_area .latest_bulletin {
    margin: 0;
}

.lts_area #photo_gallery form {
    display: none;
}

.lts_area #photo_gallery a {
    display: flex;
    margin: 0;
    width: 90%;
}

.lts_area #photo_gallery .flex{
	justify-content: center;
}

.lts_area #photo_gallery div.flex dl dt {
    height: 196px !important;
    background-size: cover;
}

.lts_area dd.ablum_date {
    border-top-right-radius: 10px;
    position: absolute;
    top: 0;
    right: 0;
    padding: 4px 15px;
    background: #FFF;
    color: var(--gray5);
}

.lts_area #photo_gallery .album_title {
    font-size: 18px;
    padding: 10px 10px 3px 10px;
    color: var(--color1000);
    font-weight: bold;
    margin-bottom: 3px;
}

.lts_area #photo_gallery .album_photographer {
    font-size: 14px;
    padding-left: 10px;
}

.lts_area #photo_gallery dl {
	border-radius: 10px;
	background: white;
	margin: 0;
	margin-bottom: 10px;
	box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
	padding: 3px;
	position: relative;
}

@media screen and (min-width:1180px) {
	.conetent_bulletin .imgBulletin{
		transform: perspective(450px) rotateY(15deg);
		max-width: 300px;
	}

	.bulletin_album>.fx_2 {
        width: calc(100%/2 - 30px);
    }

    .lts_area #photo_gallery dl {
        transform: perspective(450px) rotateY(15deg);
        max-width: 280px;
        width: 100%;
    }
}

@media screen and (min-width:880px) and (max-width:1179px) {
		.conetent_bulletin .imgBulletin{
		/*! transform: perspective(450px) rotateY(30deg); */
		max-width: 300px;
		margin: 0 auto;
	}

	.lts_area #photo_gallery dl {

        max-width: 280px;
        width: 100%;
        border-radius: 10px;
        background: white;
        margin: 0 auto;
        margin-bottom: 10px;
    }

    .conetent_bulletin .flexC {
        align-items: center;
        gap: 40px;
        display: flex;
        flex-direction: column;
    }

    .bulletin_album>.fx_2 {
        width: 100%;
    }

    .bulletin_album>.fx_2:nth-child(2n) {
        flex-direction: row-reverse;
    }
    .lts_area .latest_bulletin {
        margin: 0 auto;
    }
    .lts_area #photo_gallery div.flex dl dt {
        max-height: 300px !important;
    }
    .lts_area > .fx_2:nth-child(2n){
        height: 341px;
    }
}

@media screen and (max-width:879px) {
		.conetent_bulletin .imgBulletin{max-width: 300px}

		.lts_area #photo_gallery dl {
			max-width: 280px;
			width: 100%;
			border-radius: 10px;
			background: white;
			margin: 0;
			margin-bottom: 10px;
		}
	
		.bulletin_album>.fx_2 {
			width: 100%;
			flex-direction: column;
			align-items: center;
		}
	
		.conetent_bulletin .imgBulletin {
			max-width: 300px;
			margin: 0 auto;
		}
	
		.lts_area #photo_gallery a {
			justify-content: center;
		}
	
		.lts_area #photo_gallery a {
			margin: 0 auto;
		}
	
	   .lts_area .latest_bulletin {
			margin: 0 auto;
		}
}

/*-----------------------------------------------------------  HIGHLIGHT -----------------------*/
.wrap_highlight_hm {
    background-color: var(--color2000);
    padding: 25px 0 0 0;
}

.wrap_highlight_hm div.content,
.wrap_highlight_hm div.content section,
.wrap_highlight_hm div.content section .flexC,
.wrap_highlight_hm div.content section .flexC .fx_3 {
  height: 100%;
  color: #ffffffec;
  font-weight: bold;
  text-transform: uppercase;
}

.wrap_highlight_hm div.content section .flexC .fx_3 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 13px;
  transition: 0.3s ease-in-out;
}

.wrap_highlight_hm div.content section .flexC .fx_3:hover {
  transform: scale(1.04);
}

.wrap_highlight_hm div.content section .flexC .fx_3 .icon {
  height: 70px;
}