/*
Theme Name: Nursery Sales 1.0
Author: Paul Isaac
Author URI: threemuses.co.uk
Description: For the sole use of Rhett Hill and Oakhusrt Corporate ONLY
Version: 1
License: Private Licenses for copyright holding clients
*/

/* reset */
/*html,body,body div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,figure,footer,header,menu,nav,section,time,mark,audio,video,details,summary{margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline;background:transparent}h1,h2,h3,h4,h5,h6,strong{font-weight:normal}article,aside,figure,footer,header,nav,section,details,summary{display:block}img,object,embed{max-width:100%}html{overflow-y:scroll}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted #000;cursor:help}table{border-collapse:collapse;border-spacing:0}th{font-weight:bold;vertical-align:bottom}td{font-weight:normal;vertical-align:top}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}pre{white-space:pre;white-space:pre-wrap;white-space:pre-line;word-wrap:break-word}input[type="radio"]{vertical-align:text-bottom}input[type="checkbox"]{vertical-align:bottom}.ie7 input[type="checkbox"]{vertical-align:baseline}.ie6 input{vertical-align:text-bottom}select,input,textarea{font:99% sans-serif}table{font-size:inherit;font:100%}small{font-size:85%}strong{font-weight:bold}td,td img{vertical-align:top}sub,sup{font-size:75%;line-height:0;position:relative}sup{top:-0.5em}sub{bottom:-0.25em}pre,code,kbd,samp{font-family:monospace,sans-serif}.clickable,label,input[type=button],input[type=submit],input[type=file],button{cursor:pointer}button,input,select,textarea{margin:0}button{width:auto;overflow:visible}.ie7 img{-ms-interpolation-mode:bicubic}.ie6 html{filter:expression(document.execCommand("BackgroundImageCache",false,true))}.clearfix:before,.clearfix:after{content:"\0020";display:block;height:0;overflow:hidden}.clearfix:after{clear:both}.clearfix{zoom:1}*/


/* ------------------------------------ */

/**
 * fullPage 2.6.6 * https://github.com/alvarotrigo/fullPage.js * MIT licensed * * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo 
 */
html.fp-enabled,
.fp-enabled body {
    margin: 0;
    padding: 0;
    overflow:hidden;

    /*Avoid flicker on slides transitions for mobile phones #336 */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
#superContainer {
    height: 100%;
    position: relative;

    /* Touch detection for Windows 8 */
    -ms-touch-action: none;

    /* IE 11 on Windows Phone 8.1*/
    touch-action: none;
}
.fp-section {
    position: relative;
    -webkit-box-sizing: border-box; /* Safari<=5 Android<=3 */
    -moz-box-sizing: border-box; /* <=28 */
    box-sizing: border-box;
}
.fp-slide {
    float: left;
}
.fp-slide, .fp-slidesContainer {
    height: 100%;
    display: block;
}
.fp-slides {
    z-index:1;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-out; /* Safari<=6 Android<=4.3 */
    transition: all 0.3s ease-out;
}
.fp-section.fp-table, .fp-slide.fp-table {
    display: table;
    table-layout:fixed;
    width: 100%;
}
.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.fp-slidesContainer {
    float: left;
    position: relative;
}
.fp-controlArrow {
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent;
}
.fp-controlArrow.fp-next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff;
}
.fp-scrollable {
    overflow: scroll;
}
.fp-notransition {
    -webkit-transition: none !important;
    transition: none !important;
}
#fp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
}
#fp-nav.right {
    right: 17px;
}
#fp-nav.left {
    left: 17px;
}
.fp-slidesNav{
    position: absolute;
    z-index: 4;
    left: 50%;
    opacity: 1;
}
.fp-slidesNav.bottom {
    bottom: 17px;
}
.fp-slidesNav.top {
    top: 17px;
}
#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}
#fp-nav ul li,
.fp-slidesNav ul li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position:relative;
}
.fp-slidesNav ul li {
    display: inline-block;
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span{
    height: 12px;
    width: 12px;
    margin: -6px 0 0 -6px;
    border-radius: 100%;
 }
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 4px;
    width: 4px;
    border: 0;
    background: #333;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -2px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span{
    width: 10px;
    height: 10px;
    margin: -5px 0px 0px -5px;
}
#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
}
#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    width: auto;
    opacity: 1;
}
#fp-nav ul li .fp-tooltip.right {
    right: 20px;
}
#fp-nav ul li .fp-tooltip.left {
    left: 20px;
}

