/*======================================================
 Site: gorgeousgardensllc.com
 Date: December 2014
======================================================*/

@font-face {
    font-family: 'Oz';
    src: url('/fonts/ozhandicraft.eot');
    src: url('/fonts/ozhandicraft.svg#ozhandicraft_btroman') format('svg'),
    		 url('/fonts/ozhandicraft.eot?#iefix') format('embedded-opentype'),
         url('/fonts/ozhandicraft.woff') format('woff'),
         url('/fonts/ozhandicraft.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body{
	color:#666;
	font-size:1em;
	line-height:1.4em; 
	font-weight:normal;
	background: url(../images/soil.jpg) #333;
}
h1, h2, h3, h4, h5, h6{
	font-weight:normal;
	font-family:'Droid Serif', Arial, Helvetica, sans-serif; 
	line-height:1.5em;
	margin:.45em 0;
	padding:0;
} 

h1.first-header	{ display: none;  }

/* links */
a,
a:visited,
a:active,
a:hover{color:#0099ff;}
a:hover{ text-decoration:none;}

.center { text-align: center; }


/* Box sizing. Awesome thing. Read about it here: http://www.w3schools.com/cssref/css3_pr_box-sizing.asp */
*{	box-sizing:border-box;
	-moz-box-sizing:border-box;}

  
/* structure */   
.wrapper{
	width: 100%;
	text-align: center;
	margin: 0;
	background: #fff;
}
header{ 
	padding:15px 0;
}
#banner{
  position: relative;
	width:88%;
	margin:auto;
}
#logo a	{
	width: 337px;
	height: 100px;
}
.social {
  width: 25px;
  position: absolute;
  right: 0;
  bottom: -55px;
}
#hero,
#page-header{
	background:url(../images/grassBg.png);
	padding: 15px 0;
}

#hero h1{ 
	line-height:1.2em;
	margin-top:0px;
	margin-bottom:10px;}

.flexslider{
	display:none;
}

.mission	{
	width:100%;
	text-align: center;
	background: #e9e9e9;
}

.mission section	{
	width: 88%;
	margin: auto;
	padding: 20px 330px 20px 0;
	text-align: left;
	background: url(../images/mission-band.jpg) no-repeat right bottom;
}

.mission section h1	{
	font: 38px 'Oz', helvetica, arial, sans-serif;
	color: #597e0e;
	margin: 0 0 10px 0;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.grass  {
  padding-bottom: 70px !important;
  background: url(../images/grass.png) bottom center no-repeat #fff;
}

p{ margin:10px 0 0 0;}

hr  {
  border: 0;
  margin: 15px 0;
  height: 1px;
  background: #597e0e;
}

.gallery  {
  text-align: center;
}

.gallerythumb {
  display: inline-block;
  width: 120px;
  margin: 5px;
}

.gallerythumb img {
  border: 2px solid #fff;
  box-shadow: 0 0 5px #aaa;
}

.smallMain  {
  display: none;
}

.callout, .callout2 {
  float: left;
  width: 50%;
  padding: 20px;
  text-align: left;
}

.callout  {
  border-right: 1px solid #ddd;
}

.callout h1, .callout2 h1 {
  font: 18px 'Oz', helvetica, arial, sans-serif;
	color: #597e0e;
	text-align: left;
	margin: 0 0 10px 0;
	text-transform: uppercase;
	letter-spacing: 1px;
}

/* RESPONSIVE IMAGES */
img{ max-width:100%; height:auto;}


/*MAIN MENU*/
/*** MAIN MENU - ESSENTIAL STYLES ***/
.menu-toggle{display:none;}
#menu-main-navigation{display:block;}

.srt-menu, .srt-menu * { 
	margin:			0;
	padding:		0;
	list-style:		none;
}
.srt-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.srt-menu li {
	float:			left;
	position:		relative;
	margin-left:1px;
}
.srt-menu a {
	display:		block;
	position:		relative;
}

.menu-wrapper	{
	width:100%;
	text-align: center;
	background:#333;
}

#topnav {
	width:88%;
	margin:auto;
}
#content.wide-content	{ padding: 15px 0; }

#content.wide-content h1	{
	text-align: center;
	text-transform: uppercase;
	margin: 0 0 20px 0;
	font: 32px 'Oz', helvetica, arial, sans-serif;
}
.srt-menu a {
	text-decoration:none;
}
.srt-menu li a {
	font: 22px 'Oz', helvetica, arial, sans-serif;
	color:#fff;
	letter-spacing: 1px;
	margin:0 10px 0 0; 
	padding:10px 5px;
}

body#home .srt-menu li#navHome a,
body#about .srt-menu li#navAbout a,
body#services .srt-menu li#navServices a,
body#projects .srt-menu li#navProjects a,
body#testimonials .srt-menu li#navTestimonials a,
body#contact .srt-menu li#navContact a  { /* visited pseudo selector so IE6 applies text colour*/
	color:#aeba7a;	
}

