@import url('https://fonts.googleapis.com/css?family=Jaldi:400,400i,700,700i&display=swap');
html {
	font-size: 1rem;
}

   
body {
	margin: 0;
	padding: 0;
	color: #1D3246;
 	font-family: 'Jaldi', Arial, Helvetica, sans-serif;	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


/*common styles -----------------------------------------------------------------------------------*/

.none {
	display: none !important;
}
.full {
	width: 100%;
      
}
.bgd {
	background-color: #F8F8F8;
}

.photoMargin {
	margin: 1em 4%;
}


.wrapper {
	width: 1200px;
	margin: 0 auto;
	display: block;
	position: relative;
}
.marginLeft {
	margin-left: 0%;
}
.marginRight {
	margin-right: 0%;
}

.marginTop {
    margin-top: 2em;
}

.floatLeft {
	float: left;
	
}
.floatRight {
	float: right;
}
.other-page a {
	font-size: 1.35rem !important;
}
.round {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.round5 {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 15px 3% !important;
}
.round10 {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin: 15px 3% !important;
}
.round15 {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	margin: 15px 3% !important;
}
.removeBorder {
	border: 0 solid #fff !important;
}

.margin {
	margin: 2em 0;
}
.borderTop {
	border-top: #207ABD solid 6px;
}

.sticky {
  position: sticky ;
  position: -webkit-sticky; 
  top: 0;
  background-color: #fff;
  z-index: 999;
}
.shadow {-webkit-box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.52);
-moz-box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.52);
box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.52);
}


#map {
  max-height:382px;
  overflow:hidden;
}

/* ---------------------------------------header layout---------------------------------------*/

.bar {
    height: 1.4rem;
    padding: 0.4rem 0;
}


#navDiv {
	background-color: #fff;
	border-top: #CCCCCC;
}
#header {
	/*! min-height: 3.75em; */
	text-align: center;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0.3em 20px;
	box-sizing: border-box;
}
#headingContainer {
	background-size: 100%;
}
#headingContainer h1 {
	padding: 1rem 0;
	color: #333;
}

#logo {
	width: 235px;
	float: left;
	/*! margin: 0.8125em 0; */
	text-align: center;
}
.denomination {
	float: left;
	margin: 30px 8.75%;
}
#headerRight {
	/* margin-top: 0.9em; */
	/*! float: right; */
	width: 80%;
	align-content: center;
}
#topbar {
	width: 100%;
	margin: 0 auto;
	display: block;
	/* min-height: 54px; */
	zoom: 1;
	clear: both;
}
#menuWrapper {
	margin: 0 auto;
	display: block;
	
}
/* ---------------------------------------content page header banners---------------------------------------*/
#headingContainer {
background-color: #FAF6FB;
	padding:2rem 20px 0;
}


#headingContainer h1 {
	text-align: center;
	color: #2A262E;
	margin: 0;
}

/* ---------------------------------------content---------------------------------------*/

#contentBody {
	min-height: 300px;
}
#breadWrapper {
	height: 50px;
	background-color: #F0F1F5;
  	display:none;
}
#contentWrapper {
	margin-top: 50px;
	width: 75%;
	float: left;
	box-sizing: border-box;
	padding-right:40px;
}



.fullCal {
	width: 100% !important;
}
#sidebar {
	float: right;
	margin: 2.375em 0;
	width: 25%;
}

/* ---------------------------------------social icons---------------------------------------*/

.fab {
	color: #fff;
	font-size: 1.4rem;
	margin-left: 10px;
}

.fab:hover {
	color: #A2A2A2;
}

/* ---------------------------------------footer layout---------------------------------------*/

.footerBar {
	/*! padding: 0.5em; */
	}

.footerBar .fab {
    margin: 0.5em 10px;;
	}

#footer {
	padding-top: 3em;
}


#footer p{
	color: #fff;
}
#footer h1 {
	color: #fff;
	margin-top: 0;
}

#footer h1:before {
content: '';
	color: #FF6941;
	font-size: 1em;
	top: 0;
	right: calc(50% - 0.5em );
	display: block;
}

#footer p {
  font-size: 1.125rem;
}

span.footer a {
	font-size: 0.75rem;
    color: #ccc;
    margin: 4em 0 ;
    display: inline-block;
}

/* ----------------------------------------*/


img {
	border: 0px;
}
a img {
	opacity: 1.0;
	filter: alpha(opacity=100);
}
a img:hover {
	opacity: 0.7;
	filter: alpha(opacity=60);
}
#main, #contentMain, .boxContainer, #column1 {
	width: 100% !important;
	width: 100% !important;
	margin: 0 auto !important;
	padding: 0 !important;
}
/* -------------------------------------- styles for editors to use  ------------------------------------*/


