/*
Theme Name: Charlotte McLachlan
Author: Rosalie Morrow
Author URI: http://www.rosaliemorrow.com
Description: Custom theme for Charlotte McLachlan.
Version: 1.0
*/

body {
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	color: #4a656d;
}

.padding-top-1 {
	padding-top: 1em;
}

.padding-bottom-1 {
	padding-bottom: 1em;
}

.padding-top-2 {
	padding-top: 2em;
}

.padding-bottom-2 {
	padding-bottom: 2em;
}

.padding-top-3 {
	padding-top: 3em;
}

.padding-bottom-3 {
	padding-bottom: 3em;
}

.padding-top-half {
	padding-top: 0.5em;
}

.padding-bottom-half {
	padding-bottom: 0.5em;
}

.margin-bottom-0 {
	margin-bottom: 0;
}

h1, h2, h3, h4 {
	font-family: 'Della Respira', Georgia, serif;
	color: #4a656d;
}

h4 { 
	font-size: 1.3em;	
}

p {
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	color: #4a656d;
	font-size: 0.95em;
}

a {
	color: #4a656d;
}

a:focus, a:active {
	outline: 0;
	border: none !important;
	background-color: transparent !important;
	color: #4a656d;
}

a:hover {
	color: #668aa7;
}

/* Header */

header {
	background-color: #fff;
	box-shadow: 0 0 8px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 8px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,0.2);
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 90;
}

.logo span {
	color: #91aab1;
}

.logo img {
	float: left;
	width: 24px;
}

.logo .logo-text {
	float: left;
	margin-left: 1em;
}

.logo h1 {
	font-size: 1.5em;
	line-height: 1.1em;
	margin-bottom: 0;
}

.logo h2 {
	font-size: 1.1em;
	margin-bottom: 0;
}

.logo span {
	font-size: 0.75em;
}

.selected-line {
	display: block;
	position: absolute;
	bottom: 2em;
	height: 4px;
	background-color: #e2e9ed;
	-webkit-transition: all .1s;
    -moz-transition: all .1s;
    transition: all .1s;
}

span.menu {
	display: block;
    cursor: pointer;
    position: absolute;
    top: 1.6em;
    right: 1em;
    font-size: 1.5em;
    line-height: 0.8em;
    color: #4a656d;
}

nav.hide-for-large {
	clear: both;
	display: none;
}

nav ul {
	list-style-type: none;
	margin-left: 0;
	margin-bottom: 0;
}

nav ul li a {
	font-family: 'Della Respira', Georgia, serif;
	color: #4a656d;
}

nav.hide-for-large ul li a,
nav.hide-for-large ul li a:active {
	display: block;
	padding: 0.5em 1em;
	border-top: 1px solid #ccdce1 !important;
}

.stones-1 {
	display: block;
	max-width: 240px;
	margin: 1em auto;
}

.intro-text h3 {
	text-align: center;
	font-size: 1.1em;
}

.page-1-page {
	padding-bottom: 6em;
	background-image: url(images/bg-1.jpg);
	background-size: cover;
	background-position: center bottom;
}

.text-wrap {
	max-width: 700px;
	margin: 0 auto;
}

.text-wrap p {
	text-align: center;
}

.pos-relative {
	position: relative;
}

.left {
	float: left !important;
}

.stones-line-1 {
	position: absolute;
	width: 33%;
	top: -8em;
}

.stones-line-2 {
	position: absolute;
	width: 20%;
	bottom: -6em;	
	right: 0;
}

.stones-line-3 {
	position: absolute;
	width: 18%;
	bottom: -8em;
	z-index: -1;
}

h2.section-heading {
	font-size: 1.6em;
	text-align: center;
	display: inline-block;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #91aab1;
}

.page-2 {
	margin-top: 2em;
	padding-top: 2em;
	padding-bottom: 6em;
	background-image: url(images/bg-2.jpg);
	background-size: cover;
	background-position: center top;
}

.page-2 h2.section-heading {
	color: #fff;
	border-bottom: 1px solid #fff;
}

.page-2 p {
	color: #fff;
}

.portrait {
	display: block;
	margin: 0 auto 2em;
	max-width: 260px;
}

.qual-group {
	padding-bottom: 1.5em;	
}

.qual-group:last-of-type {
	padding-bottom: 0;
}

.year {
	font-family: 'Della Respira', Georgia, serif;
	color: #4a656d;
	font-size: 1em;
	width: 10%;
	float: left;
}

.circle-wrap {
	width: 10%;
	height: 30px;
	float: left;
	position: relative;
}

.circle {
	position: absolute;
	top: 6px;
	left: 25%;
	display: block;
	width: 12px;
	height: 12px;
	background-color: #fff;
	border: 1px solid #91aab1;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.vertical-line {
	position: absolute;
	height: 100%;
	width: 5px;
	left: 12.725%;
	top: 6px;
	z-index: -1;
	border-right: 1px solid #91aab1;	
}

.qual {
	float: right;
	width: 80%;
}

.qual p {
	margin-bottom: 0;
}

.page-3 {
	padding-bottom: 5em;
	background-image: url(images/bg-3.jpg);
	background-size: cover;
	background-position: center top;
}

.practise-info {
	position: relative;
	z-index: 1;
}

.practise-info h4 {
	margin-top: 1em;
	margin-bottom: 1em;
}

#links-page p {
	margin-bottom: 0.5em;
}

footer {
	margin-top: 2em;
	height: 170px;
	background-image: url(images/bg-4.jpg);
	background-size: cover;
	background-position: center top;
}

footer p {
	color: #fff;
}

@media only screen and (min-width: 64em) {
	
	#about-psychotherapy-page .text-wrap {
		-webkit-column-count: 2; 
		-moz-column-count: 2; 
		column-count: 2;
		-webkit-column-gap: 25px; 
		-moz-column-gap: 25px; 
		column-gap: 25px;
	}
	
	.about-me-text .text-wrap {
		-webkit-column-count: 2; 
		-moz-column-count: 2; 
		column-count: 2;
		-webkit-column-gap: 20px; 
		-moz-column-gap: 20px; 
		column-gap: 20px;
	}

	span.menu {
		display: none;
	}
	
	nav {
		float: right;
	}
	
	nav ul li {
		float: left;
		margin: 0 1.5em;
	}
	
	nav ul li:last-child {
		margin-right: 0;
	}
	
	nav ul li a {
		font-size: 1.15em;
		line-height: 76px;
	}
	
	.logo img {
		width: auto;
	}
	
	.logo h1 {
		font-size: 1.7em;
	}
		
	.logo h2 {
		font-size: 1.3em;
	}
	
	.stones-1 { 
		max-width: 100%;
		margin-top: 4em;
	}
		
	.text-wrap {
		max-width: none;
		margin: 0 0;
	}
	
	.intro-text {
		margin-top: 10em;
	}

	.intro-text h3 {
		text-align: left;
		font-size: 1.27em;
	}
	
	.page-1-page {
		height: 800px;
	}
	
	.text-wrap p {
		text-align: left;
	}
	
	.text-wrap.text-center p {
		text-align: center;
	}
	
	.portrait {
		display: block;
		margin: 0;
		max-width: 100%;
	}

	.page-2 {
		padding-top: 4em;
		padding-bottom: 9em;
	}
	
	.stones-2 {
		padding-top: 4em;
		margin-bottom: -10em;	
	}
	
	.page-3 {
		margin-top: 4em;	
	}
	
	.year {
		font-size: 1.3em;	
	}
}
