@charset "UTF-8";
/* CSS Document */
* {
	margin: 0;
	border: 0;
	padding: 0;
}

body {
	    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	-webkit-font-smoothing:antialiased;
	font-weight: 500;
	color: #444;
	width: 100%;
	height: 100%;
	margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}
img {
	max-width: 100%;
	height: auto;
	width: auto;
}
ul {
    list-style: none;
}
h1,h2,h3,h4 {
	    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.boldlinks {
	    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; 
	color:#883B82;
}
.boldwriting {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 900;
	color:#5E428E;
}
.purplewriting {
	color:#5E428E;
}
.boldlinks:hover {
	color:#949494;
	
}
.bluelinks:hover {
	color:#949494;
}
.lighterpurple {
	color:#C57ABF;
}
.facebooklogo:hover {
	opacity: 0.5;
}
.instagramlogo:hover {
	opacity: 0.5;
}
.findusicon:hover {
	opacity: 0.5;
}
.envelopeicon:hover {
	opacity: 0.5;
}
.phoneicon:hover {
	opacity: 0.5;
}
@font-face {
      font-family: myFontRoboto;
    src:url("Roboto-Light.ttf");
}
@font-face {
      font-family: myFontregular;
    src:url("ProximaNova-Reg.otf");
}
@font-face {
      font-family: myFontlight;
    src:url("ProximaNova-Light.otf");
}
@font-face {
      font-family: myFontbold;
    src:url("arialceb.ttf");
}
@font-face {
	font-family: myFontmedbold;
	src:url("ArialMdm.ttf");
}
@font-face {
      font-family: myFontmedium;
    src:url("ARIAL.TTF");
}
@font-face {
      font-family: myFonttitle;
    src:url("Avalon.ttf");
}
a {
	text-decoration: none;
	color: inherit;
}
.noline:hover {
    text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.bookbox:hover {

	border: 3px solid #7b7b7b;
	color: white;

}
.aboutus:hover, .aboutus2:hover {
	background-color:#D1D2D4;
	color:#883B82;
}
.profilebutton:hover, .bookbutton:hover, .pricingbutton:hover, .treatmentbutton:hover {
	background-color:#7B7B7B;
	border: 3px solid #7b7b7b;
}
/*sliding nav bar*/
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 12;
    top: 0;
    right: 0;
    background-color:#572F69;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 80px;
  
}


.sidenav a:hover, .offcanvas a:focus{
    color:#B0B0B2;
}

/*Speachmarks*/
.triangle-right {
  	position:relative;
	color:#110F10;
  	background:#CBCBCB; /* default background for browsers without gradient support */
  /* css3 */
  	background:-webkit-gradient(linear, 0 0, 0 100%, from(#CBCBCB), to(#CBCBCB));
    background:-moz-linear-gradient(#CBCBCB, #bab8b8);
  background:-o-linear-gradient(#CBCBCB, #bab8b8);
  background:linear-gradient(#CBCBCB, #CBCBCB);
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  border-radius:10px;
			list-style-type: none;
	text-align: center;
}
.triangle-right.left {
  margin-left:40px;
  background:white;
}
.triangle-right.right {
  margin-right:40px;
  background:white;
}
.triangle-right:after {
  content:"";
  position:absolute;
  bottom:-20px; /* value = - border-top-width - border-bottom-width */
  left:50px; /* controls horizontal position */
  border-width:20px 0 0 20px; /* vary these values to change the angle of the vertex */
  border-style:solid;
  border-color:white transparent;
  /* reduce the damage in FF3.0 */
  display:block;
  width:0;
}
.triangle-right.left:after {
  top:16px;
  left:-40px; /* value = - border-left-width - border-right-width */
  bottom:auto;
  border-width:15px 40px 0 0; /* vary these values to change the angle of the vertex */
  border-color:transparent white;
}
.triangle-right.right:after {
  top:16px;
  right:-39px; /* value = - border-left-width - border-right-width */
  bottom:auto;
  left:auto;
  border-width:15px 0 0 40px; /* vary these values to change the angle of the vertex */
  border-color:transparent white ;
}

.sitemaplist {
	text-align: center;
	list-style: none;
  
}
.sitemaptitlesize {
	text-align: center;
}

.sitemaplist {
	text-align: center;
	list-style: none;
}
.sitemaptitlesize {
	text-align: center;
}
.webdesigner {
   
}
.cookiewriting {
   
}
/*Mobile device*/
@media only screen and (min-width: 320px) and (max-width: 767px){
	body {font-weight: 600;}
nav {

	z-index:10;
	width: 100%;
	height: 135px;
	position: fixed;
	background-color: white;
	margin-top: 0;
   	-webkit-box-shadow: 0 14px 2px -3px #222;
  	-moz-box-shadow: 0 2px 14px -3px #222;
  	box-shadow: 0 2px 14px -3px #222;

    }
/*Navigation*/
.sidenav .closebtn {
    position: absolute;
    top: 2%;
    left: 2%;
    font-size: 36px;
    
}
.sidenav a {
    padding: 7px 8px 7px 32px;
    text-decoration: none;
    font-size: 18px;
    color: #f0f8ff;
    display: block;
    transition: 0.3s
}

.burger {
	position: fixed;
	right: 0;
	margin-right: 5%;
	top: 7%;
	z-index: 30;
    font-family: myFontRoboto;
}
.logo {
	width: 250px;
	height: auto;
	display: block;
  	margin-left: auto;
  	margin-right: auto;
	padding: 6% 4% 0% 0%;
}
.topno {
	width: 100%;
	float: left;
	text-align: center;
	background-color: rgba(123, 62, 156, 0.9);
	color: aliceblue;
	    font-family: PTSansRegular, Arial, Helvetica; 
	padding: 1.5%;
	font-size: 13px;
	}
.smallphone {
	width: 12px;
	padding: 0% 1% 0.5% 0%;
	vertical-align: middle;
	}
.smallenvelope {
	width: 15px;
	padding: 0% 1% 0.1% 5%;
	vertical-align: middle;	
	}
.menutext2 {
    text-align:center;
    font-size: 1px;
    color:transparent;
    padding-right: 5%;
    }
.homepageimage {
	width: 100%;
	height: 750px;
	background-image: url("images/fieldsbackgroundtab.jpg");
	background-position: center;
	background-size: cover;
	margin: 5% 0% 0% 0%;
	float:left;
	position: relative !important;  
    text-align: center;
	}
.homepagebusinessname {
	font-size: 28px;
	color:#EDEDEE;
	padding: 56% 5% 2% 5%;
	line-height: 130%;
	}
.smallertitle {
	font-size: 16px;	
	}
.spine {
	width: 40px;
	height: auto;
	padding: 2% 0% 2% 0%;
	}
.slogan {
	color: #E2E2E4;
	padding: 0.5% 5% 1% 5%;
	font-size: 20px;
	}
.profilebutton {
	display: inline-block;
	margin-left: 5%;
  	margin-right: 5%;
	margin-bottom: 1%;
    margin-top: 12%;
	text-align: center;
	font-size: 19px;
	Width: 175px;
	Height: 25px;
	padding: 2.5% 0% 2% 0%;
	border: 3px #77418f solid;
	border-radius: 25px;
	color: white; 
	background-color:#77418f;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.10);
	}
.buttonphone {
	width: 19px;
	padding: 0% 0.5% 2% 0%;
	vertical-align: middle;
	}
.homepageservices {
	width: 100%;
	height: auto;
	margin: 0% 0% 0% 0%;
	padding: 12% 0% 5% 0%;
	float:left;
	position: relative !important;  
    text-align: center;	
	}
.howitstarted {
	padding: 2% 4% 2% 4%;
	font-size: 16px;
	line-height: 130%;
	}
.headertitles {
	font-size: 30px;
	color:#5E4290;
	padding: 0% 3% 0% 3%;
	line-height: 140%;
	}
.welcometitle {
	padding: 0% 25% 0% 25%;
	font-size: 26px;
	}
.homepagesubtitle {
	color: #634096;
	font-size: 20px;
	padding: 0% 4% 0% 4%;
	}
/*Elaine profile*/
.aboutbox {
    padding: 0% 12% 8% 0%;
	width: 100%;
	height:auto;
	float: left;
    }
.elainepicture {
     width: 100%; 
    height: auto;
    float: left;
    margin: 0;
  	position: relative;
	overflow: hidden;
    }
.elaineimage {
    width: 90%;
    height: auto;
    text-align: center;
   display: block;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 5%;
    }
.elainetext {
    width: 90%;
    height: auto;
	float: left;
	margin: 0;
	position: relative;
	overflow: hidden;
	text-align: justify;
	padding: 0% 5% 5% 5%;
	font-size: 16px;
    }
.subtitles {
	color: #604491;
	font-size: 24px;
	text-align: center;
	}
.smallertext {
	font-size: 11px;	
	}
.aboutelaine {
	line-height: 130%;	
	}
/*About page*/
.abouttitle {
	font-size: 30px;
	color:#EDEDEE;
	padding: 45% 5% 5% 5%; 
	text-shadow: #392849 3px 3px;
	}	
	
.aboutheader {
	width: 100%;
	height: 500px;
	background-image: url("images/aboutbutterfly.jpg");
	background-position: center;
	background-size: cover;
	margin: 5% 0% 0% 0%;
	float:left;
	position: relative !important;  
    text-align: center;
	
	}
.services {
	width: 100%;
	height: auto;
	float: left;
	position: relative !important;  
    text-align: center;
	padding: 10% 0% 0% 0%;
	line-height: 150%;
}

.servicelistl {
	width: 100%;
	height: auto;
	float: left;
	position: relative !important;  
    text-align: center;
	padding: 3% 0% 0% 0%;
	font-size: 16px;
	}
.servicelistr {
	width: 100%;
	height: auto;
	float: left;
	position: relative !important;  
    text-align: center;
	padding:1% 0% 8% 0%;
	font-size: 16px;
	}
.aboutcounselling {
	width: 100%;
	height: auto;
	float: left;
	position: relative !important;  
    text-align: center;
	}
.counsellingsectionimage {
	width: 100%;
	height: auto;
	float: left;
	position: relative !important;  
    text-align: center;
	padding: 0% 0% 0% 0%;
}
.brainimage {
	width: 70%;
	height:auto;
	padding: 0%;
}
.counsellingsectiontext {
	width: 100%;
	height: auto;
	float: left;
	position: relative !important;  
    text-align: center;
	padding: 5% 0% 0% 0%;
}
.counsellingtext {
	padding: 0% 3% 5% 3%;
	font-size: 16px;
}
.aboutpsycho {
	width: 100%;
	height:auto;
	float:left;
	text-align: center;
	padding-bottom: 5%;
	}
.aboutpsychotext {
	padding: 0% 3% 0% 3%;
	font-size: 16px;	
	}
.therapysubline {
	font-size: 16px;
	padding: 2% 10% 0% 10%;
	line-height: 140%;
	}
.aboutcounsellingtherapies {
	width: 100%;
	height: auto;
	float: left;
	position: relative !important;  
    text-align: center;
	background-color: #E5E1DC;
	padding: 8% 0% 5% 0%;
	margin-top: 5%;
	}
/*FAQ's*/
.faqsection {
	width: 100%;
	height: auto;
	margin: 0% 0% 0% 0%;
	padding: 8% 0% 5% 0%;
	float:left;
	position: relative !important;  
    text-align: center;	
	}
.accordion {
  background-color:#E5E1DA;
  color: #444;
  cursor: pointer;
  padding: 18px 18px 18px 18px;
  width: 90%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.active, .accordion:hover {
  background-color: #B9A1D3; 
}

.panel {
  padding: 0% 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
	font-size: 16px;

}
.paneltext {
	padding: 1% 4% 1% 4%;
	text-align: justify;
	line-height: 110%;
	}
.accordion:after {
  content: '\02795'; /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: #777;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2796"; /* Unicode character for "minus" sign (-) */
}
/*Reviews page*/
.reviewspage {
    background:url("images/reviewsbackgroundmob.jpg"); 
    width: 100%;
    height: auto;
    margin: 0;
	text-align: center;
	background-size: contain;  
    padding: 35% 0% 8% 0%;
    
    }
.whitetreereview {
    width: 80px;
    height: auto;
    padding: 2% 0% 4% 0%; 
    display: block;
	margin-left: auto;
  	margin-right: auto;
    }
.reviewstitle {
    text-align: center;
    padding: 12% 5% 3% 5%;
    font-size: 26px;
    color: white;
	line-height: 160%;
    }
.smalldiamonds {
	width: 14px;
	vertical-align: middle;
	padding: 0% 1.5% 1% 1.8%;
	}
.speechbox {
    width: 78%;
    height: auto;
  	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
 	text-align: justify;
    display: block;
	margin-left: auto;
  	margin-right: auto;
    background-color: white;
    padding: 4%;
    line-height: 140%;
	margin-bottom: 2%;
    font-size: 14px;
    }
.speechmarksleft {
    width: 18px;
	height: auto;
	padding-right: 1%;
	padding-bottom: 0%;
	vertical-align: bottom;	   
    }
.speechmarksright {
    width: 18px;
	height: auto;
	padding-left: 1%;
	padding-bottom: 0%;
	vertical-align: bottom;	   
    }
/*Privacy text*/
.privacytext {
	width: 100%;
	height: auto;
	padding-top: 45%;
	text-align: center;
	}
.privacymaintext {
	padding: 3% 5% 5% 5%;
	}
/*Sitemap*/

.sitemap {
	width: 100%;
    height: auto;
	float:left;
	padding: 10% 0% 1% 0%;
     	background-color: #572F69;
	color:aliceblue;
margin: 0;


	}
.sitemap2 {
	width: 100%;
    height: auto;
	float: left;
	padding: 10% 0% 1% 0%;
   	background-color: #572F69;
	color:aliceblue;
margin: 0;


	}
.sitemap3 {
	width: 100%;
    height: auto;
	float: left;
	padding: 10% 0% 4% 0%;
   	background-color: #572F69;
	color:aliceblue;
margin:0;

	}
.sitemapspacing {
	line-height: 24px;
	font-size: 15px;
	padding: 0% 3% 0% 3%;
	}
.sitemapspacing2 {
	font-size: 17px;
	line-height: 45px;
	}
.sitemapspacing4 {
	line-height: 23px;
    font-size: 12px;
 	padding: 0% 5% 0% 5%;
	}
.cookiewriting {
	font-size: 11px;
    padding: 6% 0% 4% 0%;
	}

.webdesigner {
	font-size: 12px;
    padding-top: 5%;
	}
.sitemapspacing3 {
	font-size: 12px;
	line-height: 26px;
    padding-top: 2%;
	}
.sitemaptitlesize {
	padding-bottom: 2%;
	font-size: 15px;
	}
.envelopeicon {
	width: 35px;
	height: auto;
    padding: 5% 2% 0.3% 1%;
    vertical-align: middle;
	}

.phoneicon {
	width: 30px;
	height: auto;
    padding: 2% 1.5% 2% 0%;
    vertical-align: middle;
	}
.findusicon {
	width: 30px;
	height: auto;
		padding: 2% 5% 0% 5%;
	}
.instagramlogo {
	width: 40px;
	height: auto;
	padding: 4% 5% 0% 5%;
	}
.facebooklogo {
	line-height: 16px;
	padding: 4% 5% 0% 5%;
	width: 40px;
	}
.approvedlogo {
	width: 180px;
	height: auto;
	padding: 2% 5% 3% 5%;
	}
.ncpslogo {
	width: 100px;
	height: auto;
	padding: 2% 4% 3% 4%;
	}
}
/*tablet view*/
@media only screen and (min-width: 768px) and (max-width: 1023px){
nav {

	z-index:10;
	width: 100%;
	height: 130px;
	position: fixed;
    background-color:white;
	margin-top: 0;
    	  -webkit-box-shadow: 0 14px 2px -3px #222;
  -moz-box-shadow: 0 2px 14px -3px #222;
  box-shadow: 0 2px 14px -3px #222;
    }
/*Navigation*/
.sidenav .closebtn {
    position: absolute;
    top: 2%;
    left: 2%;
    font-size: 36px;
    
}
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 20px;
    color: #f0f8ff;
    display: block;
    transition: 0.3s
}

.burger {
	position: fixed;
	right: 0;
	margin-right: 4.5%;
	top: 8%;
	z-index: 30;
	border: thick #1152B6;
    font-family: myFontRoboto; 
}
.topno {
	width: 100%;
	float: left;
	text-align: center;
	background-color: rgba(102, 62, 156, 0.9);
	color: aliceblue;
	    font-family: PTSansRegular, Arial, Helvetica; 
	padding: 0.4%;
	}
.smallphone {
	width: 12px;
	padding: 0% 0.5% 0.2% 0%;
	vertical-align: middle;
	}
.smallenvelope {
	width: 16px;
	padding: 0% 0.5% 0.1% 1%;
	vertical-align: middle;	
	}
.logo {
	float:left;
	width: 250px;
	height: auto;
	margin: 15px 0px 13px 10px;
}
.menutext2 {
     text-align: center;
    font-size: 14px;
	padding: 7% 5% 0% 0%;
	color: #5C3E8A;
    }
.menuspacing {
	padding: 0% 0.5% 0% 0%;	
	}
.homepageimage {
	width: 100%;
	height: 800px;
	background-image: url("images/fieldsbackgroundtab.jpg");
	background-position: center;
	background-size: cover;
	margin: 10% 0% 0% 0%;
	float:left;
	position: relative !important;  
    text-align: center;

	}
.homepagebusinessname {
	font-size: 40px;
	color:#EDEDEE;
	padding-top: 28%;
	}
.smallertitle {
	font-size: 20px;	
	}
.spine {
	width: 50px;
	height: auto;
	padding: 2% 0% 1% 0%;
	}
.slogan {
	color: #D6D6D8;
	padding: 0.5% 5% 0% 5%;
	font-size: 24px;
	line-height: 150%;
	}
.profilebutton {
	display: inline-block;
	margin-left: 5%;
  	margin-right: 5%;
	margin-bottom: 1%;
    margin-top: 18%;
	text-align: center;
	font-size: 20px;
	Width: 180px;
	Height: 18px;
	padding: 1.5% 0% 2% 0%;
	border: 3px #77418f solid;
	border-radius: 25px;
	color: white; 
	background-color:#77418f;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.10);
	}
.buttonphone {
	width: 19px;
	padding: 0% 0.5% 2% 0%;
	vertical-align: middle;
	}
.homepageservices {
	width: 100%;
	height: auto;
	margin: 0% 0% 0% 0%;
	padding: 8% 0% 5% 0%;
	float:left;
	position: relative !important;  
    text-align: center;	
	}
.howitstarted {
	padding: 0% 12% 2% 12%;
	font-size: 18px;
	line-height: 130%;
	}
.headertitles {
	font-size: 33px;
	color:#5E4290;
	}
.homepagesubtitle {
	color: #634096;
	font-size: 22px;
	}
/*Elaine profile*/
.aboutbox {
    padding: 0% 12% 8% 0%;
	width: 100%;
	height:auto;
	float: left;
    }
.elainepicture {
     width: 100%; 
    height: auto;
    float: left;
    margin: 0;
  	position: relative;
	overflow: hidden;
    }
.elaineimage {
    width: 410px;
    height: auto;
    text-align: center;
   display: block;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 5%;
    }
.elainetext {
    width: 90%;
    height: auto;
	margin: 0;
	position: relative;
	overflow: hidden;
	text-align: justify;
	padding: 2% 5% 5% 5%;
	font-size: 16px;
    }
.subtitles {
	color: #604491;
	font-size: 24px;
	text-align: center;
	}
.smallertext {
	font-size: 11px;	
	}
.aboutelaine {
	line-height: 130%;	
	}
/*About page*/
.abouttitle {
	font-size: 48px;
	color:#EDEDEE;
	padding-top: 25%; 
	text-shadow: #392849 3px 3px;
	}	
	
.aboutheader {
	width: 100%;
	height: 600px;
	background-image: url("images/aboutbutterfly.jpg");
	background-position: center;
	background-size: cover;
	margin: 5% 0% 0% 0%;
	float:left;
	position: relative !important;  
    text-align: center;
	
	}
.services {
	width: 100%;
	height: auto;
	float: left;
	position: relative !important;  
    text-align: center;
	padding: 8% 0% 0% 0%;
	line-height: 150%;
}

.servicelistl {
	width: 42%;
	height: auto;
	float: left;
	position: relative !important;  
    text-align: center;
	padding: 1% 0% 3% 8%;
	font-size: 18px;
	}
.servicelistr {
	width: 42%;
	height: auto;
	float: left;
	position: relative !important;  
    text-align: center;
	padding:1% 8% 3% 0%;
	font-size: 18px;
	}
.smallerdiamonds {
	width: 10px;
	vertical-align: middle;
	padding: 0% 1% 0.5% 1%;
	}
.aboutcounselling {
	width: 100%;
	height: auto;
	float: left;
	position: relative !important;  
    text-align: center;
	}
.counsellingsectionimage {
	width: 100%;
	height: 400px;
	float: left;
	position: relative !important;  
    text-align: center;
	padding: 0% 0% 0% 0%;
}
.brainimage {
	width: 70%;
	height:auto;
	padding: 0%;
}
.counsellingsectiontext {
	width: 100%;
	height: auto;
	float: left;
	position: relative !important;  
    text-align: center;
	padding: 5% 5% 0% 0%;
}
.counsellingtext {
	padding: 0% 5% 3% 5%;
	font-size: 18px;
}
.aboutpsycho {
	width: 100%;
	height:auto;
	float:left;
	text-align: center;
	padding-bottom: 5%;
	}
.aboutpsychotext {
	padding: 0% 10% 0% 10%;
	font-size: 18px;	
	}
.therapysubline {
	font-size: 18px;
	padding: 2% 10% 0% 10%;
	line-height: 140%;
	}
.aboutcounsellingtherapies {
	width: 100%;
	height: auto;
	float: left;
	position: relative !important;  
    text-align: center;
	background-color: #E5E1DC;
	padding: 7% 0% 5% 0%;
	}

/*FAQ's*/
.faqsection {
	width: 100%;
	height: auto;
	margin: 0% 0% 0% 0%;
	padding: 5% 0% 5% 0%;
	float:left;
	position: relative !important;  
    text-align: center;	
	}
.accordion {
  background-color: #E5E1DA;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 90%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 17px;
  transition: 0.4s;
}

.active, .accordion:hover {
  background-color: #B9A1D3; 
}

.panel {
  padding: 0% 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
	font-size: 18px;

}
.paneltext {
	padding: 1% 4% 1% 4%;
	text-align: justify;
	}
.accordion:after {
  content: '\02795'; /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: #777;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2796"; /* Unicode character for "minus" sign (-) */
}
/*Reviews page*/
.reviewspage {
    background:url("images/reviewsbackgroundtab.jpg"); 
    width: 100%;
    height: auto;
    text-align: center;
  	margin: 0;
	background-repeat: no-repeat !important;
	background-size: cover;  
    padding: 24% 0% 8% 0%;
    
    }
.whitetreereview {
    width: 90px;
    height: auto;
    padding: 2% 0% 4% 0%; 
    	display: block;
	margin-left: auto;
  	margin-right: auto;
    }
.reviewstitle {
    text-align: center;
    padding: 1% 5% 3% 5%;
    font-size: 30px;
	line-height: 140%;
    color: white;
    }
.smalldiamonds {
	width: 16px;
	vertical-align: middle;
	padding: 0% 1% 0.5% 1%;
	}
.speechbox {
    width: 85%;
    height: auto;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
 
    	display: block;
	margin-left: auto;
  	margin-right: auto;
    background-color: white;
    padding: 2%;
    line-height: 140%;
margin-bottom: 2%;
    font-size: 15px;
    }
.speechmarksleft {
     	width: 22px;
	height: auto;
	padding-right: 1%;
	padding-bottom: 0%;
	vertical-align: bottom;	   
    }
.speechmarksright {
     	width: 22px;
	height: auto;
	padding-left: 1%;
	padding-bottom: 0%;
	vertical-align: bottom;	   
    }
/*Privacy text*/
.privacytext {
	width: 100%;
	height: auto;
	padding-top: 45%;
	text-align: center;
	}
.privacymaintext {
	padding: 3% 5% 5% 5%;
	}
/*Sitemap*/

.sitemap {
	width: 100%;
    height: auto;
	float: left;
	padding: 8% 0% 1% 0%;
     	background-color: #572F69;
	color:aliceblue;



	}
.sitemap2 {
	width: 100%;
    height: auto;
	float: left;
	padding: 5% 0% 1% 0%;
   	background-color: #572F69;
	color:aliceblue;



	}
.sitemap3 {
	width: 100%;
    height: auto;
	float: left;
	padding: 10% 0% 4% 0%;
   	background-color: #572F69;
	color:aliceblue;


	}
.sitemapspacing {
	line-height: 24px;
	font-size: 15px;
	padding: 0% 3% 0% 3%;
	}
.sitemapspacing2 {
	font-size: 17px;
	line-height: 45px;
	}
.sitemapspacing4 {
	line-height: 23px;
    font-size: 12px;
 
	}
.cookiewriting {
	font-size: 11px;
    padding: 4% 0% 2% 0%;
	}

.webdesigner {
	font-size: 12px;
    padding-top: 2%;
	}
.sitemapspacing3 {
	font-size: 12px;
	line-height: 26px;
    padding-top: 2%;
	}
.sitemaptitlesize {
	padding-bottom: 2%;
	font-size: 15px;
	}
.envelopeicon {
	width: 35px;
	height: auto;
    padding: 5% 2% 0.3% 1%;
    vertical-align: middle;
	}

.phoneicon {
	width: 30px;
	height: auto;
    padding: 2% 1.5% 2% 0%;
    vertical-align: middle;
	}
.findusicon {
	width: 30px;
	height: auto;
		padding: 2% 5% 0% 5%;
	}
.instagramlogo {
	width: 40px;
	height: auto;
	padding: 4% 5% 0% 5%;
	}
.facebooklogo {
	line-height: 16px;
	padding: 4% 5% 0% 5%;
	width: 40px;
	}
.approvedlogo {
	width: 140px;
	height: auto;
	padding: 2% 0% 3% 4%;
	}
.ncpslogo {
	width: 76px;
	height: auto;
	padding: 2% 0% 3% 4%;
	}

}
/*desktop view*/
@media only screen and (min-width: 1024px){
nav {

	z-index:10;
	width: 100%;
	height: 140px;
	position: fixed;
 	background-color: white;
	margin-top: 0;
    	  -webkit-box-shadow: 0 14px 2px -3px #222;
  -moz-box-shadow: 0 2px 14px -3px #222;
  box-shadow: 0 2px 14px -3px #222;
    }
/*Navigation*/
.sidenav .closebtn {
    position: absolute;
    top: 2%;
    left: 2%;
    font-size: 36px;
    
}
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 21px;
    color: #f0f8ff;
    display: block;
    transition: 0.3s
}

.burger {
	position: fixed;
	right: 0;
	margin-right: 3%;
	top: 7%;
	z-index: 30;
        font-family: myFontRoboto; 
}
.topno {
	width: 100%;
	float: left;
	text-align: center;
	background-color: rgba(119, 62, 156, 0.9);
	color: aliceblue;
	    font-family: PTSansRegular, Arial, Helvetica; 
	padding: 0.4%;
	}
.smallphone {
	width: 12px;
	padding: 0% 0.5% 0.2% 0%;
	vertical-align: middle;
	}
.smallenvelope {
	width: 16px;
	padding: 0% 0.5% 0.1% 1%;
	vertical-align: middle;	
	}
.logo {
	float:left;
	width: 350px;
	height: auto;
	margin: 18px 0px 13px 25px;
}

.menutext2 {
    text-align: center;
    font-size: 16px;
	padding: 5% 15% 0% 0%;
	font-family: PTSansRegular, Arial, Helvetica; 
	color:#663E9C;
	width: 90%;
	line-height: 200%;
    }
.menuspacing {
	padding: 0% 1.5% 0% 1.5%;
	}
.homepageimage {
	width: 100%;
	height: 850px;
	background-image: url("images/fieldsbackground.jpg");
	background-position: center;
	background-size: cover;
	margin: 5% 0% 0% 0%;
	float:left;
	position: relative !important;  
    text-align: center;

	}
.homepagebusinessname {
	font-size: 53px;
	color:#EDEDEE;
	padding-top: 18%; 
	text-shadow: #392849 3px 3px;
	}
.smallertitle {
	font-size: 22px;	
	}
.spine {
	width: 40px;
	height: auto;
	padding: 1% 0% 0% 0%;
	}
.slogan {
	color: #e2e2e4;
	padding: 1% 5% 0% 5%;
	letter-spacing: 1px;
		font-size: 32px;
	line-height: 128%;
	
	}
.profilebutton {
	display: inline-block;
	margin-left: 5%;
  	margin-right: 5%;
	margin-bottom: 1%;
    margin-top: 2%;
	text-align: center;
	font-size: 22px;
	Width: 200px;
	Height: 18px;
	padding: 0.8% 0% 1.2% 0%;
	border: 3px #77418f solid;
	border-radius: 25px;
	color: white; 
	background-color:#77418F;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 30px 0 rgba(0, 0, 0, 0.20);
	}
.buttonphone {
	width: 19px;
	padding: 0% 0.5% 2% 0%;
	vertical-align: middle;
	}
.homepageservices {
	width: 100%;
	height: auto;
	margin: 0% 0% 0% 0%;
	padding: 5% 0% 5% 0%;
	float:left;
	position: relative !important;  
    text-align: center;	
	}
.howitstarted {
	padding: 0% 12% 2% 12%;
	font-size: 20px;
	line-height: 130%;
	}
.headertitles {
	font-size: 33px;
	color:#5E4290;
	}
.homepagesubtitle {
	color: #634096;
	font-size: 22px;
	}
/*Elaine profile*/
.aboutbox {
      padding: 0% 12% 8% 0%;  
    }
.elainepicture {
     width: 45%; 
    height: auto;
    float: left;
    margin: 0;
  	position: relative;
	overflow: hidden;
	padding-top: 1%;
    }
.elaineimage {
    width: 410px;
    height: auto;
    text-align: center;
   display: block;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 5%;
    }
.elainetext {
     width: 55%;
    height: auto;
    float: left;
    margin: 0;
	position: relative;
	overflow: hidden;
	text-align: justify;
	padding-bottom: 5%;
    }
.subtitles {
	color: #604491;
	font-size: 24px;
	}
.smallertext {
	font-size: 11px;	
	}
.aboutelaine {
	line-height: 130%;	
	}
/*About page*/
.abouttitle {
	font-size: 53px;
	color:#EDEDEE;
	padding: 15% 0% 4% 0%; 
	text-shadow: #392849 3px 3px;
	}	
	
.aboutheader {
	width: 100%;
	height: 600px;
	background-image: url("images/aboutbutterfly.jpg");
	background-position: center;
	background-size: cover;
	margin: 5% 0% 0% 0%;
	float:left;
	position: relative !important;  
    text-align: center;
	
	}
.services {
	width: 100%;
	height: auto;
	float: left;
	position: relative !important;  
    text-align: center;
	padding: 5% 0% 0% 0%;
	line-height: 150%;
}

.servicelistl {
	width: 42%;
	height: auto;
	float: left;
	position: relative !important;  
    text-align: center;
	padding: 1% 0% 3% 8%;
	font-size: 18px;
	}
.servicelistr {
	width: 42%;
	height: auto;
	float: left;
	position: relative !important;  
    text-align: center;
	padding:1% 8% 3% 0%;
	font-size: 18px;
	}
.smallerdiamonds {
	width: 10px;
	vertical-align: middle;
	padding: 0% 1% 0.5% 1%;
	}
.aboutcounselling {
	width: 100%;
	height: auto;
	float: left;
	position: relative !important;  
    text-align: center;
	}
.counsellingsectionimage {
	width: 45%;
	height: 400px;
	float: left;
	position: relative !important;  
    text-align: center;
	padding: 0% 0% 0% 5%;
}
.brainimage {
	width: 70%;
	height:auto;
	padding: 5%;
}
.counsellingsectiontext {
	width: 45%;
	height: 400px;
	float: left;
	position: relative !important;  
    text-align: center;
	padding: 4% 5% 0% 0%;
}
.counsellingtext {
	padding: 0% 5% 0% 5%;
	font-size: 18px;
}
.aboutpsycho {
	width: 100%;
	height:auto;
	float:left;
	text-align: center;
	padding-bottom: 5%;
	}
.aboutpsychotext {
	padding: 0% 10% 0% 10%;
	font-size: 18px;	
	}
.therapysubline {
	font-size: 18px;
	padding: 2% 10% 0% 10%;
	line-height: 140%;
	}
.aboutcounsellingtherapies {
	width: 100%;
	height: auto;
	float: left;
	position: relative !important;  
    text-align: center;
	background-color: #E5E1DC;
	padding-top: 5%;
	}
/*FAQ's*/
.faqsection {
	width: 100%;
	height: auto;
	margin: 0% 0% 0% 0%;
	padding: 5% 0% 5% 0%;
	float:left;
	position: relative !important;  
    text-align: center;	
	}
.accordion {
  background-color: #E5E1DA;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 80%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 17px;
  transition: 0.4s;
}

.active, .accordion:hover {
  background-color:#B9A1D3; 
}

.panel {
  padding: 0% 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
	font-size: 17px;

}
.paneltext {
	padding: 1% 10% 1% 10%;
	text-align: justify;
	}
.accordion:after {
  content: '\02795'; /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: #777;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2796"; /* Unicode character for "minus" sign (-) */
}
/*Reviews page*/
.reviewspage {
    background:url("images/reviewsbackground.jpg"); 
    width: 100%;
    height: auto;
    background-attachment: fixed;
    position: relative;
    float: left;
  	margin: 0;
	background-repeat: no-repeat !important;
	background-size: cover;  
    padding: 10% 0% 8% 0%;
    text-align: center;
    }
.whitetreereview {
    width: 90px;
    height: auto;
    padding: 1% 0% 2% 0%; 
    display: block;
	margin-left: auto;
  	margin-right: auto;
    }
.reviewstitle {
    text-align: center;
    padding: 5% 5% 3% 5%;
    font-size: 35px;
    color: white;
	line-height: 140%;
    }
.smalldiamonds {
	width: 18px;
	vertical-align: middle;
	padding: 0% 1% 0.5% 1%;
	}
.speechbox {
    width: 850px;
    height: auto;
  	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
 	display: block;
	margin-left: auto;
  	margin-right: auto;
    background-color: white;
    padding: 2%;
    line-height: 140%;
	margin-bottom: 2%;
    }
.speechmarksleft {
    width: 22px;
	height: auto;
	padding-right: 1%;
	padding-bottom: 0%;
	vertical-align: bottom;	   
    }
.speechmarksright {
    width: 22px;
	height: auto;
	padding-left: 1%;
	padding-bottom: 0%;
	vertical-align: bottom;	   
    }
/*Privacy text*/
.privacytext {
	width: 100%;
	height: auto;
padding-top: 14%;
	text-align: center;
	}
	.privacymaintext {
	padding: 3% 5% 5% 5%;
	}
/*Sitemap*/
.sitemap {
	width: 33.33%;
    height: 360px;
	float: left;
	padding: 2.5% 0% 2% 0%;
	background-color:#572F69;
	color:aliceblue;
	}
.sitemap2 {
	width: 33.33%;
    height: 360px;
	float: left;
	padding: 2.5% 0% 2% 0%;
		background-color:#572F69;
	color:aliceblue;

	}
.sitemap3 {
	width: 33.33%;
    height: 360px;
	float: left;
	padding: 2.5% 0% 2% 0%;
		background-color:#572F69;
	color:aliceblue;
	
	}
.sitemapspacing {
	line-height: 35px;
	font-size: 18px;

	}
.sitemapspacing2 {
	font-size: 16px;
	line-height: 40px;
	}
.sitemapspacing4 {
	line-height: 20px;
    font-size: 13px;

	}
.cookiewriting {
	font-size: 11px;
    padding-top: 6%;
	}

.webdesigner {
	font-size: 11px;
    padding-top: 4%;
	}
.sitemapspacing3 {
	font-size: 12px;
	line-height: 26px;
    padding-top: 2%;
	}
.sitemaptitlesize {
	padding-bottom: 2%;
	font-size: 15px;
	}
.envelopeicon {
	width: 33px;
	height: auto;
    padding: 0% 2% 0.3% 1%;
    vertical-align: middle;
	}

.phoneicon {
	width: 30px;
	height: auto;
    padding: 0% 1.5% 0.3% 0%;
    vertical-align: middle;
	}
.findusicon {
	width: 30px;
	height: auto;
		padding: 2% 5% 0% 5%;
	}
.instagramlogo {
	width: 40px;
	height: auto;
	padding: 4% 5% 0% 5%;
	}
.facebooklogo {
	line-height: 16px;
	padding: 4% 5% 0% 5%;
	width: 40px;
	}
.approvedlogo {
	width: 140px;
	height: auto;
	padding: 2% 0% 3% 4%;
	}
.ncpslogo {
	width: 76px;
	height: auto;
	padding: 2% 0% 3% 4%;
	}
}

