/*! normalize.css v3.0.0 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}


body {
  margin: 0;
/*   background: url('img/logo-lrg.png') 75% center no-repeat, url('img/lightgreen-bg.png'); */
  -webkit-font-smoothing: antialiased;
/*   background: url('http://consciousconsulting.ie/wp-content/uploads/noise_bg1.png'); */
  background: url('img/logo-lrg.png') 75% center no-repeat, rgba(215, 240, 250, 0.3);
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}


/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background: transparent;
  text-decoration:none;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8+, and Opera
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* Fonts
   ========================================================================== */
   
@font-face {
	font-family: 'veneer';
	src: url('/fonts/2203DE_6_0.eot');
	src: url('fonts/2203DE_6_0.eot?#iefix') format('embedded-opentype'),
		 url('fonts/2203DE_6_0.woff') format('woff'),
		 url('fonts/2203DE_6_0.ttf') format('truetype');
		 font-weight: normal;
		 font-style: normal;
	}
	@font-face {
		font-family: 'georgia-pro-light';
		src: url('/fonts/georgia-pro-light.eot');
		src: url('fonts/georgia-pro-light.eot?#iefix') format('embedded-opentype'),
			 url('fonts/georgia-pro-light.woff') format('woff'),
			 url('fonts/georgia-pro-light.ttf') format('truetype');
			 font-weight: normal;
			 font-style: normal;
		}
@font-face {
	font-family: 'le-havre';
	src: url('/fonts/le-havre-thin.eot');
	src: url('fonts/le-havre-thin.eot?#iefix') format('embedded-opentype'),
		 url('fonts/le-havre-thin.woff') format('woff'),
		 url('fonts/le-havre-thin.ttf') format('truetype');
		 font-weight: normal;
		 font-style: normal;
		}
@font-face {
	font-family: 'Museo';
	src: url('/fonts/29CE6C_0_0.eot');
	src: url('fonts/29CE6C_0_0.eot?#iefix') format('embedded-opentype'),
		 url('fonts/29CE6C_0_0.woff') format('woff'),
		 url('fonts/29CE6C_0_0.ttf') format('truetype');
		 font-weight: normal;
		 font-style: normal;
	}
	