.round5 {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.round10 {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.round15 {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.margin {
	margin: 15px 3% !important;
}
.bordertop {
	border-top: solid 6px #207ABD;
}





/* homepage widgets  ----------------------------------------------------------------------------------  */

.oneColWidth, .twoColWidth, .threeColWidth {
	width: 100% !important;
	padding: 4em 0 !important;
	margin: 0px 0!important;
}
.oneColWidth article, .twoColWidth article, .threeColWidth article{
	max-width: 1200px;
	margin: 0 auto;
	 padding: 1em 5%;
	width: 100% !important;
	box-sizing: border-box;
}

.oneColWidth header, .twoColWidth header, .threeColWidth header {
	max-width: 960px;
	margin: 0 auto;
	color: #13B085;
	padding: 0em 5% 0.3em;
	font-size: 3.35rem;
	line-height: 1em;
	font-weight: 700;
	text-transform: uppercase;
  	text-align: center;
}

.oneColWidth header, .twoColWidth header, .threeColWidth header:before {
    	content: '-'
	color: #FF6941;
	font-size: 1em;
	top: 0;
	right: calc(50% - 0.5em );
	display: block;
	
}

#column1 li:nth-of-type(even) {
	background-color: #F0F1F5;
}


/* rotators  -------------------------------------------------------------------------------------------------*/


.wrotator {
	border-radius: 0px !important;
	padding: 0 !important;
}
.wrotator article {
	max-width: 100% !important;
}
.rotator, .slideshow, .slideshow div {
	width: 100% !important;
	padding: 0px !important;
}
article.rotator .slideshow {
	background-color: #343434;

}
.slideshow div img {
	width: 100% !important;
	height: auto !important;
	margin: 0px auto !important;
	max-width: 1980px !important;
}

article.rotator .slideshow {
	background-color: #343434;
	height: 39vw !important;
}

/* rotator caption  ------------------------------------------------------------------------------- */

.rotator .caption {
  position: absolute;
  display: block;
  text-align: center;
  z-index: 99 !important;
  bottom: 0;
  right: 0;
  box-sizing: border-box;
  width: 100%;
  padding: 4.5em 3% 4.5em 3%!important;
  color: #fff !important;
  height:  auto;
	background: rgb(0,0,0);
background: -moz-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
background: -webkit-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
	opacity:1 !important;

}
.rotator .caption p {
  margin: 0;
  padding: 0 !important;
  color: #fff !important;
  font-size: 74px !important;
  box-sizing: border-box;
  font-weight: 900;
  line-height: 1.2em;
  display: block;

}

.rotator .caption a {
  color: #fff;
}

/* box links ------------------------------------------------------------------------------- */
.w112 article p {
	display: flex !important;
	flex-wrap: wrap;
}

a.boxes {


	width: 25%;
	float: left;
	text-align: center;
	padding: 50px 20px 50px;
	font-size:2rem;
	line-height: 1em;

	font-weight: 700;
	color: #fff !important;
	box-sizing: border-box;
	vertical-align:middle;
	/*! text-decoration: ; */
	text-transform: uppercase;
}

a:nth-of-type(2).boxes {

}
a:nth-of-type(3).boxes {
	
}
a:nth-of-type(4).boxes {
	
}




a:hover.boxes {
    opacity: 0.9;
	text-decoration: none;	
}


/* calendar  ------------------------------------------- */

.wcalendar {

  background-image: url(https://www.lifechurchepping.org.uk/content/pages/uploaded_images/5.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  
}
header.calendar {
  text-align: center;
  color: #fff;
}


article.calendar {
  overflow-y: scroll;
  height: 22em !important;
  width: 60% !important;
  padding: 0 0;
  background: #fff;
  margin-top: 1em;
}

article.calendar p {
  margin: 0  0px;
  background-color: #EDEEF0;
  box-sizing: border-box;
  color: #1C2243;
  text-align: center;
}

article.calendar p br {
  display: none;
}

article.calendar p a {
  font-weight: 700;
  margin: 0rem 0 0;
  color: #1C2243;
  font-size: 1.5rem;
  line-height: 2rem;
  padding: 10px 2% 10px 2%;
  display: inline-block;
}
article.calendar p a:hover {
  color: #888;
  text-decoration: none;
}
article.calendar strong {
  font-size: 1.125rem;
  font-weight: 400;
  color: #A3175C;
  display: block;
  background-color: #F8F8F8;
  padding: 1em 2% 1em 2%;
  font-size: 1.15rem;
}

article.calendar p:nth-of-type(4) {
  clear: both;
}

/* Latest articles --------------------------------------- */

.wlatestarticles {

}

header.latestarticles {
	text-align: center;

}
article.latestarticles {
	margin: 0em auto;
  	display: flex;
  	
}
article .latest-article {
	background-color: #5A4465 !important;
	width: 33% !important;
	margin: 0 0.166666666666666% !important;
	padding: 0 3% !important;
}
article.latestarticles p {
	min-height: 25em !important;
	margin-top: 0rem;
	color:#fff;
	line-height: 1.4em;
}
article.latestarticles img {
	box-sizing: border-box;
	width: 122% !important;
	margin: 0 -11% !important;
	height: 16.5em !important;
	object-fit: cover;
}


article.latestarticles .latest-article-link {
	color: #FF6941;
	text-decoration: none;
	margin-top: 0.5em !important;
	line-height: 1.1em;
	font-size: 2rem;
	
	margin-bottom: 0.5em;
	display: block;
}
article.latestarticles .latest-article-date {
	color: #fff;
	margin-bottom: 0.6em;
	display: block;
	font-weight: 700;
	
}
article.latestarticles .latest-article-date + br {
	display: none;
}
article.latestarticles .latest-article-link:hover {
	text-decoration: none;
}
article.latestarticles .latest-article-read-more {
	display: block;
	margin: 1em 0 2em 0em;
	padding: 0.3em 0.5em;
	color: #fff;
	background-color: #FF6941;
	width: 7em;
	text-align:center;
	text-transform: uppercase;
	font-weight: 700 !important;
}
article.latestarticles .latest-article-read-more:hover {

	background-color: #222;
    	text-decoration:none;
}


/* --------------------------------------daily message ------------------------------------*/

.wdailymessage {
    background-image: url(/content/pages/uploaded_images/1610979586-2Zsf.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.wdailymessage header{
   color: #fff;

}
.wdailymessage article{
   color: #fff;
   font-size: 1.125rem;
   text-align: center;
}

.wdailymessage article:before{
   content: '"';
	color: #13B085;
	font-size: 6em;
display: block;
top: -0.3em;
position: absolute;
  left: -0.2em;

}

.wdailymessage article:after{
   content: '"';
   color: #13B085;
   font-size: 6em;
   position: absolute;
   display: block;
   top: -0.3em;
   right: -0.2em;
}

.wdailymessage>div {
	width: 60%;
	margin: 0 auto;

}

/* --------------------------------------latest audio ------------------------------------*/


.wlatestaudio article {
   font-size: 1.125rem;
   text-align: center;
}

.wlatestaudio article p{
   color: #5A4465;
   border-bottom: 1px solid #F0F1F5;
   padding: 1em;
   /* box-sizing: border-box; */
}

.wlatestaudio article a.audioLink {
   font-size: 2rem;
   padding: 0 1em;
   line-height: 1em; 
}

.wlatestaudio>div {
    width: 80%;
    margin: 0 auto;
}


/* -------------------------------------- get in touch form ------------------------------------*/
.wform {
  background-image: url(https://www.lifechurchepping.org.uk/content/pages/uploaded_images/1610979575-Bz1G.jpg);
  background-size: cover;
}



.wform header{
    color: #fff;
}

.wform article>p {
    margin: 0 auto;
	width: 50%;
	min-width: 300px;
	text-align: center;
    color: #fff;
}

.wform form p {
    font-size: 1.125rem;
  color: #fff;
}


.wform form {
	margin: 0 auto;
	width: 50% !important;
	min-width: 300px;
	text-align: center;
}

.wform input, .wform textarea, .wform select{
	padding: 1em 0%;
	width: 100% !important;
	border: 0;
  	background-color: #fff;
}

 .wform button {
  
  background-color: #FF6941;
 }



/* -------------------------------------- find us map  text widget ------------------------------------*/

.threeColWidth.w128:before {
  
    content: 'Find us';
    max-width: 960px;
    margin: 0 auto; 
    color: #5A4366; 
    padding: 1em;
    font-size: 3.35rem;
    line-height: 1em;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center; 
    display: inherit;
}


.threeColWidth.w128, .threeColWidth.w128 article {
	max-width: 100% !important;
	padding: 0!important;
}

.threeColWidth.w128 article p{
	margin: 0;
}

/* --------------------------------------responsive styles ------------------------------------*/

@media only screen and (max-width: 1280px) {
html {
	font-size: 0.875rem;
}
#logo {

}
.wrapper {
	max-width: 920px;
}
#contentWrapper {
	width: 70%;
}

}


/* --------------------------------------responsive styles ------------------------------------*/
@media only screen and (max-width: 960px) {
html {
	font-size: 0.8125rem;
}
#logo {
	
	float: initial;
}
#headerRight {
	margin-top: 0em;
	width: 100%;
	float: initial;
} 

#searchBar {
	float: none;
}

ul#secondaryNav {
	width: 100%;
}
.wrapper {
	max-width: 728px;
}
#contentWrapper {
	width: 65%;
}


}

/* --------------------------------------responsive styles ------------------------------------*/

@media only screen and (max-width: 767px) {
html {
	font-size: 0.75rem;
}
.wrapper {
	max-width: 580px;
}
#sidebar {
	display: none;
}
#contentWrapper {
	width: 100%;
}
  

#footer span.footer {
	display: none;
}

#footer {
	padding:70px 20px;
	box-sizing: border-box;
}
}
/* --------------------------------------responsive styles ------------------------------------*/

@media only screen and (max-width: 579px) {
html {
	font-size: 0.625rem;
}
.wrapper {
	max-width: 320px;
}


#footerSocial {
	display: flex;
}

#footerSocial > div{
	display: inline-block;
	margin:0 auto;
}
}