/* ================================================ */

h1, h2, h3, h4, h5, h6, div, section, main, article, header{
	margin: 0;
	padding:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html,body,#layout{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
  /*font-size: calc(100% + .2vh + .2vw);*/
  min-width:430px;
}

/*
'HelveticaNeueLTStd-Bd'
'HelveticaNeueLTStd-Md'
*/

body{
	background-color: #123;


	margin:0 !important;
	padding:0 !important;
	font-family: 'HelveticaNeueLTStd-Md', sans-serif;
	
	font-size:100%;
	min-width:430px;
	/*font-size:1.1em;*/
}

#fullpage{
	-webkit-background-size: cover;
	background-size: cover;

	background-repeat: no-repeat;

	background-position: 50% 50%;
}

.chalks #fullpage,
#welcome #fullpage
{
	background-image: url(_im/bg/chalks-XXL-LS.jpg);
	background-position: 100% 0%;
}

#news-feed #fullpage{
	background-color: #345;
}

/*#about-us #fullpage*/
.pencils #fullpage{
	background-color: #121;
	background-image: url(_im/bg/pencils-XXL-LS.jpg);
	background-position: 80% 100%;	
}
.pencils-dark #fullpage{
	background-color: #121;
	background-image: url(_im/bg/pencils-dark-XXL-P.jpg);
	background-position: 50% 50%;	
}
.crayons #fullpage{
	background-color: #121;
	background-image: url(_im/bg/crayons-XXL-LS.jpg);
	background-position: 100% 100%;	
}
.crayons-diagonal #fullpage{
	background-color: #121;
	background-image: url(_im/bg/crayons-diag-XXL-LS.jpg);
	background-position: 75% 100%;	
}
.pencils-diagonal #fullpage{
	background-color: #121;
	background-image: url(_im/bg/pencils-diag-XXL-LS.jpg);
	background-position: 85% 100%;	
}

a.pink blockquote,
a.green blockquote,
a.orange blockquote,
a.blue blockquote,
a.red blockquote
{
	color:#fbfae9;
}


a.red blockquote,
.post.red
{
	background-color: #a4353e;
	background-image: none;
}
#news-feed .content a.red figure figcaption::after,
#news-feed .content a.red figure figcaption::before
{
	border-top-color:#a4353e;
}

a.blue blockquote,
.post.blue
{
	background-color: #466578;
	background-image: none;
}
#news-feed .content a.blue figure figcaption::after,
#news-feed .content a.blue figure figcaption::before
{
	border-top-color:#466578;
}

a.orange blockquote,
.post.orange
{
	background-color:#c36642;
	background-image: none;
}
#news-feed .content a.orange figure figcaption::after,
#news-feed .content a.orange figure figcaption::before
{
	border-top-color:#c36642;
}

a.green blockquote,
.post.green
{
	background-color: #5d9983;
	background-image: none;
}
#news-feed .content a.green figure figcaption::after,
#news-feed .content a.green figure figcaption::before
{
	border-top-color: #5d9983;
}

a.pink blockquote,
.post.pink{
	background-color: #aa3c5f;
	background-image: none;
}
#news-feed .content a.pink figure figcaption::after,
#news-feed .content a.pink figure figcaption::before
{
	border-top-color: #aa3c5f;
}


a.yellow blockquote,
.post.yellow,
.post.yellow main
{
	background-color: #ccaf12;
	background-image: none;
	color:#5C3C3C;
}
#news-feed .content a.yellow figure figcaption::after,
#news-feed .content a.yellow figure figcaption::before
{
	border-top-color: #ccaf12;
}
.post.yellow #cta svg{
	fill:#5C3C3C;
}
.post.yellow #postertext {
	border-bottom-color:#5C3C3C;
}
.post.yellow #primary-navigation a
{
	color:#5C3C3C;
}
.post.yellow #primary-navigation{
	border-left-color:#5C3C3C;
}

.page .content{
	/* offset-x | offset-y | blur-radius | spread-radius | color */
	box-shadow: 0px 0px 80px 60px rgba(0,0,0,0.2);
	background-color: rgba(0,0,0,0.2);
}

#layout{
	position: relative;
	min-width:430px;
	overflow: hidden;
}

h1,
h2
{
	font-family: 'HelveticaNeueLTStd-Bd';
	font-weight: bold;
}