@font-face {
	font-family: 'icomoon';
	src:url('fonts/icomoon.eot?aq0b0n');
	src:url('fonts/icomoon.eot?#iefixaq0b0n') format('embedded-opentype'),
		url('fonts/icomoon.woff?aq0b0n') format('woff'),
		url('fonts/icomoon.ttf?aq0b0n') format('truetype'),
		url('fonts/icomoon.svg?aq0b0n#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-facebook:before {
	content: "\e600";
}
.icon-phone:before {
	content: "\e601";
	margin-right: 0.5em;
}
.icon-envelope:before {
	content: "\e603";
	margin-right: 0.5em;
}
.icon-twitter:before {
	content: "\e602";
	
}

	
	/* Start MY CSS  #a0c24a main green
	   ========================================================================== */
	   
	::selection {
		background: #a0c24a;
		color: #ffffff;
		}
	   
	body{
		padding: 0 2em;
		font-weight: 100;
		min-width: 660px;
		font-size: 14px;
	}
	
	#wrap.frontpage{
		max-width: 1024px;
	}
	
	#wrap{
		margin: 0 auto;
		max-width: 820px;
	}

	p, q{
		font: 100 1.2em/1.5em 'georgia-pro-light', serif;
		margin: 2em 0 0 0; 
		color: #807C7B;
		color: #646262;
		display: block;
	}
	
	/*p a{
		color:#807C7B;
		text-decoration: underline;
	}*/
	
	p{
		padding: 0 2em;
	}
	
	q{
		font-style: italic;
		margin-left: 2em ;
	}
	
	ul{
		padding: 0;
	}
	
	h1,h2,h3,h4, q.head-quote{
		font: 100 3em/1.5 'le-havre', sans-serif;
		line-height: 1.5em;
		font-weight: bold;
	}
	
	h1 {
		letter-spacing: 2px;
		color: #fff;
		margin-bottom: 0;
		background-color: #a0c24a;
		display: inline;
		box-shadow: 0px 6px 0px -2px #7CA033, 0px 11px 0 -4px #627E29;
	}
	
	h1.tagline{
		font-weight: normal;
	}
	
	h2{
		font-size: 2em;
		letter-spacing: 1px;
		color: #fff;
		margin-bottom: 0;
		background-color: #a0c24a;
		display: inline;
		padding: .3em;
		box-shadow:  0px 9px 0px -4px #7CA033;
	}
	
	h3{
		font-size: 2.5em;
		color: #677D32;
		text-shadow: 1px 1px #ddd;
	}
	
	q.head-quote{
		text-align: center;
		font-size: 2.5rem;
		color: #a0c24a;
		/*text-shadow: 1px 1px #ddd;*/
		margin: .5em 0 0 0;
		letter-spacing: -1px;
	}
	
	h4{
		color: #677D32;
		font-size: 1.8em;
	}
	
	.alignleft{
		float: left;
	}
	.alignright{
		float: right;
	}
	
	[class^="icon-"], [class*=" icon-"] {
		font-family: 'icomoon';
		speak: none;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		line-height: 1;
	
		/* Better Font Rendering =========== */
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
	
	header{
		overflow: hidden;
		letter-spacing: 2px;
		padding-bottom: 1em;
	}
	
	header h1{
		font:2em 'veneer', sans-serif;
		/*font-family: 'Source Sans Pro', sans-serif;*/
		font-weight: 900;
		float: left;
		margin: 0;
		background-color: transparent;	
		display: block;
		box-shadow: none;
		margin-left: 55px;
		line-height: 2em;
		position: relative;
		
		}
		
		header a{
			text-decoration: none;
		}
	header h1:before{
		content: url(img/logo-spiral-mix.png);
		position: absolute;
		left: -55px;
		top: 2px;
	}
	
		
	header h1{
		color: #a3d5e8;
		transition:color .5s ease;
		text-transform: uppercase;
	}
	
	nav a:link, nav a:visited{
		text-transform: uppercase;
		text-decoration: none;
	}
	
	.services a:link, .services a:visited{
		color: #807C7B;
		transition:color .5s ease;
		font-weight: 100;
		font-size: 1.1em;
		text-transform: uppercase;
		text-decoration: none;
	}
	
	nav a:link, nav a:visited{
		color: #C7C2BD;
		color: #928D8B;
	}
	
	nav a:hover{
		color: #383533;
	}
	
	.services a:hover, header a:hover h1{
		color: #383533;
	}
	
	header a:hover h1{
		color: #93B6BB;
	}
	
	header address{
		color: #a0c24a;
	}
	
	.contact{
		color: #a3d5e8;
		font-size: .8em;
		line-height: 2em;
		list-style: none;
		margin: 1em 0;
		float: right;
	}
	.contact li{
		margin-bottom: .5em;
	}
	
	.contact a:link, .contact a:visited{
		color: #7CA033;
	}
	
	.contact a:hover{
		color: #627E29;
	}
	
	.contact span{
		color: #A0C249;
	}
	
	nav.top-bar {
		text-align: right;
		box-shadow: 0 -1px 0 #fff,0 -2px 0 #807C7B, 0 -3px 0 #fff,0 -4px 0 #807C7B, 0 -5px 0 #fff, 0 -6px 0 #807C7B;
	}
	
	nav li{
		display: inline;
		margin-left: 2em;
		font-family: Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
		line-height: 2em;
		font-size: .8em;
	}

	
	.topnav{
		display: block;
	}
	
	.topnav ul{
		margin: 0;
	}
	
	.menu-btn{
		display: none;
	}
	
	.homepage-container{
		overflow: hidden;
		padding: 0 4rem 7em;
		clear: both;
		
	}
	
	.homepage-container p{
		padding-left: 0;
		margin-bottom: 3em;
		position: relative;
		font-size: 1.3rem;
		
	}
/*	.homepage-container p::before{
		content: url('img/head90.jpg');
		position: absolute;
		top: -100px;
	}	*/
	
	
/*	.homepage-left{
		width: 50%;
		max-width: 650px;
		min-width: 600px;
	}*/
	
	.homepage-container h1{
	background-color: transparent;
    color: #758F3A;
    line-height: 1.2em;
    letter-spacing: 2px;
    padding: 0;
    box-shadow: none;
    font-size: 3rem;
    display: block;
    text-shadow: 1px 1px 0px #A2C550;
	}
	
	.homepage-container img{
		float: left;
		border: 1px solid #e7e7e7;
		border-radius: 5px;
		box-shadow: 1px 1px 0px #aaa;
		margin-right: 1em;
	}

	.homepage-body{
		overflow: hidden;
		margin-top: 1em;
	}
	
	.awareness{
		font-size: 1.7em;
		margin-left: 1.35em;
	}
	
	.homepage-right{
		width: 35%;
		padding-top: 2em;
		text-align: center;
		/*background: url('img/square-spiral1.gif') no-repeat 100%;
		
		height: 600px;*/
	}
	
	
	#menu-menu-1{
		padding: 0;
		margin-top: 0;
		text-align: right;
	}
	
	.services li{
		font-family: 'Source Sans Pro', sans-serif;
		font-family: georgia-pro-light, serif;
		color: #716E6A;
		padding: 1em;
		border-left: 1px solid #ccc;
		display: inline-block;
	}
	
	.services li:first-child{
		border-left: none;
		padding-left: 0;
	}
	
	/* Start Footer
	   ========================================================================== */
	
	footer{
		box-shadow: 0 -1px 0 #fff,0 -2px 0 #807C7B, 0 -3px 0 #fff,0 -4px 0 #807C7B, 0 -5px 0 #fff, 0 -6px 0 #807C7B;
		/*background-color: #a0c24a;*/
		color: #a3d5e8;
		overflow: hidden;
		padding: 2em 0;
		margin-top: 2em;
	}
	
