/*
Theme Name: Terra Nostra
Theme URI: http://underscores.me/
Author: Christine Birkett
Author URI: http://cbirkett.htpwebdesign.ca/terra
Description: Terra Nostra Theme
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: terra
Domain Path: /languages/
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

 terra is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/


/*font-family: 'Lato', sans-serif;
font-family: 'Josefin Sans', sans-serif;*/

/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing:         border-box;
	list-style-type:none;
}
body {
	background: #fff;
}



article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol, ul{
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active {
	outline: 0;
	color:#5e5d5e;
}
a img {
	border: 0;
}



/* =Global
----------------------------------------------- */

body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	font-size: 1.6rem;
	line-height: 1.5;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
	clear: both;
}

h2{
	font-size:25px;
	}

h1{
	font-size:2em;
	color:#7a9e6a;
	margin:0 auto;
	text-align:center;
border-bottom: 1px solid #7a9e6a;
border-top: 1px solid #7a9e6a;
letter-spacing: 0.4em;
text-transform:uppercase;
	}
	
.line1{
	width: 15%;
	margin:0 auto;
	border-bottom:1px solid #7a9e6a;
	padding-top:30px;
	}	

.line2{
	width: 15%;
	margin:0 auto;
	border-bottom:1px solid #7a9e6a;
}

h3{
	font-size:20px;
	}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Text elements */
p {
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 6%;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	/*background-image:url(images/submit.png);*/

}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa #bbb;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}

/* Links */
a {
	color: #7a9e6a;
	text-decoration: none;
}
a:visited {
	
}
a:hover,
a:focus,
a:active {
	color: #5e5d5e;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Clearing */
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: '';
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}


/* =Menu
----------------------------------------------- */

.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
	margin-bottom:3em;
	margin-top:2em;
	}
	
.main-navigation ul {
	list-style: none;

}
.main-navigation li {
	float: left;
	width:auto;
	padding:2%;
	position: relative;
	}

.main-navigation a {
	display: block;
	text-decoration: none;
	color:#7a9e6a;
	font-size:24px;
	text-transform:uppercase;
	font-stretch:expanded;
	height:25px;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	display: none;
	float: left;
	left:0;
	position: absolute;
	top: 1.5em;
	z-index: 99999;
	}
.main-navigation ul ul ul {
	top: 0;
}
.main-navigation ul ul a {
	width: 150px;
}
.main-navigation ul ul li {
	
}
.main-navigation li:hover > a {
		color: #5e5d5e;
		
}
.main-navigation ul ul :hover > a {
}
.main-navigation ul ul a:hover {
}
.main-navigation ul li:hover > ul {
	display: block;
	
}
.main-navigation .current_page_item a,
.main-navigation .current-menu-item a {
}

/* Small menu */
.menu-toggle {
	cursor: pointer;
	display: none;
}

@media screen and (max-width: 751px) {
	.menu-toggle,
	.main-navigation.toggled .nav-menu {
		display: block;
		padding-top:4%;
	}

	.main-navigation ul {
		display: none;
		padding:15%;
		margin:0 auto;
	}
}


/* =Content
----------------------------------------------- */

.sticky {
}
.hentry {
	margin: 0 0 1.5em;
}
.byline,
.updated {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-content,
.entry-summary {
	margin: 4% 13%;
}

.entry-content p{
	margin: 4% 13%;
	}
.entry-content ul{
	margin: 4% 13%;
	}
	
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}


/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


/* =Media
----------------------------------------------- */

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-main .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-main .gallery a img {
	border: none;
	height: auto;
	max-width: 100%;
}
.site-main .gallery dd {
	margin: 0;
}
.site-main .gallery-columns-4 .gallery-item {
}
.site-main .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/* =Footer
----------------------------------------------- */
#colophon{
	background-image:url(images/pattern-48h1.png);
	color:#fff;
	font-family: 'Josefin Sans', sans-serif;
	width:100%;
	font-size:20px;
	}	
	
#colophon a{
	color:#fff;
	font-family: 'Josefin Sans', sans-serif;
	width:100%;
	margin-bottom:1;
	}
	
#colophon p{
	margin-bottom:.4em;
	}
	
#colophon h2{
	margin-bottom: 3px;
	margin-top: 55px;
	}
	
#colophon a:hover,
#colophon a:focus,
#colophon a:active {
	color: #5e5d5e;
	}

.site-info{
	float:left;
	width:100%;
	}


/* =Navigation
----------------------------------------------- */