#primary-navigation{
	float: left;
	clear: left;
	max-width:70%;
	text-align: left;
	letter-spacing: -0.03rem;
	
	margin-top:5vh;
	margin-top:calc( 5vh - 1rem );
	
	position: relative;
	z-index:999;

	line-height:2rem;

/*	-webkit-transition: font-size 0.15s ease-in-out, border-left 0.25s ease-in-out;
	-o-transition: font-size 0.15s ease-in-out, border-left 0.25s ease-in-out;
	transition: font-size 0.15s ease-in-out, border-left 0.25s ease-in-out;

	border-left:0px solid #fbfae9;*/
}

#primary-navigation a{
	color:#fbfae9;
	text-decoration: none;
	white-space: nowrap;
	/*border-bottom: 1px dotted #fbfae9;*/

}

#primary-navigation a.active{
	/*color:#fff;*/
	border-bottom: 1px dotted #fbfae9;
}

span.delim{
	color:#A6B3AA;
}
span.delim::before{
	content:" // ";
	/*color:inherit;*/
}

span.delim:nth-of-type(1)::before{
	display: none;
}
span.delim:nth-of-type(2)::before{
	color:#e9c66c;
}
span.delim:nth-of-type(3)::before{
	color:#83bf92;
}
span.delim:nth-of-type(4)::before{
	color:#5d9983;
}
span.delim:nth-of-type(5)::before{
	color:#d1a142;
}

main{
	color:#fbfae9;
	position: relative;
}

/* used to avoid mis-sizing fullPage. TEDIOUS. */
.wrapper{
	padding:0 30px;
	/*padding-top:50vh;*/
}

#postertext{
	/*border:1px solid #f09;*/
	display: block;
	width:60%;
	position: relative;
	/*margin-top: 45vh;*/
	/*margin-top: 40%;*/
	left: 30px;
	border-bottom:9px solid #fbfae9;

	max-width:800px;
	z-index:2;

/*	-webkit-transition: all 0.1s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;*/

	/*line-height:1;*/

	/*background-color: #f09;*/
}

#postertext h2{
	/*height:auto;*/
	/*overflow:hidden;*/
	display: block;
	position: relative;
	/*background-color: #000;*/
	/*height:100px;*/
	/*line-height: auto;*/
}

#introduction,
/*#hwch .content,*/
.page .content,
#about-us .content,
#news-feed .content
{
	position: relative;
	/*border:1px solid #f00;*/
	/*width:calc(60% + 30px);
	max-width:800px;*/
	overflow: hidden;
}

.intwrap{
	display: block;
	width:400%;
	/*background-color: #f09;*/
	-webkit-transition: margin-left 0.75s ease-in-out;
	-o-transition: margin-left 0.75s ease-in-out;
	transition: margin-left 0.75s ease-in-out;
}

#introduction .slide{
	display: block;
	position: relative;
	width:25%; /* hard coded to 4 now */ 
	float:left;
}

header{
	position: relative;
	width:100%;
	text-align: right;
	padding:30px;
	float: left;
	clear: left;
}

/*header h1{
	display: block;
	text-transform: uppercase;
	float: right;
	clear: right;
	text-align: right !important;
	margin-top: 15px;
	font-size: 1rem;
}*/

#cta{
	position: absolute;
	display: block;
	top:15px;
	left:0;
	right:0;
	padding-right: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#logo{
	width:15%;
	min-width:135px;
	max-width:300px;
	fill:#fbfae9;
	display: block;
	float: right;
	clear: right;
}

#callnow{
	margin-top: 15px;
	display: block;
	text-align: center;
/*	font-size: 1.45rem;
	width:15%;*/
	
	min-width:135px;
	max-width:300px;
	/*background-color: #f09;*/
	line-height: 0.97;

	font-family: 'HelveticaNeueLTStd-Bd';
	font-weight: bold;
/**/
	
	text-transform: uppercase;
}

body:not(.post) #callnow{
	text-shadow:0px 0px 40px #695e4d;
}

#callnow{
	float: right;
	clear: right;
}

#callnow span.cn{
	/*font-size: 1.8vw;*/
	font-size: 1.8vw;
}

#callnow span.cn svg{
	margin-top: 1em;
	width: 5vw;
	height:auto;
	fill: #FBFAE9;
}

#callnow span.cn a{
	border-bottom: none;
}