.social{
	font-size: 2.5em;
	padding: .25em 0 0 .5em;
	margin-left: .5em;
	border-left: 1px dotted #807C7B;
	float: right;
	
}

.footer a{
	text-decoration: none;
}

.social a:link, .social a:visited{
	color: #a3d5e8;
}

.home-foot a:link, .home-foot a:visited, .booking a:link, .booking a:visited{
	color: #fff;
}

.social a:hover, .home-foot a:hover, .home-foot a:hover, .booking a:hover, .booking a:hover{
	color: #93B6BB;
}

.contact.footer-list{
	margin: 0;
}
	
.booking-foot{
	font: 900 2.5em/.8em 'veneer', sans-serif;
	text-align: center;
	margin: 0;
	border-right: 1px dotted #807C7B;
}

.booking-foot a:link, .booking-foot a:visited{
	color: #a3d5e8;
}

.booking-foot a:hover{
	color: #93B6BB;
}

.home-foot{
	position: fixed;
	right: 1em;
	bottom: 1em;
}

.contact.footer-list li{
	float: right;
	border-right: 1px dotted #807C7B;
	padding: 0 10px;
	height: 32px;
}

.contact.footer-list li:first-child{
	border: none;
}

 ul.contact li ul li.icon-phone, ul.contact li ul li.icon-envelope{
	float: none;
	list-style: none;
	border: 0;
	height: 14px;
}

footer .social, .booking-foot{
	border: none;
	margin: 0;
}

.social .foot-link,{
	margin: 0;
	padding: 0;
}

#mc_embed_signup form{
	padding: 0!important;
}

#mc_embed_signup{
	padding-bottom: 6em;
}

footer .icon-facebook:before{
	margin: 0;
}
	
	/*.home-foot a:link, .home-foot a:visited, .booking a:link, .booking a:visited{
		color: #a3d5e8;
		
	}
	
	.home-foot a:hover, .booking a:hover{
		color: #ebebed;
		text-shadow: 1px 1px 0 #a0c24a;
	}*/
	
	.home-foot .booking{
		padding-right: .5em;
		border-right: 1px dotted #a0c24a;
	}
	
	.home-foot .social{
		font-size: 2.5em;
	}
	
	.home-foot p.booking{
		font-size: 1.5em;
	}
	
	/* Start BLOG
	   ========================================================================== */
	