.site-main [class*="navigation"] {
	margin: 0 0 1.5em;
	overflow: hidden;
}
[class*="navigation"] .nav-previous {
	float: left;
	width: 50%;
}
[class*="navigation"] .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}


/* =Comments
----------------------------------------------- */

.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}


/* =Widgets
----------------------------------------------- */

.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}



/* =Infinite Scroll
----------------------------------------------- */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
} 
	 
	 
/* =Christines Changes
----------------------------------------------- */

.home img{
	margin:0 auto;
	  z-index: 100;
	}


.home{
	margin:0 auto;
	background-image:url(images/home.jpg);
	background-size:100%;
	background-repeat:no-repeat;
	margin-top:60%;
	}
	
	
.services img.leaf{
	padding-left:46%;
	}

.about_stick {
padding-left: 46%;
padding-right: 10%;
}

.blog_pic{
	padding-left:44%;
	}

.testimonials_pic{
	padding-left:45%;
	}
	
 .testimonial_wrapper{
	 width:60%;
	 margin:0 auto;
	 }
	 
	 

/* =footer
----------------------------------------------- */
.footer1, .footer2, .footer3{
	width: 33%;
	float:left;
	padding-left:45px;	
	height:100%;
	margin-bottom:30px;
	}

.footer1{
	border-right:#fff dashed thin;
	margin-top:20px;
	}

.footer2{
	padding-right:43px;
	padding-top:40px;
	padding-bottom:65px;	
	}

.footer3{
	margin-top:20px;
	border-left:#fff dashed thin;
	}
	
.footer3 img{
	padding:8px 7px 0 0;
	}

.footer3 h2{
	text-transform:uppercase;
	}


/* =services
----------------------------------------------- */
.service_section {
	margin: 0 auto;
    max-width: 1100px;
}

.service_links {
	width: 98%;
	margin: 0 auto;
	}

.service_links a {
	width: 23%;
	float: left;
	height: auto;
	position:relative;
	margin-left:2.5%;
	}
	
.service_links a:first-child {
	margin-left:0;
	}

.service_links img {
    max-width:100% !important;
    height:auto;
    display:block;
	}

.box {
	display: block;
    position:absolute;
    height:auto;
    bottom:0;
    top:0;
    left:0;
    right:0;
    margin:3%;
	border:rgba(255,255,255,0.7) solid 2px;
	}
	
.box h2{	
	text-align:center;
	}

.services h1{
	width: 7.3em;
	border-bottom:1px solid #7a9e6a;
	border-top:1px solid #7a9e6a;
	margin-bottom:2.5em;
	letter-spacing: 0.4em;
	}

.services{
	padding-bottom:12%;
	padding-top:7%;
	}

.service_links a {
	display: block;
	text-align: center;
	color:#525a61;
	font-size:3.5rem;
	}
	
.gardening:hover,
.urban:hover,
.eco:hover,	
.coach:hover{
	opacity: 0.7;
}

.service_links{	
		padding-bottom:5%;
		}

.service_links h2 {
	text-align: center;
	font-size: 2.3rem;
	text-decoration:none;
	color:rgba(255,255,255,1);
	margin-top: 60%;
	line-height:1.1;
	text-transform:uppercase;
	}
		
		
/* =about
----------------------------------------------- */

.about h1{
	width: 4.9em;
	border-bottom:1px solid #7a9e6a;
	border-top:1px solid #7a9e6a;
	margin-bottom:1.5em;
	letter-spacing: 0.4em;
	}
	
.about{
	width:80%;
	margin:0 auto;
	padding-top:8%;
	}
	
.alignright{
	display:inline;
	margin:0 0 4px 4px;
	float:right;
	}

.about_pic{
	width:300px;
	height:200px;
	padding:1%;
	}

/* =blog
----------------------------------------------- */

.blog_section {
	width: 52%;
	margin: 0 auto;
	position:relative;
	}
	
.blog_links a {
	width: 47%;
	float: left;
	height: auto;
	position:relative;
	}

.blog_links img {
    max-width:100% !important;
    height:auto;
    display:block;
	}
	
.blog_links a:first-child {
	margin-right:6%;
	}

	
.blog_box {
	display: block;
    position:absolute;
    height:auto;
    bottom:0;
    top:0;
    left:0;
    right:0;
    margin:3%;
	border:rgba(255,255,255,0.7) solid 2px;
	}
	
.blog_box h2{	
	text-align:center;
	}

.clear {
	clear:both;
	}

