@import url('https://fonts.googleapis.com/css?family=Lato:400,400i,700,900&display=swap');

html {
	font-size: 1rem;
}
body {
	margin: 0;
	padding: 0;
	color: #000;
	background: #fff;
  	font-family: 'Lato', 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%;
}
.greyBorderTop {
	border-top: solid 6px #707070;
}


.gradient {
/*background-image: url(https://designimplement1.try.churchedit.co.uk/stylesheets/images/temp/c5274.png);
  background-repeat: repeat-y;
  background-size: 100%;
  
  */
  
  background: #37a5dd; 
background: -moz-linear-gradient(left,  #37a5dd 0%, #4672b5 89%, #476eb2 100%); 
background: -webkit-linear-gradient(left,  #37a5dd 0%,#4672b5 89%,#476eb2 100%); 
background: linear-gradient(to right,  #37a5dd 0%,#4672b5 89%,#476eb2 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#37a5dd', endColorstr='#476eb2',GradientType=1 ); 

}

.wedge {
	border-bottom: 5em solid #F0F6FD;
	border-right: 5em solid transparent;
	height: 0;
	width: 0;
}

.black {
	background-color: #000;
}

.lightBlue {
 	background-color: #ECF5FC; 
}

.darkGrey {
	background-color: #3A3A3A;
}
.grey {
	background-color: #707070;
}
.lightGrey {
	background-color: #F0F1F5;
}
.white {
	background-color: #fff;
}

.wrapper {
	width: 1200px;
	margin: 0 auto;
	display: block;
	position: relative;
  	padding:0px 20px;
  	box-sizing:border-box;
}
.marginLeft {
	margin-left: 0%;
}
.marginRight {
	margin-right: 0%;
}

.marginTop {
    margin-top: 2em;
}

.floatLeft {
	float: left;
	clear: both;
}
.floatRight {
	float: right;
}


.removeBorder {
	border: 0 solid #fff !important;
}

.margin {
	margin: 2em 0;
}
.borderTop {
	border-top: #207ABD solid 6px;
}
.top {
  z-index: 10;
}
.shadow {
  -webkit-box-shadow: 0px 10px 3px -8px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 10px 3px -8px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 10px 3px -8px rgba(0, 0, 0, 0.15);
}
.fixed {
  position: fixed;
}



/* ---------------------------------------header layout---------------------------------------*/

#navDiv {
	background-color: #fff;
	border-top: #CCCCCC;
}
#header {
	display: flex;
	justify-content: space-between;
	/*align-items: center;*/
  	background-image: url('https://designimplement1.try.churchedit.co.uk/stylesheets/images/c257.png');
  	background-position: left center;
  	background-repeat: no-repeat;
}
}
#headingContainer {
	background-size: 100%;
}
#headingContainer h1 {
	padding: 1rem 0;
	color: #333;
}
.homeLink {
	width: 25%;
   /*  background-color: #ECF5FC;*/
    display: block;
    text-align: center;
    padding-top: 1em;
} 


.logo {
	width: 100%;
	max-width: 217px;

}
.denomination {
	float: left;
	margin: 30px 8.75%;
}
#headerRight {

	float: right;

}
#topbar {
	width: 100%;
	margin: 0 auto;
	display: block;
	min-height: 54px;
	zoom: 1;
	clear: both;
}
#menuWrapper {
	margin: 0 auto;
	display: block;
	width: 75%;
}
/* ---------------------------------------header banners buttons---------------------------------------*/

.covid, .try {
	margin-top: 1.1em;

}

a:link.try, a:visited.try {
  padding: 0.8rem 2.5rem;
  text-transform: uppercase;
  color: #fff !important;
  font-weight: 900;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background-color: #37A3DC;
	text-decoration: none;
}

a:hover.try {
  color: #fff !important;
  background-color: #006EC2;
  text-decoration: none;
}

#topbar a:link.try, #topbar a:visited.try {
    padding: 0.8rem 0.9rem;
    margin-left: 0.2em
}

#topbar a:link.covid, #topbar a:visited.covid {
    background-color: #ED1D1D;
}

#topbar a:hover.covid {
  background-color: #006EC2;
}

/* ---------------------------------------content page header banners---------------------------------------*/




#headingContainer h1 {
	text-align: left;
	color: black;
	/* padding: 5em 0 0; */
	/* letter-spacing: 0.0625em; */
	margin: 0;
}

#headingContainer h1:after {
	content:'';
	display:block;
	width:70px;
	height:4px;
	background:#CEDD3E;
	margin-top:15px
}



/* ---------------------------------------content---------------------------------------*/

.contentBody {
	min-height: 18rem;
  	padding: 10rem 0 3rem;
}

.fullCal {
	width: 100% !important;
}

/* --------------------------------------social---------------------------------------*/

.fab {
	color: white;
	font-size: 30px;
	margin-left: 0.3125em;
	margin-top: -2px;
}

.fa-twitter-square{
	float: right;
}
.fab:hover {
	color: #A2A2A2;
}