/*	.blog-content{
		width: 75%;	
		}*/
	
	.blog-h1{
		padding: .3em;
		
	}
	.page.blog{
		border: 1px solid #fff;
		margin-top: 0;
	}
	
	.blog .entrytext{
		margin-bottom: 2em;
	}
	
	
	.cat-list{
		float: right;
		width: 20%;
		padding: 1em;
		border: 1px solid #fff;
		margin: 1em;
	}
	
	.cat-list h3{
		margin: 0;
	}
	
	/* !Start PAGE
	   ========================================================================== */
	
	.page{
		clear: both;
		margin-top: 3em;
		overflow: auto;
	}
	
	.page h1{
		margin-bottom: 0;
		clear: both;
		padding: .3em;
	}
	
	.offerings li{
		border-right: 1px solid #ebebed;
		display: block;
	}
	
	section{
		margin-bottom: 4em;
	}
	
	blockquote p{
		padding: 0;
		margin: 0;
		font-style: italic;
		margin-top: 2em;
	}
	
	.img-text{
		float: left;
		width: 75%;
		margin: 0;
		color: #000;
	}
		
	.img-text q{
		display: block;
	}
	
	.highlight-box {
	overflow: auto;
	padding: 0 2em 2em;
	border: 1px solid #a0c24a;
	box-shadow: 0px 5px 0px -2px #a0c24a, 0px 11px 0px -4px #7CA033, 0px 16px 0 -6px #627E29;
	background-color: transparent;
	margin-bottom: 16px;
	}
	
	.highlight-box q{
		margin-left: 0;
	}
	
	img.headshot{
		border: .5em solid #EBEBEd;
		box-shadow: #ddd 2px 2px 2px;
		margin: 2em 0 0 2em;
	}
	
	.main-content{
		padding: 2em;
		border: 1px solid #fff;
		overflow: auto;
	}
	
	.main-content a:link, main-content a:visited{
		color: #807C7B;
		text-decoration: underline;
	}
	.main-content a:hover{
		color: #a0c24a;
	}
	
	.main-content img.alignright{
		margin-left: 1em;
	}
	
	.highlight-box img.alignright{
		margin-right: 1em;
	}
	
	.main-content img.alignleft{
		margin-right: 1em;
	}
	
	.main-content img{
		border: 2px solid #CECEC6;
		border-radius: 5px;
	}
	
	/*.main-content p{
		max-width: 850px;
	}*/
	
	.page li{
		list-style: square;
		color: #7CA033;
		margin-bottom: 1em;
	}
	
	.page li span{
		color: #2F2A26;
	}
	
	.page ul{
		padding: 2em;
		/* background-color: #efeff0; */
		/* border-radius: 25px; */
		display: inline-block;
		border: 1px solid #fff;
		box-shadow: 0 0 0px 5px #ededee, 0 0 0px 7px #f1f1f1, 5px 5px 8px #999;
		margin-left: 2em;
	}
	
	.ghandi{
		margin-left: 0;
	}
	
	
	h4.testifier{
		text-align: right;
		margin-top: 0;
	}
		
	nav.offerings-nav, ul.offerings-nav{
		background: transparent;
		padding: 0;
		margin: 0;
		border: none;
		box-shadow: none;
	}
	nav.offerings-nav{
		font-size: 1em;
	}
	
	.offerings-nav a:link, .offerings-nav a:visited{
		color: #3C3A39;
	}
	.offerings-nav a:hover{
		color: #C7C2BD;
	}
	
	div#mc_embed_signup.alignright{
		padding-left: 1em;
		margin-left: .5em;
		border-left: 1px dotted #807C7B;
	}
	
	.mc_embed_signup{
		text-align: right;
		padding: .5em;
		background-color: rgba(141, 204, 227, 0.20);
		margin-bottom: 3em;
		border-bottom-right-radius: 7px;
		border-bottom-left-radius: 7px;
		color: #646462;
		box-shadow: 0px 1px 2px #bbb;
	}
	
	#mc-embedded-subscribe{
		color: #646462;
	}
	
	div.clear{
		display: inline;
	}
	
	.blog-h1{
		margin-bottom: 0;
		clear: both;
		padding: .3em;
	}
	
	.blog.page{
		margin-top: 0;
	}
	


/*@media only screen and (max-width:1250px){ 
	/*.homepage-container{
		background: url('img/square-spiral1.gif') no-repeat 85% 2em;
		background-size: 200px;*!/
	}
}

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 400px) { 
	p{
		padding: 1em;
	}
}*/