#callnow span.no{
	/*font-size: 3.5rem;*/
	font-size: 3.5vw;
}

.page #featured-image{
	width:40%;
	max-width:400px;
	min-width:200px;
	float:left;
	clear:left;
	margin-right: 1.5rem;
	margin-bottom: 1.5rem;
	margin-left: -4.5rem;
}

.slide .wrapper{
	/*padding:0px 100px;*/
	/*height:100px;*/
}

#welcome main{
	overflow:hidden;
}


main header,
#welcome .content
{
	font-family: 'HelveticaNeueLTStd-Bd';
}

#postertext h2{
	letter-spacing: -0.2rem;
}

#welcome main p{
	font-size: 1.45rem;
	margin: 1rem 0;
	/*max-width: 65%;*/
	text-shadow:0px 0px 20px #7f6561;
}

.cb{
	display: block;
	clear:both;
}

.slide p::before{
	content:"1";
	display: block;
	float: left;
	font-size: 5rem;
	margin: 0 1rem 5rem 0;
	background-color:#fbfae9;
	color:#D9906F;
	width:6rem;
	height:6rem;
	border-radius: 3rem;
	text-align: center;
	text-shadow:none;
}

#slide1 p::before{
	content:"2";
}
#slide2 p::before{
	content:"3";
}
#slide3 p::before{
	content:"4";
}

.fp-tableCell{
	vertical-align: top;
}

.post .content,
.page .content,
#news-feed .content,
#about-us .content
/*#hwch .content*/
{

	padding:0 30px 30px 35px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	font-size:1.2rem;

	font-weight:normal;
}

#news-feed .content{
	padding-top: 30px;
}

/*#about-us .content h4,*/
/*.post .content p, 
.post .content li,*/
.page .content p,
.page .content li
{
	text-shadow:0px 0px 3px rgba(34,34,34,0.4), 0px 0px 20px rgba(0,0,0,0.4);
}

#news-feed h4,
#about-us h4,
/*#hwch h4*/
.post h4,
.page h4
{
	margin-top: 1.5rem;
	font-size: 2rem;
}

#news-feed a figcaption {
	color:#fbfae9;
}

figure{
	margin: 0;
	padding:0;
	text-align: right;
	display: inline-block;
	width:auto;
	clear: both;
	margin-bottom: 2rem;
}

figure blockquote{
	font-family: 'HelveticaNeueLTStd-Bd';
	
	color:#345;
	background-color: #fbfae9;
	margin: 0;
	padding: 1rem 3rem 1.5rem 3rem;
	border-radius: 2.5rem;
	margin: 0;
	/*display: block;*/
	/*min-width:100%;
	width:auto;*/

	/* new */
	min-width:42%;
	
	display: inline-block;
	width:auto;
}

figure blockquote p:first-of-type{
	font-size: 1.6rem;
	letter-spacing: -0.05em;
}

figcaption{
	/*background-color: #f09;*/
	text-align: left;
	display: inline-block;
	/*padding-right: 3em;*/
	/*line-height: 3rem;*/
	position: relative;
	line-height: 1.3rem;
	padding-top: 1rem;
	
}

figcaption > span{
	font-size:1rem;
}

#news-feed .content a:nth-child(even){
	/*margin-right: 5rem;*/
}

#news-feed .content a:nth-child(even) figcaption{
	padding-right: 3rem;
	padding-left: 5rem;
	margin-left:3rem;
}
#news-feed .content a:nth-child(even) figure{
	text-align: left;
}

#news-feed .content a:nth-child(even) figcaption::before{
	content:"";
	width: 0; 
	height: 0; 
	border-top: 2.5em solid #fbfae9; 
	border-left: 3.5em solid transparent;
	position: absolute;
	left:0px;
	top:0px;
	/*float:left;*/
	margin-right: 1rem;
	/*background-color: #009;*/
}

/*#news-feed .content a:nth-child(odd){
	background-color: #f09;
}*/

#news-feed .content a:nth-child(odd) figcaption{
	padding-left: 3rem;
	padding-right:5rem;
	text-align: right;
	/*background-color: #f09;*/
	margin-right: 3rem;
}
#news-feed .content a:nth-child(odd) figure{
	text-align: right;
}

#news-feed .content a:nth-child(odd) figcaption::after{
	content:"";
	width: 0; 
	height: 0; 
	border-top: 2.5em solid #fbfae9; 
	border-right: 3.5em solid transparent;
	position: absolute;
	right:0px;
	top:0px;
	/*float:right;*/
	margin-left: 1rem;
}