/* ---------------------------------------contact layout---------------------------------------*/

#contact {
  /*! border-top: #EDEDEC solid 1px; */
  padding: 2.5em 0;
  display: flex;
}
#contact > a, #contact > span {
  width: 25%;
  box-sizing: border-box;
  text-align: center;
  display: block;
  float: left;
  padding-left: 2.5%;
  padding-right: 2.5%;
}
#contact span {
  margin: 0.5em 0% 0 0;
  font-size: 1.3rem;
}
#contact span a {
  color: #000;
  font-weight: 400;
	
}
#contact a:link.try {
  margin: -0.5em 0 0;
  font-weight: 900;
  font-size: 1rem;
}
/* ---------------------------------------footer layout---------------------------------------*/

#footer {
  min-height: 6em;
  padding: 1em 0 2em;
  line-height: 1.65rem;
  font-size: 1.125rem;
  color: #333;
  margin: 0 0;
}

#footer .footer ul {
  float: left;
  width: 100%;
  box-sizing: border-box;
  border-bottom: #ddd solid 1px;
  padding: 0 0 2em 0;
	text-align: center;
}
#footer .footer ul li {
  list-style-type: none;
	display: inline;
  padding: 1em;
}
#footer ul li {
  color: #fff;
}
#footer ul li a {
  color: #fff;
}
span.footer a {
  font-size: 0.75rem;
  color: #fff;
}
/* ----------------------------------------*/


span.footer a {
	font-size: 0.75rem;
color: #fff;
}

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;
}


/*---fix news/article thumbnail image width ------------------------------*/

.other-page + td img {
	max-width: 200px;
}

.nonHTML5AudioLink {
    background: transparent !important;
    padding: 0 !important;
    color: #4BC1C7 !important;
    font-size: 1rem !important;
    text-transform: none !important;
    margin-right:10px;
}

.nonHTML5AudioLink:before {
    content:none !important;
}

/* homepage widgets  ----------------------------------------------------------------------------------  */

.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;
}

.oneColWidth header {
	background-color:#4BC1C7;
	position:relative;
}

#column1 h1, header {
	font-size: 28px;
	color: white;
	margin: 0;
	line-height: 1em;
}
article {
	padding: 1em 5%;
}
article p {
	font-size: 1rem;
	line-height: 1.7rem;
}

/* rotators  -------------------------------------------------------------------------------------------------*/


.wrotator {
	border-radius: 0px !important;
	padding: 0 !important;
}
.wrotator article {
	max-width: 100% !important;
}
.rotator, .slideshow, .slideshow div {
	object-fit: cover;
	width: 100% !important;
	padding: 0px !important;
	height: 514px !important;
}
article.rotator .slideshow {
	background-color: #343434;

}
.slideshow div img {
	object-fit: cover;
	width: 100% !important;
	height: 100% !important;
	margin: 0px auto !important;
	max-width: 1980px !important;
}

article.rotator .slideshow {
	background-color: #343434;
	height: 100% !important;
}

/* rotator caption  ------------------------------------------------------------------------------- */


.rotator .caption {
    text-align: left !important;
    position: absolute;
    z-index: 23;
    bottom: 0em;
    background: #4BC1C7;
    width: 440px;
    right: 10%;
    padding: 50px !important;
    box-sizing: border-box;
    color: #fff !important;
    height: auto !important;
    opacity: 1 !important;
}
.rotator .caption p {
  margin: 0;
  color: #fff !important;
  font-size: 1.2rem !important;
  box-sizing: border-box;
  font-weight: 400;
  line-height: 1.6em;

}

.rotator .caption strong {
  display: block;
  font-size: 36px;
  font-weight: 700;
  line-height: 1em;
  margin: 0rem 0 0.6rem;
  color: #fff;
  text-transform: uppercase;
  margin-bottom:20px;
}

.rotator .caption a {
  color: #fff;
}


/* --------------------------------------responsive styles ------------------------------------*/

@media only screen and (max-width: 1280px) {
html {
	font-size: 0.875rem;
}
.logo {	
}
.wrapper {
	max-width: 920px;
}
}
/* --------------------------------------responsive styles ------------------------------------*/
@media only screen and (max-width: 1024px) {
html {
	font-size: 0.8125rem;
}
.logo {
	float: initial;
}
	.contentBody td {
		display: block;
		width: 100% !important;
	}

#headerRight {
	margin-top: 0em;
	width: 100%;
	float: initial;
} 

ul#secondaryNav {
	width: 100%;
}
.wrapper {
	max-width: 728px;
}
}

/* --------------------------------------responsive styles ------------------------------------*/

@media only screen and (max-width: 767px) {
html {
	font-size: 0.75rem;
}
.wrapper {
	max-width: 580px;
}
}

/* --------------------------------------responsive styles ------------------------------------*/

@media only screen and (max-width: 579px) {
html {
	font-size: 0.625rem;
}
.wrapper {
	max-width: 320px;
}

}

