@import url('//fonts.googleapis.com/css?family=Lato:400,400i,700,700i|Marcellus|Vesper+Libre:400,500&display=swap');

/************ 

TEMPLATE NOTES

Green: #00693E; rgba(0,105,62,1)
Gold: #EEC353; rgba(238,195,83,1)
Light Green: #DDE3DF; rgba(221,227,223,1) -- rotator description 80%

************/

body { color: #333; font-size: 1.1rem; font-family: 'Lato', sans-serif; }

h1, h2, h3, h4, h5, h6 { margin: .75rem 0; line-height: 1.3; font-weight: normal;}
p { line-height: 1.3; font-size: 1.1rem;  font-family: 'Lato', sans-serif; }

h1 { font-family: 'Vesper Libre', serif; color: #00693E; font-size: 2.5rem;}
h2, .page-header h2 { font-family: 'Vesper Libre', serif; color: #00693E; font-size: 2rem; border-bottom: 1px solid #333;  line-height: 1.3; margin: 0; padding: 0;}
h3 { font-family: 'Marcellus', serif; color: #00693E; font-size: 1.75rem;}
h4 { font-family: 'Marcellus', serif; background: #DDE3DF; font-size: 1.5rem; color: #00693E; border-radius: .2rem; padding: 0.5rem 0rem 0rem .75rem; }
h5 { font-family: 'Vesper Libre', serif; color: #EEC353; font-size: 1.5rem; text-transform: uppercase;}
h6 { font-family: 'Lato', serif; color: #EEC353; font-size: 1.6rem; font-style: italic;}
a { color: #00693E; }
a:hover { color: #EEC353; }

blockquote {
	color: #333;     
	padding: 0 0 0 15px;
	margin: 0 0 20px;
	border-left: 5px solid #d5d5d5;
	font: italic 16px/22px Georgia, Serif;
	line-height: 1.2;
	font-size: 1.3rem;
}

address {
	font-style: italic;
	font-weight: bold;
	font-size: 1.2rem;
	line-height: 1.2;
}

/************ BUTTONS  ************/
.readon, .button, .btn, p.readmore .btn   { 
  color: #00693E; 
  font-size: 1rem;
  text-transform: none;
  font-weight: normal;
  background: #EEC353; 
  padding: .7rem 1.3rem; 
  border-radius: .5rem; 
  margin: 0;
  display: inline-block;
  font-weight: 500;
  line-height: 1.125rem;
  border: none;
  transition: all .2s ease-in;
}

.readon:hover, .button:hover, .btn:hover,  p.readmore .btn:hover {background: #00693E; color: white;}

.btn .icon-chevron-right { display: none;}

/************ TOP  ************/
#g-top { 
	background: white url(images/header.jpg) 100% 100% no-repeat; 
	background-size: contain; 
}

@media only screen and (max-width: 767px) {
	#g-top { background: white; }
}



/************ TABLES  ************/
.fancytable th {color: #00693E; background: #DDE3DF; border: 1px solid #DDE3DF;}
.fancytable td { border: 1px solid #DDE3DF;}

/************ ALERT ************/
.alert .g-content {padding: 0; margin: 0;}
.alert {border: none; padding: 0; margin: 0; background-color: #FFCFCF; color: #FF0000;}
.alert h1, .alert h2, .alert h3, .alert h4, .alert h5, .alert h6, .alert p { margin-left: 20px; color: red; background: transparent;}
.alert h2.contentheading { padding-top: 20px;}

/************ HERO IMAGE ************/
.hero p { margin: 0; }
.hero img { height: 24vw; object-fit: cover; width: 100%; opacity: 0.5; }

@media only screen and (max-width: 767px) { 
	.hero img { height: 24vw; }
}

/************ HOMELAYOUT  ************/
.homelayout .hiddenhome { display: none; }
p.buttonheading { margin: 0; padding: 0; }

/************ MENU  ************/
#g-navigation .g-content { margin: 0; padding: 0;}
.g-main-nav .g-standard > .g-dropdown, .g-main-nav .g-fullwidth > .g-dropdown { margin-top: 0px;}
.g-main-nav .g-toplevel > li:hover, .g-main-nav .g-toplevel > li.active {   background: rgba(0,0,0,.1); }
.g-main-nav .g-sublevel > li:hover, .g-main-nav .g-sublevel > li.active {   background: rgba(0,0,0,.1); }
#g-navigation { padding-bottom: 0px; }
.g-main-nav .g-toplevel > li > .g-menu-item-container { text-align: center;  padding: 1rem 0.75rem;  }
.g-main-nav .g-toplevel > li.g-parent .g-menu-parent-indicator {display: none; }
.g-main-nav .g-toplevel > li > .g-menu-item-container, .g-main-nav .g-sublevel > li > .g-menu-item-container {font-size: 1rem; }

.g-main-nav ul.g-toplevel {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
}
.g-main-nav .g-standard .g-fade.g-dropdown { z-index: 10;}
.g-main-nav .g-dropdown { border-radius: 0 0 6px 6px;}

.g-main-nav .g-standard > .g-dropdown.g-dropdown-right, .g-main-nav .g-fullwidth > .g-dropdown.g-dropdown-right { left: 0; }

@media only screen and (max-width: 767px) { 
	.g-logo img { width: 70%;} 
	.g-offcanvas-toggle { top: 20px; left: 20px; }
}

/************ SIDE MENU  ************/
#g-aside .moduletable[class*="box"] { padding: 0; }
#g-aside .g-content { padding: 0; /*padding-right: 0px;*/}
.moduletable .nav.menu li a { width: 100%; border-radius: 0; padding: 10px 20px; color: #00693E; font-weight: normal; box-shadow: 0 1px 0 0 rgba(0,105,62, 0.35); }
.moduletable .nav.menu li{ transition: all .2s ease-in; border-radius: 3px; width: 100%; padding: 0; margin: 0;}
.moduletable .nav.menu, .moduletable .unstyled { border: none; padding: 0; margin: 0; display: block;  background: #DDE3DF;  border-radius: 0; }
.moduletable .nav.menu li:last-child {  padding-bottom: 0;  margin-bottom: 30px;}
.moduletable .nav.menu .nav-child li:last-child {  margin-bottom: 0px;}
.moduletable .nav .nav-child { margin-top: 0px;}
.moduletable .nav.menu .nav-child li { border: none; margin-left: 20px; padding-right: 20px;}

.moduletable .nav.menu li.current.active a, .moduletable .nav.menu li a:hover { 
	color: white;
	background: #00693E;
	font-weight: normal;
}

/**** SIDE DOCUMENT MODULES ****/

#g-aside .g-title {padding: 0;}
#g-aside h3.g-title {font-size: 1.75rem;}
#g-aside .platform-content {padding: 0.5rem 0;}

/************ SOCIAL MEDIA ICONS WHITE ************/ 
.g-social a { color: white; }
.g-social a:hover { color: #108093 !important; }

/************ CENTER SOCIAL MEDIA VERTICALLY  ************/

.g-block.size-5 { display: flex; justify-content: center; align-items: center; }

/************ OFFCANVAS MENU  ************/
.g-offcanvas-toggle {color: black; }
#g-offcanvas #g-mobilemenu-container .g-toplevel > li > .g-menu-item-container > .g-menu-item-content, #g-offcanvas #g-mobilemenu-container .g-sublevel > li > .g-menu-item-container > .g-menu-item-content {font-weight: normal; }
#g-offcanvas .g-menu-item-title {color: white; }
#g-offcanvas #g-mobilemenu-container ul > li > a.g-menu-item-container:hover {background: rgba(0,0,0,0.15); }
#g-offcanvas #g-mobilemenu-container ul > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator {border: none; background: none; }
#g-offcanvas #g-mobilemenu-container ul > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator:hover {border: none; background: none; }

/************ QUICKLINKS ************/
.quicklinks .g-content { width: 100%;  padding-top: 0px; margin-top: 0px;}
.align-y { display: flex; align-items: center; }
.g-iconmenu {display: flex; width: 100%;  margin: 0 0 0 auto;}
.g-iconmenu > a  { color: #00693E;  flex:1; border: none; padding: 10px; }
.g-iconmenu > a:hover { background: rgba(221,227,223,0.8); }
.g-iconmenu span { display: block; text-align: center; }
.g-iconmenu .g-iconmenu-text {  line-height: 1.1; font-size: 1.4vw; }
.g-iconmenu .g-iconmenu-icon {  font-size: 2rem; padding-bottom: 10px; }
.g-iconmenu img { height: 4vw; padding-bottom: 17px; }

span.g-iconmenu-icon.yellow { color: #EEC353 !important; }
span.g-iconmenu-icon.blue { color: #235BA8 !important; }
span.g-iconmenu-icon.red { color: #BA0021 !important; }
span.g-iconmenu-icon.navy { color: #0A1F52 !important; }
span.g-iconmenu-icon.orange { color: #FF9500 !important; }


@media only screen and (max-width: 767px) { 
	.quicklinks .g-content { padding: 0; }
	.g-iconmenu { width: 100%; flex-wrap: wrap; }
	.g-iconmenu a { width: 30%; margin: 0 0 40px 0; flex: auto; padding: 10px 20px; }
	.g-iconmenu a:nth-child(4) { border-left: none;  }
	.g-iconmenu img { height: 11vw;}
	.g-iconmenu .g-iconmenu-text {  font-size: 1rem; }
}

/************ UPCOMING EVENTS  ************/
.rme-badge {
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-family: 'Lato', sans-serif; font-weight: bold ;
	background: #00693E; 
	border-radius: 3px; 
	color: white; 
	padding: 5px 0px; 
	width: 55px; 
	float: none; 
	margin-bottom: 0px;
	
}
.rme-items { display: block;}
.rme-description { flex: 1;}
.rme-day, .rme-month { text-transform: none;}
.rme-day { font-size: 1.4rem;}
.rme-month { font-size: 1.3rem; }
.rme-title { font-size: 1.1rem; font-weight: normal;}
.rme-time { font-size: 1rem; font-weight: 300;}
.rme-items li { 
	display: flex; 
	background: none; 
	border: none; 
	margin: 7.5px 0px; 
	padding: 7.5px 0px;
}

@media only screen and (max-width: 767px) {
.rokminievents3 { display: flex; justify-content: center; }
	.rme-items li { margin-top: 0px; margin-bottom: 0px; padding-top: 5px; padding-bottom: 5px;}
	.rme-title { font-size: 1.1rem; }
	.rme-time { font-size: 1.1rem; }
	.rme-day { font-size: 1.5rem;}
}

/************ MINISTRY SCHEDULE ************/
.left-mods .sprocket-strips-block { margin-bottom: 10px; }
.left-mods .sprocket-strips-p-content p { margin-bottom: 0px; }
.left-mods .sprocket-strips-p-item img { width: 60px margin-right: 20px; margin-bottom: 0; }
.left-mods .sprocket-strips-p-nav { padding: 0; }

@media only screen and (max-width: 767px) {
	.left-mods .sprocket-strips-p-container .sprocket-strips-p-block { width: 100%; }
	.left-mods .sprocket-strips-p-item img { width: 60px; margin-right: 20px; }
}

/************ FOOTER ************/
#g-footer a { color: white; }
#g-footer a:hover { color: rgba(255,255,255,0.5); }

/************ ADMIN FOOTER  ************/
#g-copyright .g-block { display: flex; align-items: center; justify-content: flex-end; }
#g-copyright .g-content { margin: 0; padding: 0;}
#g-copyright { margin:  -25px 0 0 0; padding: 0; height:  40px; }
#g-copyright a .fa.fa-lock { color: #DDE3DF; }
#g-copyright a:hover .fa.fa-lock { color: #EEC353; }

@media only screen and (max-width: 767px) {
	#g-copyright { display: none !important; }
}

/************ MINISTRY PAGE  ************/
.ministrypage .items-row { 
	display: flex; 
	align-items: stretch;
}
.ministrypage .items-row > div { 
	display: flex; 
	box-shadow: 2px 2px 5px rgba(0,0,0,0.2); 
	border-radius: 0 0 4px 4px; 
	background: rgba(252, 221, 184,0.2); 
	margin: 15px 8px;
	
}
.ministrypage .items-row .item  {
	display: flex; flex-direction: column;  
}
.ministrypage .items-row .item .readmore { flex:1;}
.ministrypage .item .pull-left.item-image { order: 1; }
.ministrypage .item .pull-left.item-image img { border-radius: 4px 4px 0 0; width: 100%;}
.ministrypage .item .page-header, .ministrypage h2.item-title { order: 2; padding: 0 5px 0 20px; }
.ministrypage .item table { order: 3; margin: 5px 0 20px 0;  padding: 0 20px; }
.ministrypage .item p, .ministrypage .item ul, .ministrypage .item ol,  .ministrypage .item blockquote   { order: 4;  padding: 0 20px; }
.ministrypage .pull-left.item-image { margin: 0; padding: 0;}

.ministrypage .page-header h2 {
	line-height: 1.2; 
    font-size: 1.8rem;
    border-bottom: 0px;
    margin: 3px 0 0 0;
    padding: 0;
	order: 2;
}
 .ministrypage h2.item-title {	
	line-height: 1.2; 
    font-size: 1.8rem;
    border-bottom: 0px;
	order: 2; 
	padding-top: 10px;
}

.ministrypage a { word-break: break-all; }
.ministrypage .nav.menu a { word-break: normal; }
.ministrypage h2 a { word-break: normal; }

.btn [class^="icon-"] { display: none; }


@media only screen and (max-width: 767px) {
	.ministrypage .item { padding-bottom: 30px; }
	.ministrypage .item .pull-left.item-image img  { width: 100%;}
	.ministrypage .items-row { display: block; }
	.ministrypage .items-row > div { margin-left: 0; margin-right: 0; margin-bottom: 40px; }
}


/************ BIGGER ARROWS ON SLIDESHOW ************/
.layout-slideshow .sprocket-features-arrows .arrow span { font-size: 6rem; line-height: 0px; width: 25px;}

.sprocket-features.layout-slideshow.arrows-onhover .sprocket-features-arrows .arrow { background: none; box-shadow: none; color: white; text-shadow: 2px 2px 5px rgba(0,0,0,0.75);}
.sprocket-features.layout-slideshow.arrows-onhover .sprocket-features-arrows .arrow { font-size: 5rem; }
.arrows-active .sprocket-features-img-list {margin: 0px; }
.arrows-onhover .sprocket-features-arrows .arrow.prev span { margin-left: 0;}
.arrows-onhover .sprocket-features-arrows .arrow.next span { margin-right: 0;}

.layout-slideshow .sprocket-features-pagination li { padding: 10px; background: white; }

@media only screen and (max-width: 767px) {
	.sprocket-features-pagination, .sprocket-features-arrows { display: none;}
}

/************ ROTATOR  ************/
.layout-slideshow .sprocket-features-title, .layout-slideshow .sprocket-features-desc {
    background: rgba(255,255,255,0.85);
    color: #00693E;
}
.layout-slideshow .sprocket-features-desc { padding: 10px 30px;}
.layout-slideshow .sprocket-features-content {left: 5%;}

.layout-slideshow .sprocket-features-img-container img {
    max-height: 68vh;
    object-fit: cover;
    object-position: top;
}

.sprocket-features-desc h3 { font-family: 'Vesper Libre', serif; margin-bottom: 0px; margin-top: 20px;}
h2.contentheading { border-bottom: none; font-weight: 500; font-size: : 2rem;}
h3.g-title {font-family: 'Vesper Libre', serif; font-weight: 500; font-size: : 2rem; border-bottom: 1px #EEC353 solid; }
.g-title { margin: 0 0 0 0; padding: 0; }


@media only screen and (max-width: 767px) {
	.sprocket-features-img-container img {width: 100%; height: 42vw !important; }
	.layout-slideshow h2 { font-size: 1.5rem; text-align: left; }
	.homelayout .layout-slideshow .sprocket-features-content { 
		background: white;
		position: absolute;
		top: 42vw;
		bottom: auto;
		left: 0px;
		right: 0px;
		padding: 15px 10px 10px 25px;
		width: 100%;
		display: block;
		justify-content: auto;
		flex-direction: column;
	}
	.homelayout .layout-slideshow .sprocket-features-content { min-height: 75vw; }
	.homelayout .sprocket-features-img-container { padding-bottom: 75vw;} /* equpal to sprocket-features-content min-height*/
	.schoollayout .layout-slideshow .sprocket-features-content { min-height: 150px; }
	.schoollayout .sprocket-features-img-container { padding-bottom: 150px;} /* equpal to sprocket-features-content min-height*/
	.layout-slideshow .sprocket-features-desc { font-size: 1rem; line-height: 1.2;}
	.layout-slideshow h2, .layout-slideshow .sprocket-features-title { line-height: 1.2; font-size: 1.5rem; padding: 5px 0 0 0;}
	.homelayout .layout-slideshow h2, .homelayout .layout-slideshow .sprocket-features-title { padding: 0 0 2px 0;}
	.sprocket-features-arrows { display: none;}
	body .sprocket-features-desc p { font-size: 3vw; margin-bottom: 0px; }
	.sprocket-features-pagination { display: none; }
}

/************ RECENT NEWS  ************/
h4.sprocket-lists-modern-title { background: none; font-size: 1.4rem !important; color: #414042; margin-top: 0px; margin-bottom: 0px; line-height: 1.3 !important; padding: 15px 5px 5px 5px !important; }
.active h4.sprocket-lists-modern-title { margin-bottom: 10px; line-height: 1.3 !important;}
/* .sprocket-lists-modern .sprocket-padding img { height: 120px;}
.sprocket-lists-modern .sprocket-padding a.readon { display: none; }
.sprocket-lists-modern-container li {  border-bottom: 3px solid #f8e9cd; min-height: 205px; }
.sprocket-lists-modern-pagination li { padding: 6px !important; border-radius: 0; background: #0568b1; }
.sprocket-lists-modern-arrows .arrow { background: #f8e9cd; color: #0568b1; } */

.sprocket-lists-portrait-container h4 { background: none;  }
h4.sprocket-lists-portrait-title { padding-top: 0px; margin-top: 0px;}
.sprocket-lists-portrait-container li { padding-top: 20px; border-bottom: 1px #EEC353 solid;}
.sprocket-lists-portrait-container li:last-child {}
.active .portrait-image img { 
	width: 15vw;
	height: 15vw;
	object-fit: cover;
	object-position: top center; 
}
.active .portrait-image { width: auto; padding-right: 20px; padding-bottom: 20px;}
.sprocket-lists-portrait-pagination li {
    background: #00693e;
    padding: 7px !important;
	border-radius: 0;
}
.sprocket-lists-portrait-arrows .arrow {
    background: #99c3b2;
    color: #00693e;
    border-color: #00693e;
}
#g-footer h2 { border: none;}
#g-footer  { padding: 0 2%;}


@media only screen and (max-width: 767px) {
	.sprocket-lists-modern-arrows .arrow { margin-left: 25px; }
	.sprocket-lists-portrait-item { display: none; }
	.active .portrait-image img {
		width: 28vw;
		height: 28vw;
	}
}
