@import url('//fonts.googleapis.com/css2?family=Julius+Sans+One&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/************ TEMPLATE  ************
https://stjoe-kan-mockup.forge.solutiosoftware.com/st-joe-mockup-1
https://stjoe-kan-mockup.forge.solutiosoftware.com/st-joe-mockup-2
https://stjoe-kan-mockup.forge.solutiosoftware.com/st-joe-mockup-3
https://stjoe-kan-mockup.forge.solutiosoftware.com/st-joe-mockup-4
Rotator Size: 1600x669 (super wide, 2.39:1)
News (1,2): Portrait 1200x1600
News (3,4), QL all: Standard Wide 1600x1200

/************ LOGOS ************
M1: logo1.png
M2: logo1.2.png
M3, M4: logo2-mix.png

/************ FONTS  ************
M1, M2: EB Garamond, Lato
M3, M4: Julius Sans One, Montserrat

/************ COLORS  ************
Primary color all the way (matches that of the town's highschool: 
Green: #00511D; rgb(0,81,29)
-----------


************/

h6 {
    color: var(--primary-color);
    font-family: var(--body-font-family);
    font-size: var(--h6-font-size);
    font-weight: var(--h6-font-weight);
    font-variant-caps: var(--h6-font-variant-caps);
    text-transform: var(--h6-text-transform);
    line-height: var(--h6-line-height);
    margin: var(--h6-margin);
    padding: var(--h6-padding);
    border-bottom: var(--none);
    border-radius: var(--null);
    background: var(--h6-background);
}



.tempsite {
    --primary-color: #00511D;
    --secondary-color: #c9b8a0;

    --primary-rgb:  0, 81, 29;
    --secondary-rgb: 201,184,160;

    --default-white: #ffffff;
    --default-black: #000000;

    --title-font-family: 'EB Garamond', serif;
    --body-font-family: 'Lato', sans-serif;

    --heading-color: var(--primary-color);
    --heading-font-family: var(--title-font-family);

    --title-border-bottom: 1px solid var(--secondary-color);

    --home-title-font: var(--title-font-family);

    --transparent: rgba(255,255,255,0);

    --default-box-shadow: 0px 0px 10px rgba(0,0,0,.5);

    --swiper-box-shadow: var(--default-box-shadow);

    --ql-title-color: var(--default-white);
	--ql-num-boxes: 6;
	
}

.site-1 {
    --primary-color: #00511D;
    --secondary-color: #dddddd;

    --primary-rgb:  0, 81, 29;
    --secondary-rgb: 221,221,221;

    --default-white: #ffffff;
    --default-black: #000000;

    --title-font-family: 'Julius Sans One', sans-serif;
    --body-font-family: 'Montserrat', sans-serif;

    --heading-color: var(--primary-color);
    --heading-font-family: var(--title-font-family);

    --title-border-bottom: 1px solid var(--secondary-color);

    --home-title-font: var(--title-font-family);

    --transparent: rgba(255,255,255,0);

    --default-box-shadow: 0px 0px 10px rgba(0,0,0,.5);

    --swiper-box-shadow: var(--default-box-shadow);

	--ql-background-color: rgba(0,0,0,.5);
	--ql-background-hover: rgba(0,0,0,.7);
    --ql-title-color: var(--default-white);
	--ql-num-boxes: 6;
	
}



.readon, .button, .btn, p.readmore .btn, .sprocket-lists-portrait-container > li .sprocket-lists-portrait-item > a span, .listentobutton.moduletable a {
    background: var(--primary-color);
    font-family: 'Lato', sans-serif;
} 

/*************** ALL SITE *****************/
.item-image {display: none;}

/*************** HOMELAYOUT ***************/ 
/*************** OFFCANVAS ****************/
.g-offcanvas-toggle {color: var(--default-white);} 
.g-offcanvas-toggle .fa-fw {text-shadow: none;}

/*************** TOP **********************/ 
/*************** NAVIGATION ***************/

.tempsite #g-navigation {
	position: relative;
    z-index: 10;
}