/*SECONDARY MENU*/
#secondary-navigation ul{
	margin:0;
	padding:0;
}
#secondary-navigation ul li a{ 
	background:#E6E6E6;
	display:block;
	margin:5px 0; 
	padding:10px;
	text-decoration:none;
}
#secondary-navigation ul li a:hover,
#secondary-navigation ul li.current a{
	background:#0099ff;
	color:#fff;
}

/*SPACE GRID ELEMENTS VERTICALLY, SINCE THEY ARE ONE UNDER ANOTHER SO FAR*/
.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
	/*positioning and padding*/
	position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

/*FOOTER*/
footer{  
	clear:both;
	font-size:80%;
	padding:20px 0;
}
footer ul{
	margin:0;
	padding:0;
}
footer .wrapper	{ background: transparent }

/*colors and backgrounds*/
body{
	background: url(../images/soil.jpg) #333;
}
h1, h2, h3, h4, h5, h6{
	color:#333; 
}

footer{ 
	color:#eee;
}
footer h1, footer h2, footer h3, footer h4{ 
	color:#eee; 
	margin-bottom:10px;
}
footer ul{
	margin:0 0 0 8%;
}

a.buttonlink{ 
	background:#0099ff; 
	border-radius:7px; 
	color:#fff;
	display:block;
	float:left; 
	margin:10px 15px 10px 0; 
	padding:10px;
	text-decoration:none;
}
a.buttonlink:hover{
	background:#8dbc01;
}
.greenelement{
	background:#5ec79e;
	color:#fff;
}
.violetelement{
	background:#887dc2;
	color:#fff;
}



/* Contain floats*/ 
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.row:after{
  clear: both;
}


/*
LARGER MOBILE DEVICES
This is for mobile devices with a bit larger screens.
*/
@media only screen and (max-width: 979px) {
#hero, #page-header{
	background:url(../images/grassBg.png);
	padding:15px 0;
}
#banner{
	width:88%;
	text-align:left;
	margin:auto;
}
.menu-toggle{/*make menu float right, instead of sitting under the logo*/
	margin-top:10px; /*this depends on the height of the logo*/
	float:right;
}

#topnav {
	max-width: 88%;
	margin:auto;
}

.content-wrapper{
	width: 100%;
	text-align: center;
	padding-bottom: 70px;
	background: url(../images/grass.png) bottom center #d7e2c9 no-repeat;
}

.smallMain  {
  display: block;
  width: 85%;
  margin: auto;
  border: 8px solid #fff;
  box-shadow: 0 0 10px #444;
}

.smallMain img  { display: block; }

#content.wide-content	{ padding: 20px 0; }

#content.wide-content h1	{
	text-align: center;
	text-transform: uppercase;
	margin: 0 0 10px 0;
	font: 32px 'Oz', helvetica, arial, sans-serif;
}

.content-wrapper #content.wide-content{
	float:none;
	width: 88%;
	margin:auto;
	text-align: left;
	color: #000;
}

.content-wrapper #content.wide-content h1 { text-align: left; color: #597e0e; }

.mission	{
	width:100%;
	text-align: center;
	background: #e9e9e9;
}

.mission section	{
	width: 88%;
	margin: auto;
	padding: 20px 0;
	text-align: left;
	background: none;
}

.mission section h1	{
	font: 30px 'Oz', helvetica, arial, sans-serif;
	color: #597e0e;
	margin: 0 0 10px 0;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.aboutImg  {
  float: right;
  width: 200px;
  height: auto;
  margin: 0 0 15px 20px;
  border: 5px solid #fff;
  box-shadow: 0 0 10px #aaa;
}

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
	/*positioning and padding*/
	position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
}
}

/*
TABLET & SMALLER LAPTOPS
The average viewing window and preferred media query for those is 768px.
But I think that some more breathing space is good:)
*/
@media only screen and (min-width: 980px) {

.wrapper{
	width: 100%;
	padding: 15px 0;
	text-align: center;
}

.content-wrapper{
	width: 100%;
	padding: 15px 0;
	text-align: center;
	padding-bottom: 70px;
  background: url(../images/grass.png) bottom center #d7e2c9 no-repeat;
}

#banner{
	width:960px;
	text-align:left;
	margin:auto;
}
header{
	padding:0;
}
#content {  
	float:left;
	width:65%;
}
#content.wide-content{
	float:none;
	width:960px;
	margin:auto;
}
.content-wrapper #content.wide-content{
	float:none;
	width:960px;
	margin:auto;
	text-align: left;
	color: #000;
}

#content.wide-content h1	{
	text-align: center;
	text-transform: uppercase;
	margin: 0 0 10px 0;
	color: #597e0e;
	font: 38px 'Oz', helvetica, arial, sans-serif;
}

.content-wrapper #content.wide-content h1 { text-align: left; color: #597e0e; }

