/*
Theme Name: Dave's Lawn & Cleaning Service
Theme URI: www.emf-websolutions.com
Description: Custom wordpress theme designed and developed for Dave's Lawn & Cleaning Service by EMF web solutions.
Author: EMF Web Solutions
Author URI: http://emf-websolutions.com
Version: 1
Tags: 

This theme is property of Dave's Lawn & Cleaning Service and is not available for public use.
 
*/

/*** GLOBAL : GENERAL STYLE DEFAULTS ***/
html
{
	margin: 0;
	padding: 0;
	height: 100%;
}
body
{
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin: 0;
	height: 100%;
	background-color: #6282CD;
	/*background-size: contain;
	background-repeater: repeat-x; */
	
}
body, input, textarea
{
	color: #333333;    
	font-family: 'Francois One', sans-serif;
	line-height: 1.3;
	font-size: 14pt;
}
h1, h2, h3, h4, h5, h6
{
	font-weight: bold;
	clear: both;
}

h1 {
font-size: 30pt;
font-weight:bold;
color: #333333;
}
h2 {
font-size: 18pt;
font-weight: bold;
color: #098100;
 }
h3 {font-size: 1.3em;}
h4 {font-size: 1em;}
h5 {font-size: 0.8em;}
h6  {font-size: 0.7em;}

hr
{
	background-color: #999;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
pre
{
	font: 11px Monaco, monospace;
	line-height: 1.5;
	margin-bottom: 1.5em;
}
code
{
	font: 11px Monaco, monospace;
}
p
{
	margin: 4px 0 12px 0;
}
a
{
	color: #efeff;
}
a:hover
{
	color: #efefff;
}
a:visited
{
	color: #efefff;
}
nav.navbar  {
	background-color: #67AF34;
	/*border-top: 1px solid #C5C1CF;*/
	border-top: none;
	border-bottom: 1px solid #C5C1CF;
	border-right: 0;
	-webkit-box-shadow: 0 8px 8px 6px -8px black;
	   -moz-box-shadow: 0 8px 6px -8px black;
	        box-shadow: 0 8px 6px -8px black;
			margin: 0 auto;
			font-size: 14pt;
			color: #efefff;
			font-family: Trebuchet MS, Verdana, sans-serif;
			-webkit-border-radius: 0;
border-radius: 0;
}

header .grass {
position: absolute;
bottom: 0;
left: 0;
}
header .address {
font-family: "Trebuchet MS", Verdana, sans-serif;
font-size: 18pt;
text-align: right;
color: #6282CD;
position: relative;
}

	
#socialstation {
	  float:right;
	  width:100%;
	  padding:8px;
	  text-align:right;
	}
	
#socialstation img {
	  float:right;
	}
	
#socialstationmobile {
	  display:none;
	}
	
.imgblock {
display: block;
	  }
	
.container {
		max-width:845px;
}

#wrapper {
background-color: #6282CD; 
}
		
/*** PAGE LAYOUT ***/

/* Styles that affect the entire layout of the page */
div#container
{
background-color:#efefff;
font-family:"Trebuchet MS",Verdana,sans-serif;
font-size: 14pt;
line-height: 18pt;
width: 100%;
padding: 10px;
}

.entry-content img {
	/* float:left; */
	padding:10px;
	/* margin-bottom: -20px; */
}	

/*** HEADER : MENU ***/
header {background: url('img/daves_lawn_and_cleaning_service_headerbg.png');
	font-family: "Trebuchet", Verdana, sans-serif;
	font-size: 36pt;
  padding-top: 10px;
	}
header .logo {
	font-size: 24pt;
	color: #67AF34;
	line-height: 24pt;
	position: relative;
	min-height: 172px;
	}
/* To see a menu in your header, you'll need to first add one in WordPress Admin */
.navbar-default .navbar-brand {
	color: #efefff;
	display: none;
}
.navbar-default .navbar-brand:hover {
	color: #efefff;
	background: #9FBD6B;
}
.navbar-default .navbar-nav>li>a { 
	color: #efefff;
	text-transform: uppercase;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
}

.navbar-nav li:hover {
	background: #9FBD6B;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
	background: #9FBD6B;
}
/**dropdown styles**/
.dropdown-menu li a:hover {
	background: #9FBD6B!important;
	color: #197F42;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
	background: #9FBD6B !important;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
	background: #9FBD6B;
	color: #efefff !important;
}
/*** HEADER : OTHER ***/



/*** CONTENT : POSTS AND PAGES ***/

/* Entry and Page Titles */


/* Media Alignment */
.alignright
{
	/* Style for right-aligned images in posts */
	padding: 8px 0 8px 8px;
	float: right;
}
.alignleft
{
	/* Style for left-aligned images in posts */
	padding: 8px 8px 8px 0;
	float: left;
}

/* Entry Content */
.entry-content
{
	/* Style that affects actual entry/post content */
  font-size: 12pt;
}

.comments img
{
	/* Style for the user avatar beside each comment */
	float: left;
	margin: 0 12px 8px 0;
}

/*** CONTENT : SIDEBAR ***/
div#primary
{
	/* Primary Widget Area DIV */
font-size: 12pt;
text-align: center;
}

div#secondary
{
	/* Secondary Widget Area DIV */
}

div#primary #estimate {
background-color: #FEF593;
color: #6282CD;
font-size: 10pt;
padding: 5px;
margin: 10px auto;
width:100%;
}

#estbutton a, a:hover, a:visited {
color: #efefff;
}

#estbutton {
background-color: #098100;
color: #efefff;
font-size: 14pt;
margin: 5px auto;	
padding: 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
}

#content a, #content a:visited {
color: #197F42 !important;
}

#content a:hover {
  color:#6282CD !important;
}

.widget-area
{
	/* Class that applies to BOTH widget areas */
color: #098100;
font-family: "Trebuchet MS", Verdana, sans-serif;
	/* Class that applies to BOTH widget areas */
}
.xoxo
{
	/* Class that applies to each item in each widget area (an unordered list class) */
}
#sidebar {width:25%;}

#sidebar li { list-style-type: none; 
}

#sidebar ul { 
list-style-type: none; 
margin: 0; 
padding: 10px;
padding-top: 25px; 

}

/*** FOOTER ***/
footer
{
  /*height: 60px;*/
  /*background-color: #67AF34;*/
  color: #efefff;
  font-size: 12pt;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  	background: url('img/Daves_Lawn_and_Cleaning_Service_footerbg.jpg') repeat-x;
}
footer a {
	color: #efefff;
}

footer a:visited {
	color: #efefff;
	}
	
footer a:hover {
	color: #efefff;
}

footer h3 {
font-weight: bold;
font-size: 14pt;
}

footer ul {
list-style-type: none; 
margin: 0;
padding: 0;
}


footer .container {
/*background-color: #67AF34;*/

}
/* custom styles */
.copyright {
	font-size: .8em; 
	color: #fff;
	text-align: center;
    padding: 12px 0;
}
.clear {clear: both;}
/***** Social / Social Tent Styles **/
ul.social {
	margin: 10px 0;
	float: right;
}
ul.social li {
	list-style-type: none;
	float: left;
	padding: 5px;
}
.tint {  
    position: relative;  
    float: left;  
    cursor: pointer;  
}  
.tint:before {  
    content: "";  
    display: block;  
    position: absolute;  
    top: 0;  
    bottom: 0;  
    left: 0;  
    right: 0;  
    background: rgba(250,250,250, 0.5);  
    -moz-transition: background .3s linear;  
    -webkit-transition: background .3s linear;  
    -o-transition: background .3s linear;  
    transition: background .3s linear;  
}  
  
.tint:hover:before {  
    background: none;  
}

/******You tube videos **/
embed, iframe {
	padding: 3px;
	-webkit-border-radius: 4px;
    border-radius: 4px;
	background: #dedede;
	-webkit-box-shadow:   2px 3px 3px 999;
    box-shadow:   2px 3px 3px 999;;
}
/* == WordPress WYSIWYG Editor Styles == */

.entry-content img {
	
	}
.alignleft, img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
	}
.alignright, img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
	}
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
	}
.alignnone, img.alignnone {
	/* not sure about this one */
	}
.wp-caption {
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px;
	}
.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
	}
.wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 10px;
	margin: 0;
	}
.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
	}
blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
	}
blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
	}
	
.carousel-control.left, .carousel-control.right {
background-image: none;
}

.btn-success {
  margin-bottom: 20px;
	}
	
@media only screen and (max-width: 768px) {
  
  .imgblock {
  margin: 0 auto;
	  float:none;
	}
  
  #socialstationmobile {
	  float:right;
	  width:100%;
	  padding:8px;
	  text-align:center;
	  display:block;
	}
  #socialstationmobile img {
	float:right;
  }

div#primary #estimate {
width:50%;
display:block;
}	
	
html {
font-size: 100%;
}

h1 {
font-size: 110%;
}

body {
background-image:none;
background: #67AF34;
}

#wrapper {
width:90%;
margin: auto;
}

.container {
width:100%;
font-size: 75%;
align: left;
margin-left: 0;
padding:0;
}

.row {
padding-top: 10px;
margin: 0;
}

header {
background-image:none;
background:#efefff;
text-align:center;
align: center;
width: 100%;
}

header img {
display:none;
padding: 10px;
}

header .address {
display: none;
}

header .container {
width: 100%;
}

.navbar-default {
float:left;
}

div.navbar-header {
display:inline;
}

div#container {
width: 100%;
font-size: 75%;
line-height: 150%;
}

nav.navbar {
width:100%;
text-align:left;
float:left;
}

footer .container {
text-align: center;
}

div#content {
text-align: left;
font-size: 85%;
margin: 0;
padding: 0;
width: 100%;
}

#sidebar {width:100%;}

#sidebar ul {
width: 100%;
}

#sidebar img {
margin: 0 auto;
}

div#foot-sidebar {
width: 100%;
}

.container .row {
margin-left: 0;
margin-right: 0;
}

.navbar-default .navbar-brand {
	display: block;
}
}


.gallery dl {}
.gallery dt {}
.gallery dd {}
.gallery dl a {}
.gallery dl img {}
.gallery-caption {}

.size-full {}
.size-large {}
.size-medium {}
.size-thumbnail {}

#map {padding: 5px; border: 1px solid #777; background: #098100}
#googleMap {width: 100%; height: 400px;}