.tempsite .logo-image-sub img {width: 35% !important;}
	
.tempsite .fa-youtube {margin-left: 1rem;}
	
.tempsite #g-navigation a:not(.button):hover {color: lightgray;}

.tempsite :is(.subpage-menu, .main-menu) {box-shadow: var(--default-box-shadow);}

    @media only screen and (max-width: 50.99rem) {
		
		.tempsite .g-offcanvas-toggle {
			top: 20px;
			left: 8px;
		}
		
    }

    /*@media only screen and (min-width: 50.99rem) {
    }*/

@media only screen and (min-width: 50.99rem) {
	.site-1 #g-navigation .g-logo {
		width: 55%;
		margin: 1rem auto;
	}
	.site-1 #g-navigation .g-logo img {
		width: 100%;
	}
	.site-1 .g-main-nav .g-toplevel>li>.g-menu-item-container>.g-menu-item-content.g-main-nav .g-toplevel>li>.g-menu-item-container>.g-menu-item-content .g-menu-item-title {
		color: var(--default-white);
		font-weight: 700;
		font-family: var(--body-font-family);
		font-size: 1.25vw;
	}
	.site-1 .g-main-nav .g-toplevel>li>.g-menu-item-container>.g-menu-item-content.g-main-nav .g-toplevel>li>.g-menu-item-container>.g-menu-item-content .g-menu-item-subtitle {
		font-family: var(--body-font-family);
		font-weight: 400;
	}

}

@media only screen and (max-width: 50.99rem) {
	.site-1 #g-navigation .g-logo {
		max-width: 70%;
		text-align: center;
		margin: 1rem auto;
	}
	.site-1 #g-navigation .g-logo img {
		width: 50%;
	}
}

/*************** SLIDESHOW ****************/ 

.tempsite .rotator-logo-block {
	position: absolute;
    top: 15vw;
    z-index: 10;
	left: 14vw;
	width: 75%;
}

.tempsite .rotator-logo-block img {
	width: 85%;
}

@media only screen and (max-width: 50.99rem) {
}

@media only screen and (min-width: 50.99rem) {
		
	.tempsite #g-slideshow {
		margin-top: -3vw !important;
	}
	
}



/*************** HEADER *******************/

.tempsite .welcome-statement > div > div > div > div > div.g-content {
    padding: 0;
}

.tempsite .welcome-statement .g-array-item-text {
    margin: 0;
}

@media only screen and (min-width: 50.99rem) {
	.site-1-home #g-header {
		padding: 1vw 5%!important;
	}
	.site-1-home #g-header .g-title {
		font-size: 4vw;
		font-weight: 400;
	}
}

@media only screen and (max-width: 50.99rem) {
	.ph-sidebyside-mobile .g-array-item-read-more {
		opacity: 0;
	}
}

/*************** ABOVE ********************/
/*************** SHOWCASE *****************/
/*************** UTILITY ******************/
/*************** FEATURE ******************/

.tempsite-home #g-feature .parish-headlines > div:nth-child(1) > h2 {
	font-weight: 500;
	font-size: 3rem;
	/*text-shadow: ;*/
}


@media only screen and (max-width: 50.99rem) {
}

@media only screen and (min-width: 50.99rem) {
	
	.tempsite .news-button {
		margin-top: -3vw;
	}
	
}

.ph-rec-row .g-content-array {
	margin: 0;
}

@media only screen and (min-width: 50.99rem) {
	.site-1-home #g-feature {
		padding: 0 5% 2vw 5%!important;
	}
	.site-1-home .ph-rec-row .g-array-item-image img {
		aspect-ratio: 4/3;
		height: unset;
	}
	.ph-rec-row .g-content-array .g-item-title a {
		font-weight: 700;
	}
	.site-1-home #g-feature .button {
		background: #DDDDDD;
		border-radius: 0;
		color: var(--primary-color);
		font-weight: 700;
		font-size: 1.25vw;
		padding: 1vw 3vw;
	}
}

/*************** MAIN *********************/

.tempsite-home #g-container-main #g-sidebar {
	height: 100%;
}