#news-feed .content a:nth-child(odd){
	text-align: left;
}

.post .content p,
.post .content ul,
.post .content ol,
.post .content ol > li,

.page:not(#welcome) .content p,
.page:not(#welcome) .content ul,
.page:not(#welcome) .content ol,
.page:not(#welcome) .content ol > li
{
	margin: 0 0 3rem 0;
	padding: 0;
}

.page:not(#welcome) .content ol > li{
	list-style-type: none;
}
.page:not(#welcome) .content ol > li::before{
	content:"";
	display: inline-block;
	width:16px;
	width:1rem;
	height:16px;
	height:1rem;
	background-color: #f09;
	border-radius: 3px;
	margin-right: 1rem;

}

.page:not(#welcome) .content ol + ul{
	margin-top: -1.5rem;
	margin-left: 2rem;
}

.post .content,
.page:not(#welcome) .content
{
	line-height: 1.5rem;
}

.post .content li,
.page:not(#welcome) .content li
{
	list-style-position: inside;
	margin-bottom: 1rem;
}

.post .content,
.page:not(#welcome) .content
{
	padding-top: 3rem;
}

.page:not(#welcome) .content ul li{
	list-style-type: none;
	padding-left: 1rem;
	position: relative;
}

.post .content ul li::before,
.page:not(#welcome) .content ul li::before
{
	content:"\02022";
	color:#A6B3AA;
	position: absolute;
	left:0rem;
}

.page .content ul li:nth-of-type(5n+1)::before,
.page:not(#welcome) .content ul li:nth-of-type(5n+1)::before
{
	color:#e9c66c;
}

.page .content ul li:nth-of-type(5n+2)::before,
.page:not(#welcome) .content ul li:nth-of-type(5n+2)::before
{
	color:#83bf92;
}
.page .content ul li:nth-of-type(5n+3)::before,
.page:not(#welcome) .content ul li:nth-of-type(5n+3)::before
{
	color:#5d9983;
}
.page .content ul li:nth-of-type(5n+4)::before,
.page:not(#welcome) .content ul li:nth-of-type(5n+4)::before
{
	color:#d1a142;
}



.page:not(#welcome) .content ol > li:nth-of-type(5n+1)::before,
.page:not(#welcome) .content ol:nth-of-type(5n+1) > li:nth-of-type(5n+4)::before
{
	background-color: #e9c66c;
}

.page:not(#welcome) .content ol > li:nth-of-type(5n+2)::before,
.page:not(#welcome) .content ol:nth-of-type(5n+2) > li:nth-of-type(5n+1)::before
{
	background-color: #83bf92;
}
.page:not(#welcome) .content ol > li:nth-of-type(5n+3)::before,
.page:not(#welcome) .content ol:nth-of-type(5n+3) > li:nth-of-type(5n+2)::before
{
	background-color: #5d9983;
}
.page:not(#welcome) .content ol > li:nth-of-type(5n+4)::before,
.page:not(#welcome) .content ol:nth-of-type(5n+4) > li:nth-of-type(5n+3)::before
{
	background-color: #d1a142;
}

/*

	color:#A6B3AA;
}
span.delim::before{
	content:" // ";
}
span.delim:nth-of-type( 1 )::before{
	display: none;
}
span.delim:nth-of-type( 2 )::before{
	color:#e9c66c;
}
span.delim:nth-of-type( 3 )::before{
	color:#83bf92;
}
span.delim:nth-of-type( 4 )::before{
	color:#5d9983;
}
span.delim:nth-of-type( 5 )::before{
	color:#d1a142;

*/

.page h3{
	margin-bottom: 3rem;
}

.page hr{
	border:none;
	border-top:2px solid #FBFAE9;
	margin: 0 auto 3rem auto;
}

.page a{
	color:#FBFAE9;
	text-decoration: none;
	border-bottom:1px dotted #FBFAE9;

}

.page a[href^="mailto:"],
.page a[href*="linkedin.com"]
{
	display: inline-block;
	margin-bottom: 1rem;
}


/* linked in kludge */
.page img.alignleft.size-full{
	vertical-align: -2px;
	margin-right: 1ex;
}

/*.page a[href*="linkedin.com/"]::before{
	content:"";
	display: inline-block;
	width:82px;
	height:20px;
	background-image: url(_im/LinkedIn-Logo-2C.png);
	background-repeat: no-repeat;
	
}*/

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

	#introduction,
	.post .content,
	.page .content
	/*#hwch .content	*/
	{
		/*width:calc(90% + 30px);*/
		width:90%;
		/*background-color: #f09;*/
	}

	#about-us .content,
	#news-feed .content
	{
		width:100%;
	}

	#introduction .slide{
		display: block;
		position: relative;
		width:100%;
		float:none;
		clear:both;
	}

	#introduction .slide + .slide{
		margin-top: 3rem;

	}

	#logo-holder{
		margin-bottom: 40px;
	}

	.intwrap{
		width:100%;
		margin-left: 0 !important;
	}

	.slide p::before{
		font-size: 2.5rem;
		width:3rem;
		height:3rem;
		margin-right: 2rem;
		/*margin-bottom: 7rem;*/
	}

	.slide p span{
		display: block;
		float:none;
		margin-left: 5rem;
	}

}

@media screen and (min-width: 601px){
	
	#introduction,
	/*#hwch .content,*/
	.post .content,
	.page .content,
	#about-us .content,
	#news-feed .content
	{
		/*width:calc(80% + 30px);*/
		width:90%;
		max-width:870px;
		/*overflow: hidden;*/
	}

}

@media screen and (max-width: 779px) and (min-width: 600px){
	
	/*#hwch .content,*/
	.post .content,
	.page .content,
	#introduction
	{
		width:calc(90% - 30px);
	}

	#news-feed .content{
		width:90%;
		/*width:calc(90% - 20px);*/
	}

}

@media screen and (max-width: 780px){
	
	#primary-navigation{
		line-height:1.9rem;
		/*letter-spacing: 0.05rem;*/
		font-size: 1.25rem;

		border-left: 8px solid #fbfae9;
		padding: 0.2rem 0 0.2rem 1.6rem;

		margin-top: 0rem;
	}

	#primary-navigation a{
		float:none;
		cleat:both;
		display: block;
		border-bottom:1px dotted #fbfae9;
	}

	#primary-navigation a:nth-of-type(5n+1){
		border-bottom-color:#5d9983;
	}
	#primary-navigation a:nth-of-type(5n+2){
		border-bottom-color:#e9c66c;
	}
	#primary-navigation a:nth-of-type(5n+3){
		border-bottom-color:#83bf92;
	}
	#primary-navigation a:nth-of-type(5n+4){
		border-bottom-color:#5d9983;
	}
	#primary-navigation a:nth-of-type(5n+5){
		border-bottom-color:#d1a142;
	}

	#primary-navigation a.active{
		color:rgba(251,250,233,0.8);
		border-width: 2px;
		border-bottom-style: dotted;
		/*: 2px dotted rgba(251,250,233,0.7);*/
		/*margin-left: 1rem;*/
	}

	span.delim{
		display: none;
	}
	
	#logo{
		/*margin-top: -1rem;*/
	}

	#postertext{
		width:calc( 90% - 30px);
		margin-top: 0;
	}



}


@media screen and (max-width: 990px) {
	#callnow{
		font-size: 1.35rem;
		width:18%;
		/*background-color: #f09;*/
	}
}

@media screen and (min-width: 991px){
	#callnow{
		font-size: 1.45rem;
		width:15%;
	}
}

@media screen and (min-width: 1400px){
	#primary-navigation{
		font-size: 1.5rem;
	}
}

@media screen and (max-aspect-ratio: 5/7) { 
	#postertext{
		margin-top: 0vh;
		/*background-color: #f09;*/
	}
}

@media screen and (min-aspect-ratio: 50/75) { 
	#postertext{
		margin-top: 40vh;
		/*background-color: #123;*/
	}
}

@media screen and (min-aspect-ratio: 1/1) { 
	#postertext{
		margin-top: 40vh;
		/*background-color: #00f;*/
	}
}

@media screen and (min-aspect-ratio: 4/3) { 
	#postertext{
		margin-top: 35vh;
		/*background-color: #ff0;*/
	}
}

@media screen and (min-aspect-ratio: 9/4) { 
	#postertext{
		margin-top: 30vh;
		/*background-color: #0f0;*/
	}
}

@media screen and (min-aspect-ratio: 11/4) { 
	#postertext{
		margin-top: 27vh;
		/*background-color: #f00;*/
	}
}





