/* new website css file */
/* Generated by the CoffeeCup HTML Editor - www.coffeecup.com */
* {
margin: 0;
padding: 0;}

html
{height: 100%; }


body 
{ font-family: "Open Sans", arial, sans-serif;
  padding: 0px;
  margin: 0px;
  font-size: 16px;
 background-color: #fcf5e0;
 height:100%; 
}

p
{  
  padding: 0px 20px 0px 30px;
  line-height: 1.5rem;
	font-size: 1rem;
  color: #444;}


h1
{ font: normal 1rem "Open Sans" arial, sans-serif;
  margin: ;
  padding: 0px;
  color: #444;}

h2
{ padding: 0px 20px 0px 30px; 
  margin: ;
  font: normal  1.1rem 'Open Sans', arial, sans-serif;
  color: #444;
  }

img
{ border: 0px; 
  margin: 0px; 
  padding: 0px;}
  
img{max-width:100%; height: auto; } /*check the effect of this */
  
 /* BASE (MOBILE) SIZE
	These are the mobile styles. It's what people see on their phones.
	Remember, keep it light: Speed is Important.
*/


/* links */
a,
a:visited,
a:active,
a:hover{color:#444;} 
a:hover{ text-decoration:none;}

a{font-weight: 500; }

 
/* Box sizing. Awesome thing. Read about it here: http://www.w3schools.com/cssref/css3_pr_box-sizing.asp */
*{	box-sizing:border-box;
	-moz-box-sizing:border-box;}

  
/* structure */

   

.wrapper{
	width: 92%;
     
	margin:  0 auto;
    background-color: #f7f8fe; /*almost white*/
}

.first_row{
background-color: #40c0cb; /*blue*/
}

#logo{
 float: left;
 margin-top: 5px;
 margin-left: 10px;
 
 }

#title{
float: left;
margin-left: 20px;
margin-top: 5px;
}

#title h1{
font: normal 1rem "century gothic", arial;
letter-spacing:0.1em;
text-align:center;
padding-top:5px;
padding-bottom:0;
color: white;
}

#title h2{
font: normal 1rem "century gothic", arial;
padding-top: 5px;}

#title p{
font: normal 100% "century gothic", arial, sans-serif;
text-align:center; 
color: white;
font-style:italic;
padding:0;
margin-top:-10px;

}

#title p{
display:none; 
}

/*dispalys small logo and turns off larger logo */
#logo #small_pic img{
padding-top:5px }

#logo #large_pic img{
display: none; }

.second_row{
padding-top:0;
background-color: #21d441;
}

#contact{
float: left;
width: 60%;
text-align:center;
letter-spacing: 0.1em;
}

#contact h2{
padding-top:10px;
padding-bottom: 5px;
 }
 
#facebook{
float: right;
width: 40%;
text-align:center; 
}

#facebook img{
margin-top: 8px;
 }

#banner{ 
	text-align:center;
}
	
 .main_pic{
display:none; } /* switches off class for right hand image */

/*MAIN MENU*/

.menu-toggle{
	display:block;
	padding:10px 0px 10px 50px;
    background:#21d441;
	color:#626060;
	cursor:pointer;
	text-transform:uppercase;
	font-size:20px;
}
.menu-toggle.toggled-on{
	background: #21d441;
}
.srt-menu{
	display:none;
}	
.srt-menu.toggled-on{
	display:block;
	position:relative;
	z-index:10;
}

.srt-menu{
	clear:both;
	}
.srt-menu li a {
	background:#d5d0d0;
	display:block;
	margin:1px 0; /*think this gives a space between the boxes*/
	padding:10px 10px 10px 50px;
	text-decoration:none;
}

.srt-menu li li a {
	background:#e8e8e8;
	padding-left:80px;
}


/*SPACE GRID ELEMENTS VERTICALLY, SINCE THEY ARE ONE UNDER ANOTHER SO FAR*/
.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
	margin-bottom: 15px;
	/*positioning and padding*/
	position: relative;
    min-height: 1px;
    }
    
img.seaside{
border:solid 8px #c3f4f8;
margin-top: 100px;
}

.table{
display:block; 
width: 100%;
text-align:center;
margin-top: 10px;
}