.blog_section h1{
	width: 4.8em;
	border-bottom:1px solid #7a9e6a;
	border-top:1px solid #7a9e6a;
	margin-bottom:2.5em;
	letter-spacing: 0.4em;
	}

.blog_section{
	padding-top:7em;
	padding-bottom:4em;
	}	
.blog_green:hover,	
.blog_helpers:hover{
	opacity: 0.7;
}

.blog_section a {
	display: block;
	text-align: center;
	color:#525a61;
	font-size:3.5rem;
	}
	
.blog_section h2 {
	text-align: center;
	font-size: 2.5rem;
	text-decoration:none;
	color:rgba(255,255,255,1);
	margin-top: 60%;
	line-height:1.1;
	text-transform:uppercase;
	}

.blog_links{
	padding-bottom:12%;
	}

/* =testimonials
----------------------------------------------- */
.testimonials h1{
	width: 11.4em;
	border-bottom:1px solid #7a9e6a;
	border-top:1px solid #7a9e6a;
	margin-bottom:1.75em;
	letter-spacing: 0.4em;
	}
	
.testimonials{
		width:100%;
		padding-top:8em;
		}


/* =form (contact)
----------------------------------------------- */
.contact h1 {
	width: 7.2em;
	border-bottom:1px solid #7a9e6a;
	border-top:1px solid #7a9e6a;
	margin-bottom:1.75em;
	letter-spacing: 0.4em;
	}

.contact{
	width:60%;
	margin:0 auto;
	padding-bottom:10%;
	padding-top:8em;
	}
	
.form_left {
	float:left;
	width:49%;
	padding:1em;
	}
	
.form_left p{
	line-height:2;
	}

.notes{
	float:right;
	width:49%;
	}

.submit_button {
	text-indent:-99999px;
	background:url(images/submit-sm.png);
    cursor:pointer;
    width: 100px;
    height: 100px;
    border: none;
	transition: background 0.6s ease,
    	padding 0.8s linear;
	margin-left:43%;
				 }

.submit_button:hover,
.submit_button[type="button"]:hover,
.submit_button[type="reset"]:hover,
.submit_button[type="submit"]:hover {
	text-indent:-99999px;
	background:url(images/submit_hover_sm.png);
    cursor:pointer;
    width: 100px;
    height: 100px;
    border: none;
	border-color:transparent;
	box-shadow:none;
}
textarea {
	width: 90%;
}

span {
	width: 90%;
}

div.wpcf7 .wpcf7-form-control { max-width: 100%; }



/* CSS style by Annie */
.page .site-content {padding: 30px;}

/*blog pages and single post pages */
.category .site-header,
.single-post .site-header {margin-bottom: 50px;}

.category .widget-area {width: 35%; float: left; margin-top: 30px;}

.single-post .widget-area {width: 35%; float: left; margin-top: 100px;} 

.category .widget-area {margin-top: 100px;}

.category .content-area,
.single-post .content-area {width: 55%; float: left; padding-right: 30px; margin-left:10%;}

