@import url('//fonts.googleapis.com/css?family=Lato|Spectral:400,500|Spectral+SC:400,600&display=swap');

/************ 

TEMPLATE NOTES

Green: #1c6037; rgba(28,96,55,1)
Gold: #f2b13d; rgba(242,177,61,1)
Cream: #f9e2b4; rgba(249,226,180,1)

************/

body { color: #333; font-size: 1.1rem; font-family: 'Lato', sans-serif; }
body p {margin: 0 0 0.7rem 0;}

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: 'Spectral SC', serif; color: #1c6037; font-size: 2.5rem;}
h2, .page-header h2 { font-family: 'Spectral', serif; color: #1c9c4e; font-size: 2rem; border-bottom: 1px solid #333;  line-height: 1.3; margin: 0; padding: 0;}
h3 { font-family: 'Spectral SC', serif; color: #f2b13d; font-size: 2rem; letter-spacing: -1px;}
h4 { font-family: 'Spectral', serif; background: #1c6037; font-size: 1.75rem;color: white; border-radius: .2rem; padding: .1rem .4rem;}
h5 { font-family: 'Spectral SC', serif; color: #f2b13d; font-size: 1.5rem; }
h6 {color: #1c9c4e; font-size: 1.6rem; font-style: italic;}
a { color: #1c9c4e; }
a:hover { color: #f2b13d; }

blockquote {
	color: #333;     
	padding: 0 20px 0 40px;
	margin: 0 0 20px;
	border-left: 10px solid #d5d5d5;
	font: italic 16px/22px Spectral, 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: #1c6037; 
  font-size: 1rem;
  text-transform: none;
  font-weight: normal;
  background: #f2b13d; 
  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;
}
a.purplebutton { 
  color: #ffffff; 
  font-size: 1rem;
  text-transform: none;
  font-weight: normal;
  background: #6E397F; 
  padding: .7rem 1.3rem; 
  border-radius: .5rem; 
  margin: 0;
  display: inline-block;
  font-weight: 500;
  line-height: 1.125rem;
  border: 2px solid #6E397F;
  transition: all .2s ease-in;
}
a.rosebutton { 
  color: #ffffff; 
  font-size: 1rem;
  text-transform: none;
  font-weight: normal;
  background: #F766AE; 
  padding: .7rem 1.3rem; 
  border-radius: .5rem; 
  margin: 0;
  display: inline-block;
  font-weight: 500;
  line-height: 1.125rem;
  border: 2px solid #F766AE;
  transition: all .2s ease-in;
}
a.greenbutton { 
  color: #ffffff; 
  font-size: 1rem;
  text-transform: none;
  font-weight: normal;
  background: #1c6037; 
  padding: .7rem 1.3rem; 
  border-radius: .5rem; 
  margin: 0;
  display: inline-block;
  font-weight: 500;
  line-height: 1.125rem;
  border: 2px solid #1c6037;
  transition: all .2s ease-in;
}
a.bluebutton { 
  color: #ffffff; 
  font-size: 1rem;
  text-transform: none;
  font-weight: normal;
  background: #014E78; 
  padding: .7rem 1.3rem; 
  border-radius: .5rem; 
  margin: 0;
  display: inline-block;
  font-weight: 500;
  line-height: 1.125rem;
  border: 2px solid #014E78;
  transition: all .2s ease-in;
}
a.redbutton { 
  color: #ffffff; 
  font-size: 1rem;
  text-transform: none;
  font-weight: normal;
  background: #7C0000; 
  padding: .7rem 1.3rem; 
  border-radius: .5rem; 
  margin: 0;
  display: inline-block;
  font-weight: 500;
  line-height: 1.125rem;
  border: 2px solid #7C0000;
  transition: all .2s ease-in;
}
a.blackbutton { 
  color: #ffffff; 
  font-size: 1rem;
  text-transform: none;
  font-weight: normal;
  background: #000000; 
  padding: .7rem 1.3rem; 
  border-radius: .5rem; 
  margin: 0;
  display: inline-block;
  font-weight: 500;
  line-height: 1.125rem;
  border: 2px solid #000000;
  transition: all .2s ease-in;
}
a.whitebutton { 
  color: #f2b13d; 
  font-size: 1rem;
  text-transform: none;
  font-weight: normal;
  background: #ffffff; 
  padding: .7rem 1.3rem; 
  border-radius: .5rem; 
  margin: 0;
  display: inline-block;
  font-weight: 500;
  line-height: 1.125rem;
  border: 2px solid #f2b13d;
  transition: all .2s ease-in;
}
a.goldblockbutton { 
  color: #1c6037; 
  font-size: 1rem;
  text-transform: none;
  text-align: center;
  font-weight: normal;
  background: #f2b13d; 
  padding: .7rem 1.3rem; 
  border-radius: .5rem; 
  margin: 0;
  display: block;
  font-weight: 500;
  line-height: 1.125rem;
  border: 2px solid #f2b13d;
  transition: all .2s ease-in;
}
a.greenblockbutton { 
  color: #ffffff; 
  font-size: 1rem;
  text-transform: none;
  text-align: center;
  font-weight: normal;
  background: #1c6037; 
  padding: .7rem 1.3rem; 
  border-radius: .5rem; 
  margin: 0;
  display: block;
  font-weight: 500;
  line-height: 1.125rem;
  border: 2px solid #1c6037;
  transition: all .2s ease-in;
}
a.greenblockbtn { 
  color: #1c6037; 
  font-size: 1rem;
  text-transform: none;
  text-align: center;
  font-weight: normal;
  background: transparent; 
  padding: .7rem 1.3rem; 
  border-radius: .5rem; 
  margin: 0;
  display: block;
  font-weight: 500;
  line-height: 1.125rem;
  border: 2px solid #1c6037;
  transition: all .2s ease-in;
}


.readon:hover, .button:hover, .btn:hover,  p.readmore .btn:hover {background: #f9e2b4; color: #1c6037;}
.purplebutton:hover {background: transparent; color: #6E397F;   border: 2px solid #6E397F;}
.rosebutton:hover {background: transparent; color: #6E397F;   border: 2px solid #6E397F;}
.greenbutton:hover {background: transparent; color: #1c6037;   border: 2px solid #1c6037;}
.redbutton:hover {background: transparent; color: #7C0000;   border: 2px solid #7C0000;}
.bluebutton:hover {background: transparent; color: #014E78;   border: 2px solid #014E78;}
.blackbutton:hover {background: transparent; color: #000000;   border: 2px solid #000000;}
.whitebutton:hover {background: #f2b13d; color: white;   border: 2px solid #f2b13d;}
.greenblockbutton:hover {background: transparent; color: #1c6037;   border: 2px solid #1c6037;}
.goldblockbutton:hover {background: transparent;  border: 2px solid #f2b13d;}
.greenblockbtn:hover {background: #1c6037; color: white; }

.btn .icon-chevron-right { display: none;}

#g-feature:before { border: none; }

/************ TABLES  ************/
.fancytable th {color: #1c6037; background: #f9e2b4; border: 1px solid #f9e2b4;}
.fancytable td { border: 1px solid #f9e2b4;}

/************ 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;}

/************ HERO IMAGE ************/
.hero p { margin: 0; }
.hero img { height: 50vh; object-fit: cover; width: 100%; opacity: 0.65; }

@media only screen and (max-width: 767px) { 
	.hero img { height: 28vh; }
}

/************ HOMELAYOUT  ************/
.homelayout .hiddenhome { display: none; }
p.buttonheading { margin: 0; padding: 0; }
/*#g-top { background: #1c6037 url(../images/template/header.png) 100% 0% no-repeat !important; background-size: contain !important; }*/
.logo-block .g-content.g-particle { margin: 0; padding: 0.75rem; }

@media only screen and (max-width: 767px) {
	#g-navigation { border-bottom: 4px #f2b13d solid; padding-top: 2%; padding-bottom: 2%; }
}

#g-top {padding: 0 5%;}

/************ MENU  ************/
#g-navigation .g-content { margin: 0; padding: 0;}
/*.g-main-nav .g-toplevel > li > .g-menu-item-container, .g-main-nav .g-toplevel > li:hover > .g-menu-item-container, .g-main-nav .g-toplevel > li.active > .g-menu-item-container { color: #1c6037; }*/
.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: 0 2% 0 2%; }
.g-main-nav .g-toplevel > li > .g-menu-item-container { text-align: center;  padding: 0.625rem 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; }
}

.homelayout #g-navigation { position: absolute; z-index: 3; left: 0; right: 0; background: rgba(28,96,55,0.8);}

@media only screen and (max-width: 767px) { 
	.homelayout #g-navigation { position: relative; }
}


/************ SIDE MENU  ************/
#g-aside .moduletable[class*="box"] { padding: 0; }
#g-aside .g-content { padding-left: 0; padding-right: 0px;}
.moduletable .nav.menu li a { width: 100%; border-radius: 0; padding: 10px 20px; color: white; font-weight: normal;}
.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: #1c6037;  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: #1c6037;
	background: #f9e2b4;
	font-weight: normal;
}

/************ SOCIAL MEDIA ICONS WHITE ************/ 
.g-social a { color: white; }
.g-social a:hover { color: #f9e2b4 !important; }

/************ CENTER SOCIAL MEDIA VERTICALLY  ************/
.g-block.size-5 { display: flex; justify-content: center; align-items: center; }

/************ OFFCANVAS MENU  ************/
.g-offcanvas-toggle {color: white; }
#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: #1c6037; }
#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; }

/************ ROTATOR - FULL WIDTH ************/
.homelayout #g-showcase { background: white; }
#g-showcase { padding: 0; }
.sprocket-features-list li .sprocket-features-container { width: 100%; height: 42vw; overflow: hidden; position: relative; }
.arrows-active .sprocket-features-list { margin-left: 0px; margin-right: 0px;}
.sprocket-features-list li .sprocket-features-container .sprocket-features-img-container { position: absolute; top: 0; right: 0; left: 0; bottom: 0; z-index: 1; }
/*.sprocket-features-list li .sprocket-features-container .sprocket-features-content {  
	position: absolute; 
	z-index: 2; 
	top: 5%;
	right: 3%;
	bottom: 5%;
	left: 67%; 
	background: rgba(255,255,255,0.8);
	padding: 30px;
	overflow: auto;	
}
.sprocket-features-desc h2 { border-bottom: none; font-weight: 500; color: #1c6037;  }*/
.layout-showcase .sprocket-features-img-container img { float: none; width: 100%;  height: 42vw; object-fit: cover; object-position: center; }
.layout-showcase .sprocket-features-pagination li { padding: 8px;}
.pagination-active .sprocket-features-pagination { bottom: 15px; }
.pagination-active { margin-bottom: 0px; }

/*
@media only screen and (min-width: 1100px) {
	.sprocket-features-list li .sprocket-features-container .sprocket-features-content { overflow: hidden; }
}

@media only screen and (min-width: 768px) and (max-width: 1099px) {
	.sprocket-features-list li .sprocket-features-container .sprocket-features-content { left: 60%; }
}

@media only screen and (max-width: 767px) {
	.sprocket-features-list li .sprocket-features-container { height: 120vw;}
	.sprocket-features-list li .sprocket-features-container .sprocket-features-img-container { position: relative; }
	.sprocket-features-list li .sprocket-features-container .sprocket-features-content { top: 42vw; right: 0; bottom: 0; left: 0; padding: 15px; background: white; overflow: auto; } 
}
*/
/************ BIGGER ARROWS ON SLIDESHOW ************/
.sprocket-features.layout-showcase.arrows-active.arrows-onhover .sprocket-features-arrows .arrow { 	background: none; box-shadow: none; color: white;}
.sprocket-features.layout-showcase.arrows-active.arrows-onhover .sprocket-features-arrows .arrow { font-size: 5rem; }
.arrows-active .sprocket-features-list {margin: 0px; }
.arrows-onhover .sprocket-features-arrows .arrow.prev { margin-left: 0;}
.arrows-onhover .sprocket-features-arrows .arrow.next { margin-right: 0;}

@media only screen and (max-width: 767px) {
	.sprocket-features-pagination, .sprocket-features-arrows { display: none;}
}

/************ QUICKLINKS  ************/
#g-bottom { padding: 3%; }
.g-iconmenu {display: flex; width: 100%;  margin: 0 0 0 auto;}
.g-iconmenu > a  { color: #1c6037;  flex:1; border-left: 2px #f2b13d solid;}
.g-iconmenu > a:hover { color: #f2b13d; }
.g-iconmenu > a:first-child { border-left: none;}
.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: 1.5rem; padding-bottom: 10px; }
.g-iconmenu img { height: 4vw; padding-bottom: 20px;}

@media only screen and (max-width: 767px) { 
	#g-bottom { padding-bottom: 0; }
	.g-iconmenu { flex-wrap: wrap; width: 100%; }
	.g-iconmenu > a { width: 29%; margin: 10px 10px 40px 10px; flex: auto; border: none;  }
	.g-iconmenu .g-iconmenu-icon {  font-size: 1.75rem; }
	.g-iconmenu .g-iconmenu-text {  font-size: 1rem; }
}

 /************ PARISH NEWS SLIDER - VERTICAL LAYOUT ***********
.sprocket-accordion-arrow {display: none; }
.sprocket-accordion-container { background: none; }
.active .sprocket-accordion-content { padding: 0 5px; position: absolute; bottom: 10px; }
.sprocket-accordion-content { padding: 0 5px; }
.sprocket-accordion-item.active { border-radius: 0.5rem !important; border-bottom: none; margin: 12px 0; }
.sprocket-accordion-item { border-radius: 0.5rem !important; }


.sprocket-accordion-item.active h2.sprocket-accordion-title { font-family: 'Spectral', serif; border: none; margin: 0; padding: .5rem 7px; font-size: 1.5rem; line-height: 1.1; }
h2.sprocket-accordion-title { font-family: 'Lato', sans-serif; border: none; margin: 0; padding: .5rem 7px; font-size: 1.2rem; line-height: 1.1; font-weight: normal !important; }
.sprocket-accordion-title { font-size: 1.2rem; line-height: 1.3; margin: 5px 0 5px 0; } 
.active .sprocket-lists-portrait-title {  position: relative; top: 50%;  transform: translateY(-50%); }

.sprocket-accordion-title a:hover { color: #f2b13d; }
.sprocket-accordion-title a { pointer-events: none; }

.sprocket-accordion-desc { font-size: 1.1rem; line-height: 1.2; padding: .1rem 7px; }

.active h2.sprocket-accordion-title { background: none; color: white; text-shadow: 2px 2px 5px rgba(0,0,0,0.8); }

.sprocket-accordion-item {
	border-bottom: 2px #1c6037 solid; opacity: 1; color: #1c6037;
	background: url(../images/template/article-default.jpg); opacity: 1; height: auto !important; background-size: cover !important; background-position: center; 
}

.sprocket-accordion-content .readon {background: #f2b13d; padding: 0.5rem 1rem; box-shadow: 0px 0px 10px rgba(0,0,0,0.4);}
.sprocket-accordion-content .readon:hover { border: 2px white solid; }

.sprocket-accordion-item.active { height: 275px !important; }

.sprocket-accordion-item:not(.active) {background: white !important; transition: all .4s ease-in; border-radius: 0 !important; }
.sprocket-accordion-item:not(.active) .sprocket-accordion-title a {color: #1c6037;  font-weight: normal; }
.sprocket-accordion-item:not(.active) .sprocket-accordion-title a:hover {color: #f2b13d;  font-weight: normal; }
.sprocket-accordion-item:not(.active) .sprocket-accordion-content { background: white; padding: 0px;}
.sprocket-accordion-item:not(.active) .sprocket-accordion-desc { display: none;}

.sprocket-accordion-overlay { background: rgba(0,0,0,0.4);  border-radius: 0.5rem; }

@media only screen and (max-width: 767px) {
	h2.sprocket-accordion-title, .active h2.sprocket-accordion-title {font-size: 1.3rem; }
}*/

/************ SPROCKET LIST  - FUNERAL NOTICES************/
.sprocket-lists-title.padding { background: none; }
h4.sprocket-lists-title.padding { background: none; color: #1c6037; text-shadow: none; border: none; margin: 0;  font-size: 1.4rem !important; }
.sprocket-lists-container li {  border-bottom: 1px #1c6037 solid}
.sprocket-lists-container .indicator { display: none; }
.roksprocket-ellipsis::after {  content: ""; clear: both;  display: table; }
.sprocket-lists-pagination li { background: #b9232a; padding: 6px !important; border-radius: 0; }
.sprocket-lists-arrows .arrow {   background: #e3a7aa;   color: #b9232a; line-height: 1;}

/************ HEADLINES  ************/
#g-utility, #g-extension {padding: 0 7%;}
#g-utility .platform-content {padding: 0.5rem 0;}
#g-feature .g-content {margin: 0; padding: 2rem 0.9rem; }
#g-utility h3.g-title { color: #1c6037; letter-spacing: 1px; padding-bottom: 0px; border-bottom: 1px #1c6037 solid; }
#g-feature [name="spacer"] { display: inherit;}
#g-feature h2.contentheading { color: #1c6037; text-align: center; margin-top: 30px; margin-bottom: 10px; padding-bottom: 0px; border-bottom: 1px #1c6037 solid; }
#g-feature h3.g-title { color: #1c6037; letter-spacing: 1px; padding-bottom: 0px; border-bottom: 1px #1c6037 solid; }
h4.sprocket-lists-portrait-title { background: none; font-size: 1.4rem !important; color: #414042; margin-top: 0px; margin-bottom: 0px; line-height: 1.3 !important;}
/*.active h4.sprocket-lists-portrait-title { margin-bottom: 10px; line-height: 1.3 !important;}*/
.portrait-image { width: 70px; }
.portrait-image img {height: 70px;}
.active .portrait-image img {   object-fit: cover;  object-position: center;  height: 175px;}
.active .portrait-image { width: 40%;}
.sprocket-lists-portrait-container li {  border-bottom: 1px solid rgba(242,177,61,.5); }

#g-feature .platform-content:first-child {margin-bottom: 0px; padding-bottom: 0px;}
#g-feature .platform-content:last-child { margin-top: 0px; padding-top: 0px;}

.sprocket-lists-portrait-pagination li { padding: 6px !important; border-radius: 0; background: #1c6037; }
.sprocket-lists-portrait-arrows .arrow { background: #1c6037; color: white; }
@media only screen and (max-width: 767px) {
	.sprocket-lists-portrait-arrows .arrow { margin-left: 25px; }
	.active .portrait-image { width: 32%;}
	.active .portrait-image img { object-fit: cover; object-position: center; height: 100px; }
}
#g-utility h3 {1.75rem;}


/************ HOME MIDDLE ADS ************/
#g-feature .g-grid:last-child .g-content { padding-left: 0px; padding-right: 0px; }

/************ MISSION ************/
.homelayout body, .homelayout html { height: 100%; }

#g-expanded { background-color: white; background-image: url(../images/template/mission.jpg); background-attachment: fixed;
	background-position: 50% 0%; background-repeat: no-repeat; background-size: cover; padding-top: 4%; padding-bottom: 4%; }
#g-expanded .mod_placehere_leading.even { overflow: visible !important; }
#g-expanded h5 { color: #1c6037; font-family: 'Lato', sans-serif; letter-spacing: 1px; text-transform: uppercase; font-weight: bold; font-size: 1.3rem; margin-bottom: 25px; }
#g-expanded h2 { border-bottom: none; font-size: 2.2rem; color: #1c6037; }
#g-expanded .mission-caps { font-family: 'Spectral SC', serif; font-weight: 600; }

@media only screen and (max-width: 767px) {
	#g-expanded { background: url(../images/template/mission.jpg) 50% 10% no-repeat !important; } 
}

/************ HOME MODULES ************/
#g-extension h3.g-title { font-family: 'Spectral SC', serif; background: #1c6037; font-size: 1.55rem;color: white; border-radius: .2rem; padding: 0.75rem 1rem;
text-align: center; line-height: 1.2; }
.calendar .g-content { padding-top: 0px; margin-top: 0px; }

/************ ROK MINI EVENTS  ************/
.rme-items li, .rme-timeline-bar, .rme-arrow {
    background: none;
    border: none;
}
.rme-items li { padding: 0; margin: 15px 0 30px 0; clear:both; }
.rme-badge {
    background: #f9e2b4;
    color: #1c6037;
    width: 58px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 5px;
	font-weight: bold;
	display: block;
	float: none;
}
.rme-timeline-point:hover, .rme-timeline-point.active, .rme-timeline-point span { background: #1c6037; } 
.rme-arrow { color: #1c6037; } 
.rme-date {display: none; }
.rme-day { font-size: 1.5rem; }
.rme-title {
    font-size: 1rem;
    font-weight: normal;
}
@media only screen and (max-width: 767px) {
	.rme-badge { float: left;  padding: 2px;}
	.rme-day { font-size: 1.4rem;}
	.rme-items li { margin: 0; }
	.rme-timeline { display: none;}
	.rme-items { padding-top: 15px;}
}

/************ BOTTOM ADS ************/
.bottom-ads .g-content { padding-left: 0px; margin-left: 0px; padding-right: 0px; margin-right: 0px; padding-bottom: 0px; margin-bottom: 0px; }

/************ FOOTER ************/
#g-footer { padding: 0: }

#g-footer a { color: white; }
#g-footer a:hover { color: #f2b13d; }
#g-footer .mod_placehere_leading.even { overflow: visible !important; }
#g-footer h3 { margin-bottom: 0px; }
#g-footer h2 { border-bottom: none; color: white; font-size: 1.5rem; }

/************ 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;}
#g-copyright a .fa.fa-lock { color: #e5e5e5; }
#g-copyright a:hover .fa.fa-lock { color: #f2b13d; }

@media only screen and (max-width: 767px) {
	#g-copyright { display: none !important; }
}

/************ MINISTRY PAGE  ************/
.ministrypage .item { display: flex; flex-direction: column; }
.ministrypage .item .pull-left.item-image { order: 1; }
.ministrypage .item .pull-left.item-image img { border-radius: 4px; box-shadow: 2px 2px 5px rgba(0,0,0,0.2); }
.ministrypage .item .page-header { order: 2; }
.ministrypage .item table { order: 3; margin: 5px 0 20px 0; }
.ministrypage .item p { order: 4; }
.ministrypage .item h1 { order: 4; }
.ministrypage .item h4 { order: 4; }
.ministrypage .pull-left.item-image { margin: 0; padding: 0; padding-right: 10px;}

.ministrypage .page-header h2 {
	line-height: 1.2;
	color: #3c7a55;
    font-size: 1.8rem;
    border-bottom: 2px solid #f9e2b4;
    margin: 3px 0 0 0;
    padding: 0;
}

.ministrypage a { word-break: break-all; }
.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: 75%;}
}

 
/************ 

TEMPLATE NOTES

Green: #1c6037; rgba(28,96,55,1)
Gold: #f2b13d; rgba(242,177,61,1)
Cream: #f9e2b4; rgba(249,226,180,1)

************/

.rm-button-text .readon {
  font-size: 0;
}
.rm-button-text .readon:before {
  content: 'Faith Formation Activities';
  color: #1c6037; 
  font-size: 1rem;
  text-transform: none;
  font-weight: normal;
  margin: 0;
  display: inline-block;
  font-weight: 500;
  line-height: 1.125rem;
  border: none;
  transition: all .2s ease-in;
}