@media only screen  
and (max-width : 750px) { 

	nav.offerings-nav{
		float: left;
		width: 100%;
	}
	nav.offerings-nav li{
		float: left;
		clear: left;
		width: 65%;
		margin: 0;
	}
	
	.offerings-nav li.nav-transform, .offerings-nav li.nav-coaching{
		float: right;
		clear: right;
		width: 35%;
	}
	
	.offerings-nav a{
		padding: .5em;
		display: block;
	}
}

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 1024px) { 

	body{
		min-width: 0px;
		padding: 0;
	}
	header, address{
		padding: 0 1rem;
	}
	
	header{
		padding: 0 1rem 1rem;
		box-shadow: 0px 2px 7px #cfcfcf;
		margin-bottom: 1rem;
	}
	
	.homepage-container h1{
		text-align: center;
		display: block;
	}
	header h1{
		font-size: 1.7em;
		line-height: 2.3em;
		float: none;
		letter-spacing: 0
	}
	
	.contact{
		float: none;
	}
	
	.homepage-container{
		padding-bottom: 0;
		background: none;
		clear: both;
		padding: 0;
	}
	
	.homepage-body{
		width: 100%;
	}
	
	.homepage-container h1{
		display: none;
	}
	
	.homepage-container p, .homepage-container ul{
		padding: 0 1em;
		margin: 0 0 1em 0;
	}
	
	.homepage-container li{
		text-align: left;
	}
	
	.awareness{
		font-size: 1em;
		margin-left: 0;
	}
	
	.topnav{
		display: none;
		overflow: auto;
		height: auto;
		box-shadow: 0 1px 0 #fff,0 2px 0 #807C7B, 0 3px 0 #fff,0 4px 0 #807C7B, 0 5px 0 #fff, 0 6px 0 #807C7B;
		margin-bottom: .5em;
	}
	
	.menu-btn{
		display: block;
		float: left;
		margin: 0 0 2rem 1rem;
	}
	
	nav#top-bar{
		padding: .5em 0 0 0;
		text-align: center;
		height: auto;
		
	}
	
	.topnav li{
		font-size: 1em;
		display: block;
		border-bottom: 2px dotted #ffffff;
		padding: .5em;
		margin-left: 0;
		background: #C6CFD4;
	}
	
	.topnav a{
		width: 100%;
	}
	
	ul#menu-menu-1.menu{
		margin: 0;
	}
	
	#menu-menu-1{
		text-align: center;
	}

	.services li{
		font: 1em 'veneer', sans-serif;
		color: #716E6A;
		padding: 1em;
		border-left: 0;
		display: block;
		letter-spacing: 1px;
		border-bottom: 1px solid #fff;
		background-color: #a3d5e8;
		text-align: center;
		
	}
	
	.services li:first-child{
		padding-left:1em
	}
	
	.highlight-box img{
		width: 20%;
		height: auto;
	}
	
	.home-foot{
		position: relative;
	}
	
	.contact.footer-list li{
		float: left;
		border-right: none;
		margin-left: 14px;
		margin-bottom: 0;
	}
	
	.contact li.icon-envelope{
		margin-bottom: 0;
		padding-top: 1em;
	}
	
	footer .icon-phone, footer .icon-envelope, footer .social{
		display: none;
	}
	
	.booking-foot{
		margin-top: 8px;
		padding-top: 16px;
	}
	
	.social{
		clear: both;
		border: 0;
		display: inline;
		font-size: 2em;
		margin-right: .2em;
		padding: 0;
	}
	
	/* Start BLOG-MOBILE
	   ========================================================================== */
	
	.cat-list{
		float: none;
		width: 100%;
	}
	
	/* Start PAGE-MOBILE
	   ========================================================================== */
	
	
	.main-content, .highlight-box{
		padding: 1em 0;
		
	}
	
	p{
		margin: 2em 0 0 0;
	}
	
	.highlight-box{
		background-color: #fff;
		border: 1px solid #a0c24a;
	}
	
	.highlight-box .intro-text{
		color: #000;
	}
	
	.img-text{
		float: none;
		width: 100%;
	}
	
	.page h1{
		font-size: 2.5em;	
	}
	h2{
		font-size: 2.5em;
	}
	
	nav.offerings-nav{
		display: none;
	}
	
	q{
		margin-left: .5em;
	}
}

.page-ul{
	margin-left: 0;
}

.visible a:link, .visible a:visited{
	color: #7CA033;
	text-decoration: none;
}

.visible a:hover{
	color: #383533;
}

.visible p{
	padding: 0 1em;
	color: #383533;
	font: normal 1.8em 'le-havre', sans-serif;
	
}
	   
	   
	   
	
	