.tempsite-home #g-container-main div > div > aside > div {
	height: 100%;
}


.tempsite .facebook > div > div > div > div > div {
	padding: 0;
}

.tempsite :is(.facebook, .mass-times) {
	margin: 3vw;
	margin: 3vw;
    background: white;
    border-radius: 20px;
    box-shadow: var(--default-box-shadow);
}

.tempsite .facebook .facebook-iframe-p  {
	padding: 0 5%;
}


.site-1 .g-content-array {
	margin: 0;
}
@media only screen and (min-width: 50.99rem) {
		
	.tempsite .ph-rec-row .g-content-array {
		justify-content: space-between;
	}
	
}

@media only screen and (min-width: 50.99rem) {
	.site-1-home #g-container-main {
		background: url('/images/template/paralax.jpg') 0% 0% no-repeat;
		background-size: cover;
		background-attachment: fixed;
	}
	.site-1-home #g-container-main > .g-container {
		background: rgba(var(--primary-rgb),.5);
		padding: 2vw 7%!important;
	}
	.site-1-home :is(#g-sidebar, #g-aside) {
		background: transparent;
	}

	.site-1-home #g-container-main > .g-container > .g-grid > .g-block:first-child {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.site-1-home #g-container-main > .g-container > .g-grid > .g-block:last-child {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.site-1-home #g-sidebar {
		padding: 0 4vw 0 0;
	}
	.site-1-home #g-mainbar {
		padding: 0 2vw;
	}

	/*.site-1-home .mass-times :is(h1,h2,h3,h4,h5,h6) {
		color: var(--default-white);
	}
	.site-1-home .mass-times p {
		color: var(--default-white);
	}*/
	.site-1-home .mass-times .button {
		width: 90%;
		background: #DDDDDD;
		color: var(--primary-color);
		font-weight: 700;
		border-radius: .5rem;
	}
	.site-1-home #g-mainbar .g-title {
		color: var(--default-white);
		border-bottom: 1px solid #DDDDDD;
		text-transform: uppercase;
	}
	.site-1-home #g-mainbar .button {
		background: #DDDDDD;
		color: var(--primary-color);
		font-weight: 700;
		border-radius: .5rem;
	}
}

@media only screen and (max-width: 50.99rem) {
	.site-1-home #g-container-main {
		background: url('/images/template/paralax.jpg') 0% 0% no-repeat;
		background-size: cover;
		background-position: center;
	}
	.site-1-home #g-container-main > .g-container {
		background: rgba(var(--primary-rgb),.5);
		padding: 2vw 7%!important;
	}
	.site-1-home :is(#g-sidebar, #g-aside) {
		background: transparent;
	}

	.site-1-home #g-container-main > .g-container > .g-grid > .g-block:first-child {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.site-1-home #g-container-main > .g-container > .g-grid > .g-block:last-child {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.site-1-home #g-sidebar {
		padding: 0 4vw 0 0;
	}
	.site-1-home #g-mainbar {
		padding: 0 2vw;
	}

	/*.site-1-home .mass-times :is(h1,h2,h3,h4,h5,h6) {
		color: var(--default-white);
	}
	.site-1-home .mass-times p {
		color: var(--default-white);
	}*/
	.site-1-home .mass-times .button {
		width: 90%;
		background: #DDDDDD;
		color: var(--primary-color);
		font-weight: 700;
		border-radius: .5rem;
	}
	.site-1-home #g-mainbar .g-title {
		color: var(--default-white);
		border-bottom: 1px solid #DDDDDD;
		text-transform: uppercase;
	}
	.site-1-home #g-mainbar .button {
		background: #DDDDDD;
		color: var(--primary-color);
		font-weight: 700;
		border-radius: .5rem;
	}
}
/*************** EXPANDED *****************/ 

.tempsite-home #g-expanded img {
	border-radius: 10px;
	box-shadow: var(--default-box-shadow);
	transform: scale(1) translatey(0px);
	transition-duration: 0.3s;
	transition-timing-function: ease-in-out;
	
}