.table_header{
background-color:#ddf9fb;
padding-top: 25px;
padding-bottom: 10px;
margin-bottom: -15px;
}

.table_header h1{
font-size: 1.2rem;
letter-spacing: 0.1em;
}



.lefthand_container,  .righthand_container {
 display:block;
 width: 100%;
 padding-bottom: 10px;
 margin-bottom: -15px;
 }
 
 
 
 .lefthand_container, .righthand_container {
 background-color: #ddf9fb;}
 
 
 
 img.borderpics{
 border:solid 8px #c3f4f8; }
 
 p.boxes{
 
 margin: 10px 5px 15px 5px;
 text-align:left; }
 
 p.centrebutton{
 text-align:center;
 padding:10px 0px 20px 0px;}
 
 

a.button:hover, a.button1:hover{
background-color: #f7f8fe;}

a.button, a.button1 {
text-align:center;
 padding: 10px;
border-radius: 7px;
 font-weight: 500;
 background-color: #cdf8d9; }
 
 a.button, a.button1{
 border:solid 1px #444;}
 
 
 
 .team {
 background-color: #a9acbb;
 margin-top: 5px;
 }
 
 .wilf {
 text-align:center;
 padding-top:10px;
 padding-bottom:25px;
 font-size: 1.2rem;
letter-spacing: 0.1em;
 background-color: #a9acbb;
 }
 
 .wilfpic, .sallypic{
 border: solid 1px white; }
 
 .container_left{
 float: left;
 padding-left: 15%;
  }
  
 .container_right{
 float: right;
 padding-right: 15%;}
 
 .sally{
 text-align:center; }
 
 .biotext{
 margin: 0 auto;
 background-color:#a9acbb;
 padding-bottom: 10px;
 padding-top: 1px; }
 
 .contact_us{
 
 padding-bottom: 10px;
 padding-top: 10px;
 margin-top: 5px;
  }

.contact_us h1{
 font-size: 1.2rem;
letter-spacing: 0.1em;
text-align: center;
 }
 
 .contact_us p{
 text-align:left; }


.footer{ 
font-size: 0.8rem;


}

.footer ul{
margin: 0;
padding:0; }

.footer ul{
 background-color: #a9acbb;
 text-align:center;
 margin-top: -2px;

 padding-top: 20px;
padding-bottom: 30px;
color: #444;
}

.footer li{
display: inline;

}



#space{
margin-right: 10px; }

.header_feld{
 text-align:center;
  font-size: 1.2rem;
letter-spacing: 0.1em;
padding-top: 20px;
padding-bottom: 10px;
}


.wrapper1{
	width: 92%; 
	margin:  0 auto;
    background-color: #f7f8fe; /*almost white*/
}



.nodot{
list-style-type:none;
padding-bottom: 5px;
padding-top: 20px;
 }
 
 .centre{
 text-align:center;
 letter-spacing: 0.1em; }

.classes{
color: #21d441;
font-weight:500;
 }

.classes1{
color: #40c0cb;
font-weight:500; }

.classes2{
padding-top: 5px;
 color: #40c0cb;
font-weight:500; }



table{
width: 100%;
margin: 20px 25px 20px 25px;
 }
 
 td{
 padding: 10px;
 text-align:center; }
 
 .bottom_margin{
 margin-bottom: 5px;
 padding-bottom: 20px;}




/* Contain floats*/ 
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: " ";
  display: table;
  
}
.clearfix:after,
.container:after,
.row:after{
  clear: both;
  
}

#information{
padding-top: 0px;
margin-top: -16px;
margin-bottom: 8px;
padding-bottom: 10px;
}

#information1{
margin-top: -10px; }

#information2{
margin-top: -14px;
padding-bottom:10px; }



#information3{
margin-top: -16px;
padding-bottom:10px; }


.moreinfo{
text-align:center; 
background-color: #cdf8d9;
padding-bottom: 5px;
margin-bottom:8px;
padding-top: 5px;

}
.moreinfo1{
text-align:center; 
background-color: #cdf8d9;
padding-bottom: 5px;
margin-bottom:8px;
padding-top: 5px;
margin-top: 8px;
}


#map{

