@import url('https://fonts.googleapis.com/css?family=Roboto:400,700');

/* Start of code for centres page */
.circles {
  position: relative;
  display: inline-block;
  border-radius: 50%;
  background: #38a9e4;
  color: white;
  font-family: Helvetica, Arial Black, sans;
  font-size: 48px;
  text-align: center;
	
	
}

.image-container:hover{
	opacity: 0.85;
}

.image-container {
	text-align: center;
	float: left;
	padding: 3px;
	position: relative;
		opacity: 1;
	-webkit-transition: opacity 0.6s;
	-moz-transition: opacity 0.6s;
	transition: opacity 0.6s;
}

.text-div {
	position: absolute;
	top: 0; right: 0;
	bottom: 0; left: 0;
	width: 100%;
	height: 100%; 
	text-align: center;
  vertical-align:middle;
  line-height:246px;
	color: white;
	font-size: 2em;
	opacity: .9;
	-webkit-transition: opacity 0.6s;
	-moz-transition: opacity 0.6s;
	transition: opacity 0.6s;
}

	.text-div:hover{
	    opacity: 1;      
	}

/* End of code for centres page */

/* start of contact form */
.wpcf7-form:before{
	padding-top: 100px; margin-top: -100px;
  display: block;
  content: '';
}
/* end of contact form  */

#site-navigation .search-widget-handle {
    display: none;
}

#site-navigation ::after {
	display: none;
}


#site-navigation li {
	padding: 0px;
}

/* form display settings*/
.wpcf7 p {margin-bottom:-10px;}
/* end of form display settings */

/* form display settings*/
.wpcf7 p {margin-bottom:-10px;}
.wpcf7-form label {width:96.5% !important;}
.wpcf7-form label#ne {width:48% !important;}
/* end of form display settings */

/*buttons*/

.buttoncontainer {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
  .linkbutton{
		font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: white;
		font-weight:700;
	border: none;
  background-color: #745cf9;
  padding: 14px 50px;
		text-align: center;
  font-size: 16px;
  cursor: pointer;
  display: inherit;
		margin-right: 40px;
}

.linkbutton:visited{
	color: white;
}

.linkbutton:hover{
	opacity: .9;
	color: white;
}

/* end of buttons*/