.tempsite-home #g-expanded :is(.flocknote-block, .weekly-bulletin-block, .calendar-block) img:hover {
	transform: scale(0.99) translatey(-4px);
	transition-duration: 0.1s;
	transition-timing-function: ease-in-out;
}

.tempsite-home #g-expanded .g-array-item-text :is(h1,h2,h3,h4,h5,h6,p) {
    color: var(--default-white);
}

.tempsite-home #g-expanded {
    background: url('/images/template/parallax3.jpg') 0% 0% no-repeat;
    background-size: cover;
	background-attachment: fixed;
	background-position: center;
}

.tempsite-home #g-expanded > .g-container {
    background: rgba(var(--primary-rgb),.6);
    padding: 5vw 1%!important;
	width: 100%;
}
.tempsite-home .social-feed {padding: 0 2vw;}

.tempsite-home #g-expanded > div > div {
	justify-content: center;
}

.tempsite-home #g-expanded {margin-bottom: -3.3rem;}


@media only screen and (max-width: 50.99rem) {
	
    .tempsite-home #g-expanded > .g-container {
        padding: 5vw 0!important;
    }
}

@media only screen and (min-width: 50.99rem) {
	
	.tempsite-home #g-expanded .weekly-bulletin-block {max-width: 33%;}
	
}

.site-1-home .g-contnet-array {margin: 0;}

@media only screen and (min-width: 50.99rem) {
	.site-1-home #g-expanded {
		padding: 4vw 0;
	}
	.site-1-home #g-expanded > .g-container > .g-grid > .g-block > .g-content {
		height: 100%;
		box-shadow: 0px 0px 15px rgba(0,0,0,.5);
		background: var(--default-white);
	}
}

@media only screen and (max-width: 50.99rem) {
	.site-1-home #g-expanded {
		padding: 4vw 0;
	}
	.site-1-home #g-expanded > .g-container > .g-grid > .g-block > .g-content {
		height: 100%;
		box-shadow: 0px 0px 15px rgba(0,0,0,.5);
		background: var(--default-white);
	}
}

/*************** EXTENSION ****************/

@media only screen and (max-width: 50.99rem) {
	
	.tempsite-home #g-extension {
		padding: 5% 3%;
	}
	
	.tempsite .footer-logo {
	    position: absolute;
		bottom: -1.2rem;
		left: initial !important;
	}
	
}

@media only screen and (min-width: 50.99rem) {
}

@media only screen and (min-width: 50.99rem) {
	.site-1-home .ql-square-1 .g-blockcontent-subcontent-title-text {
		border: none;
	}
}

/*************** BOTTOM *******************/

.tempsite #g-bottom > div {
    position: relative;
    z-index: 10;
    margin-bottom: -2rem !important;
}

.tempsite #g-footer :is(h1, h2, h3, h4, h5, h6) {
    color: #ffffff;
}

.tempsite #g-footer {padding-top: 1rem;}

@media only screen and (min-width: 50.99rem) {
	.site-1 #g-bottom {
		padding: 1.5vw 0!important;
	}
	.site-1 #g-bottom .admod td {
		padding: 0;
	}
}

/*************** FOOTER *******************/
#g-footer .g-content-array {margin: 0;}
#g-footer a {color: var(--default-white);} 

.tempsite #g-footer .footer-logo img {max-height: 10rem;}

.tempsite .footer-logo {
    position: absolute;
    left: -3rem;
}

.tempsite #g-footer >div:nth-child(1) {
    justify-content: center;
}

.tempsite #g-footer a:hover {
	color: lightgrey;
}

/*************** COPYRIGHT ****************/ 
/*************** MODULES ******************/
.moduletable .nav.menu, .moduletable .unstyled {background: var(--primary-color);} 
.moduletable .nav.menu li.current.active a, .moduletable .nav.menu li a:hover {    
    color: var(--primary-color); 
    background: var(--secondary-color);
} 
/*************** SECTIONS *****************/
/*************** MOBILE *******************/ 
/*************** ADS **********************/