height: 300px;
border:solid 8px #c3f4f8;
margin: 25px;

}


.question{
text-align:left; 
background-color: #cdf8d9;
padding: 20px; }


.answer{
text-align:left; 
background-color: #ddf9fb;
padding: 20px;
margin-top: -20px; }


/*Cookie Consent Begin*/
#cookieConsent {
    background-color: #40c0cb;
    min-height: 60px;
    font-size: 16px;
    color: white;
    line-height: 26px;
    padding: 18px 0 8px 30px;
    font-family: "Open Sans", arial, sans-serif;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 9999;
}
#cookieConsent a {
    color: #0068e6;
    text-decoration: none;
    font-weight:600;
}
#closeCookieConsent {
    float: right;
    display: inline-block;
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin: -15px 0 0 0;
    font-weight: 600;
}
#closeCookieConsent:hover {
    color: #FFF;
}
#cookieConsent a.cookieConsentOK {
    background-color: #21d441;
    color: #000;
    display: inline-block;
    border-radius: 5px;
    padding: 0 20px;
    cursor: pointer;
    float: right;
    margin: 0 60px 0 10px;
}
#cookieConsent a.cookieConsentOK:hover {
    background-color: #a9acbb;
}
/*Cookie Consent End*/


@media only screen and (min-width: 600px) {

/*larger h1 size */

#title h1{
font: normal 1.5rem "century gothic", arial;
letter-spacing:0.1em;
text-align:center;
padding-top:5px;
padding-bottom:0;
color: white;
}

#title h2{
font: 1.2rem; }

/* switches to larger size logo*/

#logo #small_pic img{
display: none; }

#logo #large_pic img{
display: inline-block;
padding-top: 5px;}
} 


/*
TABLET & SMALLER LAPTOPS
The average viewing window and preferred media query for those is 768px.
But I think that some more breathing space is good:)
*/
@media only screen and (min-width: 768px) {

#logo {
padding-left: 160px; }

.footer{
font-size: 0.9rem;}

}


@media only screen and (min-width: 900px){

#title p{
display:block; 
}



.wrapper{
	max-width: 1200px;
    margin: 0 auto;
   }
/* DROP DOWN MENU */

.menu-toggle{
display:none;
 }

#menu-main-navigation{
display:block;

}

.srt-menu, .srt-menu *{
margin: 0;
padding: 0;
list-style: none;

 }

.srt-menu ul {
	position:		absolute;
	display:none;
	width:			12em; /* left offset of submenus need to match (see below) */
}

.srt-menu ul li {
	width: 100%;
    
}
   
.srt-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.srt-menu li { /*these are the list items with 1 px gap between*/
	float:			left;
	position:		relative;
	margin-left: 1px;
}

.srt-menu li li {
	margin-left:0px;
}
.srt-menu a {
	display:		block;
	position:		relative;
}
.srt-menu li:hover ul,
.srt-menu li.sfHover ul {
	display:block;
	left:			0;
	top:			45px; /* match top ul list item height */
	z-index:		99;
	-webkit-box-shadow:  2px 3px 2px 0px rgba(00, 00, 00, .3);
    box-shadow:  2px 3px 2px 0px rgba(00, 00, 00, .3);
}
ul.srt-menu li:hover li ul,
ul.srt-menu li.sfHover li ul {
	top:			-999em;
}
ul.srt-menu li li:hover ul,
ul.srt-menu li li.sfHover ul {
	left:			12em; /* match ul width */
	top:			0;
}
ul.srt-menu li li:hover li ul,
ul.srt-menu li li.sfHover li ul {
	top:			-999em;
}
ul.srt-menu li li li:hover ul,
ul.srt-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

#topnav, .srt-menu {
	margin-left: 3%; /*moves the navbar towards the centre*/
    
    }
    
    

.srt-menu a {
	text-decoration:none;
}
.srt-menu li a {
	background: #21d441;/* green*/
    color: #444;
	margin:0; 
	padding:10px 20px;
	height:45px;
}



.srt-menu li li a {  /*styles the drop down menu*/
		border-top:		1px solid white;
		background: #40c0cb; /*turquise*/
		color:	#444;
		padding-left:20px;
		height:auto;
}