.category article {padding-bottom: 10px; border-bottom: 1px solid #7a9e6a; margin-top: 50px; }

.category article footer {text-align: right; font-style:italic;}

.category .widget-title,
.single-post .entry-title,
.single-post .widget-title {text-align: left;}

.single-post .form-allowed-tags,
.single-post .logged-in-as {display: none;}

.single-post .byuser .reply {text-align: right; margin-right: 5px;}

.single-post .comment-list {border: 1px solid #ccc;}

.single-post .post {padding-bottom: 10px; border-bottom: 1px solid #7a9e6a; }

.single-post .comments-area {margin-top: 20px;}

.category .site-content ul li,
.single-post .site-content ul li {list-style:disc;}

.category article img:focus,
.category article img:hover {opacity: 0.7;}

.single-post .entry-header h1 {display: none;}
.single-post .entry-title {text-align: center;}
.single-post .site-main img {margin-top: 30px;}


	
/*Service pages */
.page-id-466 #maintenance {width: 50%; float: left; padding: 10px;}

.page-id-466 #lawn {width: 50%; float: right; padding: 10px;}

.page-id-466 .site-main ul li,
.page-id-31 .site-main ul li,
.page-id-41 .site-main ul li,
.page-id-33 .site-main ul li {list-style:disc;}

.page-id-466 #maintenance p:before,
.page-id-466 #lawn p:before,
.page-id-466 #leaf p:before{content: url(images/green-leaf.png);}
 
.page-id-466 #post-466 p {margin-bottom: 0;}

.page-id-466 #post-466 {margin-bottom: 0;}

.page-id-466 #maintenance p,
.page-id-466 #lawn p,
.page-id-466 #leaf p {font-size: 18px; margin-bottom: 0.75em;}

.page-id-466 #lawn ul {margin-bottom: 0;}

.page-id-31 article ul:before,
.page-id-41 article ul:before,
.page-id-33 article ul:before {content: url(images/green-leaf.png); position: absolute; top: -10px; left: -30px; }

.page-id-31 article li,
.page-id-41 article li,
.page-id-33 article li {margin-left: 50px;}

.page-id-31 article ul,
.page-id-41 article ul,
.page-id-33 article ul {position: relative;}

.gallery-item {margin-top: 0 !important; margin-right: 3px;} 
.gallery img {border: none !important;}

.page-id-41 section a,
.page-id-33 section a {
	width: 30%;
	float:left;
	border: 1px solid #ccc;
	margin: 15px 10px;
	padding: 3px;
	}
	
.page-id-41 section a p,
.page-id-33 section a p {
	text-align: center;
	font-size: 18px;
	margin-bottom: 5px;
	}

.page-id-41 section a:focus,
.page-id-41 section a:hover,	
.page-id-33 section a:focus,
.page-id-33 section a:hover {
	opacity: 0.7;
	}
.single-video .entry-meta,
.single-project	.entry-meta {display: none;}

.single-video .widget-area {width: 30%; float:left; margin-top: 100px !important; }
.single-video .content-area {width: 50%; float: left; margin-right:5%; margin-left:15%; }

.single-video .site-content,
.single-project .site-content {width: 100%; margin: 50px auto !important;}

.metaslider {margin-top: 50px; max-width: 800px;}

.single-project .content-area {width: 65%; float: left; margin-right:5%; margin-left:10%;}
.single-project .widget-area {width: 20%; float:left; margin-top: 100px !important; }

.single-project .widget-area p,
.single-video .widget-area p {margin-bottom: 0.5em;}

.single-video .entry-content p {margin-left: 0 !important; margin-right: 0 !important;}


/*Sticky navigation bar and Homepage Header*/
.sticky {  
    position: fixed !important;  
    width: 100%;  
    left: 0;  
    top: 0 !important;  
    z-index: 100 !important;  
    border-top: 0;
	padding-top: 30px;
}

.menu-toggle {
	padding-left:8%;
	border:none;
	background-image:none;
	}

.header_image {
	position: relative;
	z-index: 1;
}
	
.banner	{
	background-color:rgba(241, 241, 236, 0.8);
	filter:alpha(opacity=80); /* For IE8 and earlier */
	position: absolute;
	top: 380px;
	z-index: 2;
	width: 100%;
	padding-bottom: 10px;
}
	
.logo {
	width: 376px;
	margin: 31px auto 20px auto;	
}	
	
.home_header {
	background-image:url(images/nav_background.jpg); 
	background-repeat: none;
	background-color: transparent;
	
}


/*full width header and footer*/

.site-header {background-image:url(images/nav_background.jpg); background-repeat: none;}

#page .site-content,
footer .site-info {max-width: 1200px; margin: 0 auto;
}
#page .site-content{
	margin-top:5%;
	}

.main-navigation,
footer .site-info {float: none;}

.main-navigation ul {max-width: 1200px; margin: 0 auto; padding-left: 8%;}

.main-navigation {margin-top: 0;}

body.home #about_section,
body.home #service_section,
body.home #blog_sroll,
body.home #testimonials_section,
body.home #contact_section {max-width: 1200px; margin: 0 auto;}


/*Mobile Style by Annie */

@media screen and (max-width: 1600px) {
	.banner	{position: absolute; top:200px;}
	.main-navigation ul {padding-left: 11%;}
}

@media screen and (max-width: 1600px) {
	.single-project .widget-area {margin-top:50px; }
	.single-video .widget-area {margin-top:50px; }
}


@media screen and (max-width: 973px) {
	.gallery-item { width: 49% !important; margin-right:1%;}
	.gallery br {clear: none !important;}

}

@media screen and (max-width: 940px) {
	.single-post .widget-area {display: none;}
	.single-post .content-area {width: 90%; float: none;}

}

@media screen and (max-width: 885px) {
	.single-video .entry-content,
	.single-project .entry-content {margin-left: 0 !important; margin-right: 0 !important;}
	
	.single-video .content-area,
	.single-project .content-area {width: 80%; margin-right:10%; margin-left:10%;}
	
	.single-video .widget-area,
	.single-project .widget-area {display: none;}
	
	.category .widget-area {display: none;}
	.category .content-area {width: 90%; float: none;}

}


@media screen and (max-width: 800px) {
	.page-id-33 section a {width: 45%;}
	.page-id-41 section a {width: 45%;}
	.banner	{position: absolute; top:0;}
}

@media screen and (max-width: 757px) {
	.home_header {background-image:none; background-color: rgba(241, 241, 236, 0.8);}
	.main-navigation li {padding-bottom: 0;}
	.site-header {background-image: none;  background-color: rgba(241, 241, 236, 0.8);}
}


@media screen and (max-width: 680px) {	
	.category .widget-area,
	.single-post .widget-area {display: none;}
	
	.category .content-area,
	.single-post .content-area {width: 90%; float: none;}
}

@media screen and (max-width: 556px) {
	.page-id-33 .wp-caption { width: 100% !important; float: none;}
}

@media screen and (max-width: 480px) {
	.page-id-466 #maintenance { width: 100% !important; float: none;}
	.page-id-466 #lawn { width: 100%; float: none;}
	.page-id-466 #leaf { margin-top: 30px;}
	
	.gallery-item { width: 100% !important; float: none;}
	
	.page-id-33 section a {width: 100%; float:none; border: none;}
	.page-id-41 section a {width: 100%; float:none; border: none;}
}





/* mobile style by Christine */

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

.blog_section {
	width: 90%;
	margin: 0 auto;
	position:relative;
	}
.about_pic{
	display:none;
	}

.logo {
	width: 300px;
	margin: 31px auto 20px auto;	
	}

.main-navigation a {
	font-size: 22px;
	}
	
.main-navigation li {
	padding: 2% 1.75%;
	}
.footer1 p{
	line-height:1.2em;
	}

}

@media screen and (max-width: 900px) {
	.logo {
	width: 250px;
	margin: 31px auto 20px auto;	
	}

.main-navigation a {
	font-size: 16px;
	}
	
.main-navigation li {
	padding: 1% 2%;
	}

}
	

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

.footer2{
	display:none;
	}
	
.footer1, .footer3{
	width: 48%;
	float:left;
	margin:0 auto;
	height:100%;
	border-right:none;
	}
	
.services img.leaf{
	padding-left:42%;
	}

.service_links a:first-child {
	margin-left:3.5%;
	}	
	
.service_links a {
	width: 32%;
	height: auto;
	position: relative;
	margin-bottom: 2.5%;
	margin-left:3%;
}
	
.service_links{
	margin-left:22%;
	margin-right:15%;
	width:80%;
	}
	
.service_links h2 {
	font-size: 1.9rem;
	}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 4em;
}
}
@media screen and (max-width: 757px) {
.blog_section{
	width:70%;
	}

.services{
	width:100%;
	}

.service_links a {
	width: 36%;
	}

.service_links{
	margin-left:18%;
	}

.main-navigation li{
	padding:1% 0;
	float:none;
	margin:0 auto;
	text-align:center;
	}
.main-navigation a{
	font-size:1.3em;
	}

.main-navigation ul {
	padding:0 0 0 6%;
	}

h1{
	text-transform:uppercase;
	}
		
}

@media screen and (max-width: 600px) {
	
.contact{
	display:none;
	}	

h1{
	font-size:1.75em;
	text-transform:uppercase;
	}

.page-content,
.entry-content,
.entry-summary {
	margin: 4% 5%;
}
.entry-content p{
	margin: 4% 5%;
	}
.entry-content ul{
	margin: 4% 5%;
	}
	
.testimonials h1{
	width: 10.4em;
	letter-spacing: 0.3em;
	font-size:1.65em;
	}

.about_stick{
	padding-left:36%;
	}
	
.blog_pic{
	padding-left:38%;
	}

.testimonials_pic{
	padding-left:35%;
	}

.service_links{	
		padding-bottom:0;
		}
		
.blog_links a {
	width: 100%;
	float: none;
	margin-top:5%;
	}

.footer1{
	display:none;
	}
	
.footer3{
	float:none;
	width:65%;
	margin:0 auto;
	border:none;
	padding-left:8%;
	}

#colophon h2 {
	margin-top: 18px;
	}
}

@media screen and (max-width: 500px) {
.service_links a {
	width: 60%;
	}
	
.service_links{
	margin-left:25%;
	}

}

@media screen and (max-width: 320px) {
	
.footer3{
	width:100%;
	}
}
