.flexslider{
width: 900px;
height: 311px;
display:block;
margin: auto;
background: #fff; 
border: 8px solid #fff; 
box-shadow: 0 1px 4px rgba(0,0,0,.2); 
-webkit-box-shadow: 0 0 8px rgba(0,0,0,.5); 
-moz-box-shadow: 0 0 8px rgba(0,0,0,.5); 
-o-box-shadow: 0 0 8px rgba(0,0,0,.5);
}

#hero,
#page-header{
	background:url(../images/grassBg.png);
	padding: 20px 0 40px 0;
}

.mission	{
	width:100%;
	text-align: center;
	background: #e9e9e9;
}

.mission section	{
	width: 960px;
	margin: auto;
	padding: 20px 330px 20px 0;
	text-align: left;
	background: url(../images/mission-band.jpg) no-repeat right bottom;
}

.mission section h1	{
	font: 38px 'Oz', helvetica, arial, sans-serif;
	color: #597e0e;
	margin: 0 0 10px 0;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.aboutImg  {
  float: right;
  width: 200px;
  height: auto;
  margin: 0 0 15px 20px;
  border: 5px solid #fff;
  box-shadow: 0 0 10px #aaa;
}

.callout, .callout2 {
  float: left;
  width: 50%;
  padding: 5px 20px;
  text-align: left;
  background: url(../images/mower.jpg) right no-repeat;
}

.callout  {
  border-right: 1px solid #ddd;
  background: none;
}

.callout2 {
  height: 180px;
  padding-right: 150px;
}

.callout h1, .callout2 h1 {
  font: 28px 'Oz', helvetica, arial, sans-serif !important;
	color: #597e0e;
	text-align: left !important;
	margin: 0 0 10px 0;
	text-transform: uppercase;
	letter-spacing: 1px;
}

/*** MAIN MENU - ESSENTIAL STYLES ***/

.srt-menu, .srt-menu * { 
	margin:			0;
	padding:		0;
	list-style:		none;
}
.srt-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.srt-menu li {
	float:			left;
	position:		relative;
	margin-left:1px;
}
.srt-menu li li {
	margin-left:0px;
}
.srt-menu a {
	display:		block;
	position:		relative;
}

.menu-wrapper	{
	width:100%;
	text-align: center;
	background:#333;
}

#topnav {
	max-width: 960px;
	margin:auto;
}
.srt-menu a {
	text-decoration:none;
}
.srt-menu li a {
	font: 24px 'Oz', helvetica, arial, sans-serif;
	text-transform: uppercase;
	color:#fff;
	margin:0 15px 0 0;
	letter-spacing: 1px;
	padding:8px 10px 6px 10px;
}
.srt-menu li a:hover {
	color:#aeba7a;
}
body#home .srt-menu li#navHome a,
body#about .srt-menu li#navAbout a,
body#services .srt-menu li#navServices a,
body#projects .srt-menu li#navProjects a,
body#testimonials .srt-menu li#navTestimonials a,
body#contact .srt-menu li#navContact a  { /* visited pseudo selector so IE6 applies text colour*/
	color:#aeba7a;	
}

/*GRID*/
/*
 & Columns : 12 

 */
 .row{
	 margin-left: -15px;
     margin-right: -15px;
}
 
.grid_1 { width: 8.33333333%; }
.grid_2 { width: 16.66666667%; }
.grid_3 { width: 25%; }
.grid_4 { width: 33.33333333%; }
.grid_5 { width: 41.66666667%; }
.grid_6 { width: 50%; }
.grid_7 { width: 58.33333333%; }
.grid_8 { width: 66.66666667%; }
.grid_9 { width: 75%; }
.grid_10 { width: 83.33333333%; }
.grid_11 { width: 91.66666667%; }
.grid_12 { width: 100%; }

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
	text-align: left;
	float: left;
	display: block;
}

.rightfloat{float:right;}
/* @notation inspired by tinyGrid, .row and percentage by Twitter Bootstrap
 */
 
#hero [class*="grid_"] { margin-bottom:-20px;}

}

/*
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 1030px) {

} 

/*
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*/
@media only screen and (min-width: 1240px) {

} 

/*
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution.
*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-device-pixel-ratio: 1.5) {


} 

/*
iPHONE 5 MEDIA QUERY
iPhone 5 or iPod Touch 5th generation styles (you can include your own file if you want)
*/
@media only screen and (max-width: 420px) {
.social {
  width: 25px;
  position: absolute;
  right: 20px;
  bottom: -95px;
}
.callout, .callout2 {
  float: none;
  display: block;
  width: 92%;
  padding: 0 0 15px 0;
  text-align: left;
  margin: auto;
  height: auto;
  background: none;
}

.callout  {
  border-right: 0;
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
}
.callout h1, .callout2 h1 {
  font: 28px 'Oz', helvetica, arial, sans-serif !important;
	color: #597e0e;
	text-align: left !important;
	margin: 0 0 10px 0;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.aboutImg  {
  float: left;
  width: 150px;
  height: auto;
  margin: 10px 15px 10px 0;
  border: 5px solid #fff;
  box-shadow: 0 0 10px #aaa;
}
}

/*
PRINT STYLESHEET
*/
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}