.srt-menu li li a:visited{color:#ebebe5;}/*cream*/



.srt-menu li.current * li a{ /* need tocheck this out when current assigned*/
	padding-left:20px;
	background:rgba(0,0,0,.6);
}

.srt-menu li:hover > a{
color:#fff;
background-color: #a9acbb; } /*grey*/


.srt-menu li.current a{ 
	color:#444;
	background:#f7f8fe; /*white*/
    border-radius: 15px 15px 0px 0px;
}

.srt-menu li li.current a{
background: #21d441; } /* applies current colour to dropdowns*/



.srt-menu li li:hover > a{
	color:#fff;
	background:#a9acbb; /*grey*/
}



#banner{ 
	float:left; 
	text-align:left;
	margin-bottom:0px;
}
header{
	padding:0;
    }


.main_pic{
display:block;
	}

/*GRID*/
/*
 & Columns : 12 

 */
 
 
.grid_1 { width: 8.33333333%; }
.grid_2 { width: 16.66666667%; }
.grid_3 { width: 25%; }
.grid_4 { width: 33.33333333%; }
.grid_5 { width: 41.66666667%; }
.grid_6 { width: 50%; }
.grid_7 { width: 58.33333333%; }
.grid_8 { width: 66.66666667%; }
.grid_9 { width: 75%; }
.grid_10 { width: 83.33333333%; }
.grid_11 { width: 91.66666667%; }
.grid_12 { width: 100%; }

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
	float: left;
	display: block;
}

.rightfloat{float:right;}
/* @notation inspired by tinyGrid, .row and percentage by Twitter Bootstrap
 */
 

.row{
background-color: #f7f8fe;
 }

.grid_7{
background-color: #f7f8fe;
}

.grid_5{
 background-color: #f7f8fe;
 padding-right: 10px;
 }

img.seaside{
border:solid 8px #c3f4f8;
margin-top: 125px;
}

.table{ /*needed to stop table spilling out width-wise*/
display:table;
table-layout: fixed;
width: 100%; }

.table_header{
display:table-caption; }


.third_row, .fourth_row{
display: table-row;

}

.lefthand_container,  .righthand_container {
 display:table-cell;
 width: 50%;
 }
 
 .team{
 margin-top: 8px;}
 
 .contact_us{
 margin-top: 8px;}
 
 .contact_us p{ 
text-align:center;}
 
 
.footer{
margin-top: 8px; }


.container_left{
padding-left: 20%;
 }

.container_right{
padding-right: 20%;
 }
 
 img.feldenkrais {
 border:solid 8px #c3f4f8;
margin-top: 5px;
margin-left: 30px;
 }
 
 img.sally {
 border:solid 8px #c3f4f8;
margin-top: 50px;
margin-left: 100px;
 }
 
  img.sally1 {
 border:solid 8px #c3f4f8;
margin-top: 25px;
margin-left: 100px;
 }
 
  img.sally2 {
 border:solid 8px #c3f4f8;
margin-top: 75px;
margin-left: 100px;
 }
 
 .wrapper1{
 max-width: 1200px;
    margin: 0 auto;
    background-color: #f7f8fe; /*almost white*/
  }
 
 
 

 
 .margin{
 margin-left: 20px;
 margin-right: 20px;
  }
  
  .margin1{
  padding-top: 20px;
  margin-top: -5px;
  margin-left: 20px;
  margin-right: 20px;
   }

.wrapper2{
 max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 20px;
    background-color: #f7f8fe; /*almost white*/
    
    


} /* make sure this stays here as ends the media query */

/*
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 1024px) {

img.seaside{
border:solid 8px #c3f4f8;
margin-top: 45px;
}

.container_left{
padding-left: 28%;
 }

.container_right{
padding-right: 28%;
 }
 


} 

/*
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*/
@media only screen and (min-width: 1240px) {

} 

/*
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution.
*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-device-pixel-ratio: 1.5) {


} 

/*
iPHONE 5 MEDIA QUERY
iPhone 5 or iPod Touch 5th generation styles (you can include your own file if you want)
*/
@media (device-height: 568px) and (-webkit-min-device-pixel-ratio: 2) { 

  
}

/*
PRINT STYLESHEET
